]>
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 $included = method_exists($this->registry
, 'load');
26 $path = ($_SERVER['SCRIPT_URL'] ? $_SERVER['SCRIPT_URL'] : $_SERVER['REQUEST_URI']);
27 $this->registry
->webpath
= dirname($path) . '/';
31 /* ################################################################### */
32 /* Body and table elements */
33 /* ################################################################### */
35 /* Main window background colour and font colour */
42 /* The row that goes on top of all other content */
49 border-bottom: outset 3px;
51 padding: 2px 25px; 2px; 25px;
54 /* Border area around tables and inbetween spacing */
60 /* First row set in all tables */
64 background: #38495E url({$this->registry->webpath}images/tcat.gif);
65 border-bottom: outset 1px;
68 /* Links within the TCAT class */
69 .tcat a:link, .tcat a:visited, .tcat a:active
74 /* Row under the TCAT row (often used for column headers) */
75 td.thead, .thead td, .alt3
79 background: #445B78 url({$this->registry->webpath}images/thead.gif);
83 /* Links for the THEAD class */
84 .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active
89 /* The first type of row used in the alternation cycle */
96 /* The second type of row used in the alternation cycle */
103 /* The third alternation, used in special cases */
109 /* The last row in the table (often used for the submit buttons) */
117 /* ################################################################### */
119 /* ################################################################### */
121 /* Font settings for all non-styled elements */
122 body, p, td, tr, ol, ul
124 font: 12px verdana, geneva, arial, helvetica, sans-serif;
127 /* Small text (used in copyright) */
128 .smallfont, .copyright, dfn
130 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
133 /* Description text */
140 .tcat, .thead, .tfoot
142 font: 12px tahoma, verdana, geneva, arial, helvetica, sans-serif;
146 a:link, a:visited, a:active
153 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
159 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
161 text-decoration: none;
167 font: 9pt 'courier new', courier, monospace;
170 /* ################################################################### */
171 /* Form styling elements */
172 /* ################################################################### */
174 /* Input elements in a form */
175 input, textarea, select, option
177 font: 12px verdana, geneva, arial, helvetica, sans-serif;
180 /* Input formatting */
183 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
193 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
198 /* ################################################################### */
199 /* Navigation panel */
200 /* ################################################################### */
202 /* The background colour for the navigation frame */
208 .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited
211 text-decoration: none;
214 /* Formatting for groups of nav elements */
219 border: #97A9C4 solid 2px;
220 border-width: 0px 2px 1px 2px;
223 /* Nav title border */
226 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
228 border: #97A9C4 solid 2px;
229 border-width: 0px 2px 2px 2px;
235 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
236 padding: 2px 2px 1px 7px;
238 border-bottom: #97A9C4 solid 1px;
244 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
245 padding: 2px 2px 1px 7px;
247 border-bottom: #97A9C4 solid 1px;
250 /* ################################################################### */
251 /* Template manager */
252 /* ################################################################### */
254 /* The body of the template manager */
261 /* A group of templates */
268 /* Items in a template group */
281 /*=====================================================================*\
282 || ###################################################################
285 || ###################################################################
286 \*=====================================================================*/