Subversion-Projekte lars-tiefland.em_wm

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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