Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

CSS: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(Deleted duplicated materials)
(edited page, added some more overview)
Línia 1: Línia 1:
CSS or Cascading Style Sheets are used to control the way web pages look.  CSS files are located in the [[theme]] folder being used by Moodle. The normal Moodle practice is to have 3 main CSS files: [[CSS styles_ layout.css|styles_color]], [[CSS styles_layout.css|styles_layout]], [[CSS styles_layout.css|styles_fonts]].  When a CSS defination is not found in a theme CSS file, the CSS files located in the standard theme serve as the default.  There may also be CSS files for Internet Explorer, Mozilla or other internet browsers.
CSS or Cascading Style Sheets are used to control the way web pages look.  By changing a CSS definition, the change is made on every Moodle webpage.  


==See Also==
CSS files are located in the [[theme]] folder being used by Moodle. The normal Moodle practice is to have 3 main CSS files: [[CSS styles_ color.css|styles_color]], [[CSS styles_layout.css|styles_layout]], [[CSS styles_fonts.css|styles_fonts]].  When a CSS definition is not found in a theme CSS file, the CSS files located in the standard theme serves as the default. 
[[CSS styles_ layout.css]]
 
There may also be CSS files for Internet Explorer, Mozilla or other internet browsers.
 
==Basic Moodle page parts==
A web page is broken up into pieces or elements.  Not every page contains the same parts.
 
These parts or elements include: core, forms, header, footer,admin, blocks, blog, calendar, course, doc, grades, login, message, notes, mymoodle, question, tabs, tags, user and many of the modules.
 
==Basic CSS files===
*[[CSS styles_ layout.css]] contains the layout specifications for various 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_layout.css]]


[[CSS styles_layout.css]]
==See Also==


[[CSS styles moz.css]]
[[CSS styles moz.css]]

Revisió del 19:26, 24 juny 2008

CSS or Cascading Style Sheets are used to control the way web pages look. By changing a CSS definition, the change is made on every Moodle webpage.

CSS files are located in the theme folder being used by Moodle. The normal Moodle practice is to have 3 main CSS files: styles_color, styles_layout, styles_fonts. When a CSS definition is not found in a theme CSS file, the CSS files located in the standard theme serves as the default.

There may also be CSS files for Internet Explorer, Mozilla or other internet browsers.

Basic Moodle page parts

A web page is broken up into pieces or elements. Not every page contains the same parts.

These parts or elements include: core, forms, header, footer,admin, blocks, blog, calendar, course, doc, grades, login, message, notes, mymoodle, question, tabs, tags, user and many of the modules.

Basic CSS files=


See Also

CSS styles moz.css

Themes

Wikipedia Cascading Style Sheets

W3schools