]>
src.bluestatic.org Git - isso.git/blob - printer.css.php
2 /*=====================================================================*\
3 || ###################################################################
4 || # Blue Static ISSO Framework [#]issoversion[#]
5 || # Copyright ©2002-[#]year[#] 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 [#]gpl[#] 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 error_reporting(E_ALL
& ~E_NOTICE
);
26 if (!isset($GLOBALS['isso:callback']))
28 if (!method_exists($GLOBALS['isso:callback'], 'load'))
31 $path = (isset($_SERVER['SCRIPT_URL']) ? $_SERVER['SCRIPT_URL'] : $_SERVER['REQUEST_URI']);
32 $GLOBALS['isso:callback']->webpath
= dirname($path) . '/';
34 // Gecko browsers need this to display right
35 header("Content-Type: text/css");
40 /*=====================================================================*\
41 || ###################################################################
42 || # Blue Static ISSO Framework [#]issoversion[#]
43 || # Copyright ©2002-[#]year[#] Blue Static
45 || # This program is free software; you can redistribute it and/or modify
46 || # it under the terms of the GNU General Public License as published by
47 || # the Free Software Foundation; version [#]gpl[#] of the License.
49 || # This program is distributed in the hope that it will be useful, but
50 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
51 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
54 || # You should have received a copy of the GNU General Public License along
55 || # with this program; if not, write to the Free Software Foundation, Inc.,
56 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
57 || ###################################################################
58 \*=====================================================================*/
60 /* ################################################################### */
61 /* Body and table elements */
62 /* ################################################################### */
64 /* Work-around for Mozilla (bug #243751) and Opera (bug #???) bugs in viewpoint rendering */
70 /* Main window background colour and font colour */
73 color: rgb(96, 106, 90);
75 background-color: rgb(232, 255, 198);
80 /* Border area around tables and inbetween spacing */
86 /* First row set in all tables */
89 color: rgb(30, 35, 46);
91 background-color: rgb(109, 187, 45);
94 /* Links within the TCAT class */
95 .tcat a:link, .tcat a:visited, .tcat a:active
97 color: rgb(55, 55, 55);
100 /* Row under the TCAT row (often used for column headers) */
101 td.thead, .thead td, .alt3
103 color: rgb(45, 45, 45);
108 background-color: rgb(165, 165, 165);
111 /* Links for the THEAD class */
112 .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active
114 color: rgb(45, 45, 45);
117 /* The first type of row used in the alternation cycle */
120 color: rgb(41, 63, 91);
122 background-color: rgb(237, 245, 230);
125 /* The second type of row used in the alternation cycle */
128 color: rgb(41, 63, 91);
130 background-color: rgb(255, 255, 255);
133 /* The third alternation, used in special cases */
139 /* The last row in the table (often used for the submit buttons) */
142 color: rgb(55, 55, 55);
144 background-color: rgb(64, 64, 64);
147 /* ################################################################### */
149 /* ################################################################### */
151 /* Font settings for all non-styled elements */
152 body, p, td, tr, ol, ul
154 font-family: verdana, geneva, arial, helvetica, sans-serif;
158 /* Small text (used in copyright) */
159 .smallfont, .copyright, dfn
161 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
165 /* Description text */
172 .tcat, .thead, .tfoot
174 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
179 a:link, a:visited, a:active
181 color: rgb(109, 187, 45);
185 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover
187 color: rgb(143, 236, 9);
190 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
192 text-decoration: none;
198 font-family: 'courier new', courier, monospace;
202 /* ################################################################### */
203 /* Form styling elements */
204 /* ################################################################### */
206 /* Input elements in a form */
207 input, textarea, select, option
209 font-family: verdana, geneva, arial, helvetica, sans-serif;
213 /* Input formatting */
216 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
221 margin: 3px 1px 1px 1px;
229 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
233 margin: 3px 1px 1px 1px;
236 /* ################################################################### */
237 /* Navigation panel */
238 /* ################################################################### */
240 /* The links that appear in the upper-right corner */
248 #toplinks #toplinks-links
253 /* Wrapper for the entire navigation system; including tabs */
259 /* The content panel that draws the background color for the panel */
264 background-color: rgb(255, 255, 255);
266 border-color: rgb(124, 128, 135);
270 color: rgb(55, 55, 55);
275 /* The actual tabbar */
283 margin-bottom: -14px;
286 /* Links in the tabbar */
290 color: rgb(122, 151, 101);
292 text-transform: uppercase;
293 text-decoration: none;
295 padding: 8px 0px 8px 0px;
298 background-image: url({$GLOBALS['isso:callback']->webpath}images/tabs.gif);
299 background-repeat: no-repeat;
300 background-position: 0% -35px;
303 /* Blocks of the tab link */
309 padding: 8px 15px 8px 15px;
311 background-image: url({$GLOBALS['isso:callback']->webpath}images/tabs-ends.gif);
312 background-repeat: no-repeat;
313 background-position: 100% -35px;
316 /* The current, active tab */
317 #tabbar #focustab, #tabbar #focustab a:hover
319 color: rgb(64, 64, 64);
321 background-position: 0% 0px;
323 padding: 8px 0px 9px 0px;
326 /* Blocks of a focused tab link */
327 #tabbar #focustab span
329 background-position: 100% 0px;
337 background-position: 0% -70px;
339 color: rgb(143, 236, 9);
342 /* Blocks of a hovered tab link */
345 background-position: 100% -70px;
348 /* Main content frame <td> */
355 padding: 5px 5px 5px 0px;
358 #wrapper #contentbody #mainbody table
363 /* Menu frame <td> */
373 /* A menu list of items */
382 /* An individual item in the menu list */
387 padding: 2px 2px 2px 7px;
390 background-color: rgb(208, 208, 208);
393 /* Links in the menu list */
396 color: rgb(64, 64, 64);
397 text-decoration: none;
402 /* A :hover for the row of a menu item */
403 #menu li a:hover span
405 background-color: rgb(158, 236, 95);
408 /* A header item row */
412 text-transform: uppercase;
413 color: rgb(255, 255, 255);
417 background-color: rgb(96, 106, 90);
420 /* A focused item row */
423 background-color: rgb(182, 216, 154);
425 text-decoration: underline;
435 /*=====================================================================*\
436 || ###################################################################
439 || ###################################################################
440 \*=====================================================================*/