From 4105fe9dd2b77bc91d0940f405653c2cf75460e4 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 5 May 2003 12:17:34 +0000 Subject: [PATCH] Added two styles: .noticebox and .noticeboxcontent --- theme/UPGRADE.txt | 5 + theme/brightretro/styles.php | 11 + theme/cordoroyblue/styles.php | 11 + theme/garden/styles.php | 11 + theme/oceanblue/styles.php | 11 + theme/standard/styles.php | 12 +- theme/standardblue/styles.php | 512 +++++++++++++++++---------------- theme/standardgreen/styles.php | 512 +++++++++++++++++---------------- theme/standardlogo/styles.php | 512 +++++++++++++++++---------------- theme/standardred/styles.php | 512 +++++++++++++++++---------------- theme/standardwhite/styles.php | 512 +++++++++++++++++---------------- 11 files changed, 1365 insertions(+), 1256 deletions(-) diff --git a/theme/UPGRADE.txt b/theme/UPGRADE.txt index cf739dbcd9..36ade953fc 100644 --- a/theme/UPGRADE.txt +++ b/theme/UPGRADE.txt @@ -64,6 +64,11 @@ a.dimmed:hover {} .weeklydatetext {} +/* Style for the notice boxes (surrounding a notice message) */ + +.noticebox {} +.noticeboxcontent {} + ALL pix files can now be changed from within a theme, see cordoroyblue for an example: config.php and the diff --git a/theme/brightretro/styles.php b/theme/brightretro/styles.php index 468345068b..3f15c96cc6 100644 --- a/theme/brightretro/styles.php +++ b/theme/brightretro/styles.php @@ -203,6 +203,17 @@ form { .generalboxcontent { } +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + .feedbacktext { color: cellheading2?>; } diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index cd59b8d3f9..7d083c292b 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -293,6 +293,17 @@ form { background-color: cellcontent?>; } +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + .feedbacktext { color: cellheading2?>; } diff --git a/theme/garden/styles.php b/theme/garden/styles.php index c9c7edd4cb..4bc9a84230 100755 --- a/theme/garden/styles.php +++ b/theme/garden/styles.php @@ -216,6 +216,17 @@ form { background-color: body?>; } +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + .feedbacktext { color: cellheading2?>; diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php index 83a57a5191..52b59f979c 100644 --- a/theme/oceanblue/styles.php +++ b/theme/oceanblue/styles.php @@ -303,6 +303,17 @@ form { margin-bottom: 0; } .generalboxcontent { } +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + .feedbacktext { color: cellheading2?>; } diff --git a/theme/standard/styles.php b/theme/standard/styles.php index 06cb637a74..ee2788f976 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -201,6 +201,17 @@ form { .generalboxcontent { } +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + .feedbacktext { color: cellheading2?>; } @@ -252,4 +263,3 @@ a.dimmed:hover { .teacheronly { color: #990000; } - diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index 038fc759e7..ee2788f976 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -1,255 +1,265 @@ -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. -/// -/// 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. - -?> - - -body, td, th, li { - font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; -} - -th { - font-weight: bold; - background-color: cellheading?>; -} - -a:link { - text-decoration: none; - color: blue; -} - -a:visited { - text-decoration: none; - color: blue; -} - -a:hover { - text-decoration: underline; - color: red; -} - -form { - margin-bottom: 0; -} - - - - - -.highlight { - background-color: highlight?>; -} - -.headingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.navbar { - background-image: url(/gradient.jpg); -} - -.generaltable { -} - -.generaltableheader { - background-image: url(/gradient.jpg); -} - -.generaltablecell { -} - -.sideblock { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.sideblockheading { - background-image: url(/gradient.jpg); -} - -.sideblockmain { -} - -.sideblocklinks { -} - -.sideblocklatestnews { -} - -.sideblockrecentactivity { -} - -.outlineheadingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpost { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - -.weeklyoutline { -} - -.weeklyoutlineside { -} - -.weeklyoutlinesidehighlight { -} - -.weeklyoutlinesidehidden { - background-color: hidden?>; -} - -.weeklyoutlinecontent { -} - -.weeklyoutlinecontenthighlight { -} - -.weeklyoutlinecontenthidden { -} - -.weeklydatetext { - font-size: medium; - font-weight: bold; - color: cellheading2?>; -} - -.topicsoutline { -} - -.topicsoutlineside { -} - -.topicsoutlinesidehighlight { -} - -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontent { -} - -.topicsoutlinecontenthighlight { -} - -.topicsoutlinecontenthidden { -} - -.siteinfo { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.siteinfocontent { -} - - -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.generalboxcontent { -} - -.feedbacktext { - color: cellheading2?>; -} - -a.dimmed:link { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:visited { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:hover { - text-decoration: underline; - color: red; -} +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. +/// +/// 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. + +?> + + +body, td, th, li { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} + +th { + font-weight: bold; + background-color: cellheading?>; +} + +a:link { + text-decoration: none; + color: blue; +} + +a:visited { + text-decoration: none; + color: blue; +} + +a:hover { + text-decoration: underline; + color: red; +} + +form { + margin-bottom: 0; +} + + + + + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.navbar { + background-image: url(/gradient.jpg); +} + +.generaltable { +} + +.generaltableheader { + background-image: url(/gradient.jpg); +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + background-image: url(/gradient.jpg); +} + +.sideblockmain { +} + +.sideblocklinks { +} + +.sideblocklatestnews { +} + +.sideblockrecentactivity { +} + +.outlineheadingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostpicture { +} + +.forumpostside { +} + +.forumpostmessage { +} + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + +.weeklyoutlinecontent { +} + +.weeklyoutlinecontenthighlight { +} + +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinesidehidden { + background-color: hidden?>; +} + +.topicsoutlinecontent { +} + +.topicsoutlinecontenthighlight { +} + +.topicsoutlinecontenthidden { +} + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + +.feedbacktext { + color: cellheading2?>; +} + +a.dimmed:link { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:visited { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:hover { + text-decoration: underline; + color: red; +} .dimmed_text { color: #AAAAAA; } - -.forumpostheader { -} - -.forumpostheaderpicture { -} - -.forumpostheadername { - font-size: small; -} - -.forumpostheaderreplies { - font-size: small; -} - -.forumpostheaderdate { - font-size: small; -} - -.logininfo { - font-size: x-small; -} - -.homelink { - font-size: x-small; -} - -.teacheronly { - color: #990000; -} +.forumpostheader { +} + +.forumpostheaderpicture { +} + +.forumpostheadername { + font-size: small; +} + +.forumpostheaderreplies { + font-size: small; +} + +.forumpostheaderdate { + font-size: small; +} + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} + +.teacheronly { + color: #990000; +} diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index 038fc759e7..ee2788f976 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -1,255 +1,265 @@ -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. -/// -/// 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. - -?> - - -body, td, th, li { - font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; -} - -th { - font-weight: bold; - background-color: cellheading?>; -} - -a:link { - text-decoration: none; - color: blue; -} - -a:visited { - text-decoration: none; - color: blue; -} - -a:hover { - text-decoration: underline; - color: red; -} - -form { - margin-bottom: 0; -} - - - - - -.highlight { - background-color: highlight?>; -} - -.headingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.navbar { - background-image: url(/gradient.jpg); -} - -.generaltable { -} - -.generaltableheader { - background-image: url(/gradient.jpg); -} - -.generaltablecell { -} - -.sideblock { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.sideblockheading { - background-image: url(/gradient.jpg); -} - -.sideblockmain { -} - -.sideblocklinks { -} - -.sideblocklatestnews { -} - -.sideblockrecentactivity { -} - -.outlineheadingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpost { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - -.weeklyoutline { -} - -.weeklyoutlineside { -} - -.weeklyoutlinesidehighlight { -} - -.weeklyoutlinesidehidden { - background-color: hidden?>; -} - -.weeklyoutlinecontent { -} - -.weeklyoutlinecontenthighlight { -} - -.weeklyoutlinecontenthidden { -} - -.weeklydatetext { - font-size: medium; - font-weight: bold; - color: cellheading2?>; -} - -.topicsoutline { -} - -.topicsoutlineside { -} - -.topicsoutlinesidehighlight { -} - -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontent { -} - -.topicsoutlinecontenthighlight { -} - -.topicsoutlinecontenthidden { -} - -.siteinfo { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.siteinfocontent { -} - - -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.generalboxcontent { -} - -.feedbacktext { - color: cellheading2?>; -} - -a.dimmed:link { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:visited { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:hover { - text-decoration: underline; - color: red; -} +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. +/// +/// 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. + +?> + + +body, td, th, li { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} + +th { + font-weight: bold; + background-color: cellheading?>; +} + +a:link { + text-decoration: none; + color: blue; +} + +a:visited { + text-decoration: none; + color: blue; +} + +a:hover { + text-decoration: underline; + color: red; +} + +form { + margin-bottom: 0; +} + + + + + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.navbar { + background-image: url(/gradient.jpg); +} + +.generaltable { +} + +.generaltableheader { + background-image: url(/gradient.jpg); +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + background-image: url(/gradient.jpg); +} + +.sideblockmain { +} + +.sideblocklinks { +} + +.sideblocklatestnews { +} + +.sideblockrecentactivity { +} + +.outlineheadingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostpicture { +} + +.forumpostside { +} + +.forumpostmessage { +} + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + +.weeklyoutlinecontent { +} + +.weeklyoutlinecontenthighlight { +} + +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinesidehidden { + background-color: hidden?>; +} + +.topicsoutlinecontent { +} + +.topicsoutlinecontenthighlight { +} + +.topicsoutlinecontenthidden { +} + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + +.feedbacktext { + color: cellheading2?>; +} + +a.dimmed:link { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:visited { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:hover { + text-decoration: underline; + color: red; +} .dimmed_text { color: #AAAAAA; } - -.forumpostheader { -} - -.forumpostheaderpicture { -} - -.forumpostheadername { - font-size: small; -} - -.forumpostheaderreplies { - font-size: small; -} - -.forumpostheaderdate { - font-size: small; -} - -.logininfo { - font-size: x-small; -} - -.homelink { - font-size: x-small; -} - -.teacheronly { - color: #990000; -} +.forumpostheader { +} + +.forumpostheaderpicture { +} + +.forumpostheadername { + font-size: small; +} + +.forumpostheaderreplies { + font-size: small; +} + +.forumpostheaderdate { + font-size: small; +} + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} + +.teacheronly { + color: #990000; +} diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index 038fc759e7..ee2788f976 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -1,255 +1,265 @@ -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. -/// -/// 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. - -?> - - -body, td, th, li { - font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; -} - -th { - font-weight: bold; - background-color: cellheading?>; -} - -a:link { - text-decoration: none; - color: blue; -} - -a:visited { - text-decoration: none; - color: blue; -} - -a:hover { - text-decoration: underline; - color: red; -} - -form { - margin-bottom: 0; -} - - - - - -.highlight { - background-color: highlight?>; -} - -.headingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.navbar { - background-image: url(/gradient.jpg); -} - -.generaltable { -} - -.generaltableheader { - background-image: url(/gradient.jpg); -} - -.generaltablecell { -} - -.sideblock { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.sideblockheading { - background-image: url(/gradient.jpg); -} - -.sideblockmain { -} - -.sideblocklinks { -} - -.sideblocklatestnews { -} - -.sideblockrecentactivity { -} - -.outlineheadingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpost { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - -.weeklyoutline { -} - -.weeklyoutlineside { -} - -.weeklyoutlinesidehighlight { -} - -.weeklyoutlinesidehidden { - background-color: hidden?>; -} - -.weeklyoutlinecontent { -} - -.weeklyoutlinecontenthighlight { -} - -.weeklyoutlinecontenthidden { -} - -.weeklydatetext { - font-size: medium; - font-weight: bold; - color: cellheading2?>; -} - -.topicsoutline { -} - -.topicsoutlineside { -} - -.topicsoutlinesidehighlight { -} - -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontent { -} - -.topicsoutlinecontenthighlight { -} - -.topicsoutlinecontenthidden { -} - -.siteinfo { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.siteinfocontent { -} - - -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.generalboxcontent { -} - -.feedbacktext { - color: cellheading2?>; -} - -a.dimmed:link { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:visited { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:hover { - text-decoration: underline; - color: red; -} +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. +/// +/// 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. + +?> + + +body, td, th, li { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} + +th { + font-weight: bold; + background-color: cellheading?>; +} + +a:link { + text-decoration: none; + color: blue; +} + +a:visited { + text-decoration: none; + color: blue; +} + +a:hover { + text-decoration: underline; + color: red; +} + +form { + margin-bottom: 0; +} + + + + + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.navbar { + background-image: url(/gradient.jpg); +} + +.generaltable { +} + +.generaltableheader { + background-image: url(/gradient.jpg); +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + background-image: url(/gradient.jpg); +} + +.sideblockmain { +} + +.sideblocklinks { +} + +.sideblocklatestnews { +} + +.sideblockrecentactivity { +} + +.outlineheadingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostpicture { +} + +.forumpostside { +} + +.forumpostmessage { +} + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + +.weeklyoutlinecontent { +} + +.weeklyoutlinecontenthighlight { +} + +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinesidehidden { + background-color: hidden?>; +} + +.topicsoutlinecontent { +} + +.topicsoutlinecontenthighlight { +} + +.topicsoutlinecontenthidden { +} + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + +.feedbacktext { + color: cellheading2?>; +} + +a.dimmed:link { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:visited { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:hover { + text-decoration: underline; + color: red; +} .dimmed_text { color: #AAAAAA; } - -.forumpostheader { -} - -.forumpostheaderpicture { -} - -.forumpostheadername { - font-size: small; -} - -.forumpostheaderreplies { - font-size: small; -} - -.forumpostheaderdate { - font-size: small; -} - -.logininfo { - font-size: x-small; -} - -.homelink { - font-size: x-small; -} - -.teacheronly { - color: #990000; -} +.forumpostheader { +} + +.forumpostheaderpicture { +} + +.forumpostheadername { + font-size: small; +} + +.forumpostheaderreplies { + font-size: small; +} + +.forumpostheaderdate { + font-size: small; +} + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} + +.teacheronly { + color: #990000; +} diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index 038fc759e7..ee2788f976 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -1,255 +1,265 @@ -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. -/// -/// 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. - -?> - - -body, td, th, li { - font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; -} - -th { - font-weight: bold; - background-color: cellheading?>; -} - -a:link { - text-decoration: none; - color: blue; -} - -a:visited { - text-decoration: none; - color: blue; -} - -a:hover { - text-decoration: underline; - color: red; -} - -form { - margin-bottom: 0; -} - - - - - -.highlight { - background-color: highlight?>; -} - -.headingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.navbar { - background-image: url(/gradient.jpg); -} - -.generaltable { -} - -.generaltableheader { - background-image: url(/gradient.jpg); -} - -.generaltablecell { -} - -.sideblock { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.sideblockheading { - background-image: url(/gradient.jpg); -} - -.sideblockmain { -} - -.sideblocklinks { -} - -.sideblocklatestnews { -} - -.sideblockrecentactivity { -} - -.outlineheadingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpost { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - -.weeklyoutline { -} - -.weeklyoutlineside { -} - -.weeklyoutlinesidehighlight { -} - -.weeklyoutlinesidehidden { - background-color: hidden?>; -} - -.weeklyoutlinecontent { -} - -.weeklyoutlinecontenthighlight { -} - -.weeklyoutlinecontenthidden { -} - -.weeklydatetext { - font-size: medium; - font-weight: bold; - color: cellheading2?>; -} - -.topicsoutline { -} - -.topicsoutlineside { -} - -.topicsoutlinesidehighlight { -} - -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontent { -} - -.topicsoutlinecontenthighlight { -} - -.topicsoutlinecontenthidden { -} - -.siteinfo { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.siteinfocontent { -} - - -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.generalboxcontent { -} - -.feedbacktext { - color: cellheading2?>; -} - -a.dimmed:link { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:visited { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:hover { - text-decoration: underline; - color: red; -} +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. +/// +/// 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. + +?> + + +body, td, th, li { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} + +th { + font-weight: bold; + background-color: cellheading?>; +} + +a:link { + text-decoration: none; + color: blue; +} + +a:visited { + text-decoration: none; + color: blue; +} + +a:hover { + text-decoration: underline; + color: red; +} + +form { + margin-bottom: 0; +} + + + + + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.navbar { + background-image: url(/gradient.jpg); +} + +.generaltable { +} + +.generaltableheader { + background-image: url(/gradient.jpg); +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + background-image: url(/gradient.jpg); +} + +.sideblockmain { +} + +.sideblocklinks { +} + +.sideblocklatestnews { +} + +.sideblockrecentactivity { +} + +.outlineheadingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostpicture { +} + +.forumpostside { +} + +.forumpostmessage { +} + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + +.weeklyoutlinecontent { +} + +.weeklyoutlinecontenthighlight { +} + +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinesidehidden { + background-color: hidden?>; +} + +.topicsoutlinecontent { +} + +.topicsoutlinecontenthighlight { +} + +.topicsoutlinecontenthidden { +} + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + +.feedbacktext { + color: cellheading2?>; +} + +a.dimmed:link { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:visited { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:hover { + text-decoration: underline; + color: red; +} .dimmed_text { color: #AAAAAA; } - -.forumpostheader { -} - -.forumpostheaderpicture { -} - -.forumpostheadername { - font-size: small; -} - -.forumpostheaderreplies { - font-size: small; -} - -.forumpostheaderdate { - font-size: small; -} - -.logininfo { - font-size: x-small; -} - -.homelink { - font-size: x-small; -} - -.teacheronly { - color: #990000; -} +.forumpostheader { +} + +.forumpostheaderpicture { +} + +.forumpostheadername { + font-size: small; +} + +.forumpostheaderreplies { + font-size: small; +} + +.forumpostheaderdate { + font-size: small; +} + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} + +.teacheronly { + color: #990000; +} diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php index 038fc759e7..ee2788f976 100644 --- a/theme/standardwhite/styles.php +++ b/theme/standardwhite/styles.php @@ -1,255 +1,265 @@ -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. -/// -/// 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. - -?> - - -body, td, th, li { - font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; -} - -th { - font-weight: bold; - background-color: cellheading?>; -} - -a:link { - text-decoration: none; - color: blue; -} - -a:visited { - text-decoration: none; - color: blue; -} - -a:hover { - text-decoration: underline; - color: red; -} - -form { - margin-bottom: 0; -} - - - - - -.highlight { - background-color: highlight?>; -} - -.headingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.navbar { - background-image: url(/gradient.jpg); -} - -.generaltable { -} - -.generaltableheader { - background-image: url(/gradient.jpg); -} - -.generaltablecell { -} - -.sideblock { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.sideblockheading { - background-image: url(/gradient.jpg); -} - -.sideblockmain { -} - -.sideblocklinks { -} - -.sideblocklatestnews { -} - -.sideblockrecentactivity { -} - -.outlineheadingblock { - background-image: url(/gradient.jpg); - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpost { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.forumpostpicture { -} - -.forumpostside { -} - -.forumpostmessage { -} - - -.weeklyoutline { -} - -.weeklyoutlineside { -} - -.weeklyoutlinesidehighlight { -} - -.weeklyoutlinesidehidden { - background-color: hidden?>; -} - -.weeklyoutlinecontent { -} - -.weeklyoutlinecontenthighlight { -} - -.weeklyoutlinecontenthidden { -} - -.weeklydatetext { - font-size: medium; - font-weight: bold; - color: cellheading2?>; -} - -.topicsoutline { -} - -.topicsoutlineside { -} - -.topicsoutlinesidehighlight { -} - -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontent { -} - -.topicsoutlinecontenthighlight { -} - -.topicsoutlinecontenthidden { -} - -.siteinfo { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.siteinfocontent { -} - - -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - -.generalboxcontent { -} - -.feedbacktext { - color: cellheading2?>; -} - -a.dimmed:link { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:visited { - text-decoration: none; - color: hidden?>; -} - -a.dimmed:hover { - text-decoration: underline; - color: red; -} +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. +/// +/// 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. + +?> + + +body, td, th, li { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} + +th { + font-weight: bold; + background-color: cellheading?>; +} + +a:link { + text-decoration: none; + color: blue; +} + +a:visited { + text-decoration: none; + color: blue; +} + +a:hover { + text-decoration: underline; + color: red; +} + +form { + margin-bottom: 0; +} + + + + + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.navbar { + background-image: url(/gradient.jpg); +} + +.generaltable { +} + +.generaltableheader { + background-image: url(/gradient.jpg); +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + background-image: url(/gradient.jpg); +} + +.sideblockmain { +} + +.sideblocklinks { +} + +.sideblocklatestnews { +} + +.sideblockrecentactivity { +} + +.outlineheadingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostpicture { +} + +.forumpostside { +} + +.forumpostmessage { +} + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + +.weeklyoutlinecontent { +} + +.weeklyoutlinecontenthighlight { +} + +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinesidehidden { + background-color: hidden?>; +} + +.topicsoutlinecontent { +} + +.topicsoutlinecontenthighlight { +} + +.topicsoutlinecontenthidden { +} + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + +.feedbacktext { + color: cellheading2?>; +} + +a.dimmed:link { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:visited { + text-decoration: none; + color: hidden?>; +} + +a.dimmed:hover { + text-decoration: underline; + color: red; +} .dimmed_text { color: #AAAAAA; } - -.forumpostheader { -} - -.forumpostheaderpicture { -} - -.forumpostheadername { - font-size: small; -} - -.forumpostheaderreplies { - font-size: small; -} - -.forumpostheaderdate { - font-size: small; -} - -.logininfo { - font-size: x-small; -} - -.homelink { - font-size: x-small; -} - -.teacheronly { - color: #990000; -} +.forumpostheader { +} + +.forumpostheaderpicture { +} + +.forumpostheadername { + font-size: small; +} + +.forumpostheaderreplies { + font-size: small; +} + +.forumpostheaderdate { + font-size: small; +} + +.logininfo { + font-size: x-small; +} + +.homelink { + font-size: x-small; +} + +.teacheronly { + color: #990000; +} -- 2.39.5