Mercurial > laserkard
comparison buy_files/main.css @ 46:26c2b3ad21c7 laserkard
[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author | rlm |
---|---|
date | Sun, 31 Jan 2010 12:33:33 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
45:bff96abdddfa | 46:26c2b3ad21c7 |
---|---|
1 @charset "UTF-8"; | |
2 /* CSS Document */ | |
3 body | |
4 { | |
5 background-color:#000; | |
6 margin:0; | |
7 margin-top:-4px; | |
8 padding:0; | |
9 | |
10 | |
11 | |
12 | |
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 } | |
42 | |
43 | |
44 | |
45 | |
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 } | |
58 | |
59 | |
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"; | |
77 | |
78 margin-top:50px; | |
79 margin-bottom:30px; | |
80 } | |
81 | |
82 img | |
83 { | |
84 margin:0; | |
85 padding:0; | |
86 } | |
87 | |
88 h1 | |
89 { | |
90 | |
91 color: white; | |
92 background-color:#000000; | |
93 text-align: center; | |
94 font: bold 32px "arial", "sans-serif"; | |
95 } | |
96 | |
97 | |
98 div#copyright | |
99 { | |
100 | |
101 position:relative; | |
102 bottom: -310px; | |
103 margin-left:44%; | |
104 | |
105 | |
106 font: bold 14px "helvetica","arial", "sans-serif"; | |
107 color: white; | |
108 | |
109 | |
110 | |
111 } | |
112 | |
113 | |
114 | |
115 | |
116 | |
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 body#faq a#faq { | |
123 color: #ffffff; | |
124 | |
125 | |
126 } | |
127 |