diff --git a/theme/standardwhite/config.php b/theme/standardwhite/config.php new file mode 100644 index 00000000000..e5463ebb803 --- /dev/null +++ b/theme/standardwhite/config.php @@ -0,0 +1,11 @@ +body = "#FFFFFF"; // Main page color +$THEME->cellheading = "#E8E8E8"; // Standard headings of big tables +$THEME->cellheading2 = "#AAAAAA"; // Highlight headings of tables +$THEME->cellcontent = "#FFFFFF"; // For areas with text +$THEME->cellcontent2 = "#EFEFEF"; // Alternate colour +$THEME->borders = "#555555"; // Table borders +$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search) + +?> diff --git a/theme/standardwhite/favicon.ico b/theme/standardwhite/favicon.ico new file mode 100644 index 00000000000..517c8407f9e Binary files /dev/null and b/theme/standardwhite/favicon.ico differ diff --git a/theme/standardwhite/footer.html b/theme/standardwhite/footer.html new file mode 100644 index 00000000000..e016358ef3f --- /dev/null +++ b/theme/standardwhite/footer.html @@ -0,0 +1,10 @@ + +
+
+ +

+

+
+ + + diff --git a/theme/standardwhite/gradient.jpg b/theme/standardwhite/gradient.jpg new file mode 100755 index 00000000000..61d792c7703 Binary files /dev/null and b/theme/standardwhite/gradient.jpg differ diff --git a/theme/standardwhite/header.html b/theme/standardwhite/header.html new file mode 100644 index 00000000000..5b462f439ac --- /dev/null +++ b/theme/standardwhite/header.html @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php new file mode 100644 index 00000000000..2500203a2f1 --- /dev/null +++ b/theme/standardwhite/styles.php @@ -0,0 +1,189 @@ +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; +} + +.forumpostheader { +} + +.forumpostheadertopic { +} + +.forumpostpicture { +} + +.forumpostside { +} + +.forumpostmessage { +} + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinecontent { +} + +.weeklyoutlinecontenthighlight { +} + + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinecontent { +} + +.topicsoutlinecontenthighlight { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} +