Mercurial > laserkard
comparison shadowbar.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 @charset "UTF-8"; | |
2 /* CSS Document */ | |
3 body | |
4 { | |
5 background-color:#000; | |
6 margin:0; | |
7 margin-top:-4px; | |
8 padding:0; | |
9 } | |
10 div.topbar | |
11 { | |
12 background-image:url(images/topbar.png); | |
13 background-repeat:repeat-x; | |
14 height:60px; | |
15 margin-top:2px; | |
16 } | |
17 div.headlinks | |
18 { | |
19 font-family: Helvetica, sans-serif, Arial; | |
20 text-transform:uppercase; | |
21 font-weight:bold; | |
22 text-align:center; | |
23 color:#000; | |
24 padding-top:1px; | |
25 margin-top:0px; | |
26 margin-left:-30px; | |
27 } | |
28 div.headlinks a | |
29 { | |
30 text-decoration:none; | |
31 color:#000; | |
32 text-shadow:#555 0px 1px 0.5px; | |
33 } | |
34 div.headlinks a:hover | |
35 { | |
36 text-decoration:none; | |
37 color:#555; | |
38 text-shadow:#000 0px 0px 50px, #000 0px 0px 20px, #111 0px 1px 0.5px; | |
39 } | |
40 div.headlinks ul | |
41 { | |
42 margin-top:7px; | |
43 } | |
44 div.headlinks ul li | |
45 { | |
46 text-align:center; | |
47 display: inline; | |
48 list-style-type: none; | |
49 padding-left: 90px; | |
50 padding-right: 90px; | |
51 } | |
52 div.center | |
53 { | |
54 display:block; | |
55 width:425px; | |
56 height:244px; | |
57 background-color:#939; | |
58 margin-left:auto; | |
59 margin-right:auto; | |
60 margin-top:170px; | |
61 margin-bottom:auto; | |
62 padding:0px; | |
63 } | |
64 img | |
65 { | |
66 margin:0; | |
67 padding:0; | |
68 } |