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

CSS FAQ: Difference between revisions

From MoodleDocs
Line 12: Line 12:


== Where can I find examples for the use of CSS? ==
== Where can I find examples for the use of CSS? ==
* see [http://www.csszengarden.com Zen Garden], also available in different languages
* See [http://www.csszengarden.com Zen Garden], also available [http://www.mezzoblue.com/zengarden/translations/ in different languages].


== Where do I find information about the CSS used by Moodle? ==
== Where do I find information about the CSS used by Moodle? ==

Revision as of 14:24, 22 January 2009


What is CSS?

  • CSS stands for "Cascading Style Sheets" and is a web technology for defining the layout and look of a web page.
  • see CSS
  • Wikipedia on CSS

How can I learn more about CSS?

Where can I find examples for the use of CSS?

Where do I find information about the CSS used by Moodle?

Which tools are useful for working with CSS?

  • Firebug Extension for Firefox is the single most useful tool for inspecting the CSS of any web page and modifying it on the fly.
  • Web Developer Toolbar for Firefox
  • TopStyle Lite (you have to scroll down to the bottom of the page to find the free Lite version)

See also: