theme = $themename; } $themeurl = "$CFG->wwwroot/theme/$CFG->theme"; /// From here on it's nearly a normal stylesheet. /// First are some CSS definitions for normal tags, /// then custom tags follow. /// /// Note that colours are all defined in config.php /// in this directory ?> body { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; background-image: url(/texture1.jpg); } td, th { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } a:link { text-decoration: none; color: blue; } a:visited { text-decoration: none; color: blue; } a:hover { text-decoration: underline; color: red; } th { font-weight: bold; background-color: cellheading?>; } ul { margin-bottom: 5px; margin-top: 0px; } form { margin-bottom: 0; } .highlight { background-color: highlight?>; } .headingblock { background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .navbar { background-image: url(/texture3.jpg); } .generalbox { border-width: 1px; border-color: borders?>; border-style: solid; } .generalboxcontent { background-image: url(/texture2.jpg); } .generaltable { } .generaltableheader { background-image: url(/texture3.jpg); } .generaltablecell { } .sideblock { border-width: 1px; border-color: borders?>; border-style: solid; } .sideblockheading { background-image: url(/texture3.jpg); } .sideblockmain { background-image: url(/texture2.jpg); } .sideblocklinks { background-image: url(/texture2.jpg); } .sideblocklatestnews { background-image: url(/texture2.jpg); } .sideblockrecentactivity { background-image: url(/texture2.jpg); } .siteinfo { border-width: 1px; border-color: borders?>; border-style: solid; } .siteinfocontent { background-image: url(/texture2.jpg); } .outlineheadingblock { background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .weeklyoutline { } .weeklyoutlineside { background-image: url(/texture2.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .weeklyoutlinesidehighlight { background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .weeklyoutlinecontent { border-width: 0px; border-top: 1px; border-bottom: 1px; border-color: borders?>; border-style: solid; } .weeklyoutlinecontenthighlight { background: #FDFBF1; border-width: 0px; border-top: 1px; border-bottom: 1px; border-color: borders?>; border-style: solid; } .topicsoutline { } .topicsoutlineside { background-image: url(/texture2.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .topicsoutlinesidehighlight { background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .topicsoutlinecontent { border-width: 0px; border-top: 1px; border-bottom: 1px; border-color: borders?>; border-style: solid; } .topicsoutlinecontenthighlight { border-width: 0px; border-top: 1px; border-bottom: 1px; border-color: borders?>; border-style: solid; } .forumpost { border-width: 1px; border-color: borders?>; border-style: solid; } .forumpostheader { background-image: url(/texture2.jpg); } .forumpostheadertopic { background-image: url(/texture3.jpg); } .forumpostpicture { background-image: url(/texture2.jpg); } .forumpostside { background-image: url(/texture2.jpg); } .forumpostmessage { }