view main.css @ 48:b2a11435a89b laserkard

[svn r49] implemented resizing text :)
author rlm
date Sun, 31 Jan 2010 20:26:16 -0500
parents bb048e29406b
children 1b5417799713
line wrap: on
line source
1 @charset "UTF-8";
2 /* CSS Document */
5 slogan
6 {
8 color: white;
10 margin-left: auto;
11 margin-right: auto;
12 }
17 body
18 {
19 background-color:#000;
20 margin:0;
21 margin-top:-4px;
22 padding:0;
27 }
28 div.topbar
29 {
30 height:60px;
31 margin-top:2px;
32 }
33 div.headlinks
34 {
35 font-family: Helvetica, sans-serif, Arial;
36 text-transform:uppercase;
37 font-weight:bold;
38 text-align:center;
39 color:#000;
40 padding-top:1px;
41 margin-top:0px;
42 margin-left:-30px;
43 }
44 div.headlinks a
45 {
46 text-decoration:none;
47 color:#999999;
48 text-shadow:#555 0px 0px 5px;
49 }
50 div.headlinks a:hover
51 {
52 text-decoration:none;
53 color:#FFF;
54 text-shadow:#222 0px 0px 8px;
55 }
60 div.headlinks ul
61 {
62 margin-top:10px;
63 }
64 div.headlinks ul li
65 {
66 text-align:center;
67 display: inline;
68 list-style-type: none;
69 padding-left: 2.9%;
70 padding-right: 2.9%;
71 }
74 div.center
75 {
76 display:block;
77 width:460px;
78 height:244px;
79 background-color:#000000;
80 margin-left:auto;
81 margin-right:auto;
82 margin-top:60px;
83 margin-bottom:auto;
84 padding:0px;
85 }
86 div.text
87 {
88 color:#aaaaaa;
89 /*font-family:Helvetica, sans-serif, Arial;*/
90 font: bold 16px "arial", "sans-serif";
92 margin-top:50px;
93 margin-bottom:30px;
94 }
96 img
97 {
98 margin:0;
99 padding:0;
100 }
102 h1
103 {
105 color: white;
106 background-color:#000000;
107 text-align: center;
108 font: bold 32px "arial", "sans-serif";
109 }
112 div#copyright
113 {
115 position:relative;
116 bottom: -310px;
117 margin-left:44%;
120 font: bold 14px "helvetica","arial", "sans-serif";
121 color: white;
125 }
131 /*stuff to make the links show which page you're on*/
132 body#buy a#buy,
133 body#hom a#hom,
134 body#about a#about,
135 body#contact a#contact,
136 body#faq a#faq {
137 color: #ffffff;
140 }