comparison main.css @ 22:3298256dd459 laserkard

[svn r23] did much cosmetic work.
author rlm
date Sun, 03 Jan 2010 03:36:21 -0500
parents 2f537455ebf7
children 707d202f58b1
comparison
equal deleted inserted replaced
21:142054e0d572 22:3298256dd459
11 11
12 12
13 } 13 }
14 div.topbar 14 div.topbar
15 { 15 {
16 background-repeat:repeat-x;
17 height:60px; 16 height:60px;
18 margin-top:2px; 17 margin-top:2px;
19 } 18 }
20 div.headlinks 19 div.headlinks
21 { 20 {
38 { 37 {
39 text-decoration:none; 38 text-decoration:none;
40 color:#FFF; 39 color:#FFF;
41 text-shadow:#222 0px 0px 8px; 40 text-shadow:#222 0px 0px 8px;
42 } 41 }
42
43
44
45
43 div.headlinks ul 46 div.headlinks ul
44 { 47 {
45 margin-top:10px; 48 margin-top:10px;
46 } 49 }
47 div.headlinks ul li 50 div.headlinks ul li
94 color: white; 97 color: white;
95 background-color:#000000; 98 background-color:#000000;
96 text-align: center; 99 text-align: center;
97 font: bold 32px "arial", "sans-serif"; 100 font: bold 32px "arial", "sans-serif";
98 } 101 }
102
103
104
105 /*stuff to make the links show which page you're on*/
106 body#buy a#buy,
107 body#hom a#hom,
108 body#about a#about,
109 body#contact a#contact {
110 color: #fff;
111 background: #930;
112 }
113