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

Theme reference: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
m (Reverted edit of Rembry1, changed back to last version by Btc97)
(Replaced content with "{{Moved_to_dev_docs}}")
 
(6 revisions intermèdies per 4 usuaris que no es mostren)
Línia 1: Línia 1:
This is a reference manual for the theme class and id values.  It is based on Moodle 1.54.  Please make a note for items that are 1.6, 1.7, 1.8, or 2.0 specific.
{{Moved_to_dev_docs}}
 
==Login Page==
 
*The main part of the page above the breadcrumb navigation.
 
div id = "page" - The background of the whole page.<br>
div id = "header" - The header section of the page.<br>
div class = "headermain"<br>
div class = "headermenu"<br>
div class = "logininfo"<br>
 
*The breadcrumb navigation.
 
table class = "navbar" - Box surrounding the naviational items.<br>
div class = "breadcrumb" - navigational breadcrumb text.<br>
div class = "navbutton" - drop down box for language selection.<br>
div class = "langmenu" - drop down box for language selection.<br>
 
*The actual content of the page
 
div id = "content"<br>
table class = "loginbox"<br>
div class = "header left"<br>
div class = "header right"<br>
td class = "content left"<br>
td class = "content right"<br>
 
<pre>
/* adds a background image to the content of the login box
  on both the right and left side */
.loginbox .content {
  border-color:#DDDDDD;
background-color: white;
background-image:url(gen_background2.jpg);
}
 
/* adds a background image to the header text
  above the login box on both the right and left side */
#content .header {
border-color: #dddddd; 
  background-color:#FCFCFC;
background-image: url(cellpic3.gif);
color: #dddddd;
}
</pre>
 
Note: There is class called "content" and there is an id callsed "content".  Make sure that you are referencing the correct one.
 
Note: "header" is a class name and an id name.  Be careful.
 
==Main Page==
 
===Course view===
 
===Category view===
 
==Course Page==
 
===Topic view===
 
===Week view===
 
===Social view===
 
==Calendar Page==
 
==Blog Page==
 
==Assignments Page==
 
==Chat Page==
 
==Choice Page==
 
==Forum Page==
 
==Glossary Page==
 
==Hot Pot==
 
==Lesson Page==
 
==Quiz Page==
 
==Resource Page==
 
==SCORM Page==
 
==Survey Page==
 
==Wiki Page==
 
==Workshop Page==

Revisió de 01:24, 23 juny 2011

This development related page is now located in the Dev docs.

See the Theme reference page in the Dev docs.