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