MediaWiki:Common.css: Unterschied zwischen den Versionen

Formate für Paragrafen und DS-GVO Inhaltsverzeichnis hinzugefügt
Keine Bearbeitungszusammenfassung
(Formate für Paragrafen und DS-GVO Inhaltsverzeichnis hinzugefügt)
Zeile 64: Zeile 64:
td.level5:after {' '; }
td.level5:after {' '; }


/* formatting for the logo */
#p-logo { padding-top: 20px; }
#p-logo { padding-top: 20px; }


/* formatting the footer */
#footer-operatedbyico a{
#footer-operatedbyico a{
  padding-left: 5px;
    padding-left: 5px;
  padding-right: 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)") ";
    margin-left: -1.5em !important; margin-left: -2.0 em;
}
 
/* format articles and reasons */
.art-kap {
    font-size: 1.3em;
    font-weight: bold;
}
 
.art-abs {
    font-size: 1.2em;
    line-height: 2.2em;
    font-weight: bold;
}
 
.art-tit {
    font-size: 1.1em;
    line-height: 2.7em;
    font-weight: bold;
}
 
.art-eg {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 1.0em;
}
 
/* formatting table DS-GVO full content */
.gvo td {
    border-bottom: 1px solid #c4c4c4;
    padding: 2px;
}
 
.gvo tr:hover {
    background-color: #e0e0e0;
}
}
2.817

Bearbeitungen