From: moodler Date: Mon, 6 Jan 2003 07:39:19 +0000 (+0000) Subject: Garden theme by spiggy: http://phpgirl.com X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c4028ac12b9c70b80594d3a19eaf55d6a6c29f83;p=moodle.git Garden theme by spiggy: http://phpgirl.com --- diff --git a/theme/garden/README.txt b/theme/garden/README.txt new file mode 100644 index 0000000000..4c1fb32245 --- /dev/null +++ b/theme/garden/README.txt @@ -0,0 +1 @@ +Garden theme by spiggy: http://phpgirl.com diff --git a/theme/garden/config.php b/theme/garden/config.php new file mode 100755 index 0000000000..5a669e8558 --- /dev/null +++ b/theme/garden/config.php @@ -0,0 +1,11 @@ +body = "#99cc66"; // Main page color +$THEME->cellheading = "#99cc66"; // Standard headings of big tables +$THEME->cellheading2 = "#669966"; // Highlight headings of tables +$THEME->cellcontent = "#eeeedd"; // For areas with text +$THEME->cellcontent2 = ""; // Alternate colour +$THEME->borders = "#669966"; // Table borders +$THEME->highlight = "#ffff99"; // Highlighted text (eg after a search) + +?> diff --git a/theme/garden/favicon.ico b/theme/garden/favicon.ico new file mode 100755 index 0000000000..517c8407f9 Binary files /dev/null and b/theme/garden/favicon.ico differ diff --git a/theme/garden/footer.html b/theme/garden/footer.html new file mode 100755 index 0000000000..ccc60bb129 --- /dev/null +++ b/theme/garden/footer.html @@ -0,0 +1,10 @@ + +
+
+ +

+

+
+ + + diff --git a/theme/garden/gradient.jpg b/theme/garden/gradient.jpg new file mode 100755 index 0000000000..edba3f5fa4 Binary files /dev/null and b/theme/garden/gradient.jpg differ diff --git a/theme/garden/gradient1.jpg b/theme/garden/gradient1.jpg new file mode 100644 index 0000000000..461594c314 Binary files /dev/null and b/theme/garden/gradient1.jpg differ diff --git a/theme/garden/header.html b/theme/garden/header.html new file mode 100755 index 0000000000..697809cf7e --- /dev/null +++ b/theme/garden/header.html @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
+ + + + + + + + + +




+ + + + + + + + + + + +
+ +
+
+ + + +
+ + + + diff --git a/theme/garden/leftside.jpg b/theme/garden/leftside.jpg new file mode 100644 index 0000000000..9a9e017d3c Binary files /dev/null and b/theme/garden/leftside.jpg differ diff --git a/theme/garden/styles.php b/theme/garden/styles.php new file mode 100755 index 0000000000..c1fb78ca54 --- /dev/null +++ b/theme/garden/styles.php @@ -0,0 +1,206 @@ +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: Verdana, Arial, Helvetica, sans-serif; + font-size: 100%; +} + +th { + font-weight: bold; + background-color: cellheading?>; +} + +a:link { + text-decoration: none; + color: #000000; + font-weight: bold; +} + +a:visited { + text-decoration: none; + color: #000000; + font-weight: bold; +} + +a:hover { + text-decoration: underline; + color: purple; + font-weight: bold; +} + +form { + margin-bottom: 0; +} + + + + + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; + font-size: 100%; +} + +.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 { + background-image: url(/leftside.jpg); + background-repeat: repeat-y; +} + +.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 { + background-image: url(/gradient1.jpg); +} + +.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; + font-size: 100%; +} + +.generalboxcontent { + background-color: body?>; +} + + + + +.top { + background-image: url(/top.jpg); + background-repeat: repeat-x; +} diff --git a/theme/garden/top.jpg b/theme/garden/top.jpg new file mode 100644 index 0000000000..e30d6afec0 Binary files /dev/null and b/theme/garden/top.jpg differ