MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
(Created page with "CSS placed here will be applied to all skins: #p-logo a, #p-logo a:hover { display: block; height: 200px; width: 12.2em; background-repeat: no-repeat; background-po...")
 
Zeile 4: Zeile 4:
 
#p-logo a:hover {
 
#p-logo a:hover {
 
display: block;
 
display: block;
height: 200px;
+
height: 220px;
 
width: 12.2em;
 
width: 12.2em;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;

Version vom 14. Mai 2020, 21:40 Uhr

/* CSS placed here will be applied to all skins */

#p-logo a,
#p-logo a:hover {
	display: block;
	height: 220px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}