MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 12: Zeile 12:
height: 190px !important;
height: 190px !important;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 0px 10px !important;
background-position: 0px 30px !important;
text-decoration: none;
text-decoration: none;
}
}

Version vom 26. Juli 2013, 12:03 Uhr

/* Logo */
#p-logo {
	position: absolute;
	top: -180px;
	right: 0;
	width: 10em;
	height: 180px !important;
}
#p-logo a {
	display: block;
	width: 10em;
	height: 190px !important;
	background-repeat: no-repeat;
	background-position: 0px 30px !important;
	text-decoration: none;
}