aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/subSilver.css
blob: 4b50962c2a1ad2fecbdfd3a36b084c8f018e0b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
/*
	$Id$	

	    The original "subSilver" theme for phpBB2
	Created by subBlue design :: http://www.subBlue.com
	        Copyright (c) 2002 phpBB Group
*/

body {
	background-color:	white;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	margin:				0px;
	border:				0px;
	padding:			0px;

	scrollbar-face-color:		#DEE3E7;
	scrollbar-highlight-color:	white;
	scrollbar-shadow-color:		#DEE3E7;
	scrollbar-3dlight-color:	#D1D7DC;
	scrollbar-arrow-color:		#006699;
	scrollbar-track-color:		#EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

p {
	font-size:	8pt;
}

.maintitle, h1, h2 {
	font-family:		'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	font-weight:		bold; 
	font-size:			18pt; 
	text-decoration:	none; 
	line-height:		120%; 
}

.maintitle {
	color:	#12749B
}

.subtitle {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		12pt;
	font-weight:	bold;
}

/*
	Anchors
*/
a:link, a:active, a:visited {
	color:	#006699;
}
a.gen, a.genmed, a.gensmall {
	color:				#006699;
	text-decoration:	none;
}
a.nav {
	color:				#006699;
	text-decoration:	none;
}
a.copyright {
	color:				#444444;
	text-decoration:	none;
}

a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color:				#DD6900;
	text-decoration:	underline;
}
a:hover {
	color:				#DD6900;
	text-decoration:	underline;
}
a.nav:hover {
	text-decoration:	underline;
}
a.copyright:hover {
	color:				#DD6900;
	text-decoration:	underline;
}

/*
	Non-tag specific
*/
.gen, .gensmall {
	color:	black;
}
.gen {
	font-size:	8pt;
}
.gensmall {
	font-size:	7pt;
}
.nav {
	color:			black;
	font-weight:	bold;
	font-size:		11px;
}
.name {
	color:		black;
	font-size:	11px;
}
.postdetails { 
	color:		black;
	font-size:	10px;
}
.copyright {
	color:			#444444; 
	font-family:	Verdana,Arial,Helvetica,sans-serif; 
	font-size:		8pt;
	letter-spacing:	-1px;
}

/*
	Tables
*/
table.bg {
	background-color: #98AAB1
}

th, td { 
	font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-size:		8pt;
}

th	{
	height:				25px;
	background-color:	#006699;
	color:				#FFA34F;
	font-size:			11px;
	font-weight:		bold;
}

th.menu {
	text-align: left;
}

td.cat {
	height:				28px;
	background-color:	#D1D7DC; 
}

.row1 {
	background-color:	#EFEFEF;
}
.row2 {
	background-color:	#DEE3E7;
}
.row3 {
	background-color:	#D1D7DC;
}

/*
	Misc
*/
hr	{ 
	height:				0px; 
	border:				solid #D1D7DC 0px; 
	border-top-width:	1px;
}

/*
	Forms
*/
input, textarea, select {
	color:				black;
	font:				normal 8pt Verdana, Arial, Helvetica, sans-serif;
	border-color:		black;
}

input.text {
	font-family:	'Courier New',courier;
}

textarea.edit {
	font-family:	'Courier New',courier;
	font-size:		9pt;
	line-height:	125%;
}

input.mainoption {
	background-color:	#FAFAFA;
	font-weight:		bold;
}

input.liteoption {
	background-color:	#FAFAFA;
	font-weight:		normal;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("forms.css");