moodle/theme/standard
2005-01-25 17:13:48 +00:00
..
config.php I've set the old THEME variables to bright green to help identify 2005-01-25 13:20:44 +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 Fixed a small bug in the body tag 2005-01-25 17:13:48 +00:00
README.html IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
styles.css IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
styles.php Reworked styles.php to make it more programmatic with an accurate lastmodified date 2005-01-25 14:40:15 +00:00
styles_color.css Standard sitetopic is white 2005-01-25 16:37:43 +00:00
styles_fonts.css IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
styles_layout.css Added styles 2005-01-25 14:33:01 +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>Other themes should always reference the style sheet from 
this theme before defining their own styles to augment or
replace the standard styles.  In this way custom themes 
are not as affected by Moodle upgrades.</p>


<p>The standard stylesheet is:
<pre>
   $CFG->wwwroot/theme/standard/styles.php
</pre>
</p>