]>
src.bluestatic.org Git - isso.git/blob - printer.css.php
2 /*=====================================================================*\
3 || ###################################################################
4 || # Iris Studios Shared Object Framework [#]version[#]
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 if (!isset($GLOBALS['isso:null-framework']))
25 $path = (isset($_SERVER['SCRIPT_URL']) ? $_SERVER['SCRIPT_URL'] : $_SERVER['REQUEST_URI']);
26 $GLOBALS['isso:null-framework']->webpath
= dirname($path) . '/';
30 /*=====================================================================*\
31 || ###################################################################
32 || # Iris Studios Shared Object Framework [#]version[#]
33 || # Copyright ©2002-[#]year[#] Iris Studios, Inc.
35 || # This program is free software; you can redistribute it and/or modify
36 || # it under the terms of the GNU General Public License as published by
37 || # the Free Software Foundation; version [#]gpl[#] of the License.
39 || # This program is distributed in the hope that it will be useful, but
40 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
41 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
44 || # You should have received a copy of the GNU General Public License along
45 || # with this program; if not, write to the Free Software Foundation, Inc.,
46 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
47 || ###################################################################
48 \*=====================================================================*/
50 /* ################################################################### */
51 /* Body and table elements */
52 /* ################################################################### */
54 /* Main window background colour and font colour */
61 /* The row that goes on top of all other content */
68 border-bottom: outset 3px;
70 padding: 2px 25px; 2px; 25px;
73 /* Border area around tables and inbetween spacing */
79 /* First row set in all tables */
83 background: #38495E url({$GLOBALS['isso:null-framework']->webpath}images/tcat.gif);
84 border-bottom: outset 1px;
87 /* Links within the TCAT class */
88 .tcat a:link, .tcat a:visited, .tcat a:active
93 /* Row under the TCAT row (often used for column headers) */
94 td.thead, .thead td, .alt3
98 background: #445B78 url({$GLOBALS['isso:null-framework']->webpath}images/thead.gif);
102 /* Links for the THEAD class */
103 .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active
108 /* The first type of row used in the alternation cycle */
115 /* The second type of row used in the alternation cycle */
122 /* The third alternation, used in special cases */
128 /* The last row in the table (often used for the submit buttons) */
136 /* ################################################################### */
138 /* ################################################################### */
140 /* Font settings for all non-styled elements */
141 body, p, td, tr, ol, ul
143 font: 12px verdana, geneva, arial, helvetica, sans-serif;
146 /* Small text (used in copyright) */
147 .smallfont, .copyright, dfn
149 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
152 /* Description text */
159 .tcat, .thead, .tfoot
161 font: 12px tahoma, verdana, geneva, arial, helvetica, sans-serif;
165 a:link, a:visited, a:active
172 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
178 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
180 text-decoration: none;
186 font: 9pt 'courier new', courier, monospace;
189 /* ################################################################### */
190 /* Form styling elements */
191 /* ################################################################### */
193 /* Input elements in a form */
194 input, textarea, select, option
196 font: 12px verdana, geneva, arial, helvetica, sans-serif;
199 /* Input formatting */
202 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
212 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
217 /* ################################################################### */
218 /* Navigation panel */
219 /* ################################################################### */
221 /* The background colour for the navigation frame */
227 .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited
230 text-decoration: none;
233 /* Formatting for groups of nav elements */
238 border: #97A9C4 solid 2px;
239 border-width: 0px 2px 1px 2px;
242 /* Nav title border */
245 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
247 border: #97A9C4 solid 2px;
248 border-width: 0px 2px 2px 2px;
254 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
255 padding: 2px 2px 1px 7px;
257 border-bottom: #97A9C4 solid 1px;
263 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
264 padding: 2px 2px 1px 7px;
266 border-bottom: #97A9C4 solid 1px;
269 /* ################################################################### */
270 /* Template manager */
271 /* ################################################################### */
273 /* The body of the template manager */
280 /* A group of templates */
287 /* Items in a template group */
300 /*=====================================================================*\
301 || ###################################################################
304 || ###################################################################
305 \*=====================================================================*/