Mercurial > laserkard
comparison css/main.css @ 78:4ebd94bfecda laserkard
moved css files to own directory; deleted USELESS files
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 22 Jul 2010 09:56:12 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
77:bf68c9ea9528 | 78:4ebd94bfecda |
---|---|
1 @charset "UTF-8"; | |
2 /* CSS Document */ | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 body | |
10 { | |
11 background-color:#000; | |
12 margin:0; | |
13 margin-top:-4px; | |
14 padding:0; | |
15 | |
16 } | |
17 | |
18 | |
19 h1 | |
20 { | |
21 | |
22 color: white; | |
23 background-color:#000000; | |
24 text-align: center; | |
25 font: bold 32px "arial", "sans-serif"; | |
26 } | |
27 | |
28 | |
29 | |
30 | |
31 div.headlinks ul | |
32 { | |
33 margin-top:10px; | |
34 } | |
35 div.headlinks ul li | |
36 { | |
37 text-align:center; | |
38 display: inline; | |
39 list-style-type: none; | |
40 padding-left: 2.9%; | |
41 padding-right: 2.9%; | |
42 } | |
43 | |
44 | |
45 div.topbar | |
46 { | |
47 height:60px; | |
48 margin-top:2px; | |
49 z-index: 100; | |
50 } | |
51 div.headlinks | |
52 { | |
53 font-family: Helvetica, sans-serif, Arial; | |
54 text-transform:uppercase; | |
55 font-weight:bold; | |
56 text-align:center; | |
57 color:#000; | |
58 padding-top:1px; | |
59 margin-top:0px; | |
60 margin-left:-30px; | |
61 } | |
62 div.headlinks a | |
63 { | |
64 text-decoration:none; | |
65 color:#999999; | |
66 text-shadow:#555 0px 0px 5px; | |
67 } | |
68 div.headlinks a:hover | |
69 { | |
70 text-decoration:none; | |
71 color:#FFF; | |
72 text-shadow:#222 0px 0px 8px; | |
73 } | |
74 | |
75 | |
76 | |
77 | |
78 /*stuff to make the links show which page you're on*/ | |
79 body#buy a#buy, | |
80 body#hom a#hom, | |
81 body#about a#about, | |
82 body#contact a#contact, | |
83 body#faq a#faq { | |
84 color: #ffffff; | |
85 | |
86 | |
87 } | |
88 | |
89 | |
90 | |
91 |