moodle/theme/standard
urs_hunkler 0859ecfffb merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke the custom_corners theme on IE7. I removed the "clearer" div and added the class "clerafix" to the surrounding coursebox.
In FF and Safari floating is a mess now. I removed float:left for "coursebox" to get the page working in all browsers. It is a single element and should not need floating.
2007-11-11 11:22:54 +00:00
..
pix/tab Reverse background for right-to-left tabs MDL-10768 2007-08-09 09:05:10 +00:00
config.php Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6". Merged. 2007-05-11 11:29:46 +00:00
docstyles.php removed reliance on register globals; merged from MOODLE_16_STABLE 2006-05-23 09:16:17 +00:00
favicon.ico Improved Favicon matches the logo 2004-03-31 09:11:58 +00:00
footer.html MDL-10970 Reverted changes 2007-08-24 12:45:16 +00:00
gradient.jpg IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
header.html MDL-10970 Reverted changes 2007-08-24 12:45:16 +00:00
meta.php MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE 2007-01-27 19:56:08 +00:00
README.html There is a new configuration variable called 2005-01-26 14:14:16 +00:00
rtl.css merged, corrected validation errors, reformated rtl.css to Moodle standard formatting 2007-08-12 09:30:31 +00:00
screenshot.jpg Temporary 2005-02-13 10:15:51 +00:00
styles.php Set the last modified time of the style sheet to the current time 2006-04-07 15:07:52 +00:00
styles_color.css MDL-11996 bulk user upload - improvements, bugfixes and cleanup; 2007-11-05 00:43:37 +00:00
styles_fonts.css Follow up fixes MDL-12029 "Glossary view needs heading markup..." 2007-11-07 17:45:57 +00:00
styles_ie6.css merged, corrected validation errors, reformated rtl.css to Moodle standard formatting 2007-08-12 09:30:31 +00:00
styles_ie7.css merged, corrected validation errors, reformated rtl.css to Moodle standard formatting 2007-08-12 09:30:31 +00:00
styles_layout.css merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke the custom_corners theme on IE7. I removed the "clearer" div and added the class "clerafix" to the surrounding coursebox. 2007-11-11 11:22:54 +00:00
styles_moz.css MDL-10048 Separate events key and monthly view in right side panel 2007-06-12 09:30:12 +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>