moodle/theme/standard
2005-01-30 11:21:13 +00:00
..
config.php Fixed inline comments (I had tried a couple of schemes). 2005-01-26 14:18:36 +00:00
docstyles.php IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
favicon.ico Improved Favicon matches the logo 2004-03-31 09:11:58 +00:00
footer.html IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
gradient.jpg IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
header.html removed loading of "styles.php" within the header, because it is in the meantime loaded by print_header. 2005-01-26 09:44:59 +00:00
README.html There is a new configuration variable called 2005-01-26 14:14:16 +00:00
styles.css IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
styles.php Better handles an empty array. 2005-01-26 14:16:15 +00:00
styles_color.css added odd and even to the comments /* Alternate rows even */ and moved them to before the classes. so they can stay there and inform the reader about the function of r0 and r1. 2005-01-30 11:21:13 +00:00
styles_fonts.css Minor changes. 2005-01-27 12:34:28 +00:00
styles_layout.css added a small space to the right for .unread. so the text stands not so sticky to the right border of the orange field ;-) 2005-01-30 11:18:50 +00:00
styles_moz.css IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +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>