webpath = dirname($path) . '/'; } } $css = <<webpath}images/body.gif); background-repeat: repeat-x; background-position: bottom; } /* Border area around tables and inbetween spacing */ .tborder { border: ridge 4px; } /* First row set in all tables */ .tcat { color: rgb(55, 55, 55); background-image: url({$GLOBALS['isso:null-framework']->webpath}images/tcat.gif); background-color: rgb(91, 96, 101); background-repeat: repeat-x; border-style: outset; border-width: 1px; } /* Links within the TCAT class */ .tcat a:link, .tcat a:visited, .tcat a:active { color: rgb(55, 55, 55); } /* Row under the TCAT row (often used for column headers) */ td.thead, .thead td, .alt3 { color: rgb(45, 45, 45); font-weight: bold; font-size: 11px; background-image: url({$GLOBALS['isso:null-framework']->webpath}images/thead.gif); background-repeat: repeat-x; background-color: rgb(156, 156, 156); border-style: outset; border-width: 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: rgb(45, 45, 45); } /* The first type of row used in the alternation cycle */ .alt1 { color: rgb(41, 63, 91); background-color: rgb(204, 204, 204); } /* The second type of row used in the alternation cycle */ .alt2 { color: rgb(41, 63, 91); background-color: rgb(229, 229, 229); } /* The third alternation, used in special cases */ .alt3 { border-width: 0px; } /* The last row in the table (often used for the submit buttons) */ .tfoot { color: rgb(55, 55, 55); background-color: rgb(222, 222, 222); border-style: outset; border-width: 1px; } /* ################################################################### */ /* Text elements */ /* ################################################################### */ /* Font settings for all non-styled elements */ body, p, td, tr, ol, ul { font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 12px; } /* Small text (used in copyright) */ .smallfont, .copyright, dfn { font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 11px; } /* Description text */ dfn { font-style: italic; } /* Table headings */ .tcat, .thead, .tfoot { font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 12px; } /* Normal links */ a:link, a:visited, a:active { color: rgb(41, 63, 91); } /* Hover links */ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover { color: rgb(158, 0, 0); } .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active { text-decoration: none; } /* Mono-space */ .code { font-family: 'courier new', courier, monospace; font-size: 9pt; } /* ################################################################### */ /* Form styling elements */ /* ################################################################### */ /* Input elements in a form */ input, textarea, select, option { font-family: 12px verdana, geneva, arial, helvetica, sans-serif; font-size: 12px; } /* Input formatting */ .input { font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; text-indent: 5px; margin: 3px 1px 1px 1px; } /* Button styling */ .button { color: rgb(0, 0, 0); font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; margin: 3px 1px 1px 1px; } /* ################################################################### */ /* Navigation panel */ /* ################################################################### */ /* The background colour for the navigation frame */ .nav_body { background: rgb(0, 0, 0); } .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited { color: rgb(255, 255, 255); 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: rgb(0, 0, 0); color: rgb(255, 255, 255); } /* 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$ || ################################################################### \*=====================================================================*/ ?>