Mercurial > laserkard
comparison sexy.css @ 47:4431dc7d4bb5 laserkard
[svn r48] almost fixed "hover over" bug
author | rlm |
---|---|
date | Sun, 31 Jan 2010 14:21:14 -0500 |
parents | 26c2b3ad21c7 |
children | b2a11435a89b |
comparison
equal
deleted
inserted
replaced
46:26c2b3ad21c7 | 47:4431dc7d4bb5 |
---|---|
151 font: bold 16px "helvetica","arial", "sans-serif"; | 151 font: bold 16px "helvetica","arial", "sans-serif"; |
152 color: white; | 152 color: white; |
153 margin-left:auto; | 153 margin-left:auto; |
154 margin-right: auto; | 154 margin-right: auto; |
155 clear:left; | 155 clear:left; |
156 | 156 display:none; |
157 } | 157 } |
158 | 158 |
159 /*************************************************************************/ | 159 /*************************************************************************/ |
160 | 160 |
161 | 161 |
225 | 225 |
226 | 226 |
227 titletron | 227 titletron |
228 { | 228 { |
229 color: white; | 229 color: white; |
230 background-color:#00000; | 230 background-color:#000000; |
231 font: bold 32px "arial", "sans-serif"; | 231 font: bold 32px "arial", "sans-serif"; |
232 } | 232 } |
233 | 233 |
234 | 234 |
235 | 235 |
256 div#formValues | 256 div#formValues |
257 | 257 |
258 { | 258 { |
259 color:white; | 259 color:white; |
260 position: absolute; | 260 position: absolute; |
261 top:45px; | 261 top:30px; |
262 left: 15px; | 262 left: 15px; |
263 | 263 |
264 } | 264 } |
265 | 265 |
266 div#cardDefs | 266 div#cardDefs |
267 { | 267 { |
268 color:green; | 268 color:green; |
269 position: absolute; | 269 position: absolute; |
270 width: 200px; | 270 width: 200px; |
271 top: 70px; | 271 top: 90px; |
272 left: 10px; | 272 left: 10px; |
273 | 273 |
274 } | 274 } |
275 | 275 |
276 div#currentSpec | |
277 { | |
278 color:red; | |
279 position: absolute; | |
280 width: 200px; | |
281 top: 90px; | |
282 right: 10px; | |
283 | |
284 } | |
285 | |
286 div#descriptions | |
287 { | |
288 color:blue; | |
289 position: absolute; | |
290 width: 200px; | |
291 top: 130px; | |
292 right: 10px; | |
293 | |
294 } | |
295 | |
296 | |
297 |