moodle/theme/standard
2007-08-09 09:00:54 +00:00
..
pix/tab made tab gifs higher to give better display when font size is changed 2007-03-04 17:21:02 +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
footer.html MDL-8063 Fixed links to validation services to be XHTML Strict :-D 2007-01-03 21:12:39 +00:00
gradient.jpg IMPORTANT CHANGE TO THEMES! 2005-01-25 13:17:15 +00:00
header.html FIxes for XHTML strict 1.0 MDL-7861 2007-01-04 04:44:54 +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 New styles JUST for right-to-left languages. It's always included last after the other standard files so that it can override other styles. It should only be be used for layout related to this (left vs right). 2007-08-09 09:00:54 +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 Correct display of unittest results for IE 2007-07-27 11:13:22 +00:00
styles_fonts.css Eliminate commented code. 2007-07-30 09:36:39 +00:00
styles_ie6.css MDL-10374 - Quiz layout improvements, selectively merged from OU-moodle. 2007-07-06 16:37:06 +00:00
styles_ie7.css MDL-9745 - added missing input field type "file" to the alignment correction 2007-06-14 07:04:47 +00:00
styles_layout.css MDL-9628 When a timestamp is selected for locktime or hiddenuntil, the grader report now shows a new icon (lock or eye in front of a calendar), with a tooltip showing the selected date. Very useful :-) 2007-08-08 15:48:20 +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>