diff --git a/theme/orangewhitepda/config.php b/theme/orangewhitepda/config.php index 9638eaca1e8..ef3afa19f8c 100644 --- a/theme/orangewhitepda/config.php +++ b/theme/orangewhitepda/config.php @@ -6,14 +6,14 @@ //////////////////////////////////////////////////////////////////////////////// -$THEME->sheets = array('styles_layout', 'styles_font', 'styles_color'); +$THEME->sheets = array('styles_pda'); /// 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 = array('styles_layout'); /// This variable can be set to an array containing /// filenames from the *STANDARD* theme. If the @@ -24,12 +24,11 @@ $THEME->standardsheets = false; /// 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', 'styles_moz'); +/// eg $THEME->standardsheets = array('styles_layout','styles_fonts','styles_color'); //////////////////////////////////////////////////////////////////////////////// -$THEME->parent = ''; +$THEME->parent = 'orangewhite'; /// This variable can be set to the name of a parent theme /// which you want to have included before the current theme. @@ -40,7 +39,7 @@ $THEME->parent = ''; //////////////////////////////////////////////////////////////////////////////// -$THEME->parentsheets = false; +$THEME->parentsheets = array('styles_layout', 'styles_fonts', 'styles_color', 'styles_tabs'); /// This variable can be set to an array containing /// filenames from a chosen *PARENT* theme. If the @@ -51,11 +50,70 @@ $THEME->parentsheets = false; /// 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', 'styles_moz'); +/// 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->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&'. + '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" diff --git a/theme/orangewhitepda/csshover.htc b/theme/orangewhitepda/csshover.htc deleted file mode 100644 index 7aa6c79e291..00000000000 --- a/theme/orangewhitepda/csshover.htc +++ /dev/null @@ -1,88 +0,0 @@ - - diff --git a/theme/orangewhitepda/farbstreifen_moodle.gif b/theme/orangewhitepda/farbstreifen_moodle.gif deleted file mode 100644 index 8bdd82568a5..00000000000 Binary files a/theme/orangewhitepda/farbstreifen_moodle.gif and /dev/null differ diff --git a/theme/orangewhitepda/footer.html b/theme/orangewhitepda/footer.html index 98821c25101..7c2afbfef27 100644 --- a/theme/orangewhitepda/footer.html +++ b/theme/orangewhitepda/footer.html @@ -1,13 +1,15 @@ + diff --git a/theme/orangewhitepda/header.html b/theme/orangewhitepda/header.html index e5813d6caa1..d415ab8c166 100644 --- a/theme/orangewhitepda/header.html +++ b/theme/orangewhitepda/header.html @@ -23,23 +23,21 @@
-
-