From 26f6d51c8889b8862d10975a7359d1b38c5c83d5 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sat, 29 Apr 2006 19:52:44 +0000 Subject: [PATCH] Fixed empty lines --- theme/formal_white/README.html | 38 +- theme/formal_white/config.php | 248 +++++------ theme/formal_white/docstyles.php | 34 +- theme/formal_white/footer.html | 62 +-- theme/formal_white/fw_color.css | 702 +++++++++++++++---------------- theme/formal_white/header.html | 90 ++-- 6 files changed, 587 insertions(+), 587 deletions(-) diff --git a/theme/formal_white/README.html b/theme/formal_white/README.html index 78ea2eaf96..46b4ec2a2a 100644 --- a/theme/formal_white/README.html +++ b/theme/formal_white/README.html @@ -1,19 +1,19 @@ -

Formal_White Theme

-
- -

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 "Arial, Helvetica" - for text and menu items and "Verdana,Geneva" for headers, both fonts are - fine for screen reading.

-

To update logos with your own:

- -

The bigger logo will be used for the home page only, while the smaller will - be used for all -the other pages.

+

Formal_White Theme

+
+ +

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 "Arial, Helvetica" + for text and menu items and "Verdana,Geneva" for headers, both fonts are + fine for screen reading.

+

To update logos with your own:

+ +

The bigger logo will be used for the home page only, while the smaller will + be used for all +the other pages.

diff --git a/theme/formal_white/config.php b/theme/formal_white/config.php index d7cdab08e5..5360e9a4a7 100644 --- a/theme/formal_white/config.php +++ b/theme/formal_white/config.php @@ -1,124 +1,124 @@ -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) - -?> +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) + +?> diff --git a/theme/formal_white/docstyles.php b/theme/formal_white/docstyles.php index 4ef8a8027c..a0fc8abeef 100644 --- a/theme/formal_white/docstyles.php +++ b/theme/formal_white/docstyles.php @@ -1,17 +1,17 @@ - + diff --git a/theme/formal_white/footer.html b/theme/formal_white/footer.html index ba914c3be9..c8d715c64a 100644 --- a/theme/formal_white/footer.html +++ b/theme/formal_white/footer.html @@ -1,31 +1,31 @@ - - - - - - - + + + + + + + diff --git a/theme/formal_white/fw_color.css b/theme/formal_white/fw_color.css index 483e3cb516..f0a0f9eb61 100644 --- a/theme/formal_white/fw_color.css +++ b/theme/formal_white/fw_color.css @@ -1,351 +1,351 @@ -/* 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 { -} +/* 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 { +} diff --git a/theme/formal_white/header.html b/theme/formal_white/header.html index 4c5f882226..b805e466ed 100644 --- a/theme/formal_white/header.html +++ b/theme/formal_white/header.html @@ -1,45 +1,45 @@ - -> - - - - <?php echo $title ?> - - javascript"); ?> - - -> - -
- - -
-
/logo.jpg' />
-
-
- - - -
 
- - - -
- -
 
- -
+ +> + + + + <?php echo $title ?> + + javascript"); ?> + + +> + +
+ + +
+
/logo.jpg' />
+
+
+ + + +
 
+ + + +
+ +
 
+ +
\ No newline at end of file -- 2.39.5