No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
/* Landign page */ | /* Landign page */ | ||
.landingpage-banner, | .landingpage-banner, | ||
.landingpage-banner a{ | .landingpage-banner a.image { | ||
width: 100%; | width: 100%; | ||
} | } | ||
.landingpage-banner a img { | .landingpage-banner a.image img { | ||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
Line 38: | Line 38: | ||
line-height: 1; | line-height: 1; | ||
} | } | ||
.landingpage-footer > div a { | .landingpage-cards, | ||
.landingpage-footer > div a.image { | |||
max-width: 100%; | max-width: 100%; | ||
} | } | ||
.landingpage-footer > div a img { | .landingpage-cards, | ||
.landingpage-footer > div a.image img { | |||
max-width: 100%; | max-width: 100%; | ||
height:auto; | height:auto; | ||
} | } |
Revision as of 12:56, 23 February 2021
/* CSS placed here will be applied to all skins */
table.chapterfoot {border:1px solid #fbedbd;}
.chapterfoot th {background: #fbedbd; padding:10px;}
.chapterfoot td {background: #fff7da; padding: 10px;}
.bs-custom-menu-header-container {background-color: #ffde6f;}
.wrapper .navigation-main, header .bs-featured-actions .dropdown.open .dropdown-menu {background-color: #34464b;}
.bs-custom-menu-header-container .bs-custom-menu.header a {color: #34464b;}
body.mediawiki .bs-logo a {background-size: 220px; -webkit-filter: drop-shadow( -1px 1px 0px #333 );filter: drop-shadow( -1px 1px 0px #333 );}
/*box for subpages */
.mw-prefixindex-body {-moz-columns:unset; -webkit-columns:unset; columns:unset; background: #efefef; padding: 15px;}
/*hide About BlueSpice */
a#n-bluespiceabout {display:none;}
/* tempate ChapterList */
body.mediawiki div.chapterlist [class^="mw-content-"] ol ol {
margin: 0 0 0 1em;
}
/* Fix z-index for dropdowns, e.g. on Special:Nuke */
.oo-ui-menuSelectWidget {
z-index:21;
}
/* Landign page */
.landingpage-banner,
.landingpage-banner a.image {
width: 100%;
}
.landingpage-banner a.image img {
width: 100%;
height: auto;
}
.landing-page-text p {
font-size: 1.9rem;
line-height: 1;
}
.landingpage-cards,
.landingpage-footer > div a.image {
max-width: 100%;
}
.landingpage-cards,
.landingpage-footer > div a.image img {
max-width: 100%;
height:auto;
}