From: moodler Date: Fri, 13 Dec 2002 03:29:45 +0000 (+0000) Subject: New style classes added to standard themes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9984fe99e450656d0123efe6019f1578c57f0ab0;p=moodle.git New style classes added to standard themes --- diff --git a/theme/standard/styles.php b/theme/standard/styles.php index 9175fa79f8..784700ba3e 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -12,10 +12,18 @@ /// 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. /// -/// Note that colours are all defined in config.php -/// in this directory +/// 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. ?> @@ -67,12 +75,6 @@ form { margin-bottom: 0; } background-image: url(/gradient.jpg); } -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - .generaltable { } @@ -112,12 +114,6 @@ form { margin-bottom: 0; } border-style: solid; } -.weeklyoutline { -} - -.topicsoutline { -} - .forumpost { border-width: 1px; border-color: borders?>; @@ -138,3 +134,50 @@ form { margin-bottom: 0; } .forumpostmessage { } + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinecontent { +} + + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinecontent { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index 9175fa79f8..784700ba3e 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -12,10 +12,18 @@ /// 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. /// -/// Note that colours are all defined in config.php -/// in this directory +/// 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. ?> @@ -67,12 +75,6 @@ form { margin-bottom: 0; } background-image: url(/gradient.jpg); } -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - .generaltable { } @@ -112,12 +114,6 @@ form { margin-bottom: 0; } border-style: solid; } -.weeklyoutline { -} - -.topicsoutline { -} - .forumpost { border-width: 1px; border-color: borders?>; @@ -138,3 +134,50 @@ form { margin-bottom: 0; } .forumpostmessage { } + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinecontent { +} + + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinecontent { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index 9175fa79f8..784700ba3e 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -12,10 +12,18 @@ /// 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. /// -/// Note that colours are all defined in config.php -/// in this directory +/// 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. ?> @@ -67,12 +75,6 @@ form { margin-bottom: 0; } background-image: url(/gradient.jpg); } -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - .generaltable { } @@ -112,12 +114,6 @@ form { margin-bottom: 0; } border-style: solid; } -.weeklyoutline { -} - -.topicsoutline { -} - .forumpost { border-width: 1px; border-color: borders?>; @@ -138,3 +134,50 @@ form { margin-bottom: 0; } .forumpostmessage { } + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinecontent { +} + + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinecontent { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index 9175fa79f8..784700ba3e 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -12,10 +12,18 @@ /// 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. /// -/// Note that colours are all defined in config.php -/// in this directory +/// 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. ?> @@ -67,12 +75,6 @@ form { margin-bottom: 0; } background-image: url(/gradient.jpg); } -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - .generaltable { } @@ -112,12 +114,6 @@ form { margin-bottom: 0; } border-style: solid; } -.weeklyoutline { -} - -.topicsoutline { -} - .forumpost { border-width: 1px; border-color: borders?>; @@ -138,3 +134,50 @@ form { margin-bottom: 0; } .forumpostmessage { } + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinecontent { +} + + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinecontent { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index 9175fa79f8..784700ba3e 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -12,10 +12,18 @@ /// 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. /// -/// Note that colours are all defined in config.php -/// in this directory +/// 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. ?> @@ -67,12 +75,6 @@ form { margin-bottom: 0; } background-image: url(/gradient.jpg); } -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - .generaltable { } @@ -112,12 +114,6 @@ form { margin-bottom: 0; } border-style: solid; } -.weeklyoutline { -} - -.topicsoutline { -} - .forumpost { border-width: 1px; border-color: borders?>; @@ -138,3 +134,50 @@ form { margin-bottom: 0; } .forumpostmessage { } + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinecontent { +} + + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinecontent { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} +