view sexy.css @ 24:2979a76e3fdf laserkard

[svn r25] meeting with kevin
author rlm
date Sun, 03 Jan 2010 21:11:16 -0500
parents 707d202f58b1
children b9a4988a22ed
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 }
123 div#i_templates
124 {
126 color: white;
127 background-color:#000000;
128 text-align: left;
129 font: bold 32px "arial", "sans-serif";
131 padding:10px;
132 border-style:solid;
133 border-color:#ffffff;
134 border-width:1px;
136 float: left;
137 width: auto;
141 /*
142 position:absolute;
143 left:15px;
144 bottom:15px;
145 */
147 }
151 titletron
152 {
155 color: white;
156 background-color:#000000;
157 text-align: left;
158 font: bold 32px "arial", "sans-serif";
160 }
164 div#display
165 {
170 /*
171 position:absolute;
172 left:200px;
173 top:80px;
174 */
178 background-color:#000000;
179 }
182 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
183 {
184 padding:3px;
185 /*#border-style:solid;
186 #border-color:#79797b;*/
187 border-width:1px;
188 }
191 div#i_inputbox
192 {
194 padding-left:10px;
195 padding-top:10px;
196 padding-right:0px;
197 border-style:solid;
198 border-color:#ffffff;
199 border-width:1px;
200 padding-bottom:10px;
202 font: bold 14px "helvetica","arial", "sans-serif";
203 color: white;
205 float:left;
206 width:240px;
207 clear:right;
209 /*
210 position:absolute;
211 left:1260px;
212 top:80px;
213 */
215 background-color:#000000;
216 }
219 div#centerbox
220 {
221 float:left;
222 margin-top:-10px;
223 margin-left:10px;
224 margin-right:10px;
225 width:515px;
226 padding:5px;
228 /*
229 border-style:solid;
230 border-color:#79797b;
231 border-width:1px;
232 margin:10px;
233 */
234 }
238 div#pokedex
239 {
240 padding : 30px;
241 clear:right;
242 float:none;
243 background-color:#000000;
244 border-style:solid;
245 border-color:#ffffff;
246 border-width:1px;
250 font: bold 16px "helvetica","arial", "sans-serif";
251 color: white;
252 }
254 div#garbage
255 {
257 float:left;
258 width:1000px;
260 }
266 div#buttoncon
267 {
268 position:relative;
270 }
273 div#vanish
274 {
275 position:absolute;
276 top:0px;
277 left:0px;
278 z-index:2;
279 }
281 div#crush
282 {
283 position:relative;
284 left:8px;
285 top:0px;
286 z-index:1;
287 }
291 h1
293 {
294 padding: 0px;
295 margin:0px;
296 margin-bottom: 10px;
297 }
304 /*stuff to make the containing divs actually contain the stuff they contain.*/
306 .clearfix:after {
307 content: ".";
308 display: block;
309 height: 0;
310 clear: both;
311 visibility: hidden;
312 }
314 * html .clearfix {height: 1%;}