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
/*
	Desktop - MediaWiki:Common.css
	Mobile - MediaWiki:Mobile.css
	Desktop and Mobile - MediaWiki:Gadget-site-styles.css
*/

/* Try to keep font style and width consistent across platforms */
body {
	font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
}

/** Misc stuff **/
/* Test für Navbar-Fix*/
.t-netbar .t-netbar-curseInfo {
	float: none;
}

/* Prevent page jump from the toolbar loading, doesn't affect people with the toolbar disabled */
#toolbar {
	height: 22px;
}

/* Collapsible elements ([[MediaWiki:Common.js]]) */
.collapsible.collapsed > tr:not(:first-child),
.collapsible.collapsed > tbody > tr:not(:first-child),
.collapsible.collapsed > thead + tbody > tr:first-child,
.collapsible.collapsed > tbody + tbody > tr:first-child,
.collapsible.collapsed > tfoot > tr,
.collapsible.collapsed > .collapsible-content {
	display: none;
}

.collapsetoggle {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	float: right;
	text-align: right;
	margin-left: 0.8em;
}
.collapsetoggle-left > tr > * > .collapsetoggle,
.collapsetoggle-left > * > tr > * > .collapsetoggle,
.collapsetoggle-left > * > .collapsetoggle {
	float: left;
	text-align: left;
	margin-right: 0.8em;
	margin-left: 0;
}
.collapse-button-none > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > .collapsetoggle {
	float: none;
	text-align:left;
}

.collapsetoggle-custom {
	visibility: hidden;
}

/* Scale file page image to the width of the page */
#file img {
	max-width: 100%;
	height: auto;
}

/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target { 
	background-color: #C1DAF2;
}

/* Style the sitenotice */
#siteNotice #localNotice,
#siteNotice .globalNotice,
.page-MediaWiki_Sitenotice .mw-content-ltr .mw-parser-output {
	background-color: #FFF;
	border: 1px solid #D3D3D3;
	margin-bottom: 12px;
	padding: 7px 10px;
	text-align: center;
}
.skin-hydradark #siteNotice #localNotice,
.skin-hydradark #siteNotice .globalNotice,
.skin-hydradark .page-MediaWiki_Sitenotice .mw-content-ltr .mw-parser-output {
	background-color: #282828;
	border-color: #444;
}

/* prevent sitenotice show/hide toggle from moving page contents down after pageload */
.globalNotice .globalNoticeDismiss {
	float: right;
}

/* Minecraft font */
@font-face {
	font-family: Minecraft;
	src: url("/media/hydra/fonts/minecraft.eot?#iefix"),
		 url("/media/hydra/fonts/minecraft.woff") format('woff'),
		 url("/media/hydra/fonts/minecraft.ttf") format('truetype');
}

/* Pre-style sidebar portlets before JS loads, so sidebar is less jumpy (reset in [[MediaWiki:Noscript.css]] when JS is off)
   [[File:Panel-divider.png]] */
div#mw-panel div.portal {
	margin: -11px 9px 10px 11px;
	padding: 0.25em 0;
	background-image: url("https://technik-de.gamepedia.com/media/b/bf/Panel-divider.png");
	background-position: left top;
	background-repeat: no-repeat;
}
div#mw-panel div.portal div.body {
	background-image: none;
	padding: 0;
	margin: 0 0 0 1.25em;
}
div#mw-panel div.portal h3 {
	padding: 4px 0 3px 1.5em;
	margin-bottom: 0;
}
div#mw-panel div.portal div.body ul li {
	padding: 0.25em 0;
}

#mw-panel #p-Technik_Wiki {
	background-image: none;
	margin-top: 0;
}
#p-Technik_Wiki-label {
	display: none;
}
#mw-panel #p-Technik_Wiki div.body {
	margin-left: 0.5em;
}

#p-Useful_pages div.body,
#p-tb div.body {
	display: none;
}

/* Allow parts of toc to be hidden */
/* Section levels */
.toc-hidelevel2 .toclevel-1 ul,
.toc-hidelevel3 .toclevel-2 ul,
.toc-hidelevel4 .toclevel-2 ul,
/* Numbers */
.toc-nonumbers .tocnumber {
	display: none;
}

/* Pre-collapse collapsed tables, so there is no page jump when JS kicks in */
.collapsible.collapsed > tr,
.collapsible.collapsed > tbody > tr {
	display: none;
}
.collapsible.collapsed > tr:first-child,
.collapsible.collapsed > tbody > tr:first-child {
	display: table-row;
}
.collapsible.collapsed > thead + tbody > tr:first-child {
	display: none;
}

/* Improve ASIRRA styling */
#asirra_InstructionsTextId {
	display: none;
}
#AsirraDiv {
	margin-bottom: 10px;
}

/* Turn a list into a tree view style (See [[.minecraft]]) */
.treeview {
	margin-top: 0.3em;
}

.treeview ul,
.treeview li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.treeview li {
	display: table;
}

.treeview li li {
	position: relative;
	padding-left: 13px;
	margin-left: 7px;
	border-left: 1px solid #636363;
}
.treeview li li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	border-bottom: 1px solid #636363;
}

.treeview li li.first:before {
	border-color: #636363;
	border-style: solid;
	border-width: 1px 0 0 1px;
	height: 100%;
	margin-top: 11px;
	width: 10px;
}
.treeview li li.first,
.treeview li li:last-child {
	border: 0;
	padding-left: 14px;
}
.treeview li li:last-child:before {
	border-left: 1px solid #636363;
	width: 10px;
}

/* Simulate link styling for JS only links */
.jslink {
	color: #0645AD;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.jslink:hover {
	text-decoration: underline;
	cursor: pointer;
}
.jslink:active {
	color: #FAA700;
}

/* Improve styling of sub-categories */
#mw-subcategories ul {
	margin-left: 10px;
}

/* Horizontal list */
.hlist ul {
	display: inline;
	margin: 0;
}
.hlist li {
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}
.hlist li:not(:last-child) {
	padding-right: 0.313em;
}
.hlist li:not(:last-child):after {
	content: "";
	display: inline-block;
	position: relative;
	left: 0.313em;
	bottom: 0.234em;
	background-color: #000;
	height: 3px;
	width: 3px;
}
.hlist li > ul li:first-child:before {
	content: "(";
}
.hlist li > ul li:last-child:after {
	content: ")";
	margin-right: -0.313em;
}
.hlist li li li {
	font-size: x-small;
}

/* Generic styling for animation class */
.animated > *:not(.active):not(.skip),
.paused > *:not(.active):not(.skip) {
	display: none;
}

/* Generic nowrap class */
.nowrap {
	white-space: nowrap;
}

/* Hide noscript only elements */
.noscript {
	display: none;
}

/* Cite text needs to be a block element, but should display inline */
.references > li {
	white-space: nowrap;
}
div.cite-reference-text {
	display: inline;
	vertical-align: top;
	white-space: normal;
}

/* Make external links the same colour as internal links, the icon is enough to differentiate them */
.mw-body a.external {
	color: #0645ad;
}
.mw-body a.external:visited {
	color: #0b0080;
}
.mw-body a.external:active {
	color: #faa700;
}
/* Interwiki Links */
.mw-body a.extiw,
.mw-body a.extiw:visited,
div#content a.extiw:visited,
.mw-body a.extiw:active {
	color: green;
}

/* Mark internal links as plain */
#content a.external[href^="https://technik-de.gamepedia.com"],
#content a.external[href^="https://technic-de.gamepedia.com"],
#content a.external[href^="https://minecraft-technik.gamepedia.com"],
#content a.external[href^="https://minecraft.gamepedia.com"],
#content a.external[href^="https://minecraft-de.gamepedia.com"] {
	background: none;
	padding-right: 0;
}

/* Make tabs the correct size */
* {
	-moz-tab-size: 4;
	  -o-tab-size: 4;
		 tab-size: 4;
}

/* Remove bullets/numbers from a list */
.list-style-none ul,
.list-style-none ol {
	list-style: none;
	margin-left: 0;
}

/* Hide step-by-step publishing as it's broken */
.wikiEditor-ui-buttons {
	display: none !important;
}

/* Fix wikiEditor spacing */
#upload_container {
	margin-top: -1px;
}
#upload_div {
	margin: 0;
	width: auto;
	border-width: 1px 0;
	box-shadow: none;
}

.wikiEditor-ui-top {
	border: 0 !important;
}
.wikiEditor-ui-toolbar {
	border-bottom: 1px solid silver;
}

/* Fix social icons and promos in portlets */
#mw-panel #p-sitePromos,
#mw-panel #p-socialProfiles {
	margin: -11px 9px 10px 11px !important;
}

#mw-panel #p-sitePromos .body,
#mw-panel #p-socialProfiles .body {
	margin-left: 0 !important;
	padding: 4px 0;
}

#mw-panel .socialSidebar {
	text-align: left;
}

#mw-panel .socialLink {
	margin: 0 4px 0 0;
}

/* Fix enhanced RC spacing */
.mw-enhancedchanges-arrow-space {
	vertical-align: top;
}

/* Only show content on mobile version */
.mobileonly {
	display: none;
}

/* Fix diff area styling */
table.diff,
td.diff-otitle, 
td.diff-ntitle {
	background-color: transparent;
}
td.diff-addedline,
td.diff-deletedline {
	background-color: #F9F9F9;
}
td.diff-context {
	background-color: #F3F3F3;
}
.skin-hydradark td.diff-addedline,
.skin-hydradark td.diff-deletedline {
	background-color: #383838;
}
.skin-hydradark td.diff-context {
	background-color: #282828;
}
td.diff-addedline,
td.diff-deletedline,
td.diff-context,
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
	border-radius: 0;
}
.skin-hydradark td.diff-addedline .diffchange {
	color: #44DD44;
}	
.skin-hydradark td.diff-deletedline .diffchange {
	color: #DD4444;
}	
.skin-hydradark .mw-plusminus-pos {
	color: #00DD00;
}
.skin-hydradark .mw-plusminus-neg {
	color: #DD0000;
}

.rotate90 {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* Add a sandstone background [[Datei:Sandsteinhintergrund.png]] to some divs */
.mcwiki-header {
	background: #e2d8a4 url("https://technik-de.gamepedia.com/media/d/d9/Sandsteinhintergrund.png") repeat-x scroll 0% 0%;
	border: 1px solid #CCC;
	border-bottom: 4px groove #999;
	border-right: 4px groove #999;
	padding: 5px;
}

/* search on small screens */
@media screen and (max-width: 720px) {
	#mw-head {
		top: 13px;
	}
	
	div#p-search form {
		background: none;
		border: none;
		margin: 0;
	}
	
	div#p-search form::before,
	div#p-search form::after {
		border: none;
	}
	
	div#simpleSearch::before {
		border-left-color: transparent;
	}
	
	div#simpleSearch::after {
		border-top-color: transparent;
	}
}



/* Hydradark und Hydra Skin */
/* Set page background colour to match main content background colour to reduce visibility of checkerboarding */
html {
	background-color: #202020;
}

/* Give the background the initial stone texture: [[File:Background.png]] */
body {
	background-color: #202020;
	background-image: url("https://technik-de.gamepedia.com/media/2/26/Background.png");
}

/* Add the grass block background: [[File:Header-background-altsearch.png]] [[File:Clouds-distance2.png]] */
#mw-page-base {
	background-color: #8DBDE9;
	background-image: url("https://technik-de.gamepedia.com/media/2/2c/Header-background-altsearch.png");
	height: 146px;
	margin-bottom: -142px;
}

div#mw-head {
	background: url("https://technik-de.gamepedia.com/media/a/ad/Clouds-distance2.png") right 6px repeat-x;
}

/* Remove excess spacing between the sidebar and the logo */
div#mw-panel {
	padding-top: 0;
}
#p-logo,
#p-logo a {
	height: 140px;
}

/* Set the outer content link colours to light gray and white */
#mw-panel *:not(h3) > a:not(:hover):not(:focus),
#footer a:not(:hover):not(:focus),
.mw-notification a:not(:hover):not(:focus) {
	color: #BFBFBF !important;
}
#mw-panel h3,
#mw-panel a,
#footer li,
#footer a,
.mw-notification a {
	color: #FFF !important;
}
#mw-panel h3 {
	text-decoration: none !important;
}

/* Set the tab link colours to black and bold */
#p-namespaces a,
#p-views a,
#mw-head div.vectorMenu h3,
#p-variants.vectorMenu #mw-vector-current-variant {
	font-weight: bold;
	text-decoration: none;
}
/* Use black links */
#p-namespaces a,
#p-views a,
#mw-head div.vectorMenu h3 span {
	color: #000;
}
#p-namespaces .new a,
#p-views .new a {
	color: #BA0000;
}

/* Use grey links */
.skin-hydradark #p-namespaces a,
.skin-hydradark #p-views a,
.skin-hydradark #mw-head div.vectorMenu h3 span {
	color: #ddd;
}
.skin-hydradark #p-namespaces .new a,
.skin-hydradark #p-views .new a {
	color: #DD4444;
}

/* Add some margin to help with the 3D effect */
#pageWrapper,
#right-navigation {
	margin-right: 10px;
}

/* Position the tabs */
#left-navigation,
#right-navigation {
	margin-top: 53px;
}
#mw-head-base {
	height: 80px;
}

/* Give the tabs the grass block styling: [[File:Vector-tabs.png]] [[File:Vector-tabs-dark.png]] [[File:Vector-tabs-first.png]] */
div.vectorTabs,
div.vectorMenu {
	background: none;
	padding: 0;
	height: 36px; 
}

div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected {
	background: none;
}
div.vectorTabs span {
	position: relative;
	background: url("https://technik-de.gamepedia.com/media/1/1a/Vector-tabs.png") no-repeat right top;
	margin-right: 8px;
}
.skin-hydradark .vectorTabs span {
	background: url("https://technik-de.gamepedia.com/media/a/a4/Vector-tabs-dark.png") no-repeat right top;
}
div.vectorTabs span:before {
	content: "";
	position: absolute;
	left: 0;
	background: url("https://technik-de.gamepedia.com/media/1/1a/Vector-tabs.png") no-repeat left top;
	width: 6px;
	height: 100%;
	pointer-events: none;
}
.skin-hydradark .vectorTabs span:before {
	background: url("https://technik-de.gamepedia.com/media/a/a4/Vector-tabs-dark.png") no-repeat left top;
}
#left-navigation div.vectorTabs li:first-child span:before {
	background-image: url("https://technik-de.gamepedia.com/media/4/49/Vector-tabs-first.png");
	height: 93px;
}
div.vectorTabs li.selected span,
div.vectorTabs li span:hover,
div.vectorTabs li span:focus {
	background-position: right bottom;
}

div.vectorTabs li a {
	padding: 15px 14px 0 20px;
	height: 21px;
}

.vectorTabs #ca-watch.icon a,
.vectorTabs #ca-unwatch.icon a {
	padding-top: 36px;
	width: 45px;
	background-position: 17px 15px !important;
	transform-origin: 25px 23.5px !important;
}

div.vectorMenu {
	margin: 0 8px 0 6px;
}

div#mw-head div.vectorMenu h3 {
	position: relative;
	background: url("https://technik-de.gamepedia.com/media/1/1a/Vector-tabs.png") no-repeat right top;
	padding-right: 14px;
	margin: 0;
	height: 36px;
	overflow: visible;
}
.skin-hydradark div#mw-head div.vectorMenu h3 {
	background: url("https://technik-de.gamepedia.com/media/a/a4/Vector-tabs-dark.png") no-repeat right top;
}
div#mw-head div.vectorMenu h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: -6px;
	background: url("https://technik-de.gamepedia.com/media/1/1a/Vector-tabs.png") no-repeat left top;
	width: 6px;
	height: 100%;
}
.skin-hydradark div#mw-head div.vectorMenu h3:before {
	background: url("https://technik-de.gamepedia.com/media/a/a4/Vector-tabs-dark.png") no-repeat left top;
}
div#mw-head div.vectorMenu h3:hover,
div#mw-head div.vectorMenu.menuForceShow h3 {
	background-position: right bottom;
}

div.vectorMenu h3 span {
	padding: 15px 16px 0 14px;
	font-weight: bold;
}

div.vectorMenu h3 a {
	height: 36px;
	margin-right: 8px;
}

div.vectorMenu div.menu {
	top: 36px;
}
.skin-hydradark div.vectorMenu div.menu {
	border-color: #444;
}

/* Style the simple search */
#p-search {
	margin-left: 0;
}

#p-search form {
	position: relative;
	background-color: rgba(0, 0, 0, 0.365);
	border-right: 4px solid #e9e0b5;
	border-bottom: 4px solid #d5cd9c;
	margin-top: -14px;
	padding: 0 4px 0 5px;
	height: 27px;
}
#p-search form:before {
	content: "";
	position: absolute;
	top: 0;
	left: -4px;
	border-top: 4px solid rgba(0, 0, 0, 0.365);
	border-left: 4px solid transparent;
}
#p-search form:after {
	content: "";
	position: absolute;
	top: 0;
	right: -4px;
	border-top: 4px solid #dcd39f;
	border-left: 4px solid #e9e0b5;
}

div#simpleSearch {
	top: -3px;
	border: 0;
    border-top: 3px solid #E6E6E6;
	border-left: 3px solid #B0B0B0;
	background-color: #D0CFCF;
	background-image: -webkit-linear-gradient(#C3C3C3, #DCDBDB);
	background-image: linear-gradient(#C3C3C3, #DCDBDB);
}
.skin-hydradark div#simpleSearch {
    border-top-color: #333333;
	border-left-color: #1d1d1d;
	background-color: #4d4c4c;
	background-image: -webkit-linear-gradient(#222222,#4c4c4c);
    background-image: linear-gradient(#222222,#4c4c4c);
}
#simpleSearch:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -3px;
	border-top: 3px solid #B0B0B0;
	border-left: 3px solid #938e71;
	z-index: 1;
}
.skin-hydradark #simpleSearch:before {
	border-top-color: rgba(0,0,0,0.365);
	border-left-color: transparent;
}
#simpleSearch:after {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	border-top: 3px solid #d5cd9c;
	border-left: 3px solid #E6E6E6;
}
.skin-hydradark #simpleSearch:after {
	border-top-color: #477a25;
	border-left-color: t#333333;
}

/* Fix placeholder text being too light in chrome */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/* The suggestions shown under the search bar */
.suggestions.searchbar {
	margin-top: -29px;
	margin-right: -1px;
}
.suggestions.searchbar > .suggestions-results,
.suggestions.searchbar > .mw-searchSuggest-link {
	display: block;
	margin-left: 1px;
}
.suggestions.searchbar .suggestions-results,
.suggestions.searchbar .suggestions-special {
	background-color: #DBDAFA;
	border-color: #3C3B3B;
}
.suggestions.searchbar .suggestions-result-current {
	background-color: highlight;
}

/* Replace divider with a similar image that has proper transparency: [[File:Panel-divider.png]] */
#mw-panel.collapsible-nav div.portal {
	background-image: url("https://technik-de.gamepedia.com/media/b/bf/Panel-divider.png");
}

/* Give the main content area its healthy blue glow and add a border */
div#content {
	background-color: #E6EFF4;
	border-top: 6px solid #B4BEC3;
	border-bottom: 0;
	border-left: 6px solid #171717;
}
.skin-hydradark div#content {
	background-color: #202020;
	border-top-color: #171717;
}

/* Add the 3D corners to the main content */
div#content:before {
	content: "";
	position: absolute;
	border-top: 6px solid #d5cd9c;
	border-left: 6px solid #B4BEC3;
	top: 83px;
	right: 10px;
}
/* Have to use the footer as #content:after is already used to clear the content float */
#footer {
	position: relative;
}
#footer:before {
	content: "";
	position: absolute;
	border-top: 6px solid #171717;
	border-left: 6px solid #202020;
	top: -6px;
	left: 0;
}



/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
div.mw-warning-with-logexcerpt,
.errorbox {
	background-color: #FCC;
	border: 2px solid #FAA;
}
.skin-hydradark div.mw-warning-with-logexcerpt,
.skin-hydradark .errorbox {
	background-color: #100;
	border-color: #500;
}
.warningbox {
	background-color: #FFC;
	border: 2px solid #FFA;
}
.skin-hydradark .warningbox {
	background-color: #110;
	border-color: #550;
}
.successbox {
	background-color: #CFC;
	border: 2px solid #AFA;
}
.skin-hydradark .successbox {
	background-color: #010;
	border-color: #050;
}
.successbox strong p {
	margin: 0;
}
div.mw-warning-with-logexcerpt,
.errorbox,
.warningbox,
.successbox {
	padding: 3px 12px;
}

/* Add white background to some areas */
#asirra_ChallengeTableDiv {
	background-color: #FFF;
}

/* Fix diff area styling */
table.diff {
	background-color: transparent;
}
td.diff-addedline,
td.diff-deletedline {
	background-color: #F9F9F9;
}
td.diff-context {
	background-color: #F3F3F3;
}
td.diff-addedline,
td.diff-deletedline,
td.diff-context,
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
	border-radius: 0;
}

/* Get rid of stupid white borders on page history */
#pagehistory li {
	border-color: transparent;
}

/* Same as the default preference tab images, but with the blue background colour instead of white
   [[File:Pref-tab-border.png]] [[File:Pref-tab-bg.png]] */
.client-js #preftoc,
.client-js #preftoc li {
	background-image: url("https://technik-de.gamepedia.com/media/f/f9/Pref-tab-border.png");
}
.client-js #preftoc li.selected a {
	background-image: url("https://technik-de.gamepedia.com/media/5/57/Pref-tab-bg.png");
}

/* Fix side-by-side editor background colour */
.wikiEditor-ui-controls {
	background-color: #E6EFF4;
	border-right: 1px solid #E6EFF4;
}

/* Style notifications to look like achievements: [[File:Achievement background.png]] */
body .mw-notification-area-layout {
	top: 20px;
}
body .mw-notification-area-floating {
	right: 10px;
}
body .mw-notification {
	border: 8px solid #555;
	border-radius: 0;
	-webkit-border-image: url("https://technik-de.gamepedia.com/media/a/ae/Achievement_background.png") 8 repeat;
	-moz-border-image: url("https://technik-de.gamepedia.com/media/a/ae/Achievement_background.png") 8 repeat;
	-o-border-image: url("https://technik-de.gamepedia.com/media/a/ae/Achievement_background.png") 8 repeat;
	border-image: url("https://technik-de.gamepedia.com/media/a/ae/Achievement_background.png") 8 fill repeat;
	box-shadow: none;
	background-color: #212121;
	background-clip: padding-box;
	color: #FFF;
	padding: 0.2em 0.4em;
}

/* HiDPI images
 * [[File:Background HiDPI.png]], [[File:Header background HiDPI.png]],
 * [[File:Vector tab HiDPI.png]], [[File:Vector tab first HiDPI.png]],
 * [[File:Vector tab dark HiDPI.png]]
 */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	body {
		background-image: url("https://technik-de.gamepedia.com/media/d/de/Background_HiDPI.png");
		background-size: 48px auto;
	}
	
	#mw-page-base {
		background-image: url("https://technik-de.gamepedia.com/media/e/ea/Header_background_HiDPI.png");
		background-size: 48px auto;
	}
	
	div.vectorTabs span,
	div.vectorTabs span:before,
	div #mw-head div.vectorMenu > h3,
	div #mw-head div.vectorMenu > h4,
	div#p-variants.vectorMenu #mw-vector-current-variant,
	div #mw-head div.vectorMenu > h3:first-child:before,
	div #mw-head div.vectorMenu > h4:first-child:before,
	div#p-variants.vectorMenu #mw-vector-current-variant:before {
		background-image: url("https://technik-de.gamepedia.com/media/0/00/Vector_tab_HiDPI.png");
		background-size: 262px auto;
	}
	
	.skin-hydradark div.vectorTabs span,
	.skin-hydradark div.vectorTabs span:before,
	.skin-hydradark div #mw-head div.vectorMenu > h3,
	.skin-hydradark div #mw-head div.vectorMenu > h4,
	.skin-hydradark div#p-variants.vectorMenu #mw-vector-current-variant,
	.skin-hydradark div #mw-head div.vectorMenu > h3:first-child:before,
	.skin-hydradark div #mw-head div.vectorMenu > h4:first-child:before,
	.skin-hydradark div#p-variants.vectorMenu #mw-vector-current-variant:before {
		background-image: url("https://technik-de.gamepedia.com/media/1/12/Vector_tab_dark_HiDPI.png");
		background-size: 262px auto;
	}
	
	#left-navigation div.vectorTabs li:first-child span:before {
		background-image: url("https://technik-de.gamepedia.com/media/7/71/Vector_tab_first_HiDPI.png");
		background-size: 6px auto;
	}
	
	.skin-hydradark #left-navigation div.vectorTabs li:first-child span:before {
		background-image: url("https://technik-de.gamepedia.com/media/7/71/Vector_tab_first_HiDPI.png");
	}
}

/* wiki-table */
.skin-hydradark .wikitable > * > tr > th {
	background-color: #111;
	border-color: #444;
}
.skin-hydradark .wikitable > * > tr > td {
	border-color: #444;
}

/* diverses */
.skin-hydradark #siteNotice #localNotice,
.skin-hydradark #siteNotice .globalNotice,
.skin-hydradark #catlinks,
.skin-hydradark .wikitable,
.skin-hydradark .toc,
.skin-hydradark #toc {
	background-color: #282828;
	border-color: #444;
}
Advertisement