]>
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);
93 background-color: rgb(109, 187, 45);
96 /* Links within the TCAT class */
97 .tcat a:link, .tcat a:visited, .tcat a:active
99 color: rgb(55, 55, 55);
102 /* Row under the TCAT row (often used for column headers) */
105 color: rgb(45, 45, 45);
110 background-color: rgb(165, 165, 165);
113 /* Links for the THEAD class */
114 .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active
116 color: rgb(45, 45, 45);
119 /* The first type of row used in the alternation cycle */
122 color: rgb(41, 63, 91);
124 background-color: rgb(237, 245, 230);
127 /* The second type of row used in the alternation cycle */
130 color: rgb(41, 63, 91);
132 background-color: rgb(255, 255, 255);
135 /* The third alternation, used in special cases */
141 /* The last row in the table (often used for the submit buttons) */
144 color: rgb(55, 55, 55);
148 background-color: rgb(64, 64, 64);
151 /* ################################################################### */
153 /* ################################################################### */
155 /* Font settings for all non-styled elements */
158 font-family: verdana, geneva, arial, helvetica, sans-serif;
162 /* Small text (used in copyright) */
163 .smallfont, .copyright, dfn
165 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
169 /* Description text */
176 .tcat, .thead, .tfoot
178 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
183 a:link, a:visited, a:active
185 color: rgb(109, 187, 45);
189 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover
191 color: rgb(143, 236, 9);
194 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
196 text-decoration: none;
202 font-family: 'courier new', courier, monospace;
206 /* ################################################################### */
207 /* Form styling elements */
208 /* ################################################################### */
210 /* Input elements in a form */
211 input, textarea, select, option
213 font-family: verdana, geneva, arial, helvetica, sans-serif;
217 /* Input formatting */
220 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
225 margin: 3px 1px 1px 1px;
233 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
237 margin: 3px 1px 1px 1px;
240 /* ################################################################### */
241 /* Navigation panel */
242 /* ################################################################### */
244 /* The links that appear in the upper-right corner */
252 #toplinks #toplinks-links
257 /* Wrapper for the entire navigation system; including tabs */
263 /* The content panel that draws the background color for the panel */
268 background-color: rgb(255, 255, 255);
270 border-color: rgb(124, 128, 135);
274 color: rgb(55, 55, 55);
279 /* The actual tabbar */
287 margin-bottom: -14px;
290 /* Links in the tabbar */
294 color: rgb(122, 151, 101);
296 text-transform: uppercase;
297 text-decoration: none;
299 padding: 8px 0px 8px 0px;
302 background-image: url({$GLOBALS['isso:callback']->webpath}images/tabs.gif);
303 background-repeat: no-repeat;
304 background-position: 0% -35px;
307 /* Blocks of the tab link */
313 padding: 8px 15px 8px 15px;
315 background-image: url({$GLOBALS['isso:callback']->webpath}images/tabs-ends.gif);
316 background-repeat: no-repeat;
317 background-position: 100% -35px;
320 /* The current, active tab */
321 #tabbar #focustab, #tabbar #focustab a:hover
323 color: rgb(64, 64, 64);
325 background-position: 0% 0px;
327 padding: 8px 0px 9px 0px;
330 /* Blocks of a focused tab link */
331 #tabbar #focustab span
333 background-position: 100% 0px;
341 background-position: 0% -70px;
343 color: rgb(143, 236, 9);
346 /* Blocks of a hovered tab link */
349 background-position: 100% -70px;
352 /* Main content frame <td> */
359 padding: 5px 5px 5px 0px;
362 #wrapper #contentbody #mainbody table
367 /* Menu frame <td> */
377 /* A menu list of items */
386 /* An individual item in the menu list */
391 padding: 2px 2px 2px 7px;
394 background-color: rgb(208, 208, 208);
397 /* Links in the menu list */
400 color: rgb(64, 64, 64);
401 text-decoration: none;
406 /* A :hover for the row of a menu item */
407 #menu li a:hover span
409 background-color: rgb(158, 236, 95);
412 /* A header item row */
416 text-transform: uppercase;
417 color: rgb(255, 255, 255);
421 background-color: rgb(96, 106, 90);
424 /* A focused item row */
427 background-color: rgb(182, 216, 154);
429 text-decoration: underline;
439 /*=====================================================================*\
440 || ###################################################################
443 || ###################################################################
444 \*=====================================================================*/