]>
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 error_reporting(E_ALL
& ~E_NOTICE
);
26 if (!isset($GLOBALS['isso:null-framework']))
28 if (!method_exists($GLOBALS['isso:null-framework'], 'load'))
31 $path = (isset($_SERVER['SCRIPT_URL']) ? $_SERVER['SCRIPT_URL'] : $_SERVER['REQUEST_URI']);
32 $GLOBALS['isso:null-framework']->webpath
= dirname($path) . '/';
37 /*=====================================================================*\
38 || ###################################################################
39 || # Iris Studios Shared Object Framework [#]version[#]
40 || # Copyright ©2002-[#]year[#] Iris Studios, Inc.
42 || # This program is free software; you can redistribute it and/or modify
43 || # it under the terms of the GNU General Public License as published by
44 || # the Free Software Foundation; version [#]gpl[#] of the License.
46 || # This program is distributed in the hope that it will be useful, but
47 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
48 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
51 || # You should have received a copy of the GNU General Public License along
52 || # with this program; if not, write to the Free Software Foundation, Inc.,
53 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
54 || ###################################################################
55 \*=====================================================================*/
57 /* ################################################################### */
58 /* Body and table elements */
59 /* ################################################################### */
61 /* Main window background colour and font colour */
66 background-color: rgb(255, 255, 255);
67 background-image: url({$GLOBALS['isso:null-framework']->webpath}images/body.gif);
68 background-repeat: repeat-x;
69 background-position: bottom;
72 /* The row that goes on top of all other content */
79 border-bottom: outset 3px;
81 padding: 2px 25px; 2px; 25px;
84 /* Border area around tables and inbetween spacing */
90 /* First row set in all tables */
93 color: rgb(139, 155, 187);
94 background: #38495E url({$GLOBALS['isso:null-framework']->webpath}images/tcat.gif);
95 background-color: rgb(227, 233, 245);
96 border-bottom: outset 1px;
99 /* Links within the TCAT class */
100 .tcat a:link, .tcat a:visited, .tcat a:active
105 /* Row under the TCAT row (often used for column headers) */
106 td.thead, .thead td, .alt3
110 background: #445B78 url({$GLOBALS['isso:null-framework']->webpath}images/thead.gif);
111 background-color: rgb(56, 117, 215);
115 /* Links for the THEAD class */
116 .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active
121 /* The first type of row used in the alternation cycle */
125 background: rgb(205, 220, 243);
128 /* The second type of row used in the alternation cycle */
132 background: rgb(232, 239, 250);
135 /* The third alternation, used in special cases */
141 /* The last row in the table (often used for the submit buttons) */
145 background: rgb(222, 222, 222);
149 /* ################################################################### */
151 /* ################################################################### */
153 /* Font settings for all non-styled elements */
154 body, p, td, tr, ol, ul
156 font: 12px verdana, geneva, arial, helvetica, sans-serif;
159 /* Small text (used in copyright) */
160 .smallfont, .copyright, dfn
162 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
165 /* Description text */
172 .tcat, .thead, .tfoot
174 font: 12px tahoma, verdana, geneva, arial, helvetica, sans-serif;
178 a:link, a:visited, a:active
185 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
191 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
193 text-decoration: none;
199 font: 9pt 'courier new', courier, monospace;
202 /* ################################################################### */
203 /* Form styling elements */
204 /* ################################################################### */
206 /* Input elements in a form */
207 input, textarea, select, option
209 font: 12px verdana, geneva, arial, helvetica, sans-serif;
212 /* Input formatting */
215 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
225 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
230 /* ################################################################### */
231 /* Navigation panel */
232 /* ################################################################### */
234 /* The background colour for the navigation frame */
240 .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited
243 text-decoration: none;
246 /* Formatting for groups of nav elements */
251 border: #97A9C4 solid 2px;
252 border-width: 0px 2px 1px 2px;
255 /* Nav title border */
258 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
260 border: #97A9C4 solid 2px;
267 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
268 padding: 2px 2px 1px 7px;
270 border-bottom: #97A9C4 solid 1px;
276 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
277 padding: 2px 2px 1px 7px;
279 border-bottom: #97A9C4 solid 1px;
282 /* ################################################################### */
283 /* Template manager */
284 /* ################################################################### */
286 /* The body of the template manager */
293 /* A group of templates */
300 /* Items in a template group */
313 /*=====================================================================*\
314 || ###################################################################
317 || ###################################################################
318 \*=====================================================================*/