view 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
line wrap: on
line source
1 @charset "UTF-8";
2 /* CSS Document */
3 body
4 {
5 background-color:#000;
6 margin:0;
7 margin-top:-4px;
8 padding:0;
13 }
14 div.topbar
15 {
16 height:60px;
17 margin-top:2px;
18 }
19 div.headlinks
20 {
21 font-family: Helvetica, sans-serif, Arial;
22 text-transform:uppercase;
23 font-weight:bold;
24 text-align:center;
25 color:#000;
26 padding-top:1px;
27 margin-top:0px;
28 margin-left:-30px;
29 }
30 div.headlinks a
31 {
32 text-decoration:none;
33 color:#bbbbbb;
34 text-shadow:#555 0px 0px 5px;
35 }
36 div.headlinks a:hover
37 {
38 text-decoration:none;
39 color:#FFF;
40 text-shadow:#222 0px 0px 8px;
41 }
46 div.headlinks ul
47 {
48 margin-top:10px;
49 }
50 div.headlinks ul li
51 {
52 text-align:center;
53 display: inline;
54 list-style-type: none;
55 padding-left: 4.9%;
56 padding-right: 4.9%;
57 }
58 attn
59 {
60 color:#bbb;
61 }
62 attn:hover
63 {
64 color:#FFF;
65 }
66 div.center
67 {
68 display:block;
69 width:425px;
70 height:244px;
71 background-color:#939;
72 margin-left:auto;
73 margin-right:auto;
74 margin-top:100px;
75 margin-bottom:auto;
76 padding:0px;
77 }
78 div.text
79 {
80 color:#aaaaaa;
81 /*font-family:Helvetica, sans-serif, Arial;*/
82 font: bold 13.5px "arial", "sans-serif";
84 margin-top:80px;
85 margin-bottom:30px;
86 }
88 img
89 {
90 margin:0;
91 padding:0;
92 }
94 h1
95 {
96 font-size:;
97 color: white;
98 background-color:#000000;
99 text-align: center;
100 font: bold 32px "arial", "sans-serif";
101 }
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 }