From: moodler Date: Fri, 13 Dec 2002 03:12:11 +0000 (+0000) Subject: New themes under construction X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=02d35f5503668e88a7801e3841ddf584ffbb2e73;p=moodle.git New themes under construction --- diff --git a/theme/cordoroyblue/config.php b/theme/cordoroyblue/config.php new file mode 100644 index 0000000000..00f9fc314e --- /dev/null +++ b/theme/cordoroyblue/config.php @@ -0,0 +1,11 @@ +body = "#C5EFFF"; // Main page color +$THEME->cellheading = "#9ADAF4"; // Standard headings of big tables +$THEME->cellheading2 = "#73C1E1"; // Highlight headings of tables +$THEME->cellcontent = "#FFFFFF"; // For areas with text +$THEME->cellcontent2 = "#B3EAFF"; // Alternate colour +$THEME->borders = "#555555"; // Table borders +$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search) + +?> diff --git a/theme/cordoroyblue/favicon.ico b/theme/cordoroyblue/favicon.ico new file mode 100644 index 0000000000..6a2725d6ae Binary files /dev/null and b/theme/cordoroyblue/favicon.ico differ diff --git a/theme/cordoroyblue/footer.html b/theme/cordoroyblue/footer.html new file mode 100644 index 0000000000..e016358ef3 --- /dev/null +++ b/theme/cordoroyblue/footer.html @@ -0,0 +1,10 @@ + +
+
+ +

+

+
+ + + diff --git a/theme/cordoroyblue/gradient.jpg b/theme/cordoroyblue/gradient.jpg new file mode 100755 index 0000000000..c7abdc2214 Binary files /dev/null and b/theme/cordoroyblue/gradient.jpg differ diff --git a/theme/cordoroyblue/header.html b/theme/cordoroyblue/header.html new file mode 100644 index 0000000000..004feaa73a --- /dev/null +++ b/theme/cordoroyblue/header.html @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php new file mode 100644 index 0000000000..5e6094e012 --- /dev/null +++ b/theme/cordoroyblue/styles.php @@ -0,0 +1,187 @@ +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. +/// +/// Note that colours are all defined in config.php +/// in this directory + +?> + + +a:link {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + text-decoration: none; + color: blue;} +a:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + text-decoration: none; + color: blue;} +a:hover {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + text-decoration: underline; + color: red;} + +body { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + background-image: url(/texture1.jpg); + } + +p {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +h1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +h2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +h4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +th {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + font-weight: bold; + background-color: cellheading?>;} + +td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +form { margin-bottom: 0; } + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/texture3.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.navbar { + 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(/texture3.jpg); +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + 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); +} + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { + background-image: url(/texture2.jpg); +} + +.outlineheadingblock { + background-image: url(/texture3.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.weeklyoutline { +} + +.weeklyoutlineside { + background-image: url(/texture2.jpg); +} + +.weeklyoutlinesidehighlight { + background-image: url(/texture3.jpg); +} + +.weeklyoutlinecontent { +} + +.topicsoutline { +} + +.topicsoutlineside { + background-image: url(/texture2.jpg); +} + +.topicsoutlinesidehighlight { + background-image: url(/texture3.jpg); +} + +.topicsoutlinecontent { +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostheader { + background-image: url(/texture2.jpg); +} + +.forumpostheadertopic { + background-image: url(/texture3.jpg); +} + +.forumpostpicture { + background-image: url(/texture2.jpg); +} + +.forumpostside { + background-image: url(/texture2.jpg); +} + +.forumpostmessage { +} diff --git a/theme/cordoroyblue/texture1.jpg b/theme/cordoroyblue/texture1.jpg new file mode 100755 index 0000000000..c0efee0f03 Binary files /dev/null and b/theme/cordoroyblue/texture1.jpg differ diff --git a/theme/cordoroyblue/texture2.jpg b/theme/cordoroyblue/texture2.jpg new file mode 100755 index 0000000000..b2f64859a2 Binary files /dev/null and b/theme/cordoroyblue/texture2.jpg differ diff --git a/theme/cordoroyblue/texture3.jpg b/theme/cordoroyblue/texture3.jpg new file mode 100755 index 0000000000..01130bca29 Binary files /dev/null and b/theme/cordoroyblue/texture3.jpg differ diff --git a/theme/oceanblue/README b/theme/oceanblue/README new file mode 100644 index 0000000000..813dd71299 --- /dev/null +++ b/theme/oceanblue/README @@ -0,0 +1,8 @@ +Theme Ocean Blue +------------------------ +Author: Mitsuhiro Yoshida(mits@mitstek.com) +http://www.mitstek.com/ + +To add your original jpeg Logo, +1. Rename header.html_logo as header.html +2. Save your original Logo as logo.jpg diff --git a/theme/oceanblue/config.php b/theme/oceanblue/config.php new file mode 100644 index 0000000000..3d4a6dd51b --- /dev/null +++ b/theme/oceanblue/config.php @@ -0,0 +1,11 @@ +body = "#7777FF"; // Main page color +$THEME->cellheading = "#CCCCFF"; // Standard headings of big tables +$THEME->cellheading2 = "#8080c0"; // Highlight headings of tables +$THEME->cellcontent = "#F0F0FF"; // For areas with text +$THEME->cellcontent2 = "#CCCCFF"; // Alternate colour +$THEME->borders = "#7777FF; // Table borders +$THEME->highlight = "#0000FF"; // Highlighted text (eg after a search) + +?> diff --git a/theme/oceanblue/favicon.ico b/theme/oceanblue/favicon.ico new file mode 100644 index 0000000000..ac57f1e440 Binary files /dev/null and b/theme/oceanblue/favicon.ico differ diff --git a/theme/oceanblue/footer.html b/theme/oceanblue/footer.html new file mode 100644 index 0000000000..c2178515a4 --- /dev/null +++ b/theme/oceanblue/footer.html @@ -0,0 +1,10 @@ + +
+
+ +

+

+
+ + + diff --git a/theme/oceanblue/gradient.jpg b/theme/oceanblue/gradient.jpg new file mode 100644 index 0000000000..b220e5117f Binary files /dev/null and b/theme/oceanblue/gradient.jpg differ diff --git a/theme/oceanblue/header.html b/theme/oceanblue/header.html new file mode 100644 index 0000000000..252d81d06e --- /dev/null +++ b/theme/oceanblue/header.html @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/oceanblue/header.html_logo b/theme/oceanblue/header.html_logo new file mode 100644 index 0000000000..731dfef70d --- /dev/null +++ b/theme/oceanblue/header.html_logo @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
Moodle
+ + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/oceanblue/logo.jpg b/theme/oceanblue/logo.jpg new file mode 100644 index 0000000000..5757edad54 Binary files /dev/null and b/theme/oceanblue/logo.jpg differ diff --git a/theme/oceanblue/logo_base.jpg b/theme/oceanblue/logo_base.jpg new file mode 100644 index 0000000000..fcc3390f30 Binary files /dev/null and b/theme/oceanblue/logo_base.jpg differ diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php new file mode 100644 index 0000000000..ada6391180 --- /dev/null +++ b/theme/oceanblue/styles.php @@ -0,0 +1 @@ +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. /// /// Note that colours are all defined in config.php /// in this directory ?> a:link {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: 0000CC;} a:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: 0000CC;} a:hover {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: 00F0FF;} body {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} p {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} h1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} h2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} h4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} th {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: cellheading?>;} td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} 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); } .generalbox { border-width: 1px; border-color: borders?>; border-style: solid; } .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; } .weeklyoutline { } .topicsoutline { } .forumpost { border-width: 1px; border-color: borders?>; border-style: solid; } .forumpostheader { } .forumpostheadertopic { } .forumpostpicture { } .forumpostside { } .forumpostmessage { } \ No newline at end of file