diff --git a/theme/poweraid/README.txt b/theme/poweraid/README.txt index 611d007a825..55beb7348d1 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 cfacab904d9..fc14f4ec89f 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 6dd2c5d4a7e..d36d6e554fd 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 0e0233a43b4..e8956d9b2d0 100644 --- a/theme/poweraid/header.html +++ b/theme/poweraid/header.html @@ -47,54 +47,39 @@ body\" topmargin=\"$THEME->topmargin\" leftmargin=\"$THEME->leftmargin\" marginheight=\"$THEME->marginheight\" marginwidth=\"$THEME->marginwidth\" />"; ?> -
- - - - - - -
  
 
- - - - -
+
+ + + + + + + + + + + +
wwwroot/theme/$CFG->theme/$THEME->frontlogo" ?>" border="0" />
+ + + - +
   
- - - - - -
 
- - - - - - - -
 
- - +
- -
- - - -
 
+ +
+ @@ -102,3 +87,61 @@
+ + + +
+ + + + + + + + + + + +
wwwroot/theme/$CFG->theme/$THEME->smalllogo" ?>" border="0" />
+ + + + + +
+ + + + + +
  
+ + + + + + + +
+ + +
+ + +
+ + + + + + + +
+ + + +
+ + + + diff --git a/theme/poweraid/images/client_copyright.gif b/theme/poweraid/images/client_copyright.gif deleted file mode 100644 index 68fbf01da7b..00000000000 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 00000000000..a4245749634 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 0dc2e345d18..00000000000 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 798cd74daba..00000000000 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 dfacde7952b..00000000000 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 552a2db63d3..00000000000 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 00000000000..c74b38c17d7 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 aa7d0a47fc0..00000000000 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 729c820e45a..7c5418cdb44 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;