MediaWiki:Common.css: Unterschied zwischen den Versionen

Fix Anzeige lit in englischer Sprache
(Anpassung Logo-Formatierung, Formate Überschriften)
(Fix Anzeige lit in englischer Sprache)
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
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;
}
 
ol.liten {
    counter-reset: alphaen;
}
 
ol.liten li {
    list-style: none;
    position: relative;
}
 
ol.liten > li:before {
    counter-increment: alphaen;
    content:"(" counter(alphaen, lower-alpha)") ";
    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 174:
.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;
}
}
64

Bearbeitungen