Subversion-Projekte lars-tiefland.openvz_admin

Revision

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