Technik Wiki
Advertisement

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
/* Links zu den Bildern, damit diese nicht als unbenutzt gekennzeichnet werden.
[[Datei:FD Sandstein (dunkel).png]] [[Datei:FD Sandstein (hell).png]]
[[Datei:FD Stein (dunkel).png]] [[Datei:FD Stein (hell).png]]
[[Datei:FD Tiefenschiefer.png]]
[[Datei:FD Übergang.png]]
[[Datei:FD Sterne.png]]
*/
.skin-fandomdesktop.theme-fandomdesktop-light {
	--theme-body-background-image: url(https://static.wikia.nocookie.net/technic_de_gamepedia/images/b/be/FD_Stein_%28hell%29.png/revision/latest?format=original) !important;
	--mcw-cloud-base: url(https://static.wikia.nocookie.net/technic_de_gamepedia/images/a/ad/Clouds-distance2.png/revision/latest?format=original) right 6px repeat-x;
	--mcw-sandstone-base: url(https://static.wikia.nocookie.net/technic_de_gamepedia/images/1/11/FD_Sandstein_%28hell%29.png/revision/latest?format=original);
	--mcw-header-background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 10%) 54%, rgba(255, 255, 255, 0) 20%), var(--mcw-sandstone-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 58%, #e3e3e3 58%, #cbd9e7 70%, #8dbde9 90%);
	--mcw-header-background-small-screen: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 10%) 51%, rgba(255, 255, 255, 0) 20%), var(--mcw-sandstone-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 54%, #e3e3e3 54%, #cbd9e7 70%, #8dbde9 90%);
	--mcw-deepslate: url(https://static.wikia.nocookie.net/technic_de_gamepedia/images/d/d9/FD_Tiefenschiefer.png/revision/latest?format=original);
	--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/technic_de_gamepedia/images/b/b3/FD_%C3%9Cbergang.png/revision/latest?format=original);
}
.skin-fandomdesktop.theme-fandomdesktop-dark {
	--theme-body-background-image: url(https://static.wikia.nocookie.net/technic_de_gamepedia/images/d/d3/FD_Stein_%28dunkel%29.png/revision/latest?format=original) !important;
	--mcw-cloud-base: url(https://static.wikia.nocookie.net/technic_de_gamepedia/images/1/18/FD_Sterne.png/revision/latest?format=original) right 0 repeat-x;
	--mcw-sandstone-base: url(https://static.wikia.nocookie.net/technic_de_gamepedia/images/6/64/FD_Sandstein_%28dunkel%29.png/revision/latest?format=original);
	--mcw-header-background: var(--mcw-sandstone-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 58%, #0e0e0f 58%, #090913 70%, #06050f 90%);
	--mcw-header-background-small-screen: var(--mcw-sandstone-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 54%, #0e0e0f 54%, #090913 70%, #06050f 90%);
}

html body.skin-fandomdesktop {
	background: var(--theme-body-background-image), var(--theme-body-background-color);
	background-position: 66px top;
	background-size: 40px;
	position: relative;
}
html body.skin-fandomdesktop:before {
	background: var(--mcw-deepslate-transition) repeat-x;
	background-position: 66px top;
	background-size: 40px;
	content: "";
	height: calc(50% + 35px);
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
html body.skin-fandomdesktop:after {
	background: var(--mcw-deepslate);
	background-position: 66px top;
	background-size: 40px;
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.fandom-community-header__background {
	background: var(--mcw-header-background);
	width: calc(100% - 66px);
	height: 290px;
	position: absolute;
	background-size: 160px !important;  /* Force background to repeat horizontally */
	background-position: bottom left !important;  /* Force background to repeat horizontally */
	background-repeat: repeat-x;
}
@media only screen and (max-width: 1279px) {
	.fandom-community-header__background {
		background: var(--mcw-header-background-small-screen);
		background-repeat: repeat-x;
		height: 310px;
	}
}
.fandom-community-header__background:before {
	background: var(--mcw-cloud-base);
}
.theme-fandomdesktop-dark .fandom-community-header__background:before {
	background-size: 250px;
}

/* Key stylings */
kbd {
	font-size: 80%;
	font-family: inherit;
	font-weight: 500 !important;
	border: 1px solid;
	border-radius: 2px;
	padding: 0.1em 0.4em;
	text-align: center;
}
.theme-fandomdesktop-light kbd {
	color: #222;
	background-color: #f8f9fa;
	border-color: #c8ccd1;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2), 0 0 0 2px #fff inset;
	text-shadow: 0 1px 0 #fff;
}
.theme-fandomdesktop-dark kbd {
	color: #eee;
	background-color: #383838;
	border-color: #1E1E1E;
	box-shadow: 0 1px 0 rgb(0 0 0 / 20%), 0 0 0 2px #444 inset;
	text-shadow: 0 1px 0 #444;
}


/*** Fehlerkorrekturen ***/
/* Invslot */
.invslot-item {
	box-sizing: content-box;
}
.page-content p {
	margin: 0.5em 0;
}
.article-table-wrapper {
	overflow-x: inherit;
}
.wikitable tr td {
	background-color: white;
}
.wikitable tr th {
	text-align: center;
}
.theme-fandomdesktop-dark .wikitable tr td:not(.technik-liste-header):not(.technik-liste-content) {
	background-color: #4B4C4A;
}
.tw-section .article-table-wrapper {
	background: #E5DAA6;
}
.theme-fandomdesktop-dark .tw-section .article-table-wrapper {
	background: #66604A;
}
.invslot-stacksize {
	line-height: 1.3;
}
Advertisement