]> git.mjollnir.org Git - moodle.git/commitdiff
Changed softly :-)
authormits <mits>
Fri, 13 Dec 2002 08:03:35 +0000 (08:03 +0000)
committermits <mits>
Fri, 13 Dec 2002 08:03:35 +0000 (08:03 +0000)
theme/oceanblue/config.php
theme/oceanblue/logo.jpg
theme/oceanblue/logo_base.jpg
theme/oceanblue/styles.php

index 3d4a6dd51ba40a37243f0686574b9ca5715ec081..72206354048e67f7e3c90237f413505f7a3da739 100644 (file)
@@ -1,11 +1,11 @@
-<?PHP // $Id$\r
-\r
-$THEME->body         = "#7777FF";  // Main page color\r
-$THEME->cellheading  = "#CCCCFF";  // Standard headings of big tables\r
-$THEME->cellheading2 = "#8080c0";  // Highlight headings of tables\r
-$THEME->cellcontent  = "#F0F0FF";  // For areas with text\r
-$THEME->cellcontent2 = "#CCCCFF";  // Alternate colour\r
-$THEME->borders      = "#7777FF;   // Table borders\r
-$THEME->highlight    = "#0000FF";  // Highlighted text (eg after a search)\r
-\r
-?>\r
+<?PHP // $Id$
+
+$THEME->body         = "#AAAAFF";  // 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      = "#AAAAFF;   // Table borders
+$THEME->highlight    = "#0000FF";  // Highlighted text (eg after a search)
+
+?>
index 5757edad54473d6266ec87bf8bf66e9eac0f83fa..bdf2ce8e6cb53a7d0da3af0d0f79cf0ae008fca6 100644 (file)
Binary files a/theme/oceanblue/logo.jpg and b/theme/oceanblue/logo.jpg differ
index fcc3390f309dc57df75337c80d47f6526d69d69f..ac94f69865a20dc1c810add29d4d209d9178436b 100644 (file)
Binary files a/theme/oceanblue/logo_base.jpg and b/theme/oceanblue/logo_base.jpg differ
index ada63911804283e88c9515919ff3ec370e846b55..875815f59485ed1a474081e72d4ca1c4ed2360c5 100644 (file)
@@ -1 +1 @@
-<?PHP // $Id$\r\r\r\r/// We use PHP so we can do value substitutions into the styles\r\r\r\r    require_once("../../config.php"); \r\r\r\r    if (isset($themename)) {\r\r        $CFG->theme = $themename;\r\r    }\r\r\r\r    $themeurl = "$CFG->wwwroot/theme/$CFG->theme";\r\r\r\r/// From here on it's nearly a normal stylesheet.\r\r/// First are some CSS definitions for normal tags, \r\r/// then custom tags follow.\r\r///\r\r/// Note that colours are all defined in config.php\r\r/// in this directory\r\r\r\r?>\r\r\r\r\r\ra:link    {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r\r           text-decoration: none; \r\r           color: 0000CC;}\r\ra:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r\r           text-decoration: none; \r\r           color: 0000CC;}\r\ra:hover   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r\r           text-decoration: none; \r\r           color: 00F0FF;}\r\r\r\rbody {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rp    {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rh1   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rh2   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rh3   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rh4   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rth   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r\r      font-weight: bold; \r\r      background-color: <?PHP echo $THEME->cellheading?>;}\r\r\r\rtd   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rli   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rform { margin-bottom: 0; }\r\r\r\r.highlight {\r\r    background-color: <?PHP echo $THEME->highlight?>;\r\r}\r\r\r\r.headingblock {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.navbar {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r}\r\r\r\r.generalbox {\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.generaltable {\r\r}\r\r\r\r.generaltableheader {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r}\r\r\r\r.generaltablecell {\r\r}\r\r\r\r.sideblock {\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.sideblockheading {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r}\r\r\r\r.sideblockmain {\r\r}\r\r\r\r.sideblocklinks {\r\r}\r\r\r\r.sideblocklatestnews {\r\r}\r\r\r\r.sideblockrecentactivity {\r\r}\r\r\r\r.outlineheadingblock {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.weeklyoutline {\r\r}\r\r\r\r.topicsoutline {\r\r}\r\r\r\r.forumpost {\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.forumpostheader {\r\r}\r\r\r\r.forumpostheadertopic {\r\r}\r\r\r\r.forumpostpicture {\r\r}\r\r\r\r.forumpostside {\r\r}\r\r\r\r.forumpostmessage {\r\r}\r\r
\ No newline at end of file
+<?PHP // $Id$\r\r\r\r/// We use PHP so we can do value substitutions into the styles\r\r\r\r    require_once("../../config.php"); \r\r\r\r    if (isset($themename)) {\r\r        $CFG->theme = $themename;\r\r    }\r\r\r\r    $themeurl = "$CFG->wwwroot/theme/$CFG->theme";\r\r\r\r/// From here on it's nearly a normal stylesheet.\r\r/// First are some CSS definitions for normal tags, \r\r/// then custom tags follow.\r\r///\r\r/// Note that colours are all defined in config.php\r\r/// in this directory\r\r\r\r?>\r\r\r\r\r\ra:link    {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r\r           text-decoration: none; \r\r           color: 0000CC;}\r\ra:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r\r           text-decoration: none; \r\r           color: 0000CC;}\r\ra:hover   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r\r           text-decoration: none; \r\r           color: FF0000;}\r\r\r\rbody {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rp    {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rh1   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rh2   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rh3   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rh4   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rth   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r\r      font-weight: bold; \r\r      background-color: <?PHP echo $THEME->cellheading?>;}\r\r\r\rtd   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rli   {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r\r\r\rform { margin-bottom: 0; }\r\r\r\r.highlight {\r\r    background-color: <?PHP echo $THEME->highlight?>;\r\r}\r\r\r\r.headingblock {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.navbar {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r}\r\r\r\r.generalbox {\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.generaltable {\r\r}\r\r\r\r.generaltableheader {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r}\r\r\r\r.generaltablecell {\r\r}\r\r\r\r.sideblock {\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.sideblockheading {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r}\r\r\r\r.sideblockmain {\r\r}\r\r\r\r.sideblocklinks {\r\r}\r\r\r\r.sideblocklatestnews {\r\r}\r\r\r\r.sideblockrecentactivity {\r\r}\r\r\r\r.outlineheadingblock {\r\r    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.weeklyoutline {\r\r}\r\r\r\r.topicsoutline {\r\r}\r\r\r\r.forumpost {\r\r    border-width: 1px;\r\r    border-color: <?PHP echo $THEME->borders?>;\r\r    border-style: solid;\r\r}\r\r\r\r.forumpostheader {\r\r}\r\r\r\r.forumpostheadertopic {\r\r}\r\r\r\r.forumpostpicture {\r\r}\r\r\r\r.forumpostside {\r\r}\r\r\r\r.forumpostmessage {\r\r}\r\r
\ No newline at end of file