MediaWiki:Common.css: Unterschied zwischen den Versionen

Fix Anzeige lit in englischer Sprache
Keine Bearbeitungszusammenfassung
(Fix Anzeige lit in englischer Sprache)
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 64: Zeile 64:
td.level5:after {' '; }
td.level5:after {' '; }


#p-logo { padding-top: 20px; }
/* formatting for the logo */
#p-logo {
    height: 85px;
    width: 135px;
    padding: 55px 0 0 8px;
}
 
#p-logo a,
#p-logo a:hover {
    display: block;
    height: 85px;
    width: 135px;
    background-repeat: no-repeat;
}
 
/* formatting the footer */
#footer-operatedbyico a{
    padding-left: 5px;
    padding-right: 5px; 
}
 
/* create a letter list like a), b) etc. for using in paragraphs */
ol.lit {
    counter-reset: alpha;
}
 
ol.lit li {
    list-style: none;
    position: relative;
}
 
ol.lit > li:before {
    counter-increment: alpha;
    content:"" counter(alpha, lower-alpha)") ";
    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;
}
 
/* format articles and reasons */
.art-kap {
    font-size: 1.3em;
    font-weight: bold;
}
 
.art-abs {
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 1.3em 0 0 0;
    font-weight: bold;
}
 
.art-tit {
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 1.3em 0;
    font-weight: bold;
}
 
.art-eg {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 1.5em;
}
 
/* formatting table DS-GVO full content */
.gvo td {
    border-bottom: 1px solid #c4c4c4;
    padding: 2px;
}
 
.gvo tr:hover {
    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