Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 31 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 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
}
69
.navig	{
70
	border: 1px #0075B2 solid;
71
	 width:200;
72
	background-image : url(images/background.gif);
73
}
74
 
75
/* This is the outline round the main forum tables */
76
.forumline{background:#ffffff;border:1px solid #006699}
77
 
78
/* The largest text used in the index page title and toptic title etc. */
79
.maintitle,h1{
80
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#5c81b1}
81
 
82
.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
83
text-decoration:none}
84
 
85
h1
86
{
87
	text-align : center;
88
}
89
 
90
.success
91
{
92
	font-size:50px;
93
	color: green;
94
	text-align : center;
95
}
96
 
97
.error
98
{
99
	font-size:50px;
100
	color: red;
101
	text-align : center;
102
}
103
 
104
.success_upd
105
{
106
	font-size:15px;
107
	color: green;
108
	text-align : center;
109
}
110
 
111
.error_upd
112
{
113
	font-size:15px;
114
	color: red;
115
	text-align : center;
116
}
117
.pending
118
{
119
	color: red;
120
	font-weight : bold;
121
}
122
 
123
/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
124
.nav{font-size:11px;font-weight:bold}
125
.postbody{font-size:12px;line-height:125%}
126
 
127
/* Location,number of posts,post date etc */
128
.postdetails{font-size:10px;color:#00396a}
129
 
130
/* Quote blocks */
131
.quote{background:#fafafa;border:1px solid #d1d7dc;font-size:11px;line-height:125%}
132
.quotediv{background:#fafafa;border: 1px solid #9ca9b4;border-top:0; padding:5px;overflow:auto;width:90%;text-align:left}
133
 
134
/* Code blocks */
135
.code{background:#fafafa;border:1px solid #d1d7dc;color:#006600;
136
font:12px Courier,"Courier New",sans-serif;padding:5px}
137
 
138
/* This is for the error messages that pop up */
139
.errorline{background:#add8e6;border:1px solid #006699}
140
 
141
/* Form elements */
142
form{display:inline}
143
 
144
input{font:11px Verdana,Arial,Helvetica,sans-serif}
145
 
146
select{background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif}
147
 
148
input.post,textarea.post{background:#ffffff;border:1px solid #000000;
149
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}
150
 
151
input.button,input.liteoption,.fakebut{border:1px solid #000000;background:#fafafa;font-size:11px}
152
input.catbutton{border:1px solid #000000;background:#fafafa;font-size:10px}
153
input.mainoption{border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold}
154
 
155
a.but,a.but:hover,a.but:visited{color:#000000;text-decoration:none}
156
 
157
/* This is the line in the posting page which shows the rollover
158
help line. Colour value in row2 */
159
.helpline{border:0 solid;font-size:10px}
160
 
161
/* This is the gradient background at the top of the page */
162
.topbkg{background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x}
163
.topnav{font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#dd6900;
164
height:21px;white-space:nowrap;border: 0px solid #91a0ae;border-width: 1px 0px 1px 0px}
165
 
166
/* Admin & Moderator Colours MODification */
167
.admin,.mod{font-size:11px;font-weight:bold}
168
.admin,a.admin,a.admin:visited{color:#ffa34f}
169
.mod,a.mod,a.mod:visited{color:#006600}
170
a.admin:hover,a.mod:hover{color:#dd6900}
171
 
172
/* Specify the space around images */
173
.imgtopic,.imgicon{margin-left:3px}
174
.imgspace{margin-left:1px;margin-right:2px}
175
.imgfolder{margin:1px 4px 1px 4px}
176
 
177
/* Gets rid of the need for border="0" on hyperlinked images */
178
img{border:0 solid}
179
 
180
/* Background images for tables */
181
.tbl{border-collapse:collapse;height:4px;width:100%}
182
.tbll{background: url(images/tb4_l.gif) no-repeat;width:8px}
183
.tblbot{background: url(images/tb4_m.gif) repeat-x;width:100%}
184
.tblr{background: url(images/tb4_r.gif) no-repeat;width:8px}
185
 
186
/* Code blocks */
187
.codetitle{background: #cdd6de;border:1px solid #9ca9b4;padding:5px;width:90%;font-weight:bold; text-align:left;
188
margin-top:10px}
189
.codediv{background:#fafafa;border: 1px solid #9ca9b4;color:#006600;border-top:0;
190
font:12px Courier,"Courier New",sans-serif;padding:5px;overflow:auto;width:90%;height:50px;text-align:left}
191
 
192
/* FI Colour Palette MOD - START */
193
.colouter,.col{border:1px solid #000;margin-left:10px}
194
.colouter{border-right-width:0;cursor:pointer}
195
.col{margin:0;padding:0 0 0 7px;display:inline;border-width:1px 1px 0 0;font-size:7px}
196
/* FI Colour Palette MOD - END */
197
 
198
abbr, acronym {
199
	border-bottom: 1px dotted #333;
200
	cursor: help;
201
}
202
 
203
.imgfade{filter:alpha(opacity=50); -moz-opacity:0.5;margin-left:3px}
204
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px}
205
 
206
/*--- album category hierarchy : begin */
207
.tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited {
208
	font-size: 11px;
209
	color: #FFA34F;
210
	text-decoration: none;
211
}
212
 
213
a.tab_links:hover {
214
	text-decoration: underline;
215
}
216
 
217
.tab_headers, th.tab_headers {
218
	color: #FFA34F;
219
	font-size: 11px;
220
	font-weight : bold;
221
	padding-left: 4px;
222
	padding-right: 8px;
223
	border: #003366;
224
	border-style: solid;
225
	border-width: 1px 1px 0px 1px;
226
	background-color: #006699;
227
}
228
 
229
.tab_border	{ background-color: #E5E5E5; border: 0px;}
230
 
231
.filler, th.filler {
232
	background-color:#E5E5E5;
233
	background-image:none;
234
}
235
/*--- album category hierarchy : end */
236
 
237
/* Copyright and bottom info */
238
.copyright		{
239
	font-size: 10px;
240
	font-family: Verdana, Arial, Helvetica, sans-serif;
241
/*	color: #DDDDDD;*/
242
/*	letter-spacing: -1px;*/
243
	text-align: center;
244
}
245
 
246
a.copyright		{
247
	color: #8BC7FF;
248
	text-decoration: none;
249
}  a.copyright:hover {
250
	color: #FFFFFF;
251
	text-decoration: underline;
252
}
31 lars 253
 
33 lars 254
.cal-today
31 lars 255
{
256
	color:#FF0000;
257
	background-color:#000000;
258
}