view main.css @ 53:4349f0c7c4c0 laserkard

[svn r54] put up new front page picture
author rlm
date Wed, 17 Feb 2010 02:12:47 -0500
parents 1b5417799713
children 41d66ff99136
line wrap: on
line source
1 @charset "UTF-8";
2 /* CSS Document */
5 div.slogan,div.slogan>a
6 {
8 color: white;
9 background-color: black;
10 margin-left: auto;
11 margin-right: auto;
12 clear: left;
13 clear: right;
14 width: 100%;
15 text-align: center;
16 font: bold 25px "arial", "sans-serif";
17 text-decoration: none;
18 margin-bottom:-15px;
19 margin-top:20px;
21 }
26 body
27 {
28 background-color:#000;
29 margin:0;
30 margin-top:-4px;
31 padding:0;
36 }
37 div.topbar
38 {
39 height:60px;
40 margin-top:2px;
41 }
42 div.headlinks
43 {
44 font-family: Helvetica, sans-serif, Arial;
45 text-transform:uppercase;
46 font-weight:bold;
47 text-align:center;
48 color:#000;
49 padding-top:1px;
50 margin-top:0px;
51 margin-left:-30px;
52 }
53 div.headlinks a
54 {
55 text-decoration:none;
56 color:#999999;
57 text-shadow:#555 0px 0px 5px;
58 }
59 div.headlinks a:hover
60 {
61 text-decoration:none;
62 color:#FFF;
63 text-shadow:#222 0px 0px 8px;
64 }
69 div.headlinks ul
70 {
71 margin-top:10px;
72 }
73 div.headlinks ul li
74 {
75 text-align:center;
76 display: inline;
77 list-style-type: none;
78 padding-left: 2.9%;
79 padding-right: 2.9%;
80 }
83 div.center
84 {
85 display:block;
86 width:460px;
87 height:244px;
88 background-color:#000000;
89 margin-left:auto;
90 margin-right:auto;
91 margin-top:60px;
92 margin-bottom:auto;
93 padding:0px;
94 }
97 img
98 {
99 margin:0;
100 padding:0;
101 }
103 h1
104 {
106 color: white;
107 background-color:#000000;
108 text-align: center;
109 font: bold 32px "arial", "sans-serif";
110 }
113 div#copyright
114 {
116 clear:left;
117 clear:right;
118 clear:top;
120 text-align:center;
121 font: bold 14px "helvetica","arial", "sans-serif";
122 color: white;
124 display:none;
126 }
132 /*stuff to make the links show which page you're on*/
133 body#buy a#buy,
134 body#hom a#hom,
135 body#about a#about,
136 body#contact a#contact,
137 body#faq a#faq {
138 color: #ffffff;
141 }