22====================================================== */
33html , body { background : url(../ img/noisebg.png); }
44body { font-size : 18px ; font-family : 'Terminal Dosis' , sans-serif; padding : 0 ; margin : 0 ; color : # fff ; text-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.4 ); }
5- a { color : rgba (255 , 255 , 255 , 0.7 ); }
5+ a { color : # fff ; color : rgba (255 , 255 , 255 , 0.7 ); }
66ul , ol , form { margin : 0 ; padding : 0 ; }
77ul , ol { list-style-type : none; }
88h1 { margin : 0 ; padding : 0 ; }
9- h2 { margin : 0 ; margin-bottom : 10px ; padding : 0 ; font-weight : normal; font-size : 30px ; color : rgba (0 , 0 , 0 , 0.4 ); text-shadow : 0 1px 1px rgba (255 , 255 , 255 , 0.5 ); }
9+ h2 { margin : 0 ; margin-bottom : 10px ; padding : 0 ; font-weight : normal; font-size : 30px ; color : # 626569 ; color : rgba (0 , 0 , 0 , 0.4 ); text-shadow : 0 1px 1px rgba (255 , 255 , 255 , 0.5 ); }
1010input { font-size : 14px ; border : 1px solid # 777 ; box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.2 ), 0 1px 1px 0 rgba (255 , 255 , 255 , 0.3 ); border-radius : 4px ; padding : 3px ; -webkit-background-clip : padding-box; }
11+ input [type = 'radio' ] { border : 0 ; }
1112
1213/* =LAYOUT
1314====================================================== */
@@ -19,18 +20,17 @@ input { font-size: 14px; border: 1px solid #777; box-sha
1920 background : -o-radial-gradient (center, ellipse cover, rgba (255 , 255 , 255 , 0.5 ) 0% , rgba (255 , 255 , 255 , 0 ) 70% );
2021 background : -ms-radial-gradient (center, ellipse cover, rgba (255 , 255 , 255 , 0.5 ) 0% , rgba (255 , 255 , 255 , 0 ) 70% );
2122 background : radial-gradient (center, ellipse cover, rgba (255 , 255 , 255 , 0.5 ) 0% , rgba (255 , 255 , 255 , 0 ) 70% );
22- filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1 );
2323}
24- # footer { text-align : center; padding-top : 10px ; font-size : 13px ; color : rgba (255 , 255 , 255 , 0.7 ); text-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.2 ); border-top : 1px solid rgba (0 , 0 , 0 , 0.15 ); box-shadow : inset 0 1px 1px 0 rgba (255 , 255 , 255 , 0.2 ); vertical-align : top; }
24+ # footer { padding-top : 10px ; font-size : 13px ; color : rgba (255 , 255 , 255 , 0.7 ); text-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.2 ); border-top : 1px solid # 797f85 ; border-top-color : rgba (0 , 0 , 0 , 0.15 ); box-shadow : inset 0 1px 1px 0 rgba (255 , 255 , 255 , 0.2 ); vertical-align : top; text-align : center ; }
2525# footer a { vertical-align : top; color : # fff ; }
26- .clr { overflow : hidden; }
26+ .clr : after { clear : both; content : "." ; display : block; height : 0 ; visibility : hidden; line-height : 0 ; font-size : 0 ; }
2727
2828.preview_and_configuration { float : left; width : 395px ; }
2929
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 */
3636.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 ); }
@@ -51,5 +51,5 @@ input { font-size: 14px; border: 1px solid #777; box-sha
5151
5252/* css_result */
5353.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 ); }
54+ .css_result .code { white-space : pre; padding : 10px ; display : block; width : 380px ; font-size : 12px ; font-family : 'Courier new' ; font-weight : bold; background : # 8c9196 ; 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 # 696d72 ; border-color : 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 ); }
5555.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