@@ -7,7 +7,7 @@ ul, ol, form { margin: 0; padding: 0; }
77ul , ol { list-style-type : none; }
88h1 { margin : 0 ; padding : 0 ; }
99h2 { 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 ); }
10- input { 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; }
10+ input { font-size : 14 px ; 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; }
1111
1212/* =LAYOUT
1313====================================================== */
@@ -36,17 +36,18 @@ input { border: 1px solid #777; box-shadow: inset 0 1px
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 ); }
3737
3838/* configuration */
39- .configuration { margin-top : 20px ; }
40- .configuration .section { float : left; width : 195px ; }
41- .configuration .section li { margin-bottom : 5px ; }
42- .configuration .section label { display : inline-block; width : 100px ; }
39+ .configuration { margin-top : 20px ; }
40+ .configuration .section { float : left; width : 195px ; font-size : 20px }
41+ .configuration .section .positions { width : 140px ; margin-left : 14px }
42+ .configuration .section li { margin-bottom : 5px ; }
43+ .configuration .section label { display : inline-block; width : 112px ; }
4344
4445.configuration .size ,
45- .configuration .border_width { width : 25 px ; text-align : right; }
46+ .configuration .border_width { width : 28 px ; text-align : right; }
4647
47- .configuration .color { width : 60 px ; }
48+ .configuration .color { width : 65 px ; text-align : center }
4849
4950.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 ; }
5051
5152/* result_code */
52- .result_code { 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 ); }
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 ); }
0 commit comments