From: moodler Date: Fri, 2 Feb 2007 08:29:45 +0000 (+0000) Subject: Some changes to make this theme sort of work, but it still needs a lot of love <3 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=06f8943cb326ebf62b1c5b7483819bb49496f84a;p=moodle.git Some changes to make this theme sort of work, but it still needs a lot of love <3 --- diff --git a/theme/cornflower/README.html b/theme/cornflower/README.html index 71b316f6da..2a5588d328 100644 --- a/theme/cornflower/README.html +++ b/theme/cornflower/README.html @@ -3,19 +3,15 @@

CR-CornflowerToo is based on the color scheme of the original Cornflower Theme.

-

Free Moodle themes can be downloaded from ClassroomRevolution under Themes.

- -

All CR-Themes will be updated to 1.5 in due time.

+

Created by Jeffery Watkins of ClassroomRevolution.com.

Support Moodle and Open Source Software

This theme is based on Moodle's Standard Theme. By default, the styles of the Standard theme -are automatically loaded before any other -themes, so that all custom themes need to do is to define their +are automatically loaded before any other themes, so that all custom themes need to do is to define their own styles to augment or overwrite particular standard styles.

For CR-CornflowerToo to work properly, the Moodle Standard theme must be present and un altered in the Theme directory.

In this way custom themes are not "left behind" by Moodle upgrades.

-

Notes: Photoshop image files (PSD) are available from the author's website

diff --git a/theme/cornflower/footer.html b/theme/cornflower/footer.html index c47adbd0fd..584ce5765e 100644 --- a/theme/cornflower/footer.html +++ b/theme/cornflower/footer.html @@ -9,10 +9,33 @@ echo '

'; ?> + + + + -

+ + + + +debug > 7) { +?> +
+
+

+ Validate HTML | + Section 508 Check | + WCAG 1 (2,3) Check +

+ + - + diff --git a/theme/cornflower/header.html b/theme/cornflower/header.html index 02374dd2dc..aec2c6b39d 100644 --- a/theme/cornflower/header.html +++ b/theme/cornflower/header.html @@ -4,72 +4,41 @@ <?php echo $title ?> - + javascript"); ?> -> - -
+
- - - - - - -
- - - - - - - - - - - -
- - - - - - -
- - - - - - -
-
- - -
 
- - - - - - - -
-
- - +
+
+
+
+ +
+
+
+
+
-
 
+ + + + + +
diff --git a/theme/cornflower/styles_color.css b/theme/cornflower/styles_color.css index f115d48a90..d8b203cb50 100644 --- a/theme/cornflower/styles_color.css +++ b/theme/cornflower/styles_color.css @@ -777,3 +777,7 @@ body#mod-quiz-report table#attempts .r1 { text-decoration: underline; color: #ffffff; } + +.cornflowersurround { + background: #D0E2EE; +}