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
No edit summary
No edit summary
Line 2: Line 2:


== What is CSS? ==
== 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]]
* see [[CSS]]
* [http://en.wikipedia.org/wiki/Cascading_Style_Sheets Wikipedia on CSS]
* [http://en.wikipedia.org/wiki/Cascading_Style_Sheets Wikipedia on CSS]
Line 15: Line 16:
*[[CSS styles_color.css]] contains the colors used in the page elements.  
*[[CSS styles_color.css]] contains the colors used in the page elements.  
*[[CSS styles_fonts.css]] defines the fonts used in the page elements.
*[[CSS styles_fonts.css]] defines the fonts used in the page elements.
== Tools ==
* [http://www.getfirebug.com Firebug Extension] for Firefox is the single most useful tool for inspecting the CSS of any web page and modifying it on the fly.
* [http://chrispederick.com/work/webdeveloper/ Web Developer Toolbar] for Firefox


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

Revision as of 14:04, 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

Where do I find general information about CSS?

  • The CSS Tutorial is a great way to learn about CSS by example.

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


Tools


See also: