MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Krötenwanderung
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:
#footer {
#footer {
background-color: transparent !important;
background-color: transparent !important;
}
.navbar-brand img {
  height: 200px;
  margin-top: -10px;
}
}

Version vom 6. Oktober 2024, 17:02 Uhr

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

body {
background:url(/images/d/d8/Bg.svg) no-repeat;
background-attachment:fixed;
}

#mw-navigation {
background-color:transparent !important;
margin-top: 100px;
margin-left: 270px;
}

#maincontentwrapper {
  margin-top: 100px;
}

#footer {
background-color: transparent !important;
}

.navbar-brand img {
  height: 200px;
  margin-top: -10px;
}