MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Logo */
#p-logo {
#p-logo {
    height: 170px !important;
position: absolute;
    left: 0;
top: -170px !important;
    position: absolute;
right: 0;
    top: -160px !important;
width: 10em;
    width: 10em;
height: 160px;
}
}
#p-logo a {
#p-logo a {
    background-position: center 30px !important;
display: block;
    background-repeat: no-repeat;
width: 10em;
    display: block;
height: 160px;
    height: 170px;
background-repeat: no-repeat;
    text-decoration: none;
background-position: center center;
    width: 10em;
text-decoration: none;
}
}

Version vom 26. Juli 2013, 12:57 Uhr

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