mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
updated theme short docu and theme credits
This commit is contained in:
parent
399aa3161a
commit
14a930ba2b
2 changed files with 28 additions and 26 deletions
|
@ -38,7 +38,7 @@
|
|||
Yoshida, Greg Barnett, Mark Kimes, Mary Hunter, Russell Jungwirth, Przemyslaw Stencel,
|
||||
John "Captain" Eyre, Paula Edmiston, Howard Miller, Claudio Tavares, P. Timothy Ervin,
|
||||
Bob Calder, Ursula Raab, David Delgado, Mad Alex, Gaëtan Frenoy, Bernard Boucher,
|
||||
Bryan Williams, Rob Butner, Koen Roggemans, David Scotson, Torsten Anderson, Eamon Costello, Hannes Gassert, Andrew Walker.</strong></p>
|
||||
Bryan Williams, Rob Butner, Koen Roggemans, David Scotson, Torsten Anderson, Eamon Costello, Hannes Gassert, Andrew Walker, Urs Hunkler.</strong></p>
|
||||
</blockquote>
|
||||
<p>Sorry if we've forgotten to include your name here - the Moodle community is large and active so this list is difficult
|
||||
to maintain! Please email Martin and make your suggestions! :-) </p>
|
||||
|
@ -73,14 +73,20 @@
|
|||
as part of the Moodle distribution, along with their authors:
|
||||
</p>
|
||||
<ul>
|
||||
<li><b>standard* and cordoroyblue</b>, by Martin Dougiamas
|
||||
</li>
|
||||
<li><b>cornflower</b>, by Thomas Murdock, <a target="_top" href="http://thinkingdistance.com/">http://thinkingdistance.com/</a>
|
||||
</li>
|
||||
<li><strong>formal_white</strong>, by Andrea Bicciolo, <a target="_top" href="http://www.mediatouch.it/">http://www.mediatouch.it/</a>
|
||||
</li>
|
||||
<li><b>metal</b>, by A. Chavan, updated for Moodle 1.5 by Martin Dougiamas
|
||||
</li>
|
||||
<li><b>oceanblue</b>, by Mitsuhiro Yoshida, <a target="_top" href="http://mitstek.com">http://mitstek.com</a>
|
||||
</li>
|
||||
<li><b>brightretro, cornflower</b>, by Thomas Murdock, <a target="_top" href="http://sand-paper.org/">http://sand-paper.org</a>
|
||||
</li>
|
||||
<li><b>garden</b>, by Spiggy, <a target="_top" href="http://phpgirl.com">http://phpgirl.com</a> </li>
|
||||
<li><strong>formal_white</strong>, by Andrea Bicciolo</li>
|
||||
</li>
|
||||
<li><b>orangewhite, orangewhitepda</b>, by Urs Hunkler, <a target="_top" href="http://unodo.de">http://unodo.de</a>
|
||||
</li>
|
||||
<li><b>standard and all standard* themes</b>, by Martin Dougiamas
|
||||
</li>
|
||||
<li><b>wood</b>, by Eloy Lafuente (stronk7)
|
||||
</li>
|
||||
</ul>
|
||||
<p> </p>
|
||||
</blockquote>
|
||||
|
@ -189,7 +195,7 @@
|
|||
<blockquote>
|
||||
<p>Class to create, manage and unpack zip files.<br />
|
||||
<br />
|
||||
Version: 2.4<br />
|
||||
Version: 2.4 RC1<br />
|
||||
Copyright © 2004 Vincent Blavet <vincent@phpconcept.net><br />
|
||||
License: GNU GPL<br />
|
||||
URL: <a href="http://www.phpconcept.net" target="newpage">http://www.phpconcept.net</a><br />
|
||||
|
@ -223,10 +229,10 @@
|
|||
<blockquote>
|
||||
<p>A PHP net client<br />
|
||||
<br />
|
||||
Version: 1.2<br />
|
||||
Version: 1.0<br />
|
||||
Copyright © 1999-2000 Monte Ohrt <monte@ispi.net><br />
|
||||
License: GNU LGPL<br />
|
||||
URL: <a href="http://snoopy.sourceforge.com">http://snoopy.sourceforge.net/</a><br />
|
||||
URL: <a href="http://snoopy.sourceforge.com">http://snoopy.sourceforge.com</a><br />
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
@ -145,33 +145,29 @@
|
|||
<p>Each theme is in a subdirectory of the "theme" directory, and
|
||||
contains at least the following files:</p>
|
||||
<ul>
|
||||
<li><strong>config.php</strong>: defines the theme colours used throughout
|
||||
the site</li>
|
||||
<li><strong>styles.php</strong>: the style sheet, containing CSS definitions
|
||||
for standard HTML elements as well as many Moodle elements.</li>
|
||||
<li><strong>config.php</strong>: to configure how the CSS files work together. You can build your theme onto the standard or onto any parent theme, can include or exclude several CSS files.</li>
|
||||
<li><strong>styles.php</strong>: Builds the bridge to the CSS files. You don't need to edit anything.</li>
|
||||
<li><strong>header.html</strong>: Included at the top of each page. This
|
||||
is what you need to edit to add a logo at the top of pages, for example.</li>
|
||||
<li><strong>footer.html</strong>: Included at the bottom of each page.</li>
|
||||
<li><strong>styles_color.css</strong>: CSS styles for all colour properties.</li>
|
||||
<li><strong>styles_fonts.css</strong>: CSS styles for fonts, font-size, line-height etc.</li>
|
||||
<li><strong>styles_layout.css</strong>: CSS styles for the page layout, positioning etc.</li>
|
||||
<li><strong>styles_moz.css</strong>: CSS styles for Mozilla special rounded corners.</li>
|
||||
</ul>
|
||||
<p>To create your own themes for current versions of Moodle:</p>
|
||||
<p>To create your own themes for the current versions of Moodle:</p>
|
||||
<ol>
|
||||
<li>Copy one of the existing theme folders to one with a new name. I recommend
|
||||
starting with one of the standard themes. </li>
|
||||
<li>Edit config.php and insert your own colours. </li>
|
||||
<li>Edit styles.php and change your CSS styles. </li>
|
||||
<li>Edit config.php to meet your demands. </li>
|
||||
<li>Edit the CSS files with your styles. </li>
|
||||
<li>Edit header.html and footer.html to add new logos, or change the layout.
|
||||
</li>
|
||||
</ol>
|
||||
<p>Note that all these steps are optional - you can make a radically different
|
||||
look to your site simply by editing the colours in config.php</p>
|
||||
<p>Note also that Moodle upgrades <em>may</em> break themes slightly, so check
|
||||
the release notes carefully if you are using a custom theme.</p>
|
||||
<p>In particular, Moodle 2.0 will have a completely new display system, probably
|
||||
based on XSL transformations of XML output from Moodle. It is likely that
|
||||
the themes for this will be a completely different format, but the advantage
|
||||
will be a much higher possible degree of customisation (including moving
|
||||
elements around the page).</p>
|
||||
<p>More discussion about this in the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=46">Themes
|
||||
<p>Please read the detailed description of Moodle themes in the Themes documentation in <a href="http://docs.moodle.org/wiki/Themes">Moodle Docs</a>.</p>
|
||||
<p>More discussion about themes in the <a target="_top" href="http://moodle.org/mod/forum/view.php?id=46">Themes
|
||||
forum on Using Moodle</a>. If you create a nice theme that you think others
|
||||
might want to use, please post your zip file on the themes forum!<br />
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue