MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
(Formate für Paragrafen und DS-GVO Inhaltsverzeichnis hinzugefügt)
(Anpassung Logo-Formatierung, Formate Überschriften)
Zeile 65: Zeile 65:


/* formatting for the logo */
/* formatting for the logo */
#p-logo { padding-top: 20px; }
#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 */
/* formatting the footer */
Zeile 97: Zeile 109:
.art-abs {
.art-abs {
     font-size: 1.2em;
     font-size: 1.2em;
     line-height: 2.2em;
     line-height: 1.5em;
    padding: 1.3em 0 0 0;
     font-weight: bold;
     font-weight: bold;
}
}
Zeile 103: Zeile 116:
.art-tit {
.art-tit {
     font-size: 1.1em;
     font-size: 1.1em;
     line-height: 2.7em;
     line-height: 1.5em;
    padding: 1.3em 0;
     font-weight: bold;
     font-weight: bold;
}
}


.art-eg {
.art-eg {
     font-size: 1.3em;
     font-size: 1.2em;
     font-weight: bold;
     font-weight: bold;
     padding-top: 1.0em;
     padding-top: 1.5em;
}
}