aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/sql_report.css
blob: a72b7d80b5b57c0834b75e36bed0f1f4362a7a56 (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
/*
	$Id$	

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

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

p {
	font-size:	8pt;
}

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

h2 {
	font:			bold 12pt Arial, Helvetica, sans-serif;
	text-decoration:none; 
	line-height:	120%; 
}

.maintitle {
	color:	#12749B
}

/*
	Anchors
*/
a:link, a:active, a:visited { color: #006699; text-decoration: none; }
a:hover { color: #DD6900; text-decoration: underline; }

a.nav { color: #006699; text-decoration: none; }
a.nav:hover { text-decoration: underline; }

a.th:link { color: #FFA34F; text-decoration: none; }
a.th:active { color: #FFA34F; text-decoration: none; }
a.th:visited { color: #FFA34F; text-decoration: none; }
a.th:hover {  color: #FFA34F; text-decoration: underline; }

/*
	Non-tag specific
*/
.gen, .gensmall {
	color:	black;
}
.gen {
	font-size:	8pt;
}
.gensmall {
	font-size:	7pt;
}
.nav {
	color:	black;
	font:	bold 7pt;
}

.error { color: #FF0000 }

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

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

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

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 {
	text-indent: 2px;
}

textarea, select {
	border: 1px solid; 
}

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