view sexy.css @ 28:5b5c03a850b9 laserkard

[svn r29] upgraded to work with Internet Explorer
author rlm
date Mon, 04 Jan 2010 21:12:22 -0500
parents b9a4988a22ed
children 7742910e0479
line wrap: on
line source

2 div#trifold
3 {
4 position:relative;
5 width:505;
6 background-color:#000000;
7 margin-bottom:120px;
8 margin-top:25px;
9 font: bold 25px "helvetica","arial", "sans-serif";
10 color: white;
13 }
16 div#trileft
17 {
19 position:absolute;
20 top:0;
21 left:0%;
22 width:45%;
25 padding:5px;
26 border-style:solid;
27 border-color:#ffffff;
28 border-width:1px;
32 }
34 div.texttext
35 {
36 padding-top: 12px;
37 }
40 div#triright
41 {
42 position:absolute;
44 top:0;
45 left:52.5%;
46 width:45%;
47 padding:5px;
48 border-style:solid;
49 border-color:#ffffff;
50 border-width:1px;
51 padding-left:15px;
52 }
55 div#wtf
56 {
57 padding:5px;
58 border-style:solid;
59 border-color:#79797b;
60 border-width:1px;
61 }
64 div#arrowleft
65 {
66 float:left;
67 margin:7px;
68 margin-right:15px;
69 }
71 div#arrowright
72 {
73 float:right;
74 margin:7px;
75 }
77 h1
78 {
80 color: white;
81 background-color:#000000;
82 text-align: center;
83 font: bold 32px "arial", "sans-serif";
85 }
87 div#whole
88 {
89 width: 1100px ;
90 margin-top:25px;
91 margin-left: auto ;
92 margin-right: auto ;
94 /*
95 padding:2px;
96 border-style:solid;
97 border-color:#79797b;
98 border-width:1px;
99 */
100 }
104 div#i_materials
105 {
107 display: none;
108 padding:5px;
109 border-style:solid;
110 border-color:#79797b;
111 border-width:1px;
113 width:auto;
114 float:left;
116 /*position:absolute;
117 left:15px;
118 top:80px;*/
119 background-color:#000000;
121 }
124 div#templates
125 {
127 margin-bottom: 10px;
128 }
132 div#i_templates
133 {
135 color: white;
136 background-color:#000000;
137 text-align: left;
138 font: bold 32px "arial", "sans-serif";
140 padding:10px;
141 border-style:solid;
142 border-color:#ffffff;
143 border-width:1px;
145 float: left;
146 width: auto;
150 /*
151 position:absolute;
152 left:15px;
153 bottom:15px;
154 */
156 }
160 titletron
161 {
164 padding-bottom: 50px;
165 color: white;
166 background-color:#000000;
167 text-align: left;
168 font: bold 32px "arial", "sans-serif";
171 }
175 div#display
176 {
181 /*
182 position:absolute;
183 left:200px;
184 top:80px;
185 */
189 background-color:#000000;
190 }
193 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
194 {
195 padding:3px;
196 /*#border-style:solid;
197 #border-color:#79797b;*/
198 border-width:1px;
199 }
202 div#i_inputbox
203 {
205 padding-left:10px;
206 padding-top:10px;
207 padding-right:0px;
208 border-style:solid;
209 border-color:#ffffff;
210 border-width:1px;
211 padding-bottom:10px;
213 font: bold 14px "helvetica","arial", "sans-serif";
214 color: white;
216 float:left;
217 width:240px;
218 clear:right;
220 /*
221 position:absolute;
222 left:1260px;
223 top:80px;
224 */
226 background-color:#000000;
227 }
230 div#centerbox
231 {
232 float:left;
233 margin-top:-10px;
234 margin-left:10px;
235 margin-right:10px;
236 width:515px;
237 padding:5px;
239 /*
240 border-style:solid;
241 border-color:#79797b;
242 border-width:1px;
243 margin:10px;
244 */
245 }
249 div#pokedex
250 {
251 padding : 30px;
252 clear:right;
253 float:none;
254 background-color:#000000;
255 border-style:solid;
256 border-color:#ffffff;
257 border-width:1px;
261 font: bold 16px "helvetica","arial", "sans-serif";
262 color: white;
263 }
265 div#garbage
266 {
268 float:left;
269 width:1000px;
271 }
277 div#buttoncon
278 {
279 position:relative;
281 }
284 div#vanish
285 {
286 position:absolute;
287 top:0px;
288 left:0px;
289 z-index:2;
290 }
292 div#crush
293 {
294 position:relative;
295 left:8px;
296 top:0px;
297 z-index:1;
298 }
302 h1
304 {
305 padding: 0px;
306 margin:0px;
307 margin-bottom: 10px;
308 }
315 /*stuff to make the containing divs actually contain the stuff they contain.*/
317 .clearfix:after {
318 content: ".";
319 display: block;
320 height: 0;
321 clear: both;
322 visibility: hidden;
323 }
325 * html .clearfix {height: 1%;}