MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus mention Software Wiki
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
 
#p-logo {
 
#p-logo {
 
   height: 100px !important;
 
   height: 100px !important;
   top: 20px !important;
+
   top: -20px !important;
 
}
 
}
  

Version vom 20. August 2026, 13:10 Uhr

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

#p-logo {
   height: 100px !important;
   top: -20px !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 */
}