]>
src.bluestatic.org Git - isso.git/blob - installer.css.php
2 /*=====================================================================*\
3 || ###################################################################
4 || # Blue Static ISSO Framework [#]issoversion[#]
5 || # Copyright ©2002-[#]year[#] Blue Static
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 || # Blue Static ISSO Framework [#]issoversion[#]
43 || # Copyright ©2002-[#]year[#] Blue Static
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 \*=====================================================================*/
62 font-family: Verdana, Arial, Helvetica, sans-serif;
68 color: rgb(0, 0, 238);
73 color: rgb(66, 137, 155);
85 border: 1px solid black;
86 text-decoration: none;
87 color: rgb(37, 37, 37);
88 background-color: rgb(239, 239, 239);
98 /*=====================================================================*\
99 || ###################################################################
102 || ###################################################################
103 \*=====================================================================*/