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 34: Line 34:
== Which tools are useful for working with CSS? ==
== Which tools are useful for working with CSS? ==


* [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. See [[Development:Firebug]] and [https://docs.moodle.org/en/Category:Firefox_extensions Category:Firefox extensions].
* [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. See [[Development:Firebug]] for further information.


* [https://addons.mozilla.org/de/firefox/addon/60 Web Developer Toolbar] for Firefox
* [https://addons.mozilla.org/de/firefox/addon/60 Web Developer Toolbar] for Firefox.  See also [https://docs.moodle.org/en/Category:Firefox_extensions Category:Firefox extensions].


* CSS editor [http://www.newsgator.com/individuals/topstyle/default.aspx TopStyle Lite] (you have to scroll down to the bottom of the page to find the free Lite version)
* CSS editor [http://www.newsgator.com/individuals/topstyle/default.aspx TopStyle Lite] (you have to scroll down to the bottom of the page to find the free Lite version)

Revision as of 21:34, 3 February 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. With CSS you can alter the design of your web page without modifying HTML or PHP code.

How can I learn more about CSS?

Online resources:


Books:

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?

  • CSS editor TopStyle Lite (you have to scroll down to the bottom of the page to find the free Lite version)

See also: