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
(reorganizing and adding sub-headings)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT[[Themes_FAQ#Concrete_examples_for_modifying_Moodle_themes]]
<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}}
{{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.


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]].


This is a collections of tipps & tricks for solving theme related issues. Feel free to add to this list!
== Changing things ==


== Changing colors ==
=== 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]]
* [[Left-align quiz|Left align quiz questions and answers]]
* [[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 ==
== Miscellaneous ==
* [[Fixed-width theme|Creating a fixed-width theme]]
* [[Fixed-width theme|Creating a fixed-width theme]]
* [[Homepage design|Homepage design of moodle.org]]
* [[Homepage design|Homepage design of moodle.org]]


== See also: ==
== See also: ==

Latest revision as of 14:53, 23 October 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: