MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
display: block;
 
display: block;
 
height: 250px;
 
height: 250px;
width: 12.2em;
+
width: 12.5em;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-position: 35% 50% !important;
 
background-position: 35% 50% !important;
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}

Version vom 14. Mai 2020, 20:41 Uhr

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

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