Hinweis: Sie sind auf den Seiten der Moodle 1.9 Dokumentation. Die Dokumentation der aktuellsten Moodle-Version finden Sie hier: CSS styles moz.css.

CSS styles moz.css

Aus MoodleDocs
Wechseln zu:Navigation, Suche

Diese CSS-Datei beinhaltet die nicht standardisierten Mozilla CSS-Erweiterungen, um runde Ecken zum aktuellen Design hinzuzufügen. Die Styles sind folgendermaßen gruppiert: core, header, footer, admin, blocks, calendar, course, doc, login, message, tabs, user, sowie diverse Module.

Core

.headingblock {
 -moz-border-radius:3px;
}
.notifyproblem {
 -moz-border-radius:10px;
}
.notifysuccess {
 -moz-border-radius:10px;
}
.generalbox {
 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright:3px;
 -moz-border-radius-bottomleft:15px;
 -moz-border-radius-bottomright:15px;
}
.generalboxcontent {
 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright:3px;
 -moz-border-radius-bottomleft:15px;
 -moz-border-radius-bottomright:15px;
}
.noticebox {
 -moz-border-radius:5px;
}
.informationbox {
 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright:3px;
 -moz-border-radius-bottomleft:15px;
 -moz-border-radius-bottomright:15px;
}
.informationboxcontent {
 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright:3px;
 -moz-border-radius-bottomleft:15px;
 -moz-border-radius-bottomright:15px;
}
.sitetopiccontent {
 -moz-border-radius:15px;
}
.headingblock {
 -moz-border-radius:3px;
}
.categorybox, .categoryboxcontent, 
.coursebox, .courseboxcontent {
 -moz-border-radius:20px;
}



/* enthalten zur Rückwärtskompatibilität nicht-standardkonformer Module, welche diese Klassen verwenden */

.generaltab, .generaltabinactive{
 -moz-border-radius-topleft:15px;
 -moz-border-radius-topright:15px;
}
.generaltabselected {
 -moz-border-radius-topleft:15px;
 -moz-border-radius-topright:15px;
}

Blocks

.sideblock.hidden {
 -moz-border-radius: 0px;
}
.sideblock .content {
 -moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:20px;
}
.block_course_summary, .block_course_summary .content {
 -moz-border-radius:20px;
}
.editing .block_course_summary .content {
 -moz-border-radius-topleft:0;
 -moz-border-radius-topright:0;
}

Calendar

#calendar .eventlist .event {
 -moz-border-radius-bottomleft:15px;
 -moz-border-radius-bottomright:15px;
}
#calendar .eventlist .event .side {
 -moz-border-radius-bottomleft:15px;
}
#calendar .eventlist .event .description {
 -moz-border-radius-bottomright:15px;
}
#calendar .maincalendar,
#calendar .sidecalendar
{
 -moz-border-radius-bottomright:20px;
 -moz-border-radius-bottomleft:20px;
}
#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.sideblock.block_calendar_month .filters table
{
 -moz-border-radius:4px;
}
table.minicalendar {
 -moz-border-radius:10px;
}
table.minicalendar td {
 -moz-border-radius:4px;
}

Course

body#course-user .section {
 -moz-border-radius:20px;
}

Login

.loginbox {
 -moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:20px;
}
.loginbox .content.left {
 -moz-border-radius-bottomleft:20px;
}
.loginbox .content.right {
 -moz-border-radius-bottomright:20px;
}

User

.userinfobox {
 -moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:20px;
}
.groupinfobox {
 -moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:20px;
}
#user-view .left {
 -moz-border-radius-bottomleft:20px;
}

Modules: Forum

.forumpost {
 -moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:20px;
}
.forumpost .side {
 -moz-border-radius-bottomleft:20px;
}
.forumpost .content {
 -moz-border-radius-bottomright:20px;
}
.forumpost .message {
 -moz-border-radius-bottomright:20px;
}


Modules: Glossary

.categoryheader {
 -moz-border-radius-topleft:15px;
 -moz-border-radius-topright:15px;
}
.glossaryformatheader {
 -moz-border-radius-topleft:15px;
 -moz-border-radius-topright:15px;
}
.entryboxheader {
 -moz-border-radius-topleft:10px;
 -moz-border-radius-topright:10px;
}
.entrybox {
 -moz-border-radius-bottomleft:10px;
 -moz-border-radius-bottomright:10px;
}
.glossarypost {
 -moz-border-radius-bottomleft:15px;
 -moz-border-radius-bottomright:15px;
}
.glossarypost .side {
 -moz-border-radius-bottomleft:15px;
}
.encyclopedia .entrylowersection {
 -moz-border-radius-bottomright:15px;
}
.glossarycomment {
 -moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:20px;
}
.glossarycomment .side {
 -moz-border-radius-bottomleft:20px;
}
.glossarycomment .entry {
 -moz-border-radius-bottomright:20px;
}

Modules: Journal

#mod-journal-view .feedbackbox {
 -moz-border-radius-bottomleft:15px;
 -moz-border-radius-bottomright:15px;
}
#mod-journal-view .feedbackbox .side {
 -moz-border-radius-bottomleft:15px;
}
#mod-journal-view .feedbackbox .entrycontent {
 -moz-border-radius-bottomright:15px;
}