moodle/theme/formal_white
2007-12-21 11:58:15 +00:00
..
pix Tabs files 2005-04-22 17:59:30 +00:00
config.php moved styles in theme\standard\styles_form.css to theme\standard\styles_layout.css and removed theme\standard\styles_form.css and all references to it. In line with discussion here : http://moodle.org/mod/forum/discuss.php?d=54907 2006-09-28 10:32:23 +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-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
fw_color.css MDL-7493 further fix: clean up themes, and remove references to 'hide-show-image' background images. Document smartpix for theming icons in wood and orangewhite readmes. 2007-12-21 11:58:15 +00:00
fw_fonts.css 'MDL-6824, redundant declaration: .categorybox .category' 2006-10-04 15:51:00 +00:00
fw_layout.css Partial fix for reopened bug MDL-7878, "Link identification and skipping" - affects all course formats + other files. 2007-10-22 06:43:00 +00:00
gradient.jpg Added and transalted new strings. 2005-04-01 15:49:36 +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
logo.jpg
logo_small.jpg
README.html Stylistic problem solved 2006-10-23 08:00:13 +00:00
screenshot.jpg Added and transalted new strings. 2005-04-01 15:49:36 +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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<h3>Formal_White Theme</h3>

<hr>

<p>This theme has the colour gamma in the pale grey/brown area.&nbsp;
Both RGB and LCD monitors render these colours similarly. A custom logo
can be easily substituted (see instructions below). The fonts used are
"Arial, Helvetica" for text and menu items and "Verdana,Geneva" for
headers, all of which are well-adapted for screen reading.</p>

<p>To update logos with your own: </p>

<ul>

  <li>create two file with two different sized logos: </li>

  <li>logo.jpg, height100 pixel </li>

  <li>logo_small.jpg, height 50 pixel</li>

  <li>via FTP upload the jpg files into /moodle/theme/formal_withe folder,
        overwriting the existing jpg.</li>

</ul>

<p>The  bigger logo will be used for the home page only, while the smaller will
  be used for all
the other pages. </p>
</body>
</html>