From: moodler Date: Fri, 13 Dec 2002 07:37:13 +0000 (+0000) Subject: More tweaks ... added style for outlinecontent when highlighted (eg current week) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=541b602d61f465439fb849831f0181b9005a9337;p=moodle.git More tweaks ... added style for outlinecontent when highlighted (eg current week) --- diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index af04de9344..30cac48d33 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -48,6 +48,11 @@ th { background-color: cellheading?>; } +ul { + margin-bottom: 5px; + margin-top: 0px; +} + form { margin-bottom: 0; } @@ -137,13 +142,33 @@ form { .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 { @@ -151,15 +176,35 @@ form { .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?>; diff --git a/theme/standard/styles.php b/theme/standard/styles.php index 1ac0f4ad10..37ef74a3fa 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -148,6 +148,9 @@ form { .weeklyoutlinecontent { } +.weeklyoutlinecontenthighlight { +} + .topicsoutline { } @@ -161,6 +164,9 @@ form { .topicsoutlinecontent { } +.topicsoutlinecontenthighlight { +} + .siteinfo { border-width: 1px; diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index 1ac0f4ad10..30cac48d33 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -12,23 +12,19 @@ /// From here on it's nearly a normal stylesheet. /// First are some CSS definitions for normal tags, -/// then custom tags follow. +/// then custom tags follow. /// -/// New classes always get added to the end of the file. -/// -/// Note that a group of standard colours are all -/// defined in config.php in this directory. The -/// reason for this is because Moodle uses the same -/// colours to provide oldstyle formatting for -/// browsers without CSS. -/// -/// You can hardcode colours in this file if you -/// don't care about this. +/// 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); +} -body, td, th { +td, th { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } @@ -52,34 +48,47 @@ th { background-color: cellheading?>; } +ul { + margin-bottom: 5px; + margin-top: 0px; +} + form { margin-bottom: 0; } - - .highlight { background-color: highlight?>; } .headingblock { - background-image: url(/gradient.jpg); + background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .navbar { - background-image: url(/gradient.jpg); + 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(/gradient.jpg); + background-image: url(/texture3.jpg); } .generaltablecell { @@ -92,92 +101,131 @@ form { } .sideblockheading { - background-image: url(/gradient.jpg); + 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); } -.outlineheadingblock { - background-image: url(/gradient.jpg); +.siteinfo { border-width: 1px; border-color: borders?>; border-style: solid; } -.forumpost { +.siteinfocontent { + background-image: url(/texture2.jpg); +} + +.outlineheadingblock { + background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } -.forumpostheader { -} - -.forumpostheadertopic { -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - .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; +} -.siteinfo { + +.forumpost { border-width: 1px; border-color: borders?>; border-style: solid; } -.siteinfocontent { +.forumpostheader { + background-image: url(/texture2.jpg); } +.forumpostheadertopic { + background-image: url(/texture3.jpg); +} -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; +.forumpostpicture { + background-image: url(/texture2.jpg); } -.generalboxcontent { +.forumpostside { + background-image: url(/texture2.jpg); } +.forumpostmessage { +} diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index 1ac0f4ad10..30cac48d33 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -12,23 +12,19 @@ /// From here on it's nearly a normal stylesheet. /// First are some CSS definitions for normal tags, -/// then custom tags follow. +/// then custom tags follow. /// -/// New classes always get added to the end of the file. -/// -/// Note that a group of standard colours are all -/// defined in config.php in this directory. The -/// reason for this is because Moodle uses the same -/// colours to provide oldstyle formatting for -/// browsers without CSS. -/// -/// You can hardcode colours in this file if you -/// don't care about this. +/// 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); +} -body, td, th { +td, th { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } @@ -52,34 +48,47 @@ th { background-color: cellheading?>; } +ul { + margin-bottom: 5px; + margin-top: 0px; +} + form { margin-bottom: 0; } - - .highlight { background-color: highlight?>; } .headingblock { - background-image: url(/gradient.jpg); + background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .navbar { - background-image: url(/gradient.jpg); + 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(/gradient.jpg); + background-image: url(/texture3.jpg); } .generaltablecell { @@ -92,92 +101,131 @@ form { } .sideblockheading { - background-image: url(/gradient.jpg); + 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); } -.outlineheadingblock { - background-image: url(/gradient.jpg); +.siteinfo { border-width: 1px; border-color: borders?>; border-style: solid; } -.forumpost { +.siteinfocontent { + background-image: url(/texture2.jpg); +} + +.outlineheadingblock { + background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } -.forumpostheader { -} - -.forumpostheadertopic { -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - .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; +} -.siteinfo { + +.forumpost { border-width: 1px; border-color: borders?>; border-style: solid; } -.siteinfocontent { +.forumpostheader { + background-image: url(/texture2.jpg); } +.forumpostheadertopic { + background-image: url(/texture3.jpg); +} -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; +.forumpostpicture { + background-image: url(/texture2.jpg); } -.generalboxcontent { +.forumpostside { + background-image: url(/texture2.jpg); } +.forumpostmessage { +} diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index 1ac0f4ad10..30cac48d33 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -12,23 +12,19 @@ /// From here on it's nearly a normal stylesheet. /// First are some CSS definitions for normal tags, -/// then custom tags follow. +/// then custom tags follow. /// -/// New classes always get added to the end of the file. -/// -/// Note that a group of standard colours are all -/// defined in config.php in this directory. The -/// reason for this is because Moodle uses the same -/// colours to provide oldstyle formatting for -/// browsers without CSS. -/// -/// You can hardcode colours in this file if you -/// don't care about this. +/// 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); +} -body, td, th { +td, th { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } @@ -52,34 +48,47 @@ th { background-color: cellheading?>; } +ul { + margin-bottom: 5px; + margin-top: 0px; +} + form { margin-bottom: 0; } - - .highlight { background-color: highlight?>; } .headingblock { - background-image: url(/gradient.jpg); + background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .navbar { - background-image: url(/gradient.jpg); + 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(/gradient.jpg); + background-image: url(/texture3.jpg); } .generaltablecell { @@ -92,92 +101,131 @@ form { } .sideblockheading { - background-image: url(/gradient.jpg); + 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); } -.outlineheadingblock { - background-image: url(/gradient.jpg); +.siteinfo { border-width: 1px; border-color: borders?>; border-style: solid; } -.forumpost { +.siteinfocontent { + background-image: url(/texture2.jpg); +} + +.outlineheadingblock { + background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } -.forumpostheader { -} - -.forumpostheadertopic { -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - .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; +} -.siteinfo { + +.forumpost { border-width: 1px; border-color: borders?>; border-style: solid; } -.siteinfocontent { +.forumpostheader { + background-image: url(/texture2.jpg); } +.forumpostheadertopic { + background-image: url(/texture3.jpg); +} -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; +.forumpostpicture { + background-image: url(/texture2.jpg); } -.generalboxcontent { +.forumpostside { + background-image: url(/texture2.jpg); } +.forumpostmessage { +} diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index 1ac0f4ad10..30cac48d33 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -12,23 +12,19 @@ /// From here on it's nearly a normal stylesheet. /// First are some CSS definitions for normal tags, -/// then custom tags follow. +/// then custom tags follow. /// -/// New classes always get added to the end of the file. -/// -/// Note that a group of standard colours are all -/// defined in config.php in this directory. The -/// reason for this is because Moodle uses the same -/// colours to provide oldstyle formatting for -/// browsers without CSS. -/// -/// You can hardcode colours in this file if you -/// don't care about this. +/// 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); +} -body, td, th { +td, th { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } @@ -52,34 +48,47 @@ th { background-color: cellheading?>; } +ul { + margin-bottom: 5px; + margin-top: 0px; +} + form { margin-bottom: 0; } - - .highlight { background-color: highlight?>; } .headingblock { - background-image: url(/gradient.jpg); + background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } .navbar { - background-image: url(/gradient.jpg); + 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(/gradient.jpg); + background-image: url(/texture3.jpg); } .generaltablecell { @@ -92,92 +101,131 @@ form { } .sideblockheading { - background-image: url(/gradient.jpg); + 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); } -.outlineheadingblock { - background-image: url(/gradient.jpg); +.siteinfo { border-width: 1px; border-color: borders?>; border-style: solid; } -.forumpost { +.siteinfocontent { + background-image: url(/texture2.jpg); +} + +.outlineheadingblock { + background-image: url(/texture3.jpg); border-width: 1px; border-color: borders?>; border-style: solid; } -.forumpostheader { -} - -.forumpostheadertopic { -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - .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; +} -.siteinfo { + +.forumpost { border-width: 1px; border-color: borders?>; border-style: solid; } -.siteinfocontent { +.forumpostheader { + background-image: url(/texture2.jpg); } +.forumpostheadertopic { + background-image: url(/texture3.jpg); +} -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; +.forumpostpicture { + background-image: url(/texture2.jpg); } -.generalboxcontent { +.forumpostside { + background-image: url(/texture2.jpg); } +.forumpostmessage { +}