MediaWiki:Common.css

Aus Joachim Camerarius (1500-1574)
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
@import url('/index.php?title=MediaWiki:CustomNavbar.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomDrilldown.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:LandingPage.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomListWidget.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:Einfuehrung.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomCommentStream.css&action=raw&ctype=text/css');

/***** Global *****/
/**** Font ****/
/* Font Start */
body {
  font-size: 100% !important;
  font-family: Noto Sans, sans-serif;
  line-height: 1.6;
  font-size: 170%
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2')
}

@font-face {
	font-family: Montserrat;
	src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2')
}

@font-face {
	font-family: 'Open Sans';
	src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2')
}
/* Font End */
/*** Footer ***/
/* Footer Start */
#footer {
  padding-bottom: 1rem !important;
}

#footer .container-fluid .row {
  justify-content: center;
}

#siteSub, #contentSub {
  display: none !important;
}
/* Footer End */

.label-container,
ul:empty {
	visibility: hidden
}

#drilldown-categories-tabs-wrapper,
#footer-places-about,
#mw-searchoptions,
#pt-mytalk,
.collapsedDesc,
.hide,
.mw-category-generated,
.mw-createacct-benefits-container,
.mw-search-createlink,
.mw-search-profile-tabs,
.private,
.timeline-wrapper,
.tweeki-username,
table.drilldownInfo>tbody>tr>th>span {
	display: none
}

.mw-numlink {
	display: inline
}

#drilldown-switch i,
#return-to-top i {
	font-family: FontAwesome !important
}

#sfForm .select2-container-multi .select2-choices {
	min-height: 60px
}

.pseudoheading2 {
	font-weight: 700;
	font-size: 150%
}

.pseudoheading3 {
	font-weight: 700;
	font-size: 125%
}

.collapsibleDesc:hover {
	cursor: pointer;
	text-decoration: underline
}

@-webkit-keyframes text-blur-out {
	0% {
		-webkit-filter: blur(.01);
		filter: blur(.01)
	}

	100% {
		-webkit-filter: blur(20px) opacity(0);
		filter: blur(20px) opacity(0)
	}
}

@keyframes text-blur-out {
	0% {
		-webkit-filter: blur(.01);
		filter: blur(.01)
	}

	100% {
		-webkit-filter: blur(20px) opacity(0);
		filter: blur(20px) opacity(0)
	}
}

@keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.card-0,
.card-1,
.drilldown-results .mw-spcontent h3 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: .3s cubic-bezier(.25, .8, .25, 1)
}

.cs-comments:hover,
.card-1:hover,
.card-4,
div.drilldown-filter:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}
.button-wrapper {
	width: 300px;
	margin: 0 auto;
	display: block
}

.yearly-list-header {
	background-color: rgba(153, 187, 255, .6);
	padding-bottom: 10px;
	padding-top: 10px
}

.structuredList h1 {
	background: rgba(153, 187, 255, .5)
}

.structuredList h2 {
	background: rgba(153, 187, 255, .25)
}

.hoverList ul>li {
	transition: opacity .2s ease-in-out
}

.hoverList .card-1 {
  margin-bottom: 1rem;
}

.sticky-table {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 10px
}

#section01 a {
	padding-top: 60px
}

#section01 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: 2s infinite sdb01;
	animation: 2s infinite sdb01;
	box-sizing: border-box
}

@-webkit-keyframes sdb01 {

	0%,
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0)
	}

	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px)
	}
}

@keyframes sdb01 {

	0%,
	40% {
		transform: rotate(-45deg) translate(0, 0)
	}

	20% {
		transform: rotate(-45deg) translate(-10px, 10px)
	}
}

.grid-divider>[class*=col-] {
	position: static
}

.grid-divider>[class*=col-]:nth-child(n+2):before {
	content: "";
	border-left: 1px solid #ddd;
	position: absolute;
	top: 0;
	bottom: 0
}

.col-padding {
	padding: 0 15px
}

.card-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.card-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.card .heading {
	position: relative;
	height: 80px;
	color: #fffff
}

.card .heading h1 {
	position: absolute;
	bottom: 16px;
	left: 16px;
	font-size: 24px
}

.desc-card {
	background-color: rgba(216, 218, 220, .3)
}

.label-container {
	position: fixed;
	bottom: 48px;
	right: 105px;
	display: table
}

.label-arrow,
.label-text {
	display: table-cell;
	vertical-align: middle
}

.label-text {
	color: #fff;
	background: rgba(51, 51, 51, .5);
	padding: 10px;
	border-radius: 3px
}

.label-arrow {
	color: #333;
	opacity: .5
}

.btn-float {
	z-index: 999;
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: rgba(0, 107, 153, .7);
	color: #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: none;
	-webkit-transition: .3s linear;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#cs-comments,
.btn-feedback {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.btn-float:hover {
	background-color: #006b99;
	cursor: pointer
}

.btn-float:hover .fa-chevron-up {
	transform: translateY(-5px)
}

.my-float {
	font-size: 24px;
	margin-top: 18px
}

a.btn-float+div.label-container {
	visibility: hidden;
	opacity: 0;
	transition: visibility, opacity .5s
}

a.btn-float:hover+div.label-container {
	visibility: visible;
	opacity: 1
}

.sticky-button {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateX(-35%) rotate(-90deg)
}

.btn-feedback {
	background-color: #006b99;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 4px;
	border-color: #46b8da;
	opacity: .5;
	outline: 0
}

.btn-feedback:hover {
	opacity: 1;
	color: #fff;
	text-decoration: none !important
}

.btn-feedback:active,
.btn-feedback:link,
.btn-feedback:visited {
	text-decoration: none !important;
	color: #fff !important
}

.wikitable {
	background-color: #f8f9fa;
	color: #222;
	margin: 1em 0;
	border: 1px solid #a2a9b1;
	border-collapse: collapse
}

.wikitable>*>tr>td,
.wikitable>*>tr>th,
.wikitable>tr>td,
.wikitable>tr>th {
	border: 1px solid #a2a9b1;
	padding: .2em .4em
}

.wikitable>*>tr>th,
.wikitable>tr>th {
	background-color: #eaecf0;
	text-align: center
}

.wikitable>caption {
	font-weight: 700
}

@media screen and (max-width:600px) {
	.wikitable {
		border: 0
	}

	.wikitable caption {
		font-size: 1.3em
	}

	.wikitable th {
		display: block;
		width: 100%;
		border: 0 !important
	}

	.wikitable td,
	.wikitable tr {
		border-bottom: 1px solid #ddd;
		display: block
	}

	.wikitable td {
		font-size: .8em;
		text-align: left;
		word-wrap: anywhere
	}

	.wikitable td::before {
		content: attr(data-label);
		float: left;
		font-weight: 700;
		text-transform: uppercase
	}

	.wikitable td:last-child {
		border-bottom: 0
	}

	.wikitable td:nth-of-type(odd) {
		font-weight: 700
	}
}

.tab-pane {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px
}

.alert-small {
	width: 50%;
	margin: 0 auto
}

.maps-map {
	margin-bottom: 20px
}

.timeline-wrapper h2 {
	text-align: center !important
}

.timelineInnerWrapper {
	margin-top: 20px;
	margin-bottom: 20px
}

.cardTitle {
	background-color: #d3d3d3;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px
}