ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/medieval.css
Revision: 1.2
Committed: Thu Sep 13 19:54:50 2007 UTC (16 years, 8 months ago) by pippijn
Content type: text/css
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
fixed some things

File Contents

# Content
1 body {
2 font: Verdana, Tahoma, Arial, sans-serif;
3 padding: 0;
4 margin: 0;
5 background: url("html/images/cfplus.png");
6 background-repeat: repeat;
7 }
8
9 /* Top menu */
10 div#menu {
11 height: 2em;
12 text-align: center;
13 }
14
15 #playlink {
16 font-size: x-large;
17 text-align: center
18 }
19
20 .box {
21 margin: 1em;
22 padding: 1ex;
23 border: 1ex solid #800;
24 background: #ff0;
25 font-size: large;
26 color: black;
27 }
28
29 .box a {
30 background: #ccc;
31 padding: 0.3ex;
32 border: 0.3ex solid #800;
33 }
34
35 .box a:hover {
36 background: #fff;
37 padding: 0.3ex;
38 border: 0.3ex solid #f00;
39 }
40
41 #menu {
42 width: 100%;
43 height: 2em;
44 }
45
46 #menu ul, ul ul {
47 border-bottom: 3px solid black;
48 background-image: url("html/images/outline.png");
49 padding-left: 0;
50 cursor: default;
51 margin: 0;
52 line-height: 2em;
53 display: inline;
54 }
55
56 #menu ul li {
57 display: inline;
58 list-style-type: none;
59 margin: 0;
60 position: relative;
61 color: #fff;
62 }
63
64 #menu ul li > ul {
65 display: none;
66 position: absolute;
67 top: 0;
68 left: 0;
69 width: 100%;
70 }
71
72 #menu ul li:hover, ul li.hilight {
73 background-color: #ffa;
74 color: #000;
75 }
76
77 #menu ul ul.show {
78 display: block;
79 }
80
81 #menu ul li:hover > ul {
82 display: block;
83 }
84
85 #menu ul li a {
86 color: #fff;
87 width: 100%;
88 text-decoration: underline;
89 }
90
91 #menu ul li a:hover, ul li a.hilink {
92 color: #000;
93 }
94
95 #menu ul li:hover > a {
96 color: #000;
97 }
98
99 /* Menus inside the top menu */
100 ul.inmenu, ul.inmenu ul {
101 border-left: 3px solid black;
102 border-right: 3px solid black;
103 text-align: left;
104 }
105
106 ul.inmenu li a {
107 color: #fff;
108 display: block;
109 }
110
111 /* The sidebars */
112 div#bar-left {
113 position: absolute;
114 top: 2em;
115 bottom: 0;
116 width: 2em;
117 background-image: url("html/images/outline.png");
118 border-right: 3px solid black;
119 }
120
121 div#bar-right {
122 position: absolute;
123 top: 2em;
124 bottom: 0;
125 right: 0;
126 width: 2em;
127 background-image: url("html/images/outline.png");
128 border-left: 3px solid black;
129 }
130
131 #bar-right img {
132 float: right;
133 padding-bottom: 1em;
134 width: 2em;
135 }
136
137 #bar-left img {
138 float: left;
139 padding-bottom: 1em;
140 width: 2em;
141 }
142
143 /* The server gauge box */
144 div#server {
145 width: 7em;
146 height: 10em;
147 border: 3px solid #99c;
148 position: absolute;
149 right: 2.5em;
150 top: 2.5em;
151 background-color: #333;
152 color: #ccc;
153 }
154
155 #server p {
156 position: absolute;
157 left: 1em;
158 text-align: center;
159 }
160
161 #server img {
162 float: left;
163 }
164
165 #server b {
166 color: #0f0;
167 }
168
169 #server a {
170 color: #ff0;
171 }
172
173 /* Contents windows */
174 div.window {
175 position: absolute;
176 top: 3em;
177 left: 3em;
178 right: 3em;
179 background-image: url("html/images/background.png");
180 }
181
182 div.cborder-top {
183 float: top;
184 background-image: url("html/images/border_x.png");
185 width: 100%;
186 height: 16px;
187 color: white;
188 font-size: small;
189 text-align: center;
190 }
191
192 div.cborder-bottom {
193 position: absolute;
194 background-image: url("html/images/border_x.png");
195 width: 100%;
196 height: 16px;
197 bottom: 0;
198 }
199
200 div.cborder-left {
201 position: absolute;
202 background-image: url("html/images/border_y.png");
203 width: 16px;
204 height: 100%;
205 left: 0;
206 }
207
208 div.cborder-right {
209 position: absolute;
210 background-image: url("html/images/border_y.png");
211 width: 16px;
212 height: 100%;
213 right: 0;
214 }
215
216 /* Inside the contents windows */
217 p,table {
218 margin-left: 2em;
219 margin-right: 8em;
220 color: white;
221 }
222
223 a {
224 color: green;
225 }
226
227 a:visited {
228 color: yellow;
229 }
230
231 a:hover {
232 color: #0f0;
233 }
234
235 div.window img {
236 margin-left: 3em;
237 }
238
239 p.date {
240 color: yellow;
241 font-style: italic;
242 }
243
244 p.date a {
245 color: red;
246 }
247
248 ul li {
249 margin-left: 1em;
250 margin-right: 8em;
251 color: white;
252 }
253
254 ol {
255 list-style-type: none;
256 }
257
258 h1,h2,h3,h4 {
259 color: #0ff;
260 text-align: center;
261 }
262
263 h1 a {
264 color: #0ff;
265 text-align: center;
266 }
267
268 pre {
269 padding: 0.5em;
270 border: 2px solid black;
271 background: #ddd;
272 color: black;
273 font-size: small;
274 font-family: Bitstream Vera Sans Mono, Andale Mono, monospace;
275 margin-left: 2.5em;
276 margin-right: 2.5em;
277 }