webpath = dirname($path) . '/'; } } $css = <<webpath}images/tcat.gif); border-bottom: outset 1px; } /* Links within the TCAT class */ .tcat a:link, .tcat a:visited, .tcat a:active { color: #97A9C4; } /* Row under the TCAT row (often used for column headers) */ td.thead, .thead td, .alt3 { color: #D6E1EC; font-weight: bold; background: #445B78 url({$GLOBALS['isso:null-framework']->webpath}images/thead.gif); border: inset 1px; } /* Links for the THEAD class */ .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active { color: #D6E1EC; } /* The first type of row used in the alternation cycle */ .alt1 { color: #38495E; background: #8994A4; } /* The second type of row used in the alternation cycle */ .alt2 { color: #38495E; background: #ABB2BC; } /* The third alternation, used in special cases */ .alt3 { border: 0px; } /* The last row in the table (often used for the submit buttons) */ .tfoot { color: #7D7CA3; background: #ECE8D8; border: outset 1px; } /* ################################################################### */ /* Text elements */ /* ################################################################### */ /* Font settings for all non-styled elements */ body, p, td, tr, ol, ul { font: 12px verdana, geneva, arial, helvetica, sans-serif; } /* Small text (used in copyright) */ .smallfont, .copyright, dfn { font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; } /* Description text */ dfn { font-style: italic; } /* Table headings */ .tcat, .thead, .tfoot { font: 12px tahoma, verdana, geneva, arial, helvetica, sans-serif; } /* Normal links */ a:link, a:visited, a:active { color: #293F5B; background: none; } /* Hover links */ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover { color: #D6E1EC; background: #38495E; } .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active { text-decoration: none; } /* Mono-space */ .code { font: 9pt 'courier new', courier, monospace; } /* ################################################################### */ /* Form styling elements */ /* ################################################################### */ /* Input elements in a form */ input, textarea, select, option { font: 12px verdana, geneva, arial, helvetica, sans-serif; } /* Input formatting */ .input { font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; text-indent: 5px; margin: 1px; margin-top: 3px; } /* Button styling */ .button { color: #000000; font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; margin: 1px; margin-top: 3px; } /* ################################################################### */ /* Navigation panel */ /* ################################################################### */ /* The background colour for the navigation frame */ .nav_body { background: #38495E; } .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited { color: #FFFFFF; text-decoration: none; } /* Formatting for groups of nav elements */ .nav_group { color: #D6E1EC; background: #445B78; border: #97A9C4 solid 2px; border-width: 0px 2px 1px 2px; } /* Nav title border */ .nav_title { font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; padding: 2px; border: #97A9C4 solid 2px; border-width: 2px; } /* Cold nav items */ .nav_item { font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; padding: 2px 2px 1px 7px; background: #5D7490; border-bottom: #97A9C4 solid 1px; } /* Hot nav items */ .nav_item:hover { font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; padding: 2px 2px 1px 7px; background: #4A5F78; border-bottom: #97A9C4 solid 1px; } /* ################################################################### */ /* Template manager */ /* ################################################################### */ /* The body of the template manager */ .manager_body { background: #38495E; color: #FFFFFF; } /* A group of templates */ .manager_group { background: #28394E; color: #8994A4; } /* Items in a template group */ .manager_group_item { background: #364D6F; color: #AABBD3; } CSS; if (!$included) { echo $css; } /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>