MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MAT - Bedienungsanleitung
Zur Navigation springen Zur Suche springen
 
(7 dazwischenliegende Versionen desselben Benutzers 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. */
 
#talk { display:none!important; }
 
#talk { display:none!important; }
 +
#ca-history { display:none!important; }
 +
#ca-viewsource { display:none!important; }
 +
#p-logo a,
 +
#p-logo a:hover {
 +
        margin-top: 30px;
 +
height: 68px;
 +
}
 +
#p-logo {
 +
        height: 68px;
 +
}

Aktuelle Version vom 29. Januar 2021, 13:49 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#p-logo a,
#p-logo a:hover {
        margin-top: 30px;
	height: 68px;
}
#p-logo {
        height: 68px;
}