comparison sexy.css @ 50:1b5417799713 laserkard

[svn r51] Venture Mentoring service LIVE
author rlm
date Mon, 01 Feb 2010 02:54:59 -0500
parents b2a11435a89b
children
comparison
equal deleted inserted replaced
49:5eb11cf654de 50:1b5417799713
143 143
144 144
145 /* try to make teh copyright appear correctly on the bottom*/ 145 /* try to make teh copyright appear correctly on the bottom*/
146 146
147 147
148 div#copyright
149 {
150 position:relative;
151 font: bold 16px "helvetica","arial", "sans-serif";
152 color: white;
153 margin-left:auto;
154 margin-right: auto;
155 clear:left;
156 display:none;
157 }
158 148
159 /*************************************************************************/ 149 /*************************************************************************/
160 150
161 151
162 152
258 { 248 {
259 color:white; 249 color:white;
260 position: absolute; 250 position: absolute;
261 top:30px; 251 top:30px;
262 left: 15px; 252 left: 15px;
263 253 display:none;
264 } 254 }
265 255
266 div#cardDefs 256 div#cardDefs
267 { 257 {
268 color:green; 258 color:green;
269 position: absolute; 259 position: absolute;
270 width: 200px; 260 width: 200px;
271 top: 90px; 261 top: 90px;
272 left: 10px; 262 left: 10px;
273 263 display:none;
274 } 264 }
275 265
276 div#currentSpec 266 div#currentSpec
277 { 267 {
278 color:red; 268 color:red;
279 position: absolute; 269 position: absolute;
280 width: 200px; 270 width: 200px;
281 top: 90px; 271 top: 90px;
282 right: 10px; 272 right: 10px;
283 273 display:none;
284 } 274 }
285 275
286 div#output 276 div#output
287 { 277 {
288 color:#fbafcd; 278 color:#fbafcd;
289 position: absolute; 279 position: absolute;
290 width: 200px; 280 width: 200px;
291 top: 130px; 281 top: 130px;
292 right: 10px; 282 right: 10px;
293 283 display:none;
294 } 284 }
295 285
296 286
297 287