mebis/moodle: ein Glossar je nach Anzeigenformat mit CSS anpassen

Anpassen von "Wörterbuch (ohne Synonyme)" mit .glossarypost.continuous :


.glossarypost.continuous hr {
display: none;
}

.glossarypost.continuous {
margin-bottom: 18px;
padding: 4px;
width: 90%;
border-radius: 12px;
border: 1px solid #f0f7ff;
box-shadow: silver 4px 4px 4px;
}

.glossarypost.continuous h4 {
color: #00a8d5;
padding: 4px;
background-color: #f0f7ff;
border-radius: 12px;
}

.glossarycategoryheader h3 {
background-color: #00a8d5;
color: #fff;
padding: 4px;
}

"Häufig gestellte Fragen" zum Beispiel mit .glossarypost.faq

usw...