moodle/theme/standard
2009-07-15 07:45:48 +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-16089 new general page type needed for framed resources, this is not accessible but unfortunately it works much better than object embedding; it will be also used by phpmyadmin integration 2009-07-14 06:33:34 +00:00
favicon.ico
footer.html MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
gradient.jpg MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
header.html MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
layout-home.php themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
layout-popup.php themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
layout-topframe.php MDL-16089 new general page type needed for framed resources, this is not accessible but unfortunately it works much better than object embedding; it will be also used by phpmyadmin integration 2009-07-14 06:33:34 +00:00
layout.php themes: MDL-19077 $OUTPUT->header does the main skip destination, layout.php should now. 2009-07-13 04:24:29 +00:00
meta.php MDL-12668 - Various themes not respecting theme varaibles 2007-12-20 17:32:08 +00:00
README.html There is a new configuration variable called 2005-01-26 14:14:16 +00:00
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
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 themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
styles_fonts.css themes: MDL-19077 - more work on the theme_config class. 2009-07-07 05:05:06 +00:00
styles_ie6.css themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +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 blocks editing ui: MDL-19398 Make invisible blocks at least partly invisible. 2009-07-15 07:45:48 +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>