/// different styles.
+$THEME->courseformatsheets = true;
+
+/// When this is enabled, this theme will search for files
+/// named "styles.php" inside all course formats and
+/// include them. This allows course formats to provide
+/// their own default styles.
+
+
+$THEME->metainclude = false;
+
+/// When this is enabled (or not set!) then Moodle will try
+/// to include a file meta.php from this theme into the
+/// <head></head> part of the page.
+
+
+$THEME->standardmetainclude = true;
+
+
+/// When this is enabled (or not set!) then Moodle will try
+/// to include a file meta.php from the standard theme into the
+/// <head></head> part of the page.
+
+
+$THEME->parentmetainclude = false;
+
+/// When this is enabled (or not set!) then Moodle will try
+/// to include a file meta.php from the parent theme into the
+/// <head></head> part of the page.
+
+
+$THEME->navmenuwidth = 50;
+
+/// You can use this to control the cutoff point for strings
+/// in the navmenus (list of activities in popup menu etc)
+/// Default is 50 characters wide.
+
+
+$THEME->makenavmenulist = false;
+
+/// By setting this to true, then you will have access to a
+/// new variable in your header.html and footer.html called
+/// $navmenulist ... this contains a simple XHTML menu of
+/// all activities in the current course, mostly useful for
+/// creating popup navigation menus and so on.
+
+
$THEME->resource_mp3player_colors =
'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
////////////////////////////////////////////////////////////////////////////////
-
-// 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)
+///$THEME->rarrow = '►' //OR '→';
+///$THEME->larrow = '◄' //OR '←';
+///$CFG->block_search_button = link_arrow_right(get_string('search'), $url='', $accesshide=true);
+///
+/// Accessibility: Right and left arrow-like characters are
+/// used in the breadcrumb trail, course navigation menu
+/// (previous/next activity), calendar, and search forum block.
+///
+/// If the theme does not set characters, appropriate defaults
+/// are set by (lib/weblib.php:check_theme_arrows). The suggestions
+/// above are 'silent' in a screen-reader like JAWS. Please DO NOT
+/// use < > » - these are confusing for blind users.
+////////////////////////////////////////////////////////////////////////////////
?>
background-color: #E3DFD4;
border-color:#C6BDA8;
}
+
+h2.headingblock.header {
+ background: url(pix/grad/gradient_h.jpg);
+}
+
+
h3 {
border-color:#C6BDA8;
}
}
-#layout-table #left-column {
- /* background-color: yellow; */
+th.header {
+ border-color: #C6BDA8;
+}
+
+#left-column .hidden .header, #right-column .hidden .header {
+ border-color:#C6BDA8;
+}
+
+
+#layout-table #left-column, #layout-table #right-column {
+ background-color: #FEF9F6;
+ border-color:#C6BDA8;
}
.generalbox {
/* background-color:#FFFFFF; */
}
-.generaltable .r0 td.cell.c0 {
+/* .generaltable .r0 td.cell.c0 {
background-color:#C6BDA8;
+} */
+
+.generaltable .r0 {
+ background-color:#FEF9F6;
+}
+
+.generaltable .r1 {
+ background-color:#F1EFEB;
}
.generaltable .r1 td.cell.c0 {
border-color:#C6BDA8;
-background-color:#E3DFD4;
+/* background-color:#E3DFD4; */
}
-
.navbar {
background-color:#C6BDA8;
- border-color:#666666;
- /* height: 20px; */
+/* border-color:#666666;
+ height: 20px; */
background: url(pix/grad/bg_bread.jpg) repeat-x;
}
border-color:#C6BDA8;
}
-
/***
*** Blocks
***/
-
-.sideblock .header {
- border-color: #C6BDA8;
-}
-.sideblock {
- border-color:#C6BDA8;
+.sideblock .content {
+ background-color:#FEF9F6;
}
-.sideblock .content {
- border-color:#C6BDA8;
- background-color:#FEF9F6;
+.sideblock .header, .sideblock .header h2 {
+ background: url(pix/grad/gradient_h.jpg) repeat-x;
+ background-color:#E3DFD4;
}
.sideblock hr {
border-color:#C6BDA8;
}
+.coursebox {
+ border-color:#C6BDA8;
+ background: #FEF9F6;
+}
+
+.coursebox .info {
+ background: #EDEAE4;
+}
+
.categoryboxcontent,
.courseboxcontent {
border-color:#C6BDA8;
#mod-forum-index .unread {
}
+
+/***
+ *** User
+ ***/
+
+.userinfobox {
+ border-color: #C6BDA8;
+}
+
+.userinfobox .side {
+ background-color: #EDEAE4;
+}
+
+.userinfobox .content {
+ background-color: #FEF9F6;
+}
+
}
+#layout-table #left-column, #layout-table #right-column {
+ border: 1px solid;
+ padding: 0px;
+}
+
+#left-column .hidden .header, #right-column .hidden .header {
+border-bottom-style:dashed;
+border-bottom-width:1px;
+}
+
+
#content {
clear:both;
}
-h1, h2, h3 {
+h1, h2, h3, th.header {
border-width: 1px;
border-style: solid;
}
.navbar {
width:100%;
padding:3px 0.5em;
- border-width:1px;
- border-style:solid;
+ border-width:0px;
+/* border-style:solid; */
}
div.navbar {
/***
*** Blocks
***/
-
- .sideblock .header h2 {
+.sideblock, .sideblock .header, .sideblock .content {
border-width: 0px;
}
+
+
+.sideblock .header h2 {
+ border-width: 0px;
+ padding-top: 4px;
+ }
+
+.sideblock .header .hide-show-image {
+ padding-top: 4px;
+}
.sideblock .footer {
border-top-width:1px;
border-style: dashed;
}
+#course-view .section td.content ul.section.img-text {
+ line-height: 22px;
+}
+
+.coursebox .info .name {
+ padding-bottom: 5px;
+ }
.tabrow0 {
padding-top: 4px;