moodle/theme/standard
2009-09-15 07:57:54 +00:00
..
pix/tab MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
config.php "MDL-20221, fixed typo of embedded" 2009-09-04 05:38:03 +00:00
favicon.ico
footer.html MDL-19824 upgraded calls to print_container* 2009-08-20 08:50:03 +00:00
gradient.jpg MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
gradient_vertical.jpg navigation MDL-14632 Very significant navigation commit 2009-08-28 08:47:31 +00:00
header.html MDL-19824 upgraded calls to print_container* 2009-08-20 08:50:03 +00:00
layout-embedded.php "MDL-20221, hide header and navigation in embedded layout" 2009-09-05 18:22:36 +00:00
layout-home.php navigation MDL-14632 Deprecate print_header menu argument and provide PAGE method 2009-09-01 03:47:07 +00:00
layout-popup.php navigation MDL-14632 Deprecate print_header menu argument and provide PAGE method 2009-09-01 03:47:07 +00:00
layout-topframe.php navigation MDL-14632 Deprecate print_header menu argument and provide PAGE method 2009-09-01 03:47:07 +00:00
layout.php navigation MDL-14632 Deprecate print_header menu argument and provide PAGE method 2009-09-01 03:47:07 +00:00
meta.php MDL-12668 - Various themes not respecting theme varaibles 2007-12-20 17:32:08 +00:00
README.html
rtl.css blocklib: MDL-19010 upgrade database tables ready for now blocks system 2009-05-06 09:12:03 +00:00
screenshot.jpg MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
shadow_corners.png navigation MDL-14632 Very significant navigation commit 2009-08-28 08:47:31 +00:00
shadow_left_right.png navigation MDL-14632 Very significant navigation commit 2009-08-28 08:47:31 +00:00
shadow_top_bottom.png navigation MDL-14632 Very significant navigation commit 2009-08-28 08:47:31 +00:00
styles.php themes: MDL-19077 change how the theme is initialised and CSS is served. 2009-07-01 05:54:26 +00:00
styles_color.css MDL-19676 Blog improvements 2009-09-04 00:36:43 +00:00
styles_fonts.css MDL-19756 Added $disabled value to html_link, which will be true if the link's URL compares with the $PAGE->url (order of params doesn't matter). A disabled link will render as italicised text by default. 2009-09-09 03:52:49 +00:00
styles_ie6.css MDL-19756 Migrated the following functions from weblib to outputlib: 2009-07-27 10:33:00 +00:00
styles_ie7.css themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
styles_layout.css MDL-20219 Deleted external blog block, and preferences link from blog_menu block. Placed these as links in settings block instead 2009-09-15 07:57:54 +00:00
styles_moz.css quiz editing: MDL-17285 This is Olli Savolainen's new interface for editing quizzes. 2008-11-20 06:59:11 +00:00

<h3>STANDARD THEME</h3>
<hr />

<p>Moodle's default theme is a very neutral grey/white theme.</p>

<p>This theme is always the most up-to date.</p>

<p>Programmers working on Moodle should always design for this 
theme, and add new styles to this theme.</p>

<p>By default, these styles 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.</p>

<p>In this way custom themes are not "left behind" by Moodle upgrades.</p>