MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus mention Software Wiki
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
 
#p-logo {
 
#p-logo {
 
   top: -100px !important;
 
   top: -100px !important;
 +
  margin-right: auto !important;
 +
 
    
 
    
 
}
 
}

Version vom 20. August 2026, 15:47 Uhr

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


#p-logo {
  top: -100px !important;
  margin-right: auto !important;

  
}


div#mw-panel {
   top: 100px !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 */
}