Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Theme scrapbook.

Theme scrapbook: Difference between revisions

From MoodleDocs
(Replaced content with "{{Moved_to_dev_docs}}")
 
Line 1: Line 1:
#REDIRECT[[Themes_FAQ#Concrete_examples_for_modifying_Moodle_themes]]
{{Moved_to_dev_docs}}
 
<p class="note">
There are suggestions to make this page part of [[Themes FAQ]]. Please use this page's [[Talk:Theme_scrapbook| Talk page]] for your comments and ideas. Thanks!</p>
{{Themes}}
The Moodle '''theme scrapbook''' is a collection of small how-to descriptions. You theme designers and Moodle users working with themes add your knowledge here to help new Moodle users with tips and tricks for their theme work.
 
Feel free to add to this list! Don't know how? Read our [[MoodleDocs:Guidelines_for_contributors|Guidelines for contributors]].
 
== Changing things ==
 
=== Colors ===
* [[Forcing the colour of the chat discussion pane (pop-up mode)]]
 
=== Logo and icons ===
* [[Alternate Icon Set|Using an alternate icon set in Moodle]]
* [[Favicon|Change the logo that shows in front of the web address]]
* [[Footer replacement|Replace the logo with your web address and/or or own logo]]
 
== Adding things ==
* [[Header logo|Adding a logo to the theme header]]
 
== Hiding things ==
* Hiding an element with CSS is generally achieved using the ''display: none;'' property on the element.
 
== Moving things ==
* [[Center Forum Posts|Centre smaller forum posts on the page]]
* [[Footer positioning|Positioning the page footer]]
* [[Left-align quiz|Left align quiz questions and answers]]
* [http://moodle.org/mod/forum/discuss.php?d=121847 Indentation for nested categories]
* [http://moodle.org/mod/forum/discuss.php?d=128599 Positioning login and choose language field]
 
== Miscellaneous ==
* [[Fixed-width theme|Creating a fixed-width theme]]
* [[Homepage design|Homepage design of moodle.org]]
 
== See also: ==
* [[Themes FAQ]]
* [[CSS FAQ]]
 
[[Category:Themes]]

Latest revision as of 01:40, 23 June 2011

This development related page is now located in the Dev docs.

See the Theme scrapbook page in the Dev docs.