]>
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;
118 border-width: 1px 0px 1px 0px;
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(126, 131, 143);
135 border-width: 1px 0px 1px 0px;
136 border-bottom-color: rgb(64, 64, 64);
137 border-top-color: rgb(151, 154, 159);
140 /* The second type of row used in the alternation cycle */
143 color: rgb(41, 63, 91);
145 background-color: rgb(126, 131, 143);
148 border-width: 1px 0px 1px 0px;
149 border-bottom-color: rgb(64, 64, 64);
150 border-top-color: rgb(151, 154, 159);
153 /* The third alternation, used in special cases */
159 /* The last row in the table (often used for the submit buttons) */
162 color: rgb(55, 55, 55);
164 background-color: rgb(143, 147, 158);
166 border-style: outset;
170 /* ################################################################### */
172 /* ################################################################### */
174 /* Font settings for all non-styled elements */
175 body, p, td, tr, ol, ul
177 font-family: verdana, geneva, arial, helvetica, sans-serif;
181 /* Small text (used in copyright) */
182 .smallfont, .copyright, dfn
184 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
188 /* Description text */
195 .tcat, .thead, .tfoot
197 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
202 a:link, a:visited, a:active
204 color: rgb(219, 227, 244);
208 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover
210 color: rgb(180, 185, 199);
213 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
215 text-decoration: none;
221 font-family: 'courier new', courier, monospace;
225 /* ################################################################### */
226 /* Form styling elements */
227 /* ################################################################### */
229 /* Input elements in a form */
230 input, textarea, select, option
232 font-family: verdana, geneva, arial, helvetica, sans-serif;
236 /* Input formatting */
239 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
244 margin: 3px 1px 1px 1px;
252 font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
256 margin: 3px 1px 1px 1px;
259 /* ################################################################### */
260 /* Navigation panel */
261 /* ################################################################### */
263 /* The links that appear in the upper-right corner */
271 #toplinks #toplinks-links
276 /* Wrapper for the entire navigation system; including tabs */
282 /* The content panel that draws the background color for the panel */
287 background-color: rgb(255, 255, 255);
289 border-color: rgb(124, 128, 135);
293 color: rgb(55, 55, 55);
298 /* The actual tabbar */
308 /* Links in the tabbar */
313 text-transform: uppercase;
314 text-decoration: none;
316 padding: 8px 15px 8px 15px;
317 margin: 0px 1px 0px 0px;
320 /* The current, active tab */
325 background-color: white;
327 border-color: rgb(124, 128, 135);
328 border-width: 1px 1px 0px 1px;
332 /* Main content frame <td> */
340 /* Menu frame <td> */
360 text-transform: uppercase;
364 background-color: rgb(189, 189, 189);
387 /*=====================================================================*\
388 || ###################################################################
391 || ###################################################################
392 \*=====================================================================*/