From 2c28adddb01da0764b063148aeb47e12bc771023 Mon Sep 17 00:00:00 2001 From: mits Date: Tue, 22 Mar 2005 21:02:36 +0000 Subject: [PATCH] fixed :) --- theme/oceanblue/config.php | 66 +++++++++++++++++++++++++++++-- theme/oceanblue/styles_color.css | 4 ++ theme/oceanblue/styles_layout.css | 16 ++++++++ 3 files changed, 82 insertions(+), 4 deletions(-) diff --git a/theme/oceanblue/config.php b/theme/oceanblue/config.php index f2adaeb21d2..f09b95d534b 100644 --- a/theme/oceanblue/config.php +++ b/theme/oceanblue/config.php @@ -6,14 +6,14 @@ //////////////////////////////////////////////////////////////////////////////// -$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color'); +$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color', 'styles_moz'); /// 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 = false; +$THEME->standardsheets = true; /// This variable can be set to an array containing /// filenames from the *STANDARD* theme. If the @@ -29,7 +29,7 @@ $THEME->standardsheets = false; //////////////////////////////////////////////////////////////////////////////// -$THEME->parent = ''; +$THEME->parent = ''; /// This variable can be set to the name of a parent theme /// which you want to have included before the current theme. @@ -40,7 +40,7 @@ $THEME->parent = ''; //////////////////////////////////////////////////////////////////////////////// -$THEME->parentsheets = false; +$THEME->parentsheets = false; /// This variable can be set to an array containing /// filenames from a chosen *PARENT* theme. If the @@ -56,6 +56,47 @@ $THEME->parentsheets = false; //////////////////////////////////////////////////////////////////////////////// +$THEME->modsheets = false; + +/// By setting this to true, 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. + + +$THEME->blocksheets = false; + +/// By setting this to true, 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. + + +$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" @@ -64,4 +105,21 @@ $THEME->custompix = false; /// "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) + ?> diff --git a/theme/oceanblue/styles_color.css b/theme/oceanblue/styles_color.css index 2b6af2ec8ed..39a2f80514d 100644 --- a/theme/oceanblue/styles_color.css +++ b/theme/oceanblue/styles_color.css @@ -461,6 +461,10 @@ table.message_search_results td { border-color: #DDDDDD; background-color: #F7F7F7; } +.groupinfobox { + border-color: #DDDDDD; + background-color: #FCFCFC; +} /******************************************************************* diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index a7e0113bd06..872906864c6 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -863,6 +863,7 @@ table.message_search_results td { .userinfobox .left { padding: 10px; width: 100px; + vertical-align: top; } .userinfobox .content { @@ -891,6 +892,21 @@ table.userinfobox { margin-right: 10%; } +table.groupinfobox { + width: 60%; + margin-left: 20%; + margin-right: 20%; + border-width:1px; + border-style:solid; + margin-bottom: 20px; +} + +.groupinfobox .left { + padding: 10px; + width: 100px; + vertical-align: top; +} + /******************************************************************* *** Modules: Assignment