Mercurial > laserkard
diff dylan/laserkard_dark.css @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dylan/laserkard_dark.css Wed Dec 30 02:01:25 2009 -0500 1.3 @@ -0,0 +1,60 @@ 1.4 +html,body,p{padding:0px;margin:0px;} 1.5 + 1.6 +h1,h2,h3,h4,h5,h6{margin:4px;padding:0px;} 1.7 +ul,li{list-style-type:none;} 1.8 +li{display:inline;padding:0px 1em;} 1.9 + 1.10 +body{ 1.11 + padding:48px; 1.12 + font:14px "Palatino Linotype","Times New Roman",serif; 1.13 + font-family:"Lucida Grande","UI Genoe",Arial,Helvetica,Verdana,sans-serif; 1.14 + background:#000; 1.15 + color:#fff; 1.16 + text-align:center; 1.17 + 1.18 +} 1.19 + 1.20 +a{color:#0af;text-decoration:none;margin:0px 1.5em;font-size:115%!important;} 1.21 +a:hover{text-decoration:underline;} 1.22 + 1.23 + 1.24 +div.case{ 1.25 + border:1px solid #333; 1.26 + width:600px; 1.27 + padding:4px; 1.28 + margin:8% auto; 1.29 +} 1.30 +div.main { 1.31 + border:1px solid #333;border:none; 1.32 + text-align:center; 1.33 + padding:64px; 1.34 + padding-bottom:24px; 1.35 + background:#000 url("grace_000.jpg") no-repeat; 1.36 + background-position:96% center; 1.37 + background:#000; 1.38 +} 1.39 + 1.40 +div.lynx{margin:2em 0px;} 1.41 + 1.42 + 1.43 +.logo{ 1.44 + background:transparent url("logo.jpg") no-repeat; 1.45 + background-position:top center; 1.46 + display:block; 1.47 + width:360px; 1.48 + padding-top:75px; 1.49 + margin:2px auto;margin-bottom:2em; 1.50 +} 1.51 + 1.52 +.slim, .contact li{ 1.53 + font-size:14px; 1.54 + color:#ccc; 1.55 + letter-spacing:2px; 1.56 + word-spacing:.5em; 1.57 +} 1.58 + 1.59 + 1.60 +.contact li { font-size:12px;color:#666;} 1.61 +.contact li b{color:#888;} 1.62 + 1.63 +