MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:


.firstHeading {
.firstHeading {
font-size: 32pt;
    font-size: 32pt;
line-height: 32pt;
    line-height: 32pt;
}
}


h2 {
h2 {
font-size: 22pt;
    font-size: 22pt;
}
}


h3 {
h3 {
font-size: 17pt;
    font-size: 17pt;
}
}


h4, h5, h6 {
h4, h5, h6 {
font-size: 14pt;
    font-size: 14pt;
}
}


p {
p {
font-size: 12pt;
    font-size: 12pt;
line-height: 17pt;
    line-height: 17pt;
}
 
.wikitable, .mw_metadata {
    width: 30em;
    font-size: 90%;
    border: 1px solid #aaaaaa;
    background-color: #e20020;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align:left;
}
}