1 |
matthys |
10 |
/* This file is part of BBClone (A PHP based Web Counter on Steroids) |
2 |
|
|
* |
3 |
matthys |
11 |
* SVN FILE $Id$ |
4 |
matthys |
10 |
* |
5 |
|
|
* Copyright (C) 2001-2013, the BBClone Team (see doc/authors.txt for details) |
6 |
|
|
* |
7 |
|
|
* This program is free software: you can redistribute it and/or modify |
8 |
|
|
* it under the terms of the GNU General Public License as published by |
9 |
|
|
* the Free Software Foundation, either version 3 of the License, or |
10 |
|
|
* (at your option) any later version. |
11 |
|
|
* |
12 |
|
|
* This program is distributed in the hope that it will be useful, |
13 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 |
|
|
* GNU General Public License for more details. |
16 |
|
|
* |
17 |
|
|
* See doc/copying.txt for details |
18 |
|
|
*/ |
19 |
|
|
|
20 |
|
|
/* Body Styles */ |
21 |
|
|
body { |
22 |
|
|
margin: 0px; |
23 |
|
|
padding: 0px; |
24 |
|
|
background-color: #edf0f9} |
25 |
|
|
|
26 |
|
|
/* Table Styles */ |
27 |
|
|
table { |
28 |
|
|
border-collapse: collapse} |
29 |
|
|
|
30 |
|
|
/* Table Center Styles */ |
31 |
|
|
table.center { |
32 |
|
|
margin: auto; |
33 |
|
|
white-space: nowrap} |
34 |
|
|
|
35 |
|
|
/* Table Center Data Styles */ |
36 |
|
|
table.centerdata { |
37 |
|
|
width: 100%; |
38 |
|
|
margin: auto; |
39 |
|
|
white-space: nowrap} |
40 |
|
|
|
41 |
|
|
/* Table-data Styles */ |
42 |
|
|
td { |
43 |
|
|
font-family: Arial, Helvetica, sans-serif; |
44 |
|
|
color: #606680; |
45 |
|
|
font-size: 8pt} |
46 |
|
|
|
47 |
|
|
/* Table-data Styles with cellspacing=margin and cellpadding=padding */ |
48 |
|
|
td.padding { |
49 |
|
|
margin: 0px; |
50 |
|
|
padding: 10px} |
51 |
|
|
|
52 |
|
|
/* Table-data Styles with Top alignment */ |
53 |
|
|
td.top { |
54 |
|
|
vertical-align: top} |
55 |
|
|
|
56 |
|
|
/* Table-data Styles with cellspacing=nomargin and cellpadding=nopadding */ |
57 |
|
|
td.nopadding { |
58 |
|
|
margin: 0px; |
59 |
|
|
padding: 0px} |
60 |
|
|
|
61 |
|
|
/* Paragraph Center Styles */ |
62 |
|
|
p { |
63 |
|
|
font-family: Arial, Helvetica, sans-serif; |
64 |
|
|
color: #606680; |
65 |
|
|
font-size: 8pt; |
66 |
|
|
text-align: center; |
67 |
|
|
vertical-align: middle} |
68 |
|
|
|
69 |
|
|
/* Input Styles */ |
70 |
|
|
input { |
71 |
|
|
border: 1px #606680 solid; |
72 |
|
|
background-color: #edf0f9; |
73 |
|
|
vertical-align: middle} |
74 |
|
|
|
75 |
|
|
/* Select Styles */ |
76 |
|
|
select { |
77 |
|
|
border: 1px #606680 solid; |
78 |
|
|
background-color: #edf0f9; |
79 |
|
|
vertical-align: middle} |
80 |
|
|
|
81 |
|
|
/* Link Styles */ |
82 |
|
|
a { |
83 |
|
|
text-decoration: none; |
84 |
|
|
color: #cc7286} |
85 |
|
|
a:hover { |
86 |
|
|
text-decoration: none; |
87 |
|
|
color: #606680} |
88 |
|
|
|
89 |
|
|
/* Navigation Bar Button Styles */ |
90 |
|
|
a.navbar { |
91 |
|
|
font-family: Arial, Helvetica, Sans-serif; |
92 |
|
|
font-size: 9pt; |
93 |
|
|
font-weight: bold; |
94 |
|
|
text-decoration: none; |
95 |
|
|
padding: 3px; |
96 |
|
|
color: #606680} |
97 |
|
|
a.navbar:hover { |
98 |
|
|
font-family: Arial, Helvetica, Sans-serif; |
99 |
|
|
font-size: 9pt; |
100 |
|
|
font-weight: bold; |
101 |
|
|
text-decoration: none; |
102 |
|
|
padding: 2px; |
103 |
|
|
border: 1px solid #606680; |
104 |
|
|
background-color: #edf0f9} |
105 |
|
|
a.selected { |
106 |
|
|
color: #cc0033} |
107 |
|
|
|
108 |
|
|
/* Navigation Images Styles */ |
109 |
|
|
.navbar img { |
110 |
|
|
border: 0px; |
111 |
|
|
height: 14px; |
112 |
|
|
width: 14px; |
113 |
|
|
vertical-align: middle} |
114 |
|
|
|
115 |
|
|
.navbar { |
116 |
|
|
font-family: Arial, Helvetica, Sans-serif; |
117 |
|
|
font-size: 9pt; |
118 |
|
|
color: #98a3d1; |
119 |
|
|
font-weight: bold; |
120 |
|
|
margin: 0px; |
121 |
|
|
padding: 10px; |
122 |
|
|
height: 30px; |
123 |
|
|
background-color: #c0cbeb; |
124 |
|
|
width: 100%; |
125 |
|
|
text-align: center; |
126 |
|
|
vertical-align: middle} |
127 |
|
|
|
128 |
|
|
bottom.navbar { |
129 |
|
|
border-style: solid none; |
130 |
|
|
border-width: 1px; |
131 |
|
|
border-color: #606680} |
132 |
|
|
|
133 |
|
|
/* Titlebar Styles */ |
134 |
|
|
.titlebar { |
135 |
|
|
width: 100%; |
136 |
|
|
background-color: #808ebf; |
137 |
|
|
border-style: solid none; |
138 |
|
|
border-width: 1px; |
139 |
|
|
border-color: #606680} |
140 |
|
|
|
141 |
|
|
/* Title Styles */ |
142 |
|
|
.title { |
143 |
|
|
font-family: Arial, Helvetica, Sans-serif; |
144 |
|
|
color: #ffffff; |
145 |
|
|
font-weight: bold; |
146 |
|
|
font-size: 14pt; |
147 |
|
|
height: 35px; |
148 |
|
|
width: 100%; |
149 |
|
|
vertical-align: middle; |
150 |
|
|
text-align: center} |
151 |
|
|
|
152 |
|
|
/* Loadtime Styles */ |
153 |
|
|
.loadtime { |
154 |
|
|
font-family: Arial, Helvetica, sans-serif; |
155 |
|
|
color: #606680; |
156 |
|
|
font-size: 6pt; |
157 |
|
|
text-align: center} |
158 |
|
|
|
159 |
|
|
/* Image Styles for icon */ |
160 |
|
|
.icon { |
161 |
|
|
border-style: none; |
162 |
|
|
height: 14px; |
163 |
|
|
width: 14px; |
164 |
|
|
padding: 0px; |
165 |
|
|
vertical-align: middle} |
166 |
|
|
|
167 |
|
|
/* Image Styles for Valid icon */ |
168 |
|
|
.validicon { |
169 |
|
|
border-style: none; |
170 |
|
|
height: 15px; |
171 |
|
|
width: 80px; |
172 |
|
|
vertical-align: middle} |
173 |
|
|
|
174 |
|
|
/* Image Styles for Valid Tidy icon */ |
175 |
|
|
.validtidy { |
176 |
|
|
border-style: none; |
177 |
|
|
height: 15px; |
178 |
|
|
width: 37px; |
179 |
|
|
vertical-align: middle} |
180 |
|
|
|
181 |
|
|
/* Label Styles */ |
182 |
|
|
.label { |
183 |
|
|
font-family: Arial, Helvetica, Sans-serif; |
184 |
|
|
font-size: 8pt; |
185 |
|
|
text-align: center; |
186 |
|
|
font-weight: bold; |
187 |
|
|
padding: 3px; |
188 |
|
|
white-space: nowrap} |
189 |
|
|
|
190 |
|
|
/* Label Graph-ydata (on y-as) Styles */ |
191 |
|
|
.label-graph-ydata { |
192 |
|
|
font-family: Arial, Helvetica, Sans-serif; |
193 |
|
|
color: #606680; |
194 |
|
|
font-size: 7pt; |
195 |
|
|
text-align: center; |
196 |
|
|
padding: 3px} |
197 |
|
|
|
198 |
|
|
/* Label Graph-xdata (on x-as) Styles */ |
199 |
|
|
.label-graph-xdata { |
200 |
|
|
font-family: Arial, Helvetica, Sans-serif; |
201 |
|
|
font-weight: bold; |
202 |
|
|
color: #ffffff; |
203 |
|
|
font-size: 8pt; |
204 |
|
|
height: 15px; |
205 |
|
|
text-align: center; |
206 |
|
|
white-space: nowrap} |
207 |
|
|
|
208 |
|
|
/* Center Box Styles */ |
209 |
|
|
.centerbox { |
210 |
|
|
width: 100%; |
211 |
|
|
background-color:#ffffff; |
212 |
|
|
border: 1px #606680 solid} |
213 |
|
|
|
214 |
|
|
/* Label Box Styles */ |
215 |
|
|
.labelbox { |
216 |
|
|
background-color:#ffffff; |
217 |
|
|
border: 1px #606680; |
218 |
|
|
border-style: solid none} |
219 |
|
|
|
220 |
|
|
/* Graph-Background Styles */ |
221 |
|
|
.graph-background { |
222 |
|
|
background-color:#e5f2f7} |
223 |
|
|
|
224 |
|
|
/* Column Styles for Time Stats */ |
225 |
|
|
.column:hover { |
226 |
|
|
background-color:#e5f2f7} |
227 |
|
|
|
228 |
|
|
.column { |
229 |
|
|
background-color:#c0cbeb} |
230 |
|
|
|
231 |
|
|
/* Column Styles for Weekends */ |
232 |
|
|
.weekend-column:hover { |
233 |
|
|
background-color:#e5f2f7} |
234 |
|
|
|
235 |
|
|
.weekend-column { |
236 |
|
|
background-color:#9eaace} |
237 |
|
|
|
238 |
|
|
/* Top Column Style fot the Time Stats */ |
239 |
|
|
.top-column { |
240 |
|
|
border-width: 1px; |
241 |
|
|
border-color: #e5f2f7; |
242 |
|
|
text-align: center; |
243 |
|
|
vertical-align:bottom} |
244 |
|
|
|
245 |
|
|
.cntbox { |
246 |
|
|
background-color:#ffffff; |
247 |
|
|
border: 1px #606680 solid} |
248 |
|
|
|
249 |
|
|
.gridbox { |
250 |
|
|
margin: 0px; |
251 |
|
|
border: 1px #606680 solid} |
252 |
|
|
|
253 |
|
|
.bottombox { |
254 |
|
|
background-color:#808ebf; |
255 |
|
|
} |
256 |
|
|
|
257 |
|
|
.brd { |
258 |
|
|
border-width: 1px; |
259 |
|
|
border-color: #606680} |
260 |
|
|
|
261 |
|
|
.collapse { |
262 |
|
|
border-collapse: collapse} |
263 |
|
|
|
264 |
|
|
/* Cell Styles */ |
265 |
|
|
.cell { |
266 |
|
|
margin: 0px; |
267 |
|
|
border: 1px #ffffff solid} |
268 |
|
|
|
269 |
|
|
/* Top Vertical Alignment Styles */ |
270 |
|
|
.valigntop { |
271 |
|
|
vertical-align: top} |
272 |
|
|
|
273 |
|
|
.sky { |
274 |
|
|
border-width: 1px; |
275 |
|
|
border-color: #e5f2f7; |
276 |
|
|
vertical-align:bottom} |
277 |
|
|
|
278 |
|
|
/* Color Styles for lessthan */ |
279 |
|
|
.lessthan_row { |
280 |
|
|
background-color: #e5f2f7} |
281 |
|
|
|
282 |
|
|
/* Color Styles for morethan */ |
283 |
|
|
.morethan_row { |
284 |
|
|
background-color: #e0e5f2} |
285 |
|
|
|
286 |
|
|
/* Color Styles for robot */ |
287 |
|
|
.robot_row { |
288 |
|
|
background-color: #efe2ec} |
289 |
|
|
|
290 |
|
|
/* Color Styles for my_visit */ |
291 |
|
|
.my_visit_row { |
292 |
|
|
background-color: #feefd0} |
293 |
|
|
|
294 |
|
|
/* White Hover Color Styles */ |
295 |
|
|
.hover_white:hover { |
296 |
|
|
background-color: #ffffff} |
297 |
|
|
|
298 |
|
|
/* Bar Hover Color Styles */ |
299 |
|
|
.hover_bar:hover { |
300 |
|
|
background-color: #e5f2f7; |
301 |
|
|
border: 0px |
302 |
|
|
} |
303 |
|
|
td.graphbar { |
304 |
|
|
background-color: #c0cbeb; |
305 |
|
|
border-style: solid none; |
306 |
|
|
border-width: 0px |
307 |
|
|
} |
308 |
|
|
/* Wrap Style (for long text) */ |
309 |
|
|
.text-wrap { |
310 |
|
|
white-space: normal} |
311 |
|
|
|
312 |
|
|
/* Config Cell Styles */ |
313 |
|
|
.config-cell { |
314 |
|
|
padding: 7px; |
315 |
|
|
margin: 0px; |
316 |
|
|
border: 1px #ffffff solid} |
317 |
|
|
|
318 |
|
|
/* Avarage-line (graph-line) */ |
319 |
|
|
.graph-line { |
320 |
|
|
border-bottom: 1px dashed #f08c8c; |
321 |
|
|
margin: 0px; |
322 |
|
|
padding: 0px; |
323 |
|
|
background: transparent none repeat scroll 0% 0%; |
324 |
|
|
position: relative} |