Subversion-Projekte lars-tiefland.em_wm

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
3 lars 1
/*
2
 
3
  Based on:
4
 
5
  The original SpacePilot3K Theme for phpBB version 2+
6
  Created by Jakob Persson
7
  http://www.jakob-persson.com
8
*/
9
 
10
 
11
 /* General page style. The scroll bar colours only visible in IE5.5+ */
12
body {
13
	background-color: #000000;
14
	scrollbar-face-color: #006699;
15
	scrollbar-highlight-color: #2DB6FD;
16
	scrollbar-shadow-color: #005886;
17
	scrollbar-3dlight-color: #038DD5;
18
	scrollbar-arrow-color: #8BC7FF;
19
	scrollbar-track-color: #005F90;
20
	scrollbar-darkshadow-color: #00466A;
21
	color: #FFFFFF;
22
	background-image : url(images/background2.gif);
23
	font-size : 12px;
24
}
25
 
26
/* General font families for common tags */
27
font,th,td,p {
28
	font-family: Verdana, Arial, Helvetica, sans-serif;
29
	font-size : 12px;
30
}
31
a:link,a:active,a:visited { color : #8BC7FF; text-decoration: none; }
32
a:hover		{ text-decoration: underline; color : #8BC7FF; }
33
hr	{
34
	height: 0px;
35
	border: solid #CCCCCC 0px;
36
	border-top-width: 1px;
37
}
38
 
39
 
40
/* This is the border line & background colour round the entire page */
41
table	{
42
	border: 1px #0075B2 solid;
43
	width: 100%;
44
	background-image : url(images/background.gif);
45
}
46
 
47
.navig	{
48
	border: 1px #0075B2 solid;
49
	 width:200;
50
	background-image : url(images/background.gif);
51
}
52
 
53
/* This is the outline round the main forum tables */
54
.forumline	{
55
	border: 2px #0075B2 solid;
56
	background-image : url(images/background2.gif);
57
}
58
 
59
 
60
/* Main table cell colours and backgrounds */
61
 
62
td.row1	{
63
	font-size : 12px;
64
}
65
 
66
td.row2	{
67
	background-image : url(images/background3.gif);
68
	font-size : 12px;
69
}
70
 
71
td.row3	{
72
	background-image : url(images/background2.gif);
73
	font-size : 12px;
74
}
75
 
76
 
77
/*
78
  This is for the table cell above the Topics, Post & Last posts on the index.php page
79
  By default this is the fading out gradiated silver background.
80
  However, you could replace this with a bitmap specific for each forum
81
*/
82
td.rowpic {
83
	background-image: url(images/cellpic1.gif);
84
	background-color: #006699;
85
	color: #FFFFFF;
86
}
87
 
88
/* Header cells - the blue and silver gradient backgrounds */
89
th	{
90
	font-size: 11px;
91
	font-weight : bold;
92
	background-color: #8BC7FF;
93
	height: 25px;
94
	background-image: url(images/cellpic3.gif);
95
	color : #006699;
96
}
97
 
98
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
99
	background-image: url(images/cellpic1.gif);
100
	background-color: #006699;
101
	border: #FFFFFF;
102
	border-style: solid;
103
	height: 28px;
104
	color : #FFFFFF;
105
	text-align:center;
106
}
107
 
108
 
109
/*
110
  Setting additional nice inner borders for the main table cells.
111
  The names indicate which sides the border will be on.
112
  Don't worry if you don't understand this, just ignore it :-)
113
*/
114
td.cat,td.catHead,td.catBottom {
115
	height: 29px;
116
	border-width: 0px 0px 0px 0px;
117
}
118
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
119
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
120
td.row3Right {
121
	border: #FFFFFF;
122
	border-style: solid;
123
}
124
 
125
td.spaceRow {
126
	background-color : #000000;
127
	background-image : url(images/background.gif);
128
}
129
 
130
th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
131
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
132
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
133
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
134
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
135
th.thTop	 { border-width: 0px 0px 0px 0px; }
136
th.thCornerL {
137
	border-width: 0px 0px 0px 0px;
138
}
139
th.thCornerR {
140
	border-width: 0px 0px 0px 0px;
141
 
142
}
143
 
144
 
145
/* The largest text used in the index page title and toptic title etc. */
146
.maintitle,h1,h2	{
147
	font-weight: bold;
148
	font-size: 22px;
149
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
150
	text-decoration: none;
151
	line-height : 120%;
152
	color : #FFFFFF;
153
}
154
 
155
h1
156
{
157
	text-align : center;
158
}
159
 
160
.success
161
{
162
	font-size:50px;
163
	color: lime;
164
	text-align : center;
165
}
166
 
167
.error
168
{
169
	font-size:50px;
170
	color: red;
171
	text-align : center;
172
}
173
 
174
.success_upd
175
{
176
	font-size:15px;
177
	color: lime;
178
	text-align : center;
179
}
180
 
181
.error_upd
182
{
183
	font-size:15px;
184
	color: red;
185
	text-align : center;
186
}
187
.pending
188
{
189
	color: red;
190
	font-weight : bold;
191
}
192
 
193
/* General text */
194
.gen { font-size : 12px; }
195
.genmed { font-size : 11px; }
196
.gensmall { font-size : 10px; }
197
.gen,.genmed,.gensmall {
198
	color : #FFFFFF;
199
}
200
 
201
/* General text */
202
.genblue { font-size : 12px; }
203
.genmedblue { font-size : 11px; }
204
.gensmallblue { font-size : 10px; }
205
.genblue,.genmedblue,.gensmallblue {
206
	color : #006699;
207
}
208
 
209
a.genblue,a.genmedblue,a.gensmallblue {
210
	color: #006699;
211
	text-decoration: none;
212
}
213
 
214
a.genblue:hover,a.genmedblue:hover,a.gensmallblue:hover	{
215
	color: #FFFFFF;
216
	text-decoration: underline;
217
}
218
 
219
/* General text */
220
.genblack { font-size : 12px; }
221
.genmedblack { font-size : 11px; }
222
.gensmallblack { font-size : 10px; }
223
.genblack,.genmedblack,.gensmallblack {
224
	color : #000000;
225
}
226
 
227
a.gen,a.genmed,a.gensmall { color: #8BC7FF; text-decoration: none; }
228
a.gen:hover,a.genmed:hover,a.gensmall:hover	{
229
	color: #FFFFFF;
230
	text-decoration: underline;
231
}
232
 
233
 
234
/* The register, login, search etc links at the top of the page */
235
.mainmenu		{
236
	font-size : 11px;
237
	color : #FFFFFF;
238
}
239
a.mainmenu		{ text-decoration: none; color : #8BC7FF;  }
240
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }
241
 
242
/* Forum category titles */
243
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF }
244
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
245
a.cattitle:visited{ color : #FFFFFF; text-decoration: none; }
246
a.cattitle:hover{ color : #FFFFFF; text-decoration: underline; }
247
 
248
.cattitlewhite		{
249
	font-weight: bold;
250
	font-size: 12px ;
251
	letter-spacing: 1px;
252
	color : #FFFFFF;
253
}
254
a.cattitlewhite		{
255
	text-decoration: none;
256
	color : #8BC7FF;
257
}
258
a.cattitlewhite:visited {
259
	color : #8BC7FF;
260
}
261
a.cattitlewhite:hover { color : #FFFFFF; }
262
/* Forum title: Text and link to the forums used in: index.php */
263
.forumlink		{ font-weight: bold; font-size: 12px; color : #8BC7FF; }
264
a.forumlink 	{ text-decoration: none; color : #8BC7FF; }
265
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }
266
 
267
 
268
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
269
.nav			{ font-weight: bold; font-size: 11px; color : #FFFFFF;}
270
a.nav			{ text-decoration: none; color : #8BC7FF; }
271
a.nav:hover		{ text-decoration: underline; }
272
 
273
 
274
/* titles for the topics: could specify viewed link colour too */
275
.topictitle			{
276
	font-weight: bold;
277
	font-size: 11px;
278
	color : #FFFFFF;
279
}
280
a.topictitle:link   { text-decoration: none; color : #8BC7FF; }
281
a.topictitle:visited { text-decoration: none; color : #8BC7FF; }
282
a.topictitle:hover	{ text-decoration: underline; color : #FFFFFF; }
283
 
284
/* Name of poster in viewmsg.php and viewtopic.php and other places */
285
.name			{
286
	font-size : 11px;
287
	color : #FFFFFF;
288
}
289
 
290
/* Location, number of posts, post date etc */
291
.postdetails		{
292
	font-size : 10px;
293
	color : #FFFFFF;
294
}
295
 
296
 
297
/* The content of the posts (body of text) */
298
.postbody { font-size : 12px;}
299
a.postlink:link	{ text-decoration: none; color : #8BC7FF }
300
a.postlink:visited { text-decoration: none; color : #8BC7FF; }
301
a.postlink:hover { text-decoration: underline; color : #FFFFFF}
302
 
303
/* Quote & Code blocks */
304
.code {
305
	font-family: Courier, 'Courier New', sans-serif;
306
	font-size: 11px;
307
	color: Lime;
308
	border: #DDDDDD;
309
	border-style: solid;
310
	border-left-width: 1px;
311
	border-top-width: 1px;
312
	border-right-width: 1px;
313
	border-bottom-width: 1px
314
}
315
 
316
.quote {
317
	font-family: Verdana, Arial, Helvetica, sans-serif;
318
	font-size: 11px;
319
	color: #8BC7FF;
320
	line-height: 125%;
321
	border: #DDDDDD;
322
	border-style: solid;
323
	border-left-width: 1px;
324
	border-top-width: 1px;
325
	border-right-width: 1px;
326
	border-bottom-width: 1px
327
}
328
 
329
 
330
/* Copyright and bottom info */
331
.copyright		{
332
	font-size: 10px;
333
	font-family: Verdana, Arial, Helvetica, sans-serif;
334
	color: #DDDDDD;
335
/*	letter-spacing: -1px;*/
336
	text-align: center;
337
}
338
 
339
a.copyright		{
340
	color: #8BC7FF;
341
	text-decoration: none;
342
}  a.copyright:hover {
343
	color: #FFFFFF;
344
	text-decoration: underline;
345
}
346
 
347
 
348
/* IFRAME */
349
 
350
iframe {
351
	border-color : #004368 #036A97 #036A97 #004368;
352
}
353
 
354
/* Form elements */
355
/*input,textarea, select {
356
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
357
}
358
 
359
input {
360
	text-indent : 2px;
361
}*/
362
 
363
/* The text input fields background colour */
364
input, textarea, select {
365
	background-color : #014669;
366
	border-color : #005886 #038DD5 #038DD5 #005886;
367
	background-image : url(images/background2.gif);
368
	color : #8BC7FF;
369
	scrollbar-face-color: #006699;
370
	scrollbar-highlight-color: #2DB6FD;
371
	scrollbar-shadow-color: #005886;
372
	scrollbar-3dlight-color: #038DD5;
373
	scrollbar-arrow-color: #8BC7FF;
374
	scrollbar-track-color: #005F90;
375
	scrollbar-darkshadow-color: #00466A;
376
	background-attachment : fixed;
377
}
378
 
379
select {
380
	border-color : #005886 #038DD5 #038DD5 #005886;
381
}
382
input.field {
383
	background-color : #006699;
384
	border-color : #005886 #038DD5 #038DD5 #005886;
385
	background-image : url(images/background2.gif);
386
	color : #8BC7FF;
387
}
388
 
389
/* The buttons used for bbCode styling in message post */
390
input.button {
391
	font-size: 11px;
392
	font-family: Verdana, Arial, Helvetica, sans-serif;
393
	background-color : #006699;
394
	color : #8BC7FF;
395
	border-color : #038DD5 #005886 #005886 #038DD5;
396
}
397
/* The main submit button option */
398
input.mainoption {
399
	font-weight : bold;
400
	background-color : #006699;
401
	color : #8BC7FF;
402
	border-color : #038DD5 #005886 #005886 #038DD5;
403
}
404
 
405
/* None-bold submit button */
406
input.liteoption {
407
	font-weight : normal;
408
	background-color : #006699;
409
	color : orange;
410
	border-color : #038DD5 #005886 #005886 #038DD5;
411
}
412
 
413
/* This is the line in the posting page which shows the rollover
414
  help line. This is actually a text box, but if set to be the same
415
  colour as the background no one will know ;)
416
*/
417
.helpline {
418
	border-style: none;
419
	background-color : #000000;
420
	color : #FFFFFF;
421
	background-image : url(images/background3.gif);
422
}
423
 
424
 
425
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
426
@import url("formIE.css");