MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(25 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
. | #content h2 { font-family: "Arial"; } | ||
/* Vector Theme add Logo */ | |||
.mw-logo { | |||
position: relative; | |||
} | |||
.mw-logo-icon { | |||
width: 30px; | |||
height: 30px; | |||
} | |||
.mw-logo:before { | |||
content: ''; | |||
background-image: url(https://dev.atterwiki.hoamatcloud.at/atterwiki.png); | |||
width: 80px; | |||
height: 40px; | |||
background-repeat: no-repeat; | |||
position: absolute; | |||
top: -15px; | |||
left: -5px; | |||
} | |||
.mw-logo-wordmark { | |||
display: none!important; | |||
} | |||
/* Minerva mobile Theme add logo */ | |||
.minerva-header .branding-box { | |||
content: ''; | |||
background-image: url(https://dev.atterwiki.hoamatcloud.at/atterwiki.png); | |||
width: 120px; | |||
height: 30px; | |||
background-repeat: no-repeat; | |||
} | |||
.minerva-header .branding-box a span { | |||
display: none!important; | |||
} | } |
Aktuelle Version vom 17. Juli 2023, 20:58 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #content h2 { font-family: "Arial"; } /* Vector Theme add Logo */ .mw-logo { position: relative; } .mw-logo-icon { width: 30px; height: 30px; } .mw-logo:before { content: ''; background-image: url(https://dev.atterwiki.hoamatcloud.at/atterwiki.png); width: 80px; height: 40px; background-repeat: no-repeat; position: absolute; top: -15px; left: -5px; } .mw-logo-wordmark { display: none!important; } /* Minerva mobile Theme add logo */ .minerva-header .branding-box { content: ''; background-image: url(https://dev.atterwiki.hoamatcloud.at/atterwiki.png); width: 120px; height: 30px; background-repeat: no-repeat; } .minerva-header .branding-box a span { display: none!important; }