themes MDL-21862 Implements base theme and standard theme.
authorSam Hemelryk <sam@moodle.com>
Thu, 25 Mar 2010 06:38:21 +0000 (06:38 +0000)
committerSam Hemelryk <sam@moodle.com>
Thu, 25 Mar 2010 06:38:21 +0000 (06:38 +0000)
commit90723839ca88d09fe0b75a499bdea88367e737fc
treee019e89467d382b5a80c2c83a86f1a8f3e494221
parent49da4a5fa85ea67c76d872d8a5fd5c6037655a8b
themes MDL-21862 Implements base theme and standard theme.
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
  * Plugin CSS has been pushed back into the plugin directories as styles.css files.
  * Install_print_header has been corrected.
  * Redundant or deprecated rules have been removed.
  * Several minor class changes throughout Moodle.
  * CSS is now single line rules not multiline indented.
  * Installs with theme=standardold automatically switch to standard.
  * body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
  * There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
  * I am currently working on the documentation for the themes system... it will be here soon.
113 files changed:
admin/blocks.php
admin/enrol.php
admin/report/capability/index.php
blocks/admin_tree/styles.css [new file with mode: 0644]
blocks/blog_tags/styles.css [new file with mode: 0644]
blocks/calendar_month/styles.css [new file with mode: 0644]
blocks/calendar_month/styles.php [deleted file]
blocks/calendar_upcoming/styles.css [new file with mode: 0644]
blocks/course_list/styles.css [new file with mode: 0644]
blocks/course_summary/styles.css [new file with mode: 0644]
blocks/course_summary/styles.php [deleted file]
blocks/dock.js
blocks/global_navigation_tree/styles.css [new file with mode: 0644]
blocks/messages/styles.css [new file with mode: 0644]
blocks/online_users/styles.css [new file with mode: 0644]
blocks/quiz_results/styles.css [new file with mode: 0644]
blocks/recent_activity/styles.css [new file with mode: 0644]
blocks/rss_client/styles.php [deleted file]
blocks/search_forums/styles.css [new file with mode: 0644]
blocks/settings_navigation_tree/styles.css [new file with mode: 0644]
blocks/tag_flickr/styles.css [new file with mode: 0644]
blocks/tag_youtube/styles.css [new file with mode: 0644]
blocks/tags/styles.css [new file with mode: 0644]
blocks/tags/styles.php [deleted file]
calendar/event.php
calendar/export.php
calendar/lib.php
calendar/view.php
course/format/topics/styles.css [new file with mode: 0644]
course/format/weeks/styles.css [new file with mode: 0644]
course/lib.php
grade/edit/outcome/import.php
grade/edit/tree/index.php
grade/report/user/styles.css [new file with mode: 0644]
grade/report/user/styles.php [deleted file]
lib/adminlib.php
lib/db/upgrade.php
lib/installlib.php
lib/outputlib.php
lib/pagelib.php
mod/assignment/styles.css [new file with mode: 0644]
mod/chat/styles.css [new file with mode: 0644]
mod/choice/styles.css [new file with mode: 0644]
mod/data/styles.css [new file with mode: 0644]
mod/data/styles.php [deleted file]
mod/feedback/styles.php [deleted file]
mod/forum/styles.css [new file with mode: 0644]
mod/glossary/styles.css [new file with mode: 0644]
mod/lesson/styles.css [new file with mode: 0644]
mod/quiz/styles.css [new file with mode: 0644]
mod/resource/styles.css [new file with mode: 0644]
mod/scorm/styles.css [new file with mode: 0644]
mod/scorm/styles.php [deleted file]
mod/survey/lib.php
mod/survey/styles.css [new file with mode: 0644]
mod/wiki/styles.css [new file with mode: 0644]
mod/wiki/wiki_styles.php [deleted file]
pix/t/block_to_dock.png
pix/t/dock_to_block.png
tag/coursetags_edit.php
tag/index.php
tag/manage.php
theme/anomaly/layout/general.php
theme/anomaly/style/base.css
theme/anomaly/style/browser.css
theme/anomaly/style/general.css
theme/anomaly/style/layout.css
theme/base/config.php
theme/base/javascript/navigation.js [deleted file]
theme/base/layout/embedded.php
theme/base/layout/frontpage.php
theme/base/layout/general.php
theme/base/style/admin.css [new file with mode: 0644]
theme/base/style/block_calendar_month.css [deleted file]
theme/base/style/blocks.css
theme/base/style/calendar.css [new file with mode: 0644]
theme/base/style/core.css
theme/base/style/course.css [new file with mode: 0644]
theme/base/style/grade.css [new file with mode: 0644]
theme/base/style/message.css [new file with mode: 0644]
theme/base/style/pagelayout.css
theme/base/style/question.css [new file with mode: 0644]
theme/base/style/user.css [new file with mode: 0644]
theme/standard/config.php [new file with mode: 0644]
theme/standard/javascript/navigation.js [new file with mode: 0644]
theme/standard/pix/favicon.ico [new file with mode: 0644]
theme/standard/pix/hgradient.jpg [new file with mode: 0644]
theme/standard/pix/tab/left.gif [new file with mode: 0644]
theme/standard/pix/tab/left_active.gif [new file with mode: 0644]
theme/standard/pix/tab/left_active_hover.gif [new file with mode: 0644]
theme/standard/pix/tab/left_hover.gif [new file with mode: 0644]
theme/standard/pix/tab/right.gif [new file with mode: 0644]
theme/standard/pix/tab/right_active.gif [new file with mode: 0644]
theme/standard/pix/tab/right_active_hover.gif [new file with mode: 0644]
theme/standard/pix/tab/right_end.gif [new file with mode: 0644]
theme/standard/pix/tab/right_hover.gif [new file with mode: 0644]
theme/standard/pix/tab/right_last.gif [new file with mode: 0755]
theme/standard/pix/tab/rtlbg.gif [new file with mode: 0755]
theme/standard/pix/tab/tabrow1.gif [new file with mode: 0755]
theme/standard/pix/vgradient.jpg [new file with mode: 0644]
theme/standard/style/admin.css [new file with mode: 0644]
theme/standard/style/blocks.css [new file with mode: 0644]
theme/standard/style/calendar.css [new file with mode: 0644]
theme/standard/style/core.css [new file with mode: 0644]
theme/standard/style/course.css [new file with mode: 0644]
theme/standard/style/css3.css [new file with mode: 0644]
theme/standard/style/dock.css [new file with mode: 0644]
theme/standard/style/grade.css [new file with mode: 0644]
theme/standard/style/message.css [new file with mode: 0644]
theme/standard/style/modules.css [new file with mode: 0644]
theme/standard/style/question.css [new file with mode: 0644]
user/view.php
version.php