comparison sexy.css @ 17:1481aa25c3c7 laserkard

[svn r18] save
author rlm
date Sat, 02 Jan 2010 17:41:29 -0500
parents 839533015ed3
children 2f537455ebf7
comparison
equal deleted inserted replaced
16:839533015ed3 17:1481aa25c3c7
5 font-size:; 5 font-size:;
6 color: white; 6 color: white;
7 background-color:#000000; 7 background-color:#000000;
8 text-align: center; 8 text-align: center;
9 font: bold 32px "arial", "sans-serif"; 9 font: bold 32px "arial", "sans-serif";
10
11 } 10 }
12 11
13 div.whole 12 div.whole
14 { 13 {
15 width: 1200px ; 14 width: 1150px ;
16 margin-left: auto ; 15 margin-left: auto ;
17 margin-right: auto ; 16 margin-right: auto ;
18
19
20
21 } 17 }
22 18
23 19
24 20
25 div#i_materials 21 div#i_materials
35 margin:15px; 31 margin:15px;
36 /*position:absolute; 32 /*position:absolute;
37 left:15px; 33 left:15px;
38 top:80px;*/ 34 top:80px;*/
39 background-color:#000000; 35 background-color:#000000;
40
41 } 36 }
42 37
43 div#i_templates 38 div#i_templates
44 { 39 {
45 font-size:; 40 font-size:;
54 border-width:1px; 49 border-width:1px;
55 50
56 float: left; 51 float: left;
57 width: auto; 52 width: auto;
58 53
59 margin:15px; 54 margin:5px;
60 55
61 /* 56 /*
62 position:absolute; 57 position:absolute;
63 left:15px; 58 left:15px;
64 bottom:15px; 59 bottom:15px;
65 */ 60 */
66
67 } 61 }
68 62
69 63
70 64
71 div#display 65 div#display
72 { 66 {
73
74 float:left; 67 float:left;
75 margin:15px; 68 margin:5px;
76 /* 69 /*
77 position:absolute; 70 position:absolute;
78 left:200px; 71 left:200px;
79 top:80px; 72 top:80px;
80 */ 73 */
91 } 84 }
92 85
93 86
94 div#i_inputbox 87 div#i_inputbox
95 { 88 {
96 padding:10px; 89 padding:7px;
97 border-style:solid; 90 border-style:solid;
98 border-color:#79797b; 91 border-color:#79797b;
99 border-width:1px; 92 border-width:1px;
100 93
101 font: bold 14px "helvetica","arial", "sans-serif"; 94 font: bold 14px "helvetica","arial", "sans-serif";
120 position:absolute; 113 position:absolute;
121 right:25px; 114 right:25px;
122 bottom:20px; 115 bottom:20px;
123 background-color:#B3DF15; 116 background-color:#B3DF15;
124 } 117 }
125
126
127
128
129