MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
}
}
#p-logo a {
#p-logo a {
    background-position: center 5px !important;
      background-repeat: no-repeat;
    background-repeat: no-repeat;
     display: block;
     display: block;
     height: 170px;
     height: 170px;

Version vom 26. Juli 2013, 11: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-repeat: no-repeat;
    display: block;
    height: 170px;
    text-decoration: none;
    width: 10em;
}