MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus mention Software Wiki
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
  
 
div#mw-panel {
 
div#mw-panel {
top: 20px !important;
+
top: 80px !important;
  
 
}
 
}

Version vom 20. August 2026, 13:38 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/*
#p-logo {
   height: 100px !important;
   top: -140px !important;
}
*/

div#mw-panel {
top: 80px !important;

}


.mw-wiki-logo {
    background-size: contain !important;
    background-position: center left !important;
    width: 150px !important;   /* Gewünschte Breite anpassen */
    height: 96px !important;  /* Gewünschte Höhe anpassen */
}