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

Theme scrapbook: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 6: Line 6:
Feel free to add to this list! Don't know how? Read our [[MoodleDocs:Guidelines_for_contributors|Guidelines for contributors]].
Feel free to add to this list! Don't know how? Read our [[MoodleDocs:Guidelines_for_contributors|Guidelines for contributors]].


== Changing colors ==
== Changing things ==
 
=== Colors ===
* [[Forcing the colour of the chat discussion pane (pop-up mode)]]
* [[Forcing the colour of the chat discussion pane (pop-up mode)]]


== Changing logo and icons ==
=== Logo and icons ===
* [[Alternate Icon Set|Using an alternate icon set in Moodle]]
* [[Alternate Icon Set|Using an alternate icon set in Moodle]]
* [[Favicon|Change the logo that shows in front of the web address]]
* [[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]]
* [[Header logo|Adding a logo to the theme header]]
* [[Footer replacement|Replace the logo with your web address and/or or own logo]]


== Positioning ==
== 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]]
* [[Center Forum Posts|Centre smaller forum posts on the page]]
* [[Footer positioning|Positioning the page footer]]
* [[Footer positioning|Positioning the page footer]]

Revision as of 16:15, 3 September 2009

There are suggestions to make this page part of Themes FAQ. Please use this page's Talk page for your comments and ideas. Thanks!


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 Guidelines for contributors.

Changing things

Colors

Logo and icons

Adding things

Hiding things

  • Hiding an element with CSS is generally achieved using the display: none; property on the element.

Moving things

Miscellaneous


See also: