Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 1 | Zur aktuellen Revision | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
33 lars 1
/* $URL$ last modified in Revision $Rev$ by $Author$ at $Date$*/
2
 
1 lars 3
/* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
4
Edited by Daz  - http://www.forumimages.com - last updated 26-06-03 */
5
 
6
/* The content of the posts (body of text) */
7
body{background:#ecf0f6;color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;margin:6px;padding:0;
8
scrollbar-3dlight-color:#d1d7dc;
9
scrollbar-arrow-color:#006699;
10
scrollbar-darkshadow-color:#98aab1;
11
scrollbar-face-color:#dee3e7;
12
scrollbar-highlight-color:#ffffff;
13
scrollbar-shadow-color:#dee3e7;
14
scrollbar-track-color:#efefef}
15
 
16
/* General font families for common tags */
17
font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}
18
 
19
/* General text */
20
.gensmall{font-size:10px}
21
td.genmed,.genmed{font-size:11px}
22
.explaintitle{font-size:11px;font-weight:bold;color:#5c81b1}
23
 
24
/* General page style */
25
a:link,a:active,a:visited,a.postlink{color:#006699;text-decoration:none}
26
a:hover{color:#dd6900}
27
 
28
/* titles for the topics:could specify viewed link colour too */
29
.topictitle{font-size:11px;font-weight:bold}
30
a.topictitle:visited{color:#5493b4}
31
a.topictitle:hover{color:#dd6900}
32
 
33
/* titles for the statistics mod tables only */
34
.cattitle{font-size:11px;font-weight:bold}
35
a.cattitle:visited{color:#5493b4}
36
a.cattitle:hover{color:#dd6900}
37
 
38
/* titles for the topics:could specify viewed link colour too */
39
td.cathead,td.catBottom{font-weight:bold;letter-spacing:1px;background:#d9e2ec url(images/cellpic1.gif);
40
height:29px;text-indent:4px;text-align:center}
41
 
42
/* Name of poster in viewmsg.php and viewtopic.php and other places */
43
.name{font-size:11px;font-weight: bold}
44
 
45
hr{border: 0px solid #ffffff;border-top-width:1px;height:0px}
46
 
47
/* Category gradients*/
48
td.cat{font-weight:bold;letter-spacing:1px;background:#d9e2ec url(images/cellpic1.gif);
49
height:29px;text-indent:4px}
50
 
51
/* Main table cell colours and backgrounds */
52
.row1{background:#eaedf4}
53
.row2,.helpline{background:#d9e2ec}
54
.row3{background:#cedcec}
55
td.spacerow{background:#cad9ea}
56
 
57
/* This is for the table cell above the Topics,Post & Last posts on the index.php */
58
td.rowpic{background:url(images/cellpic2.jpg) #ffffff repeat-y}
59
 
60
/* Table Header cells */
61
th{background:#005eb2 url(images/cellpic3.gif);color:#deeef3;font-size:11px;
62
font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}
63
 
64
/* This is the border line & background colour round the entire page */
65
.bodyline{background:#ffffff;border:1px solid #98aab1}
66
 
67
/* This is the border line & background colour round the entire page */
68
table	{
69
	border: 1px #0075B2 solid;
70
/*	width: 100%;*/
71
}
72
 
73
.navig	{
74
	border: 1px #0075B2 solid;
75
	 width:200;
76
	background-image : url(images/background.gif);
77
}
78
 
79
/* This is the outline round the main forum tables */
80
.forumline{background:#ffffff;border:1px solid #006699}
81
 
82
/* The largest text used in the index page title and toptic title etc. */
83
.maintitle,h1{
84
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#5c81b1}
85
 
86
.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
87
text-decoration:none}
88
 
89
h1
90
{
91
	text-align : center;
92
}
93
 
94
.success
95
{
96
	font-size:50px;
97
	color: green;
98
	text-align : center;
99
}
100
 
101
.error
102
{
103
	font-size:50px;
104
	color: red;
105
	text-align : center;
106
}
107
 
108
.success_upd
109
{
110
	font-size:15px;
111
	color: green;
112
	text-align : center;
113
}
114
 
115
.error_upd
116
{
117
	font-size:15px;
118
	color: red;
119
	text-align : center;
120
}
121
.pending
122
{
123
	color: red;
124
	font-weight : bold;
125
}
126
 
127
/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
128
.nav{font-size:11px;font-weight:bold}
129
.postbody{font-size:12px;line-height:125%}
130
 
131
/* Location,number of posts,post date etc */
132
.postdetails{font-size:10px;color:#00396a}
133
 
134
/* Quote blocks */
135
.quote{background:#fafafa;border:1px solid #d1d7dc;font-size:11px;line-height:125%}
136
.quotediv{background:#fafafa;border: 1px solid #9ca9b4;border-top:0; padding:5px;overflow:auto;width:90%;text-align:left}
137
 
138
/* Code blocks */
139
.code{background:#fafafa;border:1px solid #d1d7dc;color:#006600;
140
font:12px Courier,"Courier New",sans-serif;padding:5px}
141
 
142
/* This is for the error messages that pop up */
143
.errorline{background:#add8e6;border:1px solid #006699}
144
 
145
/* Form elements */
146
form{display:inline}
147
 
148
input{font:11px Verdana,Arial,Helvetica,sans-serif}
149
 
150
select{background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif}
151
 
152
input.post,textarea.post{background:#ffffff;border:1px solid #000000;
153
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}
154
 
155
input.button,input.liteoption,.fakebut{border:1px solid #000000;background:#fafafa;font-size:11px}
156
input.catbutton{border:1px solid #000000;background:#fafafa;font-size:10px}
157
input.mainoption{border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold}
158
 
159
a.but,a.but:hover,a.but:visited{color:#000000;text-decoration:none}
160
 
161
/* This is the line in the posting page which shows the rollover
162
help line. Colour value in row2 */
163
.helpline{border:0 solid;font-size:10px}
164
 
165
/* This is the gradient background at the top of the page */
166
.topbkg{background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x}
167
.topnav{font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#dd6900;
168
height:21px;white-space:nowrap;border: 0px solid #91a0ae;border-width: 1px 0px 1px 0px}
169
 
170
/* Admin & Moderator Colours MODification */
171
.admin,.mod{font-size:11px;font-weight:bold}
172
.admin,a.admin,a.admin:visited{color:#ffa34f}
173
.mod,a.mod,a.mod:visited{color:#006600}
174
a.admin:hover,a.mod:hover{color:#dd6900}
175
 
176
/* Specify the space around images */
177
.imgtopic,.imgicon{margin-left:3px}
178
.imgspace{margin-left:1px;margin-right:2px}
179
.imgfolder{margin:1px 4px 1px 4px}
180
 
181
/* Gets rid of the need for border="0" on hyperlinked images */
182
img{border:0 solid}
183
 
184
/* Background images for tables */
185
.tbl{border-collapse:collapse;height:4px;width:100%}
186
.tbll{background: url(images/tb4_l.gif) no-repeat;width:8px}
187
.tblbot{background: url(images/tb4_m.gif) repeat-x;width:100%}
188
.tblr{background: url(images/tb4_r.gif) no-repeat;width:8px}
189
 
190
/* Code blocks */
191
.codetitle{background: #cdd6de;border:1px solid #9ca9b4;padding:5px;width:90%;font-weight:bold; text-align:left;
192
margin-top:10px}
193
.codediv{background:#fafafa;border: 1px solid #9ca9b4;color:#006600;border-top:0;
194
font:12px Courier,"Courier New",sans-serif;padding:5px;overflow:auto;width:90%;height:50px;text-align:left}
195
 
196
/* FI Colour Palette MOD - START */
197
.colouter,.col{border:1px solid #000;margin-left:10px}
198
.colouter{border-right-width:0;cursor:pointer}
199
.col{margin:0;padding:0 0 0 7px;display:inline;border-width:1px 1px 0 0;font-size:7px}
200
/* FI Colour Palette MOD - END */
201
 
202
abbr, acronym {
203
	border-bottom: 1px dotted #333;
204
	cursor: help;
205
}
206
 
207
.imgfade{filter:alpha(opacity=50); -moz-opacity:0.5;margin-left:3px}
208
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px}
209
 
210
/*--- album category hierarchy : begin */
211
.tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited {
212
	font-size: 11px;
213
	color: #FFA34F;
214
	text-decoration: none;
215
}
216
 
217
a.tab_links:hover {
218
	text-decoration: underline;
219
}
220
 
221
.tab_headers, th.tab_headers {
222
	color: #FFA34F;
223
	font-size: 11px;
224
	font-weight : bold;
225
	padding-left: 4px;
226
	padding-right: 8px;
227
	border: #003366;
228
	border-style: solid;
229
	border-width: 1px 1px 0px 1px;
230
	background-color: #006699;
231
}
232
 
233
.tab_border	{ background-color: #E5E5E5; border: 0px;}
234
 
235
.filler, th.filler {
236
	background-color:#E5E5E5;
237
	background-image:none;
238
}
239
/*--- album category hierarchy : end */
240
 
241
/* Copyright and bottom info */
242
.copyright		{
243
	font-size: 10px;
244
	font-family: Verdana, Arial, Helvetica, sans-serif;
245
/*	color: #DDDDDD;*/
246
/*	letter-spacing: -1px;*/
247
	text-align: center;
248
}
249
 
250
a.copyright		{
251
	color: #8BC7FF;
252
	text-decoration: none;
253
}  a.copyright:hover {
254
	color: #FFFFFF;
255
	text-decoration: underline;
256
}