]>
src.bluestatic.org Git - isso.git/blob - printer.css.php
2 /*=====================================================================*\
3 || ###################################################################
4 || # Blue Static ISSO Framework
5 || # Copyright (c)2002-2007 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)2002-2007 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;
213 margin: 3px 1px 1px 1px;
221 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
225 margin: 3px 1px 1px 1px;
228 /* ################################################################### */
229 /* Navigation panel */
230 /* ################################################################### */
232 /* The links that appear in the upper-right corner */
240 #toplinks #toplinks-links
245 /* Wrapper for the entire navigation system; including tabs */
251 /* The content panel that draws the background color for the panel */
256 background-color: rgb(255, 255, 255);
258 border-color: rgb(124, 128, 135);
262 color: rgb(55, 55, 55);
267 /* The actual tabbar */
275 margin-bottom: -14px;
278 /* Links in the tabbar */
282 color: rgb(122, 151, 101);
284 text-transform: uppercase;
285 text-decoration: none;
287 padding: 8px 0px 8px 0px;
290 background-image: url($path/images/tabs.gif);
291 background-repeat: no-repeat;
292 background-position: 0% -35px;
295 /* Blocks of the tab link */
301 padding: 8px 15px 8px 15px;
303 background-image: url($path/images/tabs-ends.gif);
304 background-repeat: no-repeat;
305 background-position: 100% -35px;
308 /* The current, active tab */
309 #tabbar #focustab, #tabbar #focustab a:hover
311 color: rgb(64, 64, 64);
313 background-position: 0% 0px;
315 padding: 8px 0px 9px 0px;
318 /* Blocks of a focused tab link */
319 #tabbar #focustab span
321 background-position: 100% 0px;
329 background-position: 0% -70px;
331 color: rgb(143, 236, 9);
334 /* Blocks of a hovered tab link */
337 background-position: 100% -70px;
340 /* Main content frame <td> */
347 padding: 5px 5px 5px 0px;
350 #wrapper #contentbody #mainbody table
355 /* Menu frame <td> */
365 /* A menu list of items */
374 /* An individual item in the menu list */
379 padding: 2px 2px 2px 7px;
382 background-color: rgb(208, 208, 208);
385 /* Links in the menu list */
388 color: rgb(64, 64, 64);
389 text-decoration: none;
394 /* A :hover for the row of a menu item */
395 #menu li a:hover span
397 background-color: rgb(158, 236, 95);
400 /* A header item row */
404 text-transform: uppercase;
405 color: rgb(255, 255, 255);
409 background-color: rgb(96, 106, 90);
412 /* A focused item row */
415 background-color: rgb(182, 216, 154);
417 text-decoration: underline;