Mercurial > laserkard
comparison not-used/celegans.css @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:599d0315537d |
---|---|
1 html,body,table{ font:12px Helvetica,Arial,sans-serif;color:#fff;margin:0px;padding:0px;} | |
2 body{ | |
3 background:#000; | |
4 margin:0px; | |
5 padding:12px; | |
6 } | |
7 | |
8 | |
9 .leftslab form{margin-bottom:4em;} | |
10 | |
11 | |
12 div.leftslab{ | |
13 float:left; | |
14 width:520px; | |
15 border:1px solid #888; | |
16 padding:16px; | |
17 padding-top:30px; | |
18 | |
19 margin-left:24px; | |
20 background:#000; | |
21 } | |
22 | |
23 | |
24 h3{font:20px Palatino,"Palatino Linotype","Times New Roman",serif;} | |
25 | |
26 .leftslab td{padding-right:2.6em;} | |
27 .leftslab h3{margin:0px;margin-bottom:1em;font-weight:normal;} | |
28 .leftslab h3 em {font-size:120%;padding-right:1.2em;display:none;} | |
29 .leftslab h4{margin:0px 4px;} | |
30 | |
31 .leftslab a { | |
32 color:#48f; | |
33 text-decoration:none; | |
34 cursor:default; | |
35 } | |
36 | |
37 #radiobuttons2 img{ | |
38 width:120px; | |
39 padding-right:4px; | |
40 border:1px solid transparent; | |
41 cursor:pointer; | |
42 cursor:hand; | |
43 } | |
44 #radiobuttons2 img:hover{border:1px solid #fc8;} | |
45 | |
46 #templates{display:none;} | |
47 /*.leftslab *{vertical-align:middle;}*/ | |
48 |