Mercurial > laserkard
diff sexy.css @ 16:839533015ed3 laserkard
[svn r17] made it look good.
author | rlm |
---|---|
date | Sat, 02 Jan 2010 01:42:50 -0500 |
parents | 116b15d3d68c |
children | 1481aa25c3c7 |
line wrap: on
line diff
1.1 --- a/sexy.css Fri Jan 01 23:31:58 2010 -0500 1.2 +++ b/sexy.css Sat Jan 02 01:42:50 2010 -0500 1.3 @@ -10,19 +10,32 @@ 1.4 1.5 } 1.6 1.7 +div.whole 1.8 +{ 1.9 + width: 1200px ; 1.10 + margin-left: auto ; 1.11 + margin-right: auto ; 1.12 + 1.13 + 1.14 + 1.15 +} 1.16 1.17 1.18 1.19 div#i_materials 1.20 { 1.21 -padding:15px; 1.22 +display: none; 1.23 +padding:5px; 1.24 border-style:solid; 1.25 border-color:#79797b; 1.26 border-width:1px; 1.27 1.28 -position:absolute; 1.29 -left:80px; 1.30 -top:80px; 1.31 +width:auto; 1.32 +float:left; 1.33 +margin:15px; 1.34 +/*position:absolute; 1.35 +left:15px; 1.36 +top:80px;*/ 1.37 background-color:#000000; 1.38 1.39 } 1.40 @@ -40,24 +53,36 @@ 1.41 border-color:#79797b; 1.42 border-width:1px; 1.43 1.44 +float: left; 1.45 +width: auto; 1.46 1.47 +margin:15px; 1.48 + 1.49 +/* 1.50 position:absolute; 1.51 left:15px; 1.52 bottom:15px; 1.53 +*/ 1.54 + 1.55 } 1.56 1.57 1.58 1.59 div#display 1.60 { 1.61 + 1.62 +float:left; 1.63 +margin:15px; 1.64 +/* 1.65 position:absolute; 1.66 -left:500px; 1.67 +left:200px; 1.68 top:80px; 1.69 +*/ 1.70 background-color:#FEE2F9; 1.71 } 1.72 1.73 1.74 -input#template1,input#template2,input#template3,input#template4 1.75 +input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr 1.76 { 1.77 padding:3px; 1.78 #border-style:solid; 1.79 @@ -68,16 +93,24 @@ 1.80 1.81 div#i_inputbox 1.82 { 1.83 -padding:25px; 1.84 +padding:10px; 1.85 border-style:solid; 1.86 border-color:#79797b; 1.87 border-width:1px; 1.88 1.89 font: bold 14px "helvetica","arial", "sans-serif"; 1.90 color: white; 1.91 + 1.92 +float:left; 1.93 +width:280px; 1.94 +margin:5px; 1.95 + 1.96 +/* 1.97 position:absolute; 1.98 left:1260px; 1.99 top:80px; 1.100 +*/ 1.101 + 1.102 background-color:#000000; 1.103 } 1.104