]>
src.bluestatic.org Git - isso.git/blob - printer.css.php
2 /*=====================================================================*\
3 || ###################################################################
4 || # Blue Static ISSO Framework
5 || # Copyright (c)2005-2008 Blue Static
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; version 2 of the License.
11 || # This program is distributed in the hope that it will be useful, but
12 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 || # You should have received a copy of the GNU General Public License along
17 || # with this program; if not, write to the Free Software Foundation, Inc.,
18 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
19 || ###################################################################
20 \*=====================================================================*/
22 $path = dirname(isset($_SERVER['SCRIPT_URL']) ? $_SERVER['SCRIPT_URL'] : $_SERVER['REQUEST_URI']);
24 // Gecko browsers need this to display right
25 header("Content-Type: text/css");
28 /*=====================================================================*\
29 || ###################################################################
30 || # Blue Static ISSO Framework
31 || # Copyright (c)2005-2008 Blue Static
33 || # This program is free software; you can redistribute it and/or modify
34 || # it under the terms of the GNU General Public License as published by
35 || # the Free Software Foundation; version 2 of the License.
37 || # This program is distributed in the hope that it will be useful, but
38 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
39 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
42 || # You should have received a copy of the GNU General Public License along
43 || # with this program; if not, write to the Free Software Foundation, Inc.,
44 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
45 || ###################################################################
46 \*=====================================================================*/
48 /* ################################################################### */
49 /* Body and table elements */
50 /* ################################################################### */
52 /* Work-around for Mozilla (bug #243751) and Opera (bug #???) bugs in viewpoint rendering */
58 /* Main window background colour and font colour */
61 color: rgb(96, 106, 90);
63 background-color: rgb(232, 255, 198);
68 /* Border area around tables and inbetween spacing */
74 /* First row set in all tables */
77 color: rgb(30, 35, 46);
81 background-color: rgb(109, 187, 45);
84 /* Links within the TCAT class */
85 .tcat a:link, .tcat a:visited, .tcat a:active
87 color: rgb(55, 55, 55);
90 /* Row under the TCAT row (often used for column headers) */
93 color: rgb(45, 45, 45);
98 background-color: rgb(165, 165, 165);
101 /* Links for the THEAD class */
102 .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active
104 color: rgb(45, 45, 45);
107 /* The first type of row used in the alternation cycle */
110 color: rgb(41, 63, 91);
112 background-color: rgb(237, 245, 230);
115 /* The second type of row used in the alternation cycle */
118 color: rgb(41, 63, 91);
120 background-color: rgb(255, 255, 255);
123 /* The third alternation, used in special cases */
129 /* The last row in the table (often used for the submit buttons) */
132 color: rgb(55, 55, 55);
136 background-color: rgb(64, 64, 64);
139 /* ################################################################### */
141 /* ################################################################### */
143 /* Font settings for all non-styled elements */
146 font-family: verdana, geneva, arial, helvetica, sans-serif;
150 /* Small text (used in copyright) */
151 .smallfont, .copyright, dfn
153 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
157 /* Description text */
164 .tcat, .thead, .tfoot
166 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
171 a:link, a:visited, a:active
173 color: rgb(109, 187, 45);
177 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover
179 color: rgb(143, 236, 9);
182 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
184 text-decoration: none;
190 font-family: 'courier new', courier, monospace;
194 /* ################################################################### */
195 /* Form styling elements */
196 /* ################################################################### */
198 /* Input elements in a form */
199 input, textarea, select, option
201 font-family: verdana, geneva, arial, helvetica, sans-serif;
205 /* Input formatting */
208 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
211 margin: 3px 1px 1px 1px;
219 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
223 margin: 3px 1px 1px 1px;
226 /* ################################################################### */
227 /* Navigation panel */
228 /* ################################################################### */
230 /* The links that appear in the upper-right corner */
238 #toplinks #toplinks-links
243 /* Wrapper for the entire navigation system; including tabs */
249 /* The content panel that draws the background color for the panel */
254 background-color: rgb(255, 255, 255);
256 border-color: rgb(124, 128, 135);
260 color: rgb(55, 55, 55);
265 /* The actual tabbar */
273 margin-bottom: -14px;
276 /* Links in the tabbar */
280 color: rgb(122, 151, 101);
282 text-transform: uppercase;
283 text-decoration: none;
285 padding: 8px 0px 8px 0px;
288 background-image: url($path/images/tabs.gif);
289 background-repeat: no-repeat;
290 background-position: 0% -35px;
293 /* Blocks of the tab link */
299 padding: 8px 15px 8px 15px;
301 background-image: url($path/images/tabs-ends.gif);
302 background-repeat: no-repeat;
303 background-position: 100% -35px;
306 /* The current, active tab */
307 #tabbar #focustab, #tabbar #focustab a:hover
309 color: rgb(64, 64, 64);
311 background-position: 0% 0px;
313 padding: 8px 0px 9px 0px;
316 /* Blocks of a focused tab link */
317 #tabbar #focustab span
319 background-position: 100% 0px;
327 background-position: 0% -70px;
329 color: rgb(143, 236, 9);
332 /* Blocks of a hovered tab link */
335 background-position: 100% -70px;
338 /* Main content frame <td> */
345 padding: 5px 5px 5px 0px;
348 #wrapper #contentbody #mainbody table
353 /* Menu frame <td> */
363 /* A menu list of items */
372 /* An individual item in the menu list */
377 padding: 2px 2px 2px 7px;
380 background-color: rgb(208, 208, 208);
383 /* Links in the menu list */
386 color: rgb(64, 64, 64);
387 text-decoration: none;
392 /* A :hover for the row of a menu item */
393 #menu li a:hover span
395 background-color: rgb(158, 236, 95);
398 /* A header item row */
402 text-transform: uppercase;
403 color: rgb(255, 255, 255);
407 background-color: rgb(96, 106, 90);
410 /* A focused item row */
413 background-color: rgb(182, 216, 154);
415 text-decoration: underline;