MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Coldwar Games
| Zeile 10: | Zeile 10: | ||
.navbar-default { | .navbar-default { | ||
/* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */ | /* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */ | ||
| − | background-image: linear-gradient(to bottom,# | + | background-image: linear-gradient(to bottom,#9fcce9 0,#5396c3 80%); |
} | } | ||
#contentwrapper { | #contentwrapper { | ||
Version vom 13. Dezember 2018, 08:25 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.navbar-brand img {
height: 70px;
width: 160px;
}
.navbar {
min-height: 85px;
vertical-align:baseline;
}
.navbar-default {
/* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
background-image: linear-gradient(to bottom,#9fcce9 0,#5396c3 80%);
}
#contentwrapper {
padding-top: 100px;
}
/* Other stuff
#mw-head {
line-height: 80px;
}
end of other stuff*/
