MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Coldwar Games
| Zeile 11: | Zeile 11: | ||
/* 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,#fff 0,#f8f8f8 100%); | background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); | ||
| + | } | ||
| + | #mw-head { | ||
| + | line-height: 40px; | ||
} | } | ||
Version vom 13. Dezember 2018, 00:15 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.navbar-brand img {
height: 80px;
width: 80px;
}
.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,#fff 0,#f8f8f8 100%);
}
#mw-head {
line-height: 40px;
}
