MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Leonie (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Leonie (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 19: | Zeile 19: | ||
.title { | .title { | ||
font-size: 25px; | font-size: 25px; | ||
color: # | color: #000000; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
Version vom 18. Januar 2021, 11:10 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
a:visited
{
color: red;
}
.main-box{
border-style: solid;
border-width:1px;
border-color: #DDDDE3;
padding: 5px;
padding-bottom: 10px;
margin-bottom: 10px;
}
/*Titel */
.title {
font-size: 25px;
color: #000000;
font-weight: normal;
}