Mercurial > laserkard
comparison dylan/laserkard_dark.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,p{padding:0px;margin:0px;} | |
2 | |
3 h1,h2,h3,h4,h5,h6{margin:4px;padding:0px;} | |
4 ul,li{list-style-type:none;} | |
5 li{display:inline;padding:0px 1em;} | |
6 | |
7 body{ | |
8 padding:48px; | |
9 font:14px "Palatino Linotype","Times New Roman",serif; | |
10 font-family:"Lucida Grande","UI Genoe",Arial,Helvetica,Verdana,sans-serif; | |
11 background:#000; | |
12 color:#fff; | |
13 text-align:center; | |
14 | |
15 } | |
16 | |
17 a{color:#0af;text-decoration:none;margin:0px 1.5em;font-size:115%!important;} | |
18 a:hover{text-decoration:underline;} | |
19 | |
20 | |
21 div.case{ | |
22 border:1px solid #333; | |
23 width:600px; | |
24 padding:4px; | |
25 margin:8% auto; | |
26 } | |
27 div.main { | |
28 border:1px solid #333;border:none; | |
29 text-align:center; | |
30 padding:64px; | |
31 padding-bottom:24px; | |
32 background:#000 url("grace_000.jpg") no-repeat; | |
33 background-position:96% center; | |
34 background:#000; | |
35 } | |
36 | |
37 div.lynx{margin:2em 0px;} | |
38 | |
39 | |
40 .logo{ | |
41 background:transparent url("logo.jpg") no-repeat; | |
42 background-position:top center; | |
43 display:block; | |
44 width:360px; | |
45 padding-top:75px; | |
46 margin:2px auto;margin-bottom:2em; | |
47 } | |
48 | |
49 .slim, .contact li{ | |
50 font-size:14px; | |
51 color:#ccc; | |
52 letter-spacing:2px; | |
53 word-spacing:.5em; | |
54 } | |
55 | |
56 | |
57 .contact li { font-size:12px;color:#666;} | |
58 .contact li b{color:#888;} | |
59 | |
60 |