]>
src.bluestatic.org Git - isso.git/blob - printer.css.php
2 /*=====================================================================*\
3 || ###################################################################
4 || # Iris Studios Shared Object Framework [#]issoversion[#]
5 || # Copyright ©2002-[#]year[#] Iris Studios, Inc.
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 || # Iris Studios Shared Object Framework [#]issoversion[#]
43 || # Copyright ©2002-[#]year[#] Iris Studios, Inc.
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(214, 216, 222);
75 background-color: rgb(47, 53, 64);
78 /* Border area around tables and inbetween spacing */
83 border-color: rgb(255, 255, 255);
86 /* First row set in all tables */
89 color: rgb(30, 35, 46);
91 background-image: url({$GLOBALS['isso:callback']->webpath}images/tcat.gif);
92 background-color: rgb(91, 96, 101);
93 background-repeat: repeat-x;
99 /* Links within the TCAT class */
100 .tcat a:link, .tcat a:visited, .tcat a:active
102 color: rgb(55, 55, 55);
105 /* Row under the TCAT row (often used for column headers) */
106 td.thead, .thead td, .alt3
108 color: rgb(45, 45, 45);
113 background-image: url({$GLOBALS['isso:callback']->webpath}images/thead.gif);
114 background-repeat: repeat-x;
115 background-color: rgb(156, 156, 156);
117 border-style: outset;
121 /* Links for the THEAD class */
122 .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active
124 color: rgb(45, 45, 45);
127 /* The first type of row used in the alternation cycle */
130 color: rgb(41, 63, 91);
132 background-color: rgb(143, 147, 158);
135 /* The second type of row used in the alternation cycle */
138 color: rgb(41, 63, 91);
140 background-color: rgb(126, 131, 143);
143 /* The third alternation, used in special cases */
149 /* The last row in the table (often used for the submit buttons) */
152 color: rgb(55, 55, 55);
154 background-color: rgb(63, 66, 72);
156 border-style: outset;
160 /* ################################################################### */
162 /* ################################################################### */
164 /* Font settings for all non-styled elements */
165 body, p, td, tr, ol, ul
167 font-family: verdana, geneva, arial, helvetica, sans-serif;
171 /* Small text (used in copyright) */
172 .smallfont, .copyright, dfn
174 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
178 /* Description text */
185 .tcat, .thead, .tfoot
187 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
192 a:link, a:visited, a:active
194 color: rgb(180, 185, 199);
198 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover
200 color: rgb(219, 227, 244);
203 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
205 text-decoration: none;
211 font-family: 'courier new', courier, monospace;
215 /* ################################################################### */
216 /* Form styling elements */
217 /* ################################################################### */
219 /* Input elements in a form */
220 input, textarea, select, option
222 font-family: verdana, geneva, arial, helvetica, sans-serif;
226 /* Input formatting */
229 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
234 margin: 3px 1px 1px 1px;
242 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
246 margin: 3px 1px 1px 1px;
249 /* ################################################################### */
250 /* Navigation panel */
251 /* ################################################################### */
253 /* The background colour for the navigation frame */
256 background: rgb(136, 136, 136);
259 .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited
262 text-decoration: none;
265 /* Formatting for groups of nav elements */
268 border-color: rgb(80, 84, 89);
270 border-width: 0px 2px 1px 2px;
273 /* Nav title border */
277 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
283 background-image: url({$GLOBALS['isso:callback']->webpath}images/thead.gif);
284 background-repeat: repeat-x;
285 background-color: rgb(156, 156, 156);
287 border-color: rgb(80, 84, 89);
295 padding: 2px 2px 1px 7px;
298 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
303 background-color: rgb(204, 204, 204);
305 border-color: rgb(80, 84, 89);
307 border-width: 0px 0px 1px 0px;
313 background-color: rgb(242, 242, 242);
316 /* ################################################################### */
317 /* Template manager */
318 /* ################################################################### */
320 /* The body of the template manager */
323 background: rgb(0, 0, 0);
324 color: rgb(255, 255, 255);
327 /* A group of templates */
330 background: rgb(104, 110, 116);
331 color: rgb(255, 255, 255);
334 /* Items in a template group */
337 background: rgb(159, 169, 179);
338 color: rgb(55, 55, 55);
347 /*=====================================================================*\
348 || ###################################################################
351 || ###################################################################
352 \*=====================================================================*/