MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Krötenwanderung
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
body {
body {
background:url(/images/d/d8/Bg.svg) no-repeat;
background:url(/images/d/d8/Bg.svg) no-repeat;
background-position:top;
//background-attachment:fixed;
//background-attachment:fixed;
}
}

Version vom 6. Oktober 2024, 20:22 Uhr

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

body {
background:url(/images/d/d8/Bg.svg) no-repeat;
background-position:top;
//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;
}