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. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#p-logo {
#p-logo {
     height: 190px !important;
     height: 170px !important;
     left: 0;
     left: 0;
     position: absolute;
     position: absolute;
     top: -160px;
     top: -170px !important;
     width: 10em;
     width: 10em;
}
}
Zeile 11: Zeile 11:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     display: block;
     display: block;
     height: 190px;
     height: 170px;
     text-decoration: none;
     text-decoration: none;
     width: 10em;
     width: 10em;
}
}

Version vom 26. Juli 2013, 12:50 Uhr

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