Mercurial > laserkard
comparison main.css @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children | 839533015ed3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:599d0315537d |
---|---|
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 background-repeat:repeat-x; | |
17 height:60px; | |
18 margin-top:2px; | |
19 } | |
20 div.headlinks | |
21 { | |
22 font-family: Helvetica, sans-serif, Arial; | |
23 text-transform:uppercase; | |
24 font-weight:bold; | |
25 text-align:center; | |
26 color:#000; | |
27 padding-top:1px; | |
28 margin-top:0px; | |
29 margin-left:-30px; | |
30 } | |
31 div.headlinks a | |
32 { | |
33 text-decoration:none; | |
34 color:#666; | |
35 text-shadow:#555 0px 0px 5px; | |
36 } | |
37 div.headlinks a:hover | |
38 { | |
39 text-decoration:none; | |
40 color:#333; | |
41 text-shadow:#222 0px 0px 8px; | |
42 } | |
43 div.headlinks ul | |
44 { | |
45 margin-top:10px; | |
46 } | |
47 div.headlinks ul li | |
48 { | |
49 text-align:center; | |
50 display: inline; | |
51 list-style-type: none; | |
52 padding-left: 90px; | |
53 padding-right: 90px; | |
54 } | |
55 attn | |
56 { | |
57 color:#777; | |
58 } | |
59 attn:hover | |
60 { | |
61 color:#444; | |
62 } | |
63 div.center | |
64 { | |
65 display:block; | |
66 width:425px; | |
67 height:244px; | |
68 background-color:#939; | |
69 margin-left:auto; | |
70 margin-right:auto; | |
71 margin-top:100px; | |
72 margin-bottom:auto; | |
73 padding:0px; | |
74 } | |
75 div.text | |
76 { | |
77 color:#888; | |
78 font-family:Helvetica, sans-serif, Arial; | |
79 font-size:11px; | |
80 margin-top:80px; | |
81 margin-bottom:30px; | |
82 } | |
83 div.leftslab | |
84 { | |
85 float:left; | |
86 width:400px; | |
87 position:relative; | |
88 left:50%; | |
89 margin-left:-200px; | |
90 } | |
91 div.templates | |
92 { | |
93 margin-left:auto; | |
94 margin-right:auto; | |
95 width:300px; | |
96 background-color:#333; | |
97 border:thin; | |
98 border-color:#FFF; | |
99 color:#FFF; | |
100 font-family:Arial, Helvetica, sans-serif; | |
101 font-size:11px; | |
102 } | |
103 div.materials | |
104 { | |
105 margin-left:auto; | |
106 margin-right:auto; | |
107 width:300px; | |
108 background-color:#333; | |
109 border:thin; | |
110 border-color:#FFF; | |
111 color:#FFF; | |
112 font-family:Arial, Helvetica, sans-serif; | |
113 font-size:11px; | |
114 } | |
115 div.inputbox | |
116 { | |
117 margin-left:auto; | |
118 margin-right:auto; | |
119 width:300px; | |
120 background-color:#333; | |
121 border:thin; | |
122 border-color:#FFF; | |
123 color:#FFF; | |
124 font-family:Arial, Helvetica, sans-serif; | |
125 font-size:11px; | |
126 } | |
127 div.rightslab | |
128 { | |
129 float:left; | |
130 width:400px; | |
131 position:relative; | |
132 left:50%; | |
133 margin-left:0; | |
134 } | |
135 img | |
136 { | |
137 margin:0; | |
138 padding:0; | |
139 } |