MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
     left: 0;
     left: 0;
     position: absolute;
     position: absolute;
     top: -170px !important;
     top: -160px !important;
     width: 10em;
     width: 10em;
}
}

Version vom 26. Juli 2013, 11:53 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#p-logo {
    height: 170px !important;
    left: 0;
    position: absolute;
    top: -160px !important;
    width: 10em;
}
#p-logo a {
    background-position: center 30px !important;
    background-repeat: no-repeat;
    display: block;
    height: 170px;
    text-decoration: none;
    width: 10em;
}