@@ -30,10 +30,10 @@ input { font-size: 14px; border: 1px solid #777; box-sha
3030/* =MODULES
3131====================================================== */
3232/* preview */
33- .arrow_box { padding : 40px ; width : 280px ; height : 100px ; border-radius : 6px ; box-shadow : 0 1px 4px rgba (0 , 0 , 0 , 0.3 ); }
33+ .arrow_box { padding : 40px ; width : 280px ; height : 100px ; border-radius : 6px ; box-shadow : 0 1px 4px rgba (0 , 0 , 0 , 0.3 ); }
3434
3535/* logo */
36- .logo { color : # ddf8c6 ; text-align : center; font-size : 54px ; line-height : 54px ; font-weight : bold; text-transform : uppercase; text-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.4 ); }
36+ .logo { color : # ddf8c6 ; text-align : center; font-size : 54px ; line-height : 54px ; font-weight : bold; text-transform : uppercase; text-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.4 ); }
3737
3838/* configuration */
3939.configuration { margin-top : 20px ; }
@@ -43,11 +43,13 @@ input { font-size: 14px; border: 1px solid #777; box-sha
4343.configuration .section label { display : inline-block; width : 112px ; }
4444
4545.configuration .size ,
46- .configuration .border_width { width : 28px ; text-align : right; }
46+ .configuration .border_width { width : 28px ; text-align : right; }
4747
48- .configuration .color { width : 65px ; text-align : center }
48+ .configuration .color { width : 65px ; text-align : center }
4949
50- .configuration .unit { font-size : 14px ; color : rgba (0 , 0 , 0 , 0.4 ); text-shadow : 0 1px 1px rgba (255 , 255 , 255 , 0.5 ); margin-left : 5px ; }
50+ .configuration .unit { font-size : 14px ; color : rgba (0 , 0 , 0 , 0.4 ); text-shadow : 0 1px 1px rgba (255 , 255 , 255 , 0.5 ); margin-left : 5px ; }
5151
52- /* result_code */
53- .result_code { position : relative; white-space : pre; padding : 10px ; float : right; width : 380px ; font-size : 12px ; font-family : 'Courier new' ; font-weight : bold; background : rgba (0 , 0 , 0 , 0.15 ); border-radius : 4px ; color : # fff ; text-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.3 ); border : 1px solid rgba (0 , 0 , 0 , 0.2 ); box-shadow : 0 1px 1px 0 rgba (255 , 255 , 255 , 0.3 ), inset 0 1px 5px rgba (0 , 0 , 0 , 0.1 ); }
52+ /* css_result */
53+ .css_result { position : relative; float : right; width : 402px ; }
54+ .css_result .code { white-space : pre; padding : 10px ; display : block; width : 380px ; font-size : 12px ; font-family : 'Courier new' ; font-weight : bold; background : rgba (0 , 0 , 0 , 0.15 ); border-radius : 4px ; color : # fff ; text-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.3 ); border : 1px solid rgba (0 , 0 , 0 , 0.2 ); box-shadow : 0 1px 1px 0 rgba (255 , 255 , 255 , 0.3 ), inset 0 1px 5px rgba (0 , 0 , 0 , 0.1 ); }
55+ .css_result .copy_code { position : absolute; bottom : 5px ; right : 10px ; width : 14px ; height : 22px ; background : url(../ img/clippy.png) no-repeat 0 4px ; }
0 commit comments