]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed empty lines
authorgustav_delius <gustav_delius>
Sat, 29 Apr 2006 19:52:44 +0000 (19:52 +0000)
committergustav_delius <gustav_delius>
Sat, 29 Apr 2006 19:52:44 +0000 (19:52 +0000)
theme/formal_white/README.html
theme/formal_white/config.php
theme/formal_white/docstyles.php
theme/formal_white/footer.html
theme/formal_white/fw_color.css
theme/formal_white/header.html

index 78ea2eaf966da1e81328fa4162759c24d5873dfd..46b4ec2a2a3374adf965cbe3a69fe9f9dcb18b33 100644 (file)
@@ -1,19 +1,19 @@
-<h3>Formal_White Theme</h3>\r
-<hr />\r
-\r
-<p>This theme has the colour gamma into the pale grey/brown area. Those colours\r
-  renders in a very similar way in both RGB and LCD monitors. Custom logo can\r
-  be easely substituded (see instruction below). Fonts used are &quot;Arial, Helvetica&quot;\r
-  for text and menu items and &quot;Verdana,Geneva&quot; for headers, both  fonts are \r
-  fine for screen reading.</p>\r
-<p>To update logos with your own: </p>\r
-<ul>\r
-  <li>create two file with two different sized logos: </li>\r
-  <li>logo.jpg, height100 pixel </li>\r
-  <li>logo_small.jpg, height 50 pixel</li>\r
-  <li>via FTP upload the jpg files into /moodle/theme/formal_withe folder,\r
-        overwriting the existing jpg.</li>\r
-</ul>\r
-<p>The  bigger logo will be used for the home page only, while the smaller will\r
-  be used for all\r
-the other pages. </p>\r
+<h3>Formal_White Theme</h3>
+<hr />
+
+<p>This theme has the colour gamma into the pale grey/brown area. Those colours
+  renders in a very similar way in both RGB and LCD monitors. Custom logo can
+  be easely substituded (see instruction below). Fonts used are &quot;Arial, Helvetica&quot;
+  for text and menu items and &quot;Verdana,Geneva&quot; for headers, both  fonts are 
+  fine for screen reading.</p>
+<p>To update logos with your own: </p>
+<ul>
+  <li>create two file with two different sized logos: </li>
+  <li>logo.jpg, height100 pixel </li>
+  <li>logo_small.jpg, height 50 pixel</li>
+  <li>via FTP upload the jpg files into /moodle/theme/formal_withe folder,
+        overwriting the existing jpg.</li>
+</ul>
+<p>The  bigger logo will be used for the home page only, while the smaller will
+  be used for all
+the other pages. </p>
index d7cdab08e5c2803ae55311412d5a1d7c757b4fbb..5360e9a4a73b1f15a084dc08faab4fc1fc00ee17 100644 (file)
-<?PHP // $Id$\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-/// This file contains a few configuration variables that control \r
-/// how Moodle uses this theme.\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-$THEME->sheets = array('fw_layout','fw_color','fw_fonts');\r
-///$THEME->sheets = false;\r
-\r
-/// This variable is an array containing the names of all the \r
-/// stylesheet files you want included in this theme, and in what order\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-$THEME->standardsheets = array('styles_layout');\r
-///$THEME->standardsheets = true;\r
-\r
-/// This variable can be set to an array containing\r
-/// filenames from the *STANDARD* theme.  If the \r
-/// array exists, it will be used to choose the \r
-/// files to include in the standard style sheet.\r
-/// When false, then no files are used.\r
-/// When true or NON-EXISTENT, then ALL standard files are used.\r
-/// This parameter can be used, for example, to prevent \r
-/// having to override too many classes.\r
-/// Note that the trailing .css should not be included\r
-/// eg $THEME->standardsheets = array('styles_layout','styles_fonts','styles_color');\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-$THEME->parent = '';  \r
-\r
-/// This variable can be set to the name of a parent theme\r
-/// which you want to have included before the current theme.\r
-/// This can make it easy to make modifications to another \r
-/// theme without having to actually change the files\r
-/// If this variable is empty or false then a parent theme \r
-/// is not used.\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-\r
-$THEME->parentsheets = false;  \r
-\r
-/// This variable can be set to an array containing\r
-/// filenames from a chosen *PARENT* theme.  If the \r
-/// array exists, it will be used to choose the \r
-/// files to include in the standard style sheet.\r
-/// When false, then no files are used.\r
-/// When true or NON-EXISTENT, then ALL standard files are used.\r
-/// This parameter can be used, for example, to prevent \r
-/// having to override too many classes.\r
-/// Note that the trailing .css should not be included\r
-/// eg $THEME->parentsheets = array('styles_layout','styles_fonts','styles_color');\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-\r
-$THEME->modsheets = true;  \r
-\r
-/// When this is enabled, then this theme will search for \r
-/// files named "styles.php" inside all Activity modules and \r
-/// include them.   This allows modules to provide some basic \r
-/// layouts so they work out of the box.\r
-/// It is HIGHLY recommended to leave this enabled.\r
-\r
-\r
-$THEME->blocksheets = true;  \r
-\r
-/// When this is enabled, then this theme will search for \r
-/// files named "styles.php" inside all Block modules and \r
-/// include them.   This allows Blocks to provide some basic \r
-/// layouts so they work out of the box.\r
-/// It is HIGHLY recommended to leave this enabled.\r
-\r
-\r
-$THEME->langsheets = false;  \r
-\r
-/// By setting this to true, then this theme will search for \r
-/// a file named "styles.php" inside the current language\r
-/// directory.  This allows different languages to provide \r
-/// different styles.\r
-\r
-\r
-$THEME->resource_mp3player_colors = \r
- 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.\r
- 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.\r
- 'font=Arial&fontColour=3333FF&buffer=10&waitForPlay=no&autoPlay=yes';\r
-\r
-/// With this you can control the colours of the "big" MP3 player \r
-/// that is used for MP3 resources.\r
-\r
-\r
-$THEME->filter_mediaplugin_colors = \r
- 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.\r
- 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.\r
- 'waitForPlay=yes';\r
-\r
-/// ...And this controls the small embedded player\r
-\r
-\r
-$THEME->custompix = false;\r
-\r
-/// If true, then this theme must have a "pix" \r
-/// subdirectory that contains copies of all \r
-/// files from the moodle/pix directory, plus a\r
-/// "pix/mod" directory containing all the icons \r
-/// for all the activity modules.\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-\r
-\r
-// These colours are not used anymore, so I've set them to \r
-// bright green to help identify where they should be removed\r
-// These lines will be deleted soon\r
-\r
-$THEME->body         = "#22FF22";  // Main page color\r
-$THEME->cellheading  = "#22FF22";  // Standard headings of big tables\r
-$THEME->cellheading2 = "#22FF22";  // Highlight headings of tables\r
-$THEME->cellcontent  = "#22FF22";  // For areas with text\r
-$THEME->cellcontent2 = "#22FF22";  // Alternate colour\r
-$THEME->borders      = "#22FF22";  // Table borders\r
-$THEME->highlight    = "#22FF22";  // Highlighted text (eg after a search)\r
-$THEME->hidden       = "#22FF22";  // To color things that are hidden\r
-$THEME->autolink     = "#22FF22";  // To color auto-generated links (eg glossary)\r
-\r
-?>\r
+<?PHP // $Id$
+
+////////////////////////////////////////////////////////////////////////////////
+/// This file contains a few configuration variables that control 
+/// how Moodle uses this theme.
+////////////////////////////////////////////////////////////////////////////////
+
+$THEME->sheets = array('fw_layout','fw_color','fw_fonts');
+///$THEME->sheets = false;
+
+/// This variable is an array containing the names of all the 
+/// stylesheet files you want included in this theme, and in what order
+////////////////////////////////////////////////////////////////////////////////
+
+$THEME->standardsheets = array('styles_layout');
+///$THEME->standardsheets = true;
+
+/// This variable can be set to an array containing
+/// filenames from the *STANDARD* theme.  If the 
+/// array exists, it will be used to choose the 
+/// files to include in the standard style sheet.
+/// When false, then no files are used.
+/// When true or NON-EXISTENT, then ALL standard files are used.
+/// This parameter can be used, for example, to prevent 
+/// having to override too many classes.
+/// Note that the trailing .css should not be included
+/// eg $THEME->standardsheets = array('styles_layout','styles_fonts','styles_color');
+////////////////////////////////////////////////////////////////////////////////
+
+$THEME->parent = '';  
+
+/// This variable can be set to the name of a parent theme
+/// which you want to have included before the current theme.
+/// This can make it easy to make modifications to another 
+/// theme without having to actually change the files
+/// If this variable is empty or false then a parent theme 
+/// is not used.
+////////////////////////////////////////////////////////////////////////////////
+
+
+$THEME->parentsheets = false;  
+
+/// This variable can be set to an array containing
+/// filenames from a chosen *PARENT* theme.  If the 
+/// array exists, it will be used to choose the 
+/// files to include in the standard style sheet.
+/// When false, then no files are used.
+/// When true or NON-EXISTENT, then ALL standard files are used.
+/// This parameter can be used, for example, to prevent 
+/// having to override too many classes.
+/// Note that the trailing .css should not be included
+/// eg $THEME->parentsheets = array('styles_layout','styles_fonts','styles_color');
+////////////////////////////////////////////////////////////////////////////////
+
+
+$THEME->modsheets = true;  
+
+/// When this is enabled, then this theme will search for 
+/// files named "styles.php" inside all Activity modules and 
+/// include them.   This allows modules to provide some basic 
+/// layouts so they work out of the box.
+/// It is HIGHLY recommended to leave this enabled.
+
+
+$THEME->blocksheets = true;  
+
+/// When this is enabled, then this theme will search for 
+/// files named "styles.php" inside all Block modules and 
+/// include them.   This allows Blocks to provide some basic 
+/// layouts so they work out of the box.
+/// It is HIGHLY recommended to leave this enabled.
+
+
+$THEME->langsheets = false;  
+
+/// By setting this to true, then this theme will search for 
+/// a file named "styles.php" inside the current language
+/// directory.  This allows different languages to provide 
+/// different styles.
+
+
+$THEME->resource_mp3player_colors = 
+ 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
+ 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
+ 'font=Arial&fontColour=3333FF&buffer=10&waitForPlay=no&autoPlay=yes';
+
+/// With this you can control the colours of the "big" MP3 player 
+/// that is used for MP3 resources.
+
+
+$THEME->filter_mediaplugin_colors = 
+ 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
+ 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
+ 'waitForPlay=yes';
+
+/// ...And this controls the small embedded player
+
+
+$THEME->custompix = false;
+
+/// If true, then this theme must have a "pix" 
+/// subdirectory that contains copies of all 
+/// files from the moodle/pix directory, plus a
+/// "pix/mod" directory containing all the icons 
+/// for all the activity modules.
+////////////////////////////////////////////////////////////////////////////////
+
+
+
+// These colours are not used anymore, so I've set them to 
+// bright green to help identify where they should be removed
+// These lines will be deleted soon
+
+$THEME->body         = "#22FF22";  // Main page color
+$THEME->cellheading  = "#22FF22";  // Standard headings of big tables
+$THEME->cellheading2 = "#22FF22";  // Highlight headings of tables
+$THEME->cellcontent  = "#22FF22";  // For areas with text
+$THEME->cellcontent2 = "#22FF22";  // Alternate colour
+$THEME->borders      = "#22FF22";  // Table borders
+$THEME->highlight    = "#22FF22";  // Highlighted text (eg after a search)
+$THEME->hidden       = "#22FF22";  // To color things that are hidden
+$THEME->autolink     = "#22FF22";  // To color auto-generated links (eg glossary)
+
+?>
index 4ef8a8027c61df8236a9d0c93c6dc9f1cca819ae..a0fc8abeef1bd2cb7d0e495ee73822cfc3f9e5d7 100644 (file)
@@ -1,17 +1,17 @@
-<?PHP /*  $Id$ */\r
-\r
-/// We use PHP so we can do value substitutions into the styles\r
-\r
-    if (!isset($themename)) {\r
-        $themename = NULL;\r
-    }\r
-\r
-    $nomoodlecookie = true;\r
-    require_once("../../config.php");\r
-    $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);\r
-\r
-///\r
-/// You can hardcode colours in this file if you\r
-/// don't care about this.\r
-\r
-?>\r
+<?PHP /*  $Id$ */
+
+/// We use PHP so we can do value substitutions into the styles
+
+    if (!isset($themename)) {
+        $themename = NULL;
+    }
+
+    $nomoodlecookie = true;
+    require_once("../../config.php");
+    $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
+
+///
+/// You can hardcode colours in this file if you
+/// don't care about this.
+
+?>
index ba914c3be99564ef0f8519cd9d2b23db130b8cf0..c8d715c64ad4f01ff1ee9bc769ba1b4aca7f774e 100644 (file)
@@ -1,31 +1,31 @@
-\r
-</div> <!-- end div containerContent -->\r
-<!-- START OF FOOTER -->\r
-<div id="footer">\r
-\r
-<?php\r
-    echo '<p class="helplink">';\r
-    echo page_doc_link(get_string('moodledocslink'));\r
-    echo '</p>';\r
-?>\r
-\r
-<?php if ($navigation) { ?>\r
-    <div class="navbar">\r
-        <div class="breadcrumb"><?php print_navigation($navigation); ?></div>\r
-        <div class="menu"><?php echo $menu; ?></div>\r
-    </div>\r
-    <div class="clearer">&nbsp;</div>\r
-<?php } ?>\r
-\r
-<hr size="1" noshade="noshade" />\r
-<div align="center">\r
-<?php echo $loggedinas ?>\r
-<?php echo $homelink ?>\r
-<?php echo $performanceinfo ?>\r
-</div>\r
-\r
-\r
-</div>\r
-</div>\r
-</body>\r
-</html>\r
+
+</div> <!-- end div containerContent -->
+<!-- START OF FOOTER -->
+<div id="footer">
+
+<?php
+    echo '<p class="helplink">';
+    echo page_doc_link(get_string('moodledocslink'));
+    echo '</p>';
+?>
+
+<?php if ($navigation) { ?>
+    <div class="navbar">
+        <div class="breadcrumb"><?php print_navigation($navigation); ?></div>
+        <div class="menu"><?php echo $menu; ?></div>
+    </div>
+    <div class="clearer">&nbsp;</div>
+<?php } ?>
+
+<hr size="1" noshade="noshade" />
+<div align="center">
+<?php echo $loggedinas ?>
+<?php echo $homelink ?>
+<?php echo $performanceinfo ?>
+</div>
+
+
+</div>
+</div>
+</body>
+</html>
index 483e3cb516886ebdc0c412b2336fe19826379531..f0a0f9eb618fdbb64fdf92ea2339dd776dfb50f2 100644 (file)
-/* Core */\r
-\r
-body {\r
-  background-color: #F7F6F1;\r
-}\r
-\r
-a:link {\r
-    color: #0033CC;\r
-}\r
-\r
-a:visited {\r
-    color:#0033CC;\r
-}\r
-\r
-a:hover {\r
-    color: #990000;\r
-}\r
-\r
-a.dimmed:link,\r
-a.dimmed:visited {\r
-  color:#AAAAAA;\r
-}\r
-\r
-h1 {\r
-  background-color: #C6BDA8;\r
-  border-color: #333333;\r
-  color: #333333;\r
-}\r
-\r
-h2 {\r
-  background-color: #E3DFD4;\r
-  border-color:#C6BDA8;\r
-}\r
-h3 {\r
-  border-color:#C6BDA8;\r
-}\r
-h4 {\r
-  border-color:#C6BDA8;\r
-}\r
-\r
-\r
-th {\r
-    background-color:#E3DFD4;\r
-\r
-}\r
-\r
-th.header,\r
-td.header,\r
-div.header {\r
-  background-color: #E3DFD4;\r
-\r
-}\r
-\r
-#layout-table #left-column {\r
-    /* background-color: yellow; */\r
-}\r
-\r
-.generalbox {\r
-  border-color:#C6BDA8;\r
-  background-color:#FFFFFF;\r
-}\r
-\r
-.navbar {\r
-  background-color:#C6BDA8;\r
-  border-color:#666666;\r
-  /* height: 20px; */\r
-  background: url(pix/grad/bg_bread.jpg) repeat-x;\r
-}\r
-\r
-.sitetopiccontent {\r
-  border-color:#C6BDA8;\r
-  background-color:#FFFFFF;\r
-}\r
-\r
-.highlight {\r
-  background-color:#C6BDA8;\r
-}\r
-\r
-.highlight2 {\r
-  color:#C6BDA8; /* highlight missing terms in forum search */\r
-}\r
-\r
-\r
-\r
-/***\r
- *** Header\r
- ***/\r
-\r
-#header-home, #header {\r
-  background-color: #E3DFD4;\r
-  border-color:#C6BDA8;\r
-}\r
-\r
-/***\r
- *** Login\r
- ***/\r
-\r
-\r
-.loginbox .header {\r
-  border-color:#C6BDA8;\r
-}\r
-\r
-.loginbox .content {\r
-  border-color:#C6BDA8;\r
-}\r
-\r
-\r
-/***\r
- *** Blocks\r
- ***/\r
\r
-.sideblock .header {\r
-  border-color: #C6BDA8;\r
-}\r
-\r
-.sideblock {\r
-  border-color:#C6BDA8;\r
-}\r
-\r
-.sideblock .content {\r
-  border-color:#C6BDA8;\r
-  background-color:#FEF9F6;\r
-}\r
-\r
-.sideblock .footer {\r
-  border-top-color:#C6BDA8;\r
-}\r
-\r
-.sideblock .header .hide-show img.hide-show-image {\r
-  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;\r
-}\r
-\r
-.sideblock.hidden .header .hide-show img.hide-show-image {\r
-  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;\r
-}\r
-\r
-.sideblock .content .post .head .date,\r
-.sideblock .content .post .head .name {\r
-  color: #000000;\r
-  }\r
-\r
-/***\r
- *** Calendar\r
-***/\r
\r
-#calendar .maincalendar,\r
-#calendar .sidecalendar {\r
-  border-color: #C6BDA8;\r
-}\r
-\r
-#calendar .maincalendar table.calendarmonth th {\r
-  border-color: #C6BDA8;\r
-}\r
-\r
-\r
-table.calendarmonth tr td {\r
-   border-color:#C6BDA8;\r
-} \r
-\r
-table.minicalendar {\r
-  border-color:#C6BDA8;\r
-}\r
-\r
-table.minicalendar tr.weekdays th {\r
-  background-color:#FEF9F6;\r
-  border-color:#C6BDA8;\r
-  }\r
-\r
-table.minicalendar tr td.day {\r
-   border-color:#C6BDA8;\r
-  }\r
-  \r
-table.minicalendar tr td.weekend {\r
-  border-color:#C6BDA8;\r
-  color: red;\r
-  }\r
-  \r
-#calendar .today,\r
-.minicalendar .today {\r
-  border-color:#000000 !important;\r
-}\r
-  \r
-/* colors for calendar events */\r
-#calendar .event_global,\r
-.minicalendar .event_global,\r
-.block_calendar_month .event_global {\r
-  border-color:#2EBA0E !important;\r
-  background-color:#2EBA0E;\r
-}\r
-\r
-#calendar .event_course,\r
-.minicalendar .event_course,\r
-.block_calendar_month .event_course {\r
-  border-color:#FF9966 !important;\r
-  background-color:#FF9966;\r
-}\r
-\r
-#calendar .event_group,\r
-.minicalendar .event_group,\r
-.block_calendar_month .event_group {\r
-  border-color:#FBBB23 !important;\r
-  background-color:#FBBB23;\r
-}\r
-\r
-#calendar .event_user,\r
-.minicalendar .event_user,\r
-.block_calendar_month .event_user {\r
-  border-color:#A1BECB !important;\r
-  background-color:#A1BECB;\r
-}\r
-\r
-.cal_popup_fg {\r
-  background-color:#FEF9F6;\r
-}\r
-\r
-.cal_popup_bg {\r
-  border-color:#C6BDA8;\r
-  background-color:#FEF9F6;\r
-}\r
-\r
-\r
-/***\r
- *** Course\r
- ***/\r
-\r
-.headingblock {\r
-  border-color:#C6BDA8;\r
-}\r
-\r
-.categoryboxcontent,\r
-.courseboxcontent {\r
-  border-color:#C6BDA8;\r
-  background: #FFFFFF;\r
-}\r
-\r
-.categorybox .category,\r
-.categorybox .category {\r
-  border-color: #C6BDA8;\r
-}\r
-\r
-#course-view .section.main .content {\r
-  border-color: #C6BDA8;\r
-  background-color: #FFFFFF;\r
-}\r
-\r
-#course-view .section.main .side {\r
-  border-color: #C6BDA8;\r
-  background-color: #FFFFFF;\r
-}\r
-\r
-#course-view .current .right.side,\r
-#course-view .current .left.side {\r
-  background-color: #C6BDA8;\r
-}\r
-\r
-#course-view .section.hidden .content,\r
-#course-view .section.hidden .side {\r
-  border-color:#C6BDA8;\r
- }\r
-\r
-\r
-\r
-\r
-/***\r
- *** Tabs\r
- ***/\r
-\r
-.tabs .side {\r
-  border-color: #C6BDA8;\r
-}\r
-.tabrow td {\r
-  background:url(pix/tab/left.gif) top left no-repeat;\r
-}\r
-.tabrow td .tablink {\r
-  background:url(pix/tab/right.gif) top right no-repeat;\r
-}\r
-.tabrow td:hover {\r
-  background-image:url(pix/tab/left_hover.gif);\r
-}\r
-.tabrow td:hover .tablink {\r
-  background-image:url(pix/tab/right_hover.gif);\r
-}\r
-.tabrow .last span {\r
-  background:url(pix/tab/right_end.gif) top right no-repeat;\r
-}\r
-.tabrow .selected {\r
-  background:url(pix/tab/left_active.gif) top left no-repeat;\r
-}\r
-.tabrow .selected .tablink {\r
-  background:url(pix/tab/right_active.gif) top right no-repeat;\r
-}\r
-.tabrow td.selected:hover {\r
-  background-image:url(pix/tab/left_active_hover.gif);\r
-}\r
-.tabrow td.selected:hover .tablink {\r
-  background-image:url(pix/tab/right_active_hover.gif);\r
-}\r
-\r
-/***\r
- *** Modules: Forum\r
- ***/\r
-\r
-.forumheaderlist,\r
-.forumpost {\r
-  border-color:#C6BDA8;\r
-}\r
-\r
-.forumpost .content {\r
-  background: #FEF9F6;\r
-}\r
-\r
-.forumpost .left {\r
-  background:#FEF9F6; \r
-}\r
-\r
-.forumpost .topic {\r
-  border-bottom-color: #C6BDA8;\r
-}\r
-\r
-.forumpost .starter {\r
-  background:#FEF9F6; \r
-}\r
-\r
-.forumheaderlist .discussion .starter {\r
-  background:#FEF9F6; \r
-}\r
-\r
-.forumheaderlist td {\r
-  border-color: #C6BDA8;\r
-}\r
-\r
-.sideblock .post .head {\r
-  color:#FEF9F6;\r
-}\r
-\r
-.forumthread .unread {\r
-  background: #FEF9F6;\r
-}\r
-#mod-forum-discuss .forumpost {\r
-  background: none;\r
-}\r
-\r
-#mod-forum-discuss .forumpost.unread .content {\r
-  border-color: #C6BDA8; \r
-} \r
-\r
-#mod-forum-discuss .forumthread .unread {\r
-} \r
-\r
-#mod-forum-index .unread {\r
-}\r
+/* Core */
+
+body {
+  background-color: #F7F6F1;
+}
+
+a:link {
+    color: #0033CC;
+}
+
+a:visited {
+    color:#0033CC;
+}
+
+a:hover {
+    color: #990000;
+}
+
+a.dimmed:link,
+a.dimmed:visited {
+  color:#AAAAAA;
+}
+
+h1 {
+  background-color: #C6BDA8;
+  border-color: #333333;
+  color: #333333;
+}
+
+h2 {
+  background-color: #E3DFD4;
+  border-color:#C6BDA8;
+}
+h3 {
+  border-color:#C6BDA8;
+}
+h4 {
+  border-color:#C6BDA8;
+}
+
+
+th {
+    background-color:#E3DFD4;
+
+}
+
+th.header,
+td.header,
+div.header {
+  background-color: #E3DFD4;
+
+}
+
+#layout-table #left-column {
+    /* background-color: yellow; */
+}
+
+.generalbox {
+  border-color:#C6BDA8;
+  background-color:#FFFFFF;
+}
+
+.navbar {
+  background-color:#C6BDA8;
+  border-color:#666666;
+  /* height: 20px; */
+  background: url(pix/grad/bg_bread.jpg) repeat-x;
+}
+
+.sitetopiccontent {
+  border-color:#C6BDA8;
+  background-color:#FFFFFF;
+}
+
+.highlight {
+  background-color:#C6BDA8;
+}
+
+.highlight2 {
+  color:#C6BDA8; /* highlight missing terms in forum search */
+}
+
+
+
+/***
+ *** Header
+ ***/
+
+#header-home, #header {
+  background-color: #E3DFD4;
+  border-color:#C6BDA8;
+}
+
+/***
+ *** Login
+ ***/
+
+
+.loginbox .header {
+  border-color:#C6BDA8;
+}
+
+.loginbox .content {
+  border-color:#C6BDA8;
+}
+
+
+/***
+ *** Blocks
+ ***/
+.sideblock .header {
+  border-color: #C6BDA8;
+}
+
+.sideblock {
+  border-color:#C6BDA8;
+}
+
+.sideblock .content {
+  border-color:#C6BDA8;
+  background-color:#FEF9F6;
+}
+
+.sideblock .footer {
+  border-top-color:#C6BDA8;
+}
+
+.sideblock .header .hide-show img.hide-show-image {
+  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
+}
+
+.sideblock.hidden .header .hide-show img.hide-show-image {
+  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
+}
+
+.sideblock .content .post .head .date,
+.sideblock .content .post .head .name {
+  color: #000000;
+  }
+
+/***
+ *** Calendar
+***/
+#calendar .maincalendar,
+#calendar .sidecalendar {
+  border-color: #C6BDA8;
+}
+
+#calendar .maincalendar table.calendarmonth th {
+  border-color: #C6BDA8;
+}
+
+
+table.calendarmonth tr td {
+   border-color:#C6BDA8;
+} 
+
+table.minicalendar {
+  border-color:#C6BDA8;
+}
+
+table.minicalendar tr.weekdays th {
+  background-color:#FEF9F6;
+  border-color:#C6BDA8;
+  }
+
+table.minicalendar tr td.day {
+   border-color:#C6BDA8;
+  }
+  
+table.minicalendar tr td.weekend {
+  border-color:#C6BDA8;
+  color: red;
+  }
+  
+#calendar .today,
+.minicalendar .today {
+  border-color:#000000 !important;
+}
+  
+/* colors for calendar events */
+#calendar .event_global,
+.minicalendar .event_global,
+.block_calendar_month .event_global {
+  border-color:#2EBA0E !important;
+  background-color:#2EBA0E;
+}
+
+#calendar .event_course,
+.minicalendar .event_course,
+.block_calendar_month .event_course {
+  border-color:#FF9966 !important;
+  background-color:#FF9966;
+}
+
+#calendar .event_group,
+.minicalendar .event_group,
+.block_calendar_month .event_group {
+  border-color:#FBBB23 !important;
+  background-color:#FBBB23;
+}
+
+#calendar .event_user,
+.minicalendar .event_user,
+.block_calendar_month .event_user {
+  border-color:#A1BECB !important;
+  background-color:#A1BECB;
+}
+
+.cal_popup_fg {
+  background-color:#FEF9F6;
+}
+
+.cal_popup_bg {
+  border-color:#C6BDA8;
+  background-color:#FEF9F6;
+}
+
+
+/***
+ *** Course
+ ***/
+
+.headingblock {
+  border-color:#C6BDA8;
+}
+
+.categoryboxcontent,
+.courseboxcontent {
+  border-color:#C6BDA8;
+  background: #FFFFFF;
+}
+
+.categorybox .category,
+.categorybox .category {
+  border-color: #C6BDA8;
+}
+
+#course-view .section.main .content {
+  border-color: #C6BDA8;
+  background-color: #FFFFFF;
+}
+
+#course-view .section.main .side {
+  border-color: #C6BDA8;
+  background-color: #FFFFFF;
+}
+
+#course-view .current .right.side,
+#course-view .current .left.side {
+  background-color: #C6BDA8;
+}
+
+#course-view .section.hidden .content,
+#course-view .section.hidden .side {
+  border-color:#C6BDA8;
+ }
+
+
+
+
+/***
+ *** Tabs
+ ***/
+
+.tabs .side {
+  border-color: #C6BDA8;
+}
+.tabrow td {
+  background:url(pix/tab/left.gif) top left no-repeat;
+}
+.tabrow td .tablink {
+  background:url(pix/tab/right.gif) top right no-repeat;
+}
+.tabrow td:hover {
+  background-image:url(pix/tab/left_hover.gif);
+}
+.tabrow td:hover .tablink {
+  background-image:url(pix/tab/right_hover.gif);
+}
+.tabrow .last span {
+  background:url(pix/tab/right_end.gif) top right no-repeat;
+}
+.tabrow .selected {
+  background:url(pix/tab/left_active.gif) top left no-repeat;
+}
+.tabrow .selected .tablink {
+  background:url(pix/tab/right_active.gif) top right no-repeat;
+}
+.tabrow td.selected:hover {
+  background-image:url(pix/tab/left_active_hover.gif);
+}
+.tabrow td.selected:hover .tablink {
+  background-image:url(pix/tab/right_active_hover.gif);
+}
+
+/***
+ *** Modules: Forum
+ ***/
+
+.forumheaderlist,
+.forumpost {
+  border-color:#C6BDA8;
+}
+
+.forumpost .content {
+  background: #FEF9F6;
+}
+
+.forumpost .left {
+  background:#FEF9F6; 
+}
+
+.forumpost .topic {
+  border-bottom-color: #C6BDA8;
+}
+
+.forumpost .starter {
+  background:#FEF9F6; 
+}
+
+.forumheaderlist .discussion .starter {
+  background:#FEF9F6; 
+}
+
+.forumheaderlist td {
+  border-color: #C6BDA8;
+}
+
+.sideblock .post .head {
+  color:#FEF9F6;
+}
+
+.forumthread .unread {
+  background: #FEF9F6;
+}
+#mod-forum-discuss .forumpost {
+  background: none;
+}
+
+#mod-forum-discuss .forumpost.unread .content {
+  border-color: #C6BDA8; 
+} 
+
+#mod-forum-discuss .forumthread .unread {
+} 
+
+#mod-forum-index .unread {
+}
index 4c5f882226480d201d678342bd58b25a544642ce..b805e466ed26489691dbe94c94a5aff631a14ea8 100644 (file)
@@ -1,45 +1,45 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\r
-<html<?php echo $direction ?>>\r\r
-<head>\r\r
-    <?php echo $meta ?>\r\r
-    <meta name="keywords" content="moodle, <?php echo $title ?> " />\r\r
-    <title><?php echo $title ?></title>\r\r
-    <link rel="shortcut icon" href="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/favicon.ico" />\r\r
-    <?php include("$CFG->javascript"); ?>\r\r
-</head>\r\r
-\r\r
-<body<?php\r\r
-    echo " $bodytags";\r\r
-    if ($focus) {\r\r
-        echo " onload=\"setfocus()\"";\r\r
-    }\r\r
-    ?>>\r\r
-    \r\r
-<div id="page">\r\r
-\r\r
-<?php if ($home) {  // This is what gets printed on the home page only  \r\r
-?>\r\r
-    <div id="header-home">\r\r
-        <div class="headermain"><img src='<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/logo.jpg' /></div>\r\r
-        <div class="headermenu"><?php echo $menu ?></div>\r\r
-    </div>\r\r
-<?php } else if ($heading) {  // This is what gets printed on any other page with a heading \r\r
-?>\r\r
-    <div id="header">\r\r
-        <div class="headermain"><img src='<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/logo_small.jpg' /></div>\r\r
-        <div class="headermenu"><?php echo $menu ?></div>\r\r
-    </div>\r\r
-<?php } ?>\r\r
-    <div class="clearer">&nbsp;</div>\r\r
-<?php if ($navigation) { // This is the navigation table with breadcrumbs  ?>\r\r
-    <div class="navbar">\r\r
-        <div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>\r\r
-        <div class="navbutton"><?php echo $button; ?></div>\r\r
-    </div>\r\r
-<?php } else if ($heading) { // If no navigation, but a heading, then print a line  \r\r
-?>\r\r
-        <hr size="1" noshade="noshade" />\r\r
-<?php } ?>\r\r
-    <div class="clearer">&nbsp;</div>\r\r
-    <!-- END OF HEADER -->\r\r
-    <div id="content">\r\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html<?php echo $direction ?>>
+<head>
+    <?php echo $meta ?>
+    <meta name="keywords" content="moodle, <?php echo $title ?> " />
+    <title><?php echo $title ?></title>
+    <link rel="shortcut icon" href="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/favicon.ico" />
+    <?php include("$CFG->javascript"); ?>
+</head>
+
+<body<?php
+    echo " $bodytags";
+    if ($focus) {
+        echo " onload=\"setfocus()\"";
+    }
+    ?>>
+    
+<div id="page">
+
+<?php if ($home) {  // This is what gets printed on the home page only  
+?>
+    <div id="header-home">
+        <div class="headermain"><img src='<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/logo.jpg' /></div>
+        <div class="headermenu"><?php echo $menu ?></div>
+    </div>
+<?php } else if ($heading) {  // This is what gets printed on any other page with a heading 
+?>
+    <div id="header">
+        <div class="headermain"><img src='<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/logo_small.jpg' /></div>
+        <div class="headermenu"><?php echo $menu ?></div>
+    </div>
+<?php } ?>
+    <div class="clearer">&nbsp;</div>
+<?php if ($navigation) { // This is the navigation table with breadcrumbs  ?>
+    <div class="navbar">
+        <div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
+        <div class="navbutton"><?php echo $button; ?></div>
+    </div>
+<?php } else if ($heading) { // If no navigation, but a heading, then print a line  
+?>
+        <hr size="1" noshade="noshade" />
+<?php } ?>
+    <div class="clearer">&nbsp;</div>
+    <!-- END OF HEADER -->
+    <div id="content">
\ No newline at end of file