| No edit summary | No edit summary | ||
| (19 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| /* BlueSpiceCalumma */ | |||
| .bs-custom-menu-header-container {background-color: #34464B;} | |||
| .bs-custom-menu-header-container {background-color: # | .wrapper .navigation-main, header .bs-featured-actions .dropdown.open .dropdown-menu {background-color: #7c9ba4;} | ||
| .wrapper .navigation-main, header .bs-featured-actions .dropdown.open .dropdown-menu {background-color: # | .bs-custom-menu-header-container .bs-custom-menu.header a:hover {background-color: #7c9ba4;} | ||
| .bs-custom-menu-header-container .bs-custom-menu.header a {color: # | |||
| body.mediawiki .bs-logo a {background-size: 220px; -webkit-filter: drop-shadow( -1px 1px 0px #333 );filter: drop-shadow( -1px 1px 0px #333 );} | body.mediawiki .bs-logo a {background-size: 220px; -webkit-filter: drop-shadow( -1px 1px 0px #333 );filter: drop-shadow( -1px 1px 0px #333 );} | ||
| /* Fix z-index for dropdowns, e.g. on Special:Nuke */ | |||
| .oo-ui-menuSelectWidget { | |||
| 	z-index:21; | |||
| } | |||
| /*box for subpages */ | /*box for subpages */ | ||
| .mw-prefixindex-body {-moz-columns:unset; -webkit-columns:unset; columns:unset; background: #efefef; padding: 15px;} | .mw-prefixindex-body {-moz-columns:unset; -webkit-columns:unset; columns:unset; background: #efefef; padding: 15px;} | ||
| /*  | /* Templates */ | ||
| /* Template:GoTeachWiki/Foot */ | |||
| table.chapterfoot {border:1px solid  #fbedbd;} | |||
| .chapterfoot th {background: #fbedbd; padding:10px;} | |||
| .chapterfoot td {background: #fff7da; padding: 10px;} | |||
| /* Template:ChapterList */ | |||
| body.mediawiki div.chapterlist [class^="mw-content-"] ol ol { | body.mediawiki div.chapterlist [class^="mw-content-"] ol ol { | ||
|      margin: 0 0 0 1em; |      margin: 0 0 0 1em; | ||
| } | } | ||
| /*  | /* Landing page */ | ||
| .landingpage-banner, | .landingpage-banner, | ||
| .landingpage-banner a.image { | .landingpage-banner a.image { | ||
| Line 33: | Line 36: | ||
| 	width: 100%; | 	width: 100%; | ||
| 	height: auto; | 	height: auto; | ||
| } | |||
| .landing-page-text { | |||
| 	padding: 2em 0; | |||
| } | } | ||
| .landing-page-text p { | .landing-page-text p { | ||
| 	font-size: 1. | 	font-size: 1.2rem; | ||
| 	line-height: 1; | 	line-height: 1; | ||
| } | |||
| .landingpage-cards > div { | |||
| 	margin-bottom: 2em; | |||
| } | } | ||
| .landingpage-cards > div a, | .landingpage-cards > div a, | ||
| Line 45: | Line 54: | ||
| .landingpage-cards > div a img, | .landingpage-cards > div a img, | ||
| .landingpage-footer > div a img { | .landingpage-footer > div a img { | ||
| 	width: 100%; | |||
| 	max-width: 100%; | 	max-width: 100%; | ||
| 	height:auto; | 	height:auto; | ||
| } | } | ||
| .landingpage-footer { | .landingpage-footer > div { | ||
| 	background-color: # | 	margin: 1em 0; | ||
| } | |||
| .landingpage-cards > div { | |||
| 	max-height: unset; | |||
| } | |||
| .landingpage-cards > div > p { | |||
| 	background-color: #34464B; | |||
| 	height: 100%; | |||
| } | } | ||
| .landingpage-cards > div a + a { | .landingpage-cards > div a + a { | ||
| 	color: #ffffff!important; | |||
| 	display: block; | |||
| 	width: 100%; | |||
| 	height: 3em; | |||
| 	text-align: center; | 	text-align: center; | ||
| 	padding: 1em; | 	padding: 1em; | ||
| } | } | ||
Latest revision as of 16:37, 14 December 2021
/* CSS placed here will be applied to all skins */
/* BlueSpiceCalumma */
.bs-custom-menu-header-container {background-color: #34464B;}
.wrapper .navigation-main, header .bs-featured-actions .dropdown.open .dropdown-menu {background-color: #7c9ba4;}
.bs-custom-menu-header-container .bs-custom-menu.header a:hover {background-color: #7c9ba4;}
body.mediawiki .bs-logo a {background-size: 220px; -webkit-filter: drop-shadow( -1px 1px 0px #333 );filter: drop-shadow( -1px 1px 0px #333 );}
/* Fix z-index for dropdowns, e.g. on Special:Nuke */
.oo-ui-menuSelectWidget {
	z-index:21;
}
/*box for subpages */
.mw-prefixindex-body {-moz-columns:unset; -webkit-columns:unset; columns:unset; background: #efefef; padding: 15px;}
/* Templates */
/* Template:GoTeachWiki/Foot */
table.chapterfoot {border:1px solid  #fbedbd;}
.chapterfoot th {background: #fbedbd; padding:10px;}
.chapterfoot td {background: #fff7da; padding: 10px;}
/* Template:ChapterList */
body.mediawiki div.chapterlist [class^="mw-content-"] ol ol {
    margin: 0 0 0 1em;
}
/* Landing page */
.landingpage-banner,
.landingpage-banner a.image {
	width: 100%;
}
.landingpage-banner a.image img {
	width: 100%;
	height: auto;
}
.landing-page-text {
	padding: 2em 0;
}
.landing-page-text p {
	font-size: 1.2rem;
	line-height: 1;
}
.landingpage-cards > div {
	margin-bottom: 2em;
}
.landingpage-cards > div a,
.landingpage-footer > div a {
	max-width: 100%;
	display: block;
}
.landingpage-cards > div a img,
.landingpage-footer > div a img {
	width: 100%;
	max-width: 100%;
	height:auto;
}
.landingpage-footer > div {
	margin: 1em 0;
}
.landingpage-cards > div {
	max-height: unset;
}
.landingpage-cards > div > p {
	background-color: #34464B;
	height: 100%;
}
.landingpage-cards > div a + a {
	color: #ffffff!important;
	display: block;
	width: 100%;
	height: 3em;
	text-align: center;
	padding: 1em;
}