MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Krötenwanderung
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 23: Zeile 23:
display:block;
display:block;
margin-top:50px;
margin-top:50px;
margin-bottom:150px;
margin-bottom:100px;
}
}



Version vom 6. Oktober 2024, 20:19 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;
}

#maincontentwrapper {
  margin-top: 100px;
}

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

.navbar-brand {
text-align:center;
width:100%;
display:block;
margin-top:50px;
margin-bottom:100px;
}

.navbar-brand img {
  height: auto;
max-width:700px;
}

.navbar > .container {
display:block;
}