MediaWiki:Common.css: Unterschied zwischen den Versionen

Formatierung Nummerierungen in Paragrafen
(Anpassung Logo-Formatierung, Formate Überschriften)
(Formatierung Nummerierungen in Paragrafen)
Zeile 98: Zeile 98:
     counter-increment: alpha;
     counter-increment: alpha;
     content:"" counter(alpha, lower-alpha)") ";
     content:"" counter(alpha, lower-alpha)") ";
     margin-left: -1.5em !important; margin-left: -2.0 em;
    display: inline-block;
    width: 2.0em;
     margin-left: -2.0em !important; margin-left: -2.0em;
}
 
/* format numbers */
ol.num {
    counter-reset: number;
    margin-left: 3.9em;
}
 
ol.num li {
    list-style: none;
    position: relative;
}
 
ol.num > li:before {
    counter-increment: number;
    content:"" counter(number)". ";
    display: inline-block;
    width: 2.0em;
    margin-left: -2.0em !important; margin-left: -2.0em;
}
}


Zeile 135: Zeile 156:
.gvo tr:hover {
.gvo tr:hover {
     background-color: #e0e0e0;
     background-color: #e0e0e0;
}
/* format title bdsg */
.p-teil {
    font-size: 1.2em;
    font-weight: bold;
}
.p-kap {
    font-size: 1.2em;
    padding: 0.5em 0 0 0;
    font-weight: bold;
}
.p-abs {
    font-size: 1.2em;
    padding: 0.5em 0 0 0;
    font-weight: bold;
}
.p-tit {
    font-size: 1em;
    padding: 1.5em 0 0 0;
    font-weight: bold;
}
}
2.817

Bearbeitungen