]>
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);
78 /* Border area around tables and inbetween spacing */
84 /* First row set in all tables */
87 color: rgb(30, 35, 46);
89 background-color: rgb(109, 187, 45);
92 /* Links within the TCAT class */
93 .tcat a:link, .tcat a:visited, .tcat a:active
95 color: rgb(55, 55, 55);
98 /* Row under the TCAT row (often used for column headers) */
99 td.thead, .thead td, .alt3
101 color: rgb(45, 45, 45);
106 background-color: rgb(165, 165, 165);
109 /* Links for the THEAD class */
110 .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active
112 color: rgb(45, 45, 45);
115 /* The first type of row used in the alternation cycle */
118 color: rgb(41, 63, 91);
120 background-color: rgb(237, 245, 230);
123 /* The second type of row used in the alternation cycle */
126 color: rgb(41, 63, 91);
128 background-color: rgb(255, 255, 255);
131 /* The third alternation, used in special cases */
137 /* The last row in the table (often used for the submit buttons) */
140 color: rgb(55, 55, 55);
142 background-color: rgb(64, 64, 64);
145 /* ################################################################### */
147 /* ################################################################### */
149 /* Font settings for all non-styled elements */
150 body, p, td, tr, ol, ul
152 font-family: verdana, geneva, arial, helvetica, sans-serif;
156 /* Small text (used in copyright) */
157 .smallfont, .copyright, dfn
159 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
163 /* Description text */
170 .tcat, .thead, .tfoot
172 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
177 a:link, a:visited, a:active
179 color: rgb(109, 187, 45);
183 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover
185 color: rgb(143, 236, 9);
188 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
190 text-decoration: none;
196 font-family: 'courier new', courier, monospace;
200 /* ################################################################### */
201 /* Form styling elements */
202 /* ################################################################### */
204 /* Input elements in a form */
205 input, textarea, select, option
207 font-family: verdana, geneva, arial, helvetica, sans-serif;
211 /* Input formatting */
214 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
219 margin: 3px 1px 1px 1px;
227 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
231 margin: 3px 1px 1px 1px;
234 /* ################################################################### */
235 /* Navigation panel */
236 /* ################################################################### */
238 /* The links that appear in the upper-right corner */
246 #toplinks #toplinks-links
251 /* Wrapper for the entire navigation system; including tabs */
257 /* The content panel that draws the background color for the panel */
262 background-color: rgb(255, 255, 255);
264 border-color: rgb(124, 128, 135);
268 color: rgb(55, 55, 55);
273 /* The actual tabbar */
281 margin-bottom: -14px;
284 /* Links in the tabbar */
288 color: rgb(122, 151, 101);
290 text-transform: uppercase;
291 text-decoration: none;
293 padding: 8px 0px 8px 0px;
296 background-image: url({$GLOBALS['isso:callback']->webpath}images/tabs.gif);
297 background-repeat: no-repeat;
298 background-position: 0% -35px;
301 /* Blocks of the tab link */
307 padding: 8px 15px 8px 15px;
309 background-image: url({$GLOBALS['isso:callback']->webpath}images/tabs-ends.gif);
310 background-repeat: no-repeat;
311 background-position: 100% -35px;
314 /* The current, active tab */
315 #tabbar #focustab, #tabbar #focustab a:hover
317 color: rgb(64, 64, 64);
319 background-position: 0% 0px;
321 padding: 8px 0px 9px 0px;
324 /* Blocks of a focused tab link */
325 #tabbar #focustab span
327 background-position: 100% 0px;
335 background-position: 0% -70px;
337 color: rgb(143, 236, 9);
340 /* Blocks of a hovered tab link */
343 background-position: 100% -70px;
346 /* Main content frame <td> */
353 padding: 5px 5px 5px 0px;
356 #wrapper #contentbody #mainbody table
361 /* Menu frame <td> */
371 /* A menu list of items */
380 /* An individual item in the menu list */
385 padding: 2px 2px 2px 7px;
388 background-color: rgb(208, 208, 208);
391 /* Links in the menu list */
394 color: rgb(64, 64, 64);
395 text-decoration: none;
400 /* A :hover for the row of a menu item */
401 #menu li a:hover span
403 background-color: rgb(158, 236, 95);
406 /* A header item row */
410 text-transform: uppercase;
411 color: rgb(255, 255, 255);
415 background-color: rgb(96, 106, 90);
418 /* A focused item row */
421 background-color: rgb(182, 216, 154);
423 text-decoration: underline;
433 /*=====================================================================*\
434 || ###################################################################
437 || ###################################################################
438 \*=====================================================================*/