From: moodler Date: Sun, 5 Jan 2003 09:53:30 +0000 (+0000) Subject: Cleaned things up somewhat and made it more generic X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5dc09fb6ee6ea08060c6bc03d01695dae3a2a93b;p=moodle.git Cleaned things up somewhat and made it more generic --- diff --git a/theme/poweraid/README.txt b/theme/poweraid/README.txt index 611d007a82..55beb7348d 100644 --- a/theme/poweraid/README.txt +++ b/theme/poweraid/README.txt @@ -33,10 +33,14 @@ If you change the; It can hurt your eyes if you choose the wrong color ;-) To change the logo to something that is more like you... -open up the file logo_empty.jpg that you can find inside the; -moodledir/theme/PowerAid/images/ +edit the files frontlogo.jpg and smalllogo.jpg that you can find inside the; +moodledir/theme/poweraid/images/ For other configuration options for this theme please see the config.php Other than that, i should think that most of the options for this theme -is simple to understand. \ No newline at end of file +is simple to understand. + +---- +5 Jan 2003 - Martin made some changes to this theme and some of the + filenames in this file to match diff --git a/theme/poweraid/config.php b/theme/poweraid/config.php index cfacab904d..fc14f4ec89 100644 --- a/theme/poweraid/config.php +++ b/theme/poweraid/config.php @@ -33,9 +33,12 @@ $THEME->marginwidth = "0"; // Used in the theme tag $THEME->body = "#FFFFFF"; // Main page color $THEME->cellheading = "#E8E8E8"; // Standard headings of big tables -$THEME->cellheading2 = "#DDDDDD"; // Highlight headings of tables +$THEME->cellheading2 = "#AAAAAA"; // Highlight headings of tables $THEME->cellcontent = "#FFFFFF"; // For areas with text $THEME->cellcontent2 = "#EFEFEF"; // Alternate colour $THEME->borders = "#555555"; // Table borders -?> \ No newline at end of file +$THEME->frontlogo = "images/frontlogo.jpg"; // Logo on front page +$THEME->smalllogo = "images/smalllogo.jpg"; // Header logo on other pages + +?> diff --git a/theme/poweraid/footer.html b/theme/poweraid/footer.html index 6dd2c5d4a7..d36d6e554f 100644 --- a/theme/poweraid/footer.html +++ b/theme/poweraid/footer.html @@ -25,7 +25,7 @@ */ ?> - + diff --git a/theme/poweraid/header.html b/theme/poweraid/header.html index 0e0233a43b..e8956d9b2d 100644 --- a/theme/poweraid/header.html +++ b/theme/poweraid/header.html @@ -47,54 +47,89 @@ body\" topmargin=\"$THEME->topmargin\" leftmargin=\"$THEME->leftmargin\" marginheight=\"$THEME->marginheight\" marginwidth=\"$THEME->marginwidth\" />"; ?> -
+ +
- - - + + + -
  
 
- - - - + + + +
- +wwwroot/theme/$CFG->theme/$THEME->frontlogo" ?>" border="0" />
+ + + + + +
   
+ +
+ + +
+ + + + + + + + - +
+ + - +
+
+ + + + + + + + + + +
wwwroot/theme/$CFG->theme/$THEME->smalllogo" ?>" border="0" />
+ + +
+ + -
  
- - - - - - - -
 
- - +
+ + + + + + + +
+ +
- -
- - - -
 
+ +
+ @@ -102,3 +137,11 @@
+ + + +
+ + + + diff --git a/theme/poweraid/images/client_copyright.gif b/theme/poweraid/images/client_copyright.gif deleted file mode 100644 index 68fbf01da7..0000000000 Binary files a/theme/poweraid/images/client_copyright.gif and /dev/null differ diff --git a/theme/poweraid/images/frontlogo.jpg b/theme/poweraid/images/frontlogo.jpg new file mode 100755 index 0000000000..a424574963 Binary files /dev/null and b/theme/poweraid/images/frontlogo.jpg differ diff --git a/theme/poweraid/images/logo.jpg b/theme/poweraid/images/logo.jpg deleted file mode 100644 index 0dc2e345d1..0000000000 Binary files a/theme/poweraid/images/logo.jpg and /dev/null differ diff --git a/theme/poweraid/images/logo_empty.jpg b/theme/poweraid/images/logo_empty.jpg deleted file mode 100644 index 798cd74dab..0000000000 Binary files a/theme/poweraid/images/logo_empty.jpg and /dev/null differ diff --git a/theme/poweraid/images/lp_girl_offline.gif b/theme/poweraid/images/lp_girl_offline.gif deleted file mode 100644 index dfacde7952..0000000000 Binary files a/theme/poweraid/images/lp_girl_offline.gif and /dev/null differ diff --git a/theme/poweraid/images/lp_girl_online.gif b/theme/poweraid/images/lp_girl_online.gif deleted file mode 100644 index 552a2db63d..0000000000 Binary files a/theme/poweraid/images/lp_girl_online.gif and /dev/null differ diff --git a/theme/poweraid/images/smalllogo.jpg b/theme/poweraid/images/smalllogo.jpg new file mode 100644 index 0000000000..c74b38c17d Binary files /dev/null and b/theme/poweraid/images/smalllogo.jpg differ diff --git a/theme/poweraid/images/tepscroll.swf b/theme/poweraid/images/tepscroll.swf deleted file mode 100644 index aa7d0a47fc..0000000000 Binary files a/theme/poweraid/images/tepscroll.swf and /dev/null differ diff --git a/theme/poweraid/styles.php b/theme/poweraid/styles.php index 729c820e45..7c5418cdb4 100644 --- a/theme/poweraid/styles.php +++ b/theme/poweraid/styles.php @@ -152,6 +152,7 @@ form { border-width: 1px; border-color: borders?>; border-style: solid; + font-weight: bold; } .weeklyoutline { @@ -181,6 +182,7 @@ form { .forumpostmessage { } + input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;