view main.css @ 35:ae22c2d59891 laserkard

[svn r36] more work with kevin
author rlm
date Mon, 18 Jan 2010 15:31:33 -0500
parents 4475e9ee3c36
children bb048e29406b
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:#999999;
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: 2.9%;
56 padding-right: 2.9%;
57 }
60 div.center
61 {
62 display:block;
63 width:460px;
64 height:244px;
65 background-color:#000000;
66 margin-left:auto;
67 margin-right:auto;
68 margin-top:60px;
69 margin-bottom:auto;
70 padding:0px;
71 }
72 div.text
73 {
74 color:#aaaaaa;
75 /*font-family:Helvetica, sans-serif, Arial;*/
76 font: bold 16px "arial", "sans-serif";
78 margin-top:50px;
79 margin-bottom:30px;
80 }
82 img
83 {
84 margin:0;
85 padding:0;
86 }
88 h1
89 {
91 color: white;
92 background-color:#000000;
93 text-align: center;
94 font: bold 32px "arial", "sans-serif";
95 }
98 div#copyright
99 {
101 position:relative;
102 bottom: -310px;
103 margin-left:44%;
106 font: bold 14px "helvetica","arial", "sans-serif";
107 color: white;
111 }
117 /*stuff to make the links show which page you're on*/
118 body#buy a#buy,
119 body#hom a#hom,
120 body#about a#about,
121 body#contact a#contact {
122 color: #ffffff;
125 }