Minecraft Wiki
Advertisement

Documentation may be created at User:DelimanCZ/common.css/doc.

Note: After saving, you have to bypass your browser's cache to see the changes.

Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* -=-=-=-=-=-=-=- Hydra skin CSS -=-=-=-=-=-=-=- */


/* -========- General Styles -========- */

* {
	transition: none !important;
}

body.skin-fandomdesktop {
    font-family: "Liberation Sans",Arial,Helvetica,FreeSans,sans-serif;
    font-size: 16px;
	--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/26/Background.png/revision/latest?cb=20120105164525) !important;
    --mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/26/Background.png/revision/latest?cb=20120105164525) !important;
}

:root {
	--theme-body-background-image: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/26/Background.png/revision/latest?cb=20120105164525) !important;
    --theme-border-color: #a2a9b1 !importnat;
    --custom-table-background: #ffffff;
    --custom-table-alternate-background: #F9F9F9;
    --custom-background-blue-highlight: #729FCF;
    --theme-page-background-color--secondary: #f8f9fa !important;
    /*--theme-link-color: none !important;*/
    --theme-link-color--rgb: none !important;
    --fandom-text-color: #BFBFBF !important;
    --fandom-text-color: #000;
    --fandom-text-color--rgb: 30,12,27;
    --fandom-text-color--hover: #000;
    --fandom-link-color: #000;
    --fandom-link-color--hover: #000;
    --fandom-link-color--rgb: 82,0,68;
    --fandom-link-color--fadeout: rgb(73 70 72 / 10%);
    --fandom-accent-color: #000;
    --fandom-accent-color--hover: #000;
    --fandom-accent-label-color: #fff;
    --fandom-border-color: #000;
    --fandom-secondary-button-color: #000;
    --fandom-secondary-button-color--hover: #000;
}

.community-header-wrapper.wds-is-hidden {
  display: flex !important;
}
.fandom-community-header.wds-is-hidden {
  display: grid !important;
}

/* ----- Content Container ----- */
.page__main {
    margin-left: 10em;
    padding: 1em;
    border: 1px solid #a7d7f9;
    border-right-width: 0;
    margin-top: -1px;
    background-color: #fff;
    color: #222;
    direction: ltr;
}

.page__main {
	position: relative;
    background-color: #E6EFF4;
    border-top: 6px solid #B4BEC3;
    border-bottom: 0;
    border-left: 6px solid #171717;
}

@media screen and (min-width: 982px) {
	.page__main {
    	margin-left: 11em;
    	padding: 1.25em 1.5em 1.5em 1.5em;
	}
}

.page__main::before {
    content: "";
    position: absolute;
    border-top: 6px solid #B9855C;/*#a6c8e7*/
    border-left: 6px solid #B4BEC3;
    top: -6px;
    right: 0;
}

.page__main, .page__right-rail {
    border-radius: 0 !important;
}

.is-content-expanded .resizable-container {
    width: 100%;
}

.page {
	margin-right: 10px;
}

.main-container {
    margin-left: 0;
    width: 100%;
}

/******************
/*** Content ***/

.page-content {
    position: relative;
    line-height: 1.6;
    font-size: 0.875em;
    z-index: 0;
}

div#content {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    color: #222;
}

*, :after, :before {
    -webkit-box-sizing: revert;
    box-sizing: revert;
}

.page-header__action-button:before {
    width: 0;
}

div#p-cactions {
    width: auto;
    padding-right: 0;
}

.page-header__categories {
	display: none;
}

.page-header {
    display: block !important;
}

/** Home Wiki Page **/

#fp-header.fp-header {
    grid-template-columns: 37% 63%;
}

#fp-header.fp-header p {
    margin-bottom: 0;
}

/** Table **/

#toc, .toc {
    display: table;
    zoom: 1;
    padding: 7px;
}

#toc, .toc, .mw-warning, .toccolours {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 7px;
    font-size: 95%;
}

.page-content #toc {
    border: 1px solid #a2a9b1;
    margin: 0;
}

.toc {
    border-radius: 0;
}

#toc h2, .toc h2 {
    display: inline;
    border: 0;
    padding: 0 !important;
    font-size: 100%;
    font-weight: bold;
}

.page-content #toc .toctitle {
    background-color: transparent;
}

.page-content #toc ul {
    background-color: transparent;
}

.toc .toctitle, .toc .toctitle h2 {
    direction: ltr;
    align-items: center;
    display: -webkit-box;
    display: block;
    text-align: center;
    min-width: 0 !important;
    border-bottom: 0;
    justify-content: unset;
    padding: 0;
}

li {
    margin-bottom: 0.1em;
}

.toc ul li a {
    border-radius: 0;
    color: #0645ad;
    display: unset;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    -webkit-transition-property: none;
    transition-property: none;
}

.toc ul li a, .toc ul li a .tocnumber {
    -webkit-transition-duration: none;
    transition-duration: none;
}

.toc ul li a .tocnumber {
    color: #222;
    -webkit-transition-property: none;
    transition-property: none;
}

.toc ul li a .tocnumber:after {
    content: "";
}

/* [hide] */
.toctogglelabel {
	color: #0645ad !important;
}

.toctogglelabel:hover {
    text-decoration: underline;
}

.toctogglespan .toctogglelabel {
    font-size: inherit;
    margin: 0;
}

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

.mcwiki-header {
    background: #729FCF;
    border: 1px solid #CCC !important;
    border-bottom: 4px groove #999 !important;
    border-right: 4px groove #999 !important;
    padding: 5px;
}

.navbox th, .navbox .navbox-top, #content .loadbox-navbox > p {
    background-color: var() !important;
}

/** Right Tools **/

html:not(.ve-activated) .page.has-right-rail .page__right-rail.is-rail-hidden {
	width: 0;
}

.is-rail-hidden .right-rail-toggle {
    background-color: #e6eff4;
}

.right-rail-wrapper {
    position: fixed;
    top: 0;
}

/******************
/* Text *
/******************/

body.skin-fandomdesktop .fandom-sticky-header a {
	color: #bfbfbf;
    border-color: #353535;
}

nav.fandom-community-header__local-navigation div a {
    color: #BFBFBF !important;
}

nav.fandom-community-header__local-navigation .wds-tabs__tab-label a {
	color: #FFF !important;
    font-weight: normal;
}

p {
    margin: 0.4em 0 0.5em 0;
}

.page-content p {
    line-height: inherit;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-family: "Liberation Sans",Arial,Helvetica,FreeSans,sans-serif !important;
}

.page__main h1, .page__main h2 {
    font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    background: none;
    font-weight: normal;
    letter-spacing: 0.02px;
    margin: 0;
    overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #a2a9b1;
}

.page__main h1, .page-content h1, .page-content h2 {
    line-height: 1.3;
    margin-bottom: 0.25em;
    padding: 0;
}

.page-content h2 {
	font-size: revert;
}

.page-content h4, .page-content h5 , .page-content h6 {
	font-size: 100%;
}

.page-content h3, .page-content h4 {
	font-weight: bold;
    border-bottom: 0 !important;
}

a, a:link {
	color: #0645ad;
}

a:active {
    color: #faa700;
    text-decoration: none;
}

a:visited {
	color: #0b0080;
}

a:hover, a:focus {
    text-decoration: underline;
}

a.new:active, a.new:focus, a.new:hover {
	text-decoration-style: solid;
}

.mw-parser-output a.extiw {
    color: #36b;
}

.mw-parser-output a.extiw:active {
    color: #b63;
}

.mw-parser-output a.extiw:visited {
    color: #636 !important;
}

.mw-parser-output a {
    font-weight: inherit !important;
}

a.new, #p-personal a.new {
    color: #ba0000;
}

a.mw-selflink.selflink {
    color: inherit;
    font-weight: bold !important;
    text-decoration: inherit;
}

.toctogglespan .toctogglelabel, .wds-link, a, ul.gallery.mw-gallery-slideshow .gallerycarousel>div .mw-gallery-slideshow-caption a, ul.gallery.mw-gallery-slideshow li.gallerybox .gallerytext a {
    -webkit-transition: none;
    transition: none;
}

.page-content ul {
    list-style-image: url(https://minecraft.gamepedia.com/media/3/39/List_bullet.svg);
}

#toc ul, .toc ul {
	list-style: none;
    list-style-type: none;
    list-style-image: none;
}

.toc ul li a:hover, .toc ul li a:hover .tocnumber {
    background: transparent;
}

.toc ul li a:hover span {
    text-decoration: underline;
    color: #0645ad;
}

.toc ul li a:hover .tocnumber {
    color: #222;
}

.toctogglespan {
    margin-left: unset;
}

span.toctext {
    color: inherit;
}

.page-header__title {
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: 0.02px;
}

.ve-fd-header__label {
    text-transform: none;
}

.fandom-community-header__local-navigation .wds-tabs__tab-label {
	text-transform: none;
}

/******************
/* Images *
/******************/

.page-content .tright {
    padding: 3px;
}

ul.mw-gallery-traditional li.gallerybox .thumb {
    background: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 0;
}

ul.mw-gallery-traditional li.gallerybox .thumb img {
    border-radius: 0;
}

.thumb {
    border: 1px solid #c8ccd1;
    padding: 3px;
    background-color: #f8f9fa;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
/*
img.thumbimage.lazyloaded {
    min-width: 300px;
    height: auto;
}
*/

/* ----- File page ----- */

#filetoc {
    text-align: center;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 5px;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

#filetoc li {
    display: inline;
    list-style-type: none;
    padding-right: 2em;
}

#filetoc li:before {
	display: none;
}

/******************
/* Buttons *
/******************/

.wds-button.wds-is-text .wds-icon {
	display: none;
}

.wds-button-group>.wds-button {
    border-radius: 0 !important;
}

/** Dropdown **/

.wds-dropdown__content {
    background-color: #121212;
    border: 1px solid #000;
    border-radius: 0;
}

.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list:after, .wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list:before {
	display: none;
}

/** Side Tools **/

.page-side-tools__wrapper {
	display: none;
}

/** Editor **/

.ve-fd-header {
	display: none;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
    background-color: #447ff5;
    border-color: #447ff5;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
    background-color: #f8f9fa;
    color: #222;
    border: 1px solid #a2a9b1;
}

.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
	color: #d33;
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover {
    color: #ff4242;
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
    color: #b32424;
    box-shadow: none;
}

.oo-ui-checkboxInputWidget [type='checkbox'] {
    height: auto;
}

.ve-fd-header {
	font-family: "Liberation Sans",Arial,Helvetica,FreeSans,sans-serif;
}

/* modification
.oo-ui-inputWidget-input:focus {
    outline: none;
    box-shadow: 0 0 0 4px hsl(205deg 100% 40% / 15%);
} */

/******************
/* Navigation *
/******************/

/** Old netbar **/

div#netbar {
    background: #121212;
    border-bottom: 1px solid #000;
    color: #aeaeae;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 12px !important;
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%;
    z-index: 1001;
}

#netbar .netbar-flex {
    align-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

/** Header **/

body.theme-fandomdesktop-light .fandom-community-header__background {
    background-size: auto;
}

.fandom-community-header__background {
    background-image: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/2c/Header-background-altsearch.png);
    background-image: url(https://web.archive.org/web/20180418025431im_/https://d1u5p3l4wpay3k.cloudfront.net/minecraft_gamepedia/2/2c/Header-background-altsearch.png);
    min-width: inherit;
    height: 305px;
    position: relative;
    background-position: top left !important;
    background-repeat: repeat-x;
    margin-bottom: -305px;
}

.community-header-wrapper {
    height: 135px;
}

.page.page-is-edit, .ve-active .page {
    margin-top: 0;
}

.fandom-community-header__image {
	width: 160px;
	padding-left: 8px;
}
.fandom-community-header__image img {
    max-height: 160px;
	width: 160px;
	display: none;
}

.fandom-community-header__community-name {
	display: none;
}

.page-counter div {
    display: none;
}

/** Search **/

.search-modal:before {
	display: none;
}

.search-modal__content {
	animation: none;
	box-shadow: none;
	border-radius: 0;
}

.search-modal__content .wds-icon {
	display: none;
}
/*
#p-search {
	margin-left: 0;
	float: left;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

@media screen and (min-width: 982px)
#p-search {
    margin-right: 1em;
}

#p-search form {
    position: relative;
    background-color: rgba(0,0,0,0.365);
    border-right: 4px solid #538631;
    border-bottom: 4px solid #382314;
    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 #80BA5A;
    border-left: 4px solid #538631;
}

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);
}

div#simpleSearch {
    display: block;
    width: 12.6em;
    width: 20vw;
    min-width: 5em;
    max-width: 20em;
    padding-right: 1.4em;
    height: 1.4em;
    margin-top: 0.65em;
    position: relative;
    min-height: 1px;
    border: solid 1px #aaa;
    color: #000;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAJUlEQVQIHQXBsQEAAAjDoND/73UWdnerhmHVsDQZJrNWVg3Dqge6bgMe6bejNAAAAABJRU5ErkJggg==);
    background-position: top left;
    background-repeat: repeat-x;
}

#simpleSearch::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    border-top: 3px solid #B0B0B0;
    border-left: 3px solid #79553A;
    z-index: 1;
}

#simpleSearch::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    border-top: 3px solid #80BA5A;
    border-left: 3px solid #E6E6E6;
}
*/
/** Left F **/

.global-navigation {
	box-shadow: none;
	margin-top: 200px;
}

.global-navigation, .global-navigation__top, .global-navigation__bottom {
	background: #141414;
	background: transparent;
}

.global-navigation__icon.has-border, .global-navigation__icon.has-border+.global-navigation__label, .global-navigation__icon.has-border:active, .global-navigation__icon.has-border:focus, .global-navigation__icon.has-border:hover, .global-navigation__icon.has-border:visited, .global-navigation__label, .global-navigation__nav span, .wds-icon, .wds-avatar__image {
	color: #bfbfbf;
	border-color: #bfbfbf;
	transition: none;
}

.wds-icon {
	/* color: #f37f20; */
}

#wds-icons-bell {
	color: #f37f20;
}

.global-navigation__nav {
	display: none;
}

.global-navigation__icon, .wds-button {
	border: none;
	transition: none;
}

.wds-button:hover {
	border: none;
}

.global-navigation__icon span.notifications__counter {
	background: black;
}

/* ? */
.wds-tabs__tab-label span, .page-side-tools svg {
	/*color: #bfbfbf; */
}

/** Top netbar **/

.wds-icon-tiny {
	display: none;
}

.fandom-sticky-header {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    position: sticky;
    background: #121212;
    border-bottom: 1px solid #000;
    color: #aeaeae;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 12px !important;
    height: 30px;
    /* left: 0; */
    /* top: -30px; */
    /* width: 100%; */
    z-index: 1001;
    padding: 0;
    box-shadow: none;
}

.fandom-sticky-header .fandom-community-header__local-navigation {
	display: none;
}

.fandom-sticky-header__logo {
    background-image: linear-gradient(transparent,transparent),url(https://web.archive.org/web/20180220221319im_/https://minecraft.gamepedia.com/skins/Hydra/images/netbar/logo.svg?ded94);
    height: 30px;
    width: 104px;
    background-position: center center;
    background-repeat: no-repeat;
    /* background: url(https://web.archive.org/web/20180222170342im_/https://minecraft.gamepedia.com/skins/Hydra/images/netbar/logo-fallback.png?3f422); */
    padding: 0 6px;
    border-right: 1px solid #353535;
}

.fandom-sticky-header__logo img {
	display: none;
}

.fandom-sticky-header a {
    padding: 0 6px;
    line-height: 1;
    line-height: 2.5em;
    font-weight: normal;
    border-right: 1px solid #353535;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 12px !important;
}

.fandom-sticky-header a:hover {
    background-color: #222;
    text-decoration: none;
}

/******************
/* Editor *
/******************/

.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #c8ccd1 !important;
}

.wikiEditor-ui .wikiEditor-ui-view.wikiEditor-ui-view-wikitext .wikiEditor-ui-top {
    border: none;
    min-height: 0;
}

.wikiEditor-ui .wikiEditor-ui-toolbar {
    background-color: transparent;
    background-image: 0;
    border: 0;
    padding: 0;
}

#msupload-div {
    padding: 0;
    background: #657d91 !important;
    border: 1px solid #aaa;
    z-index: 0;
}

.wikiEditor-ui #msupload-dropzone {
    color: white;
}

.editOptions {
    background-color: #eaecf0;
    border: 1px solid #c8ccd1;
    border-top: 0;
    padding: 1em 1em 1.5em 1em;
    margin-bottom: 2em;
}

.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
    margin: 0;
    font-size: inherit !important;
    font-family: inherit !important;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 2px !important;
    padding: 0.625em 0.625em 0.546875em !important;
}

.oo-ui-textInputWidget-type-text > input.oo-ui-inputWidget-input, .oo-ui-textInputWidget-type-search > input.oo-ui-inputWidget-input {
    border-radius: 2px;
    border-width: 1px;
}

#wpTextbox1 {
	background: white;
    font-size: revert;
    font-family: monospace;
}

/******************
/* Footer *
/******************/

/** License **/

#footer::before {
    content: "";
    position: absolute;
    border-top: 6px solid #171717;
    border-left: 6px solid #202020;
    top: -6px;
    left: 0;
}

#footer {
    position: relative;
}

div#footer {
    margin-left: 10em;
    margin-top: 0;
    padding: 0.75em;
    direction: ltr;
}

div#footer {
    margin-left: 11em;
    padding: 1.25em;
}

div#footer ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

div#footer #footer-info li {
    line-height: 1.4em;
}

div#footer ul li {
    margin: 0;
    padding: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #333;
    font-size: 0.7em;
}

#mw-panel h3, #mw-panel a, #footer li, #footer a, .mw-notification a {
    color: #FFF !important;
}

#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;
}

body.ltr div#footer #footer-places {
    float: left;
}

div#footer #footer-icons {
    float: right;
}

div#footer #footer-places li {
    float: left;
    margin-right: 1em;
    line-height: 2em;
}

div#footer #footer-icons li {
    float: left;
    margin-left: 0.5em;
    line-height: 2em;
    text-align: right;
}

html:not(.ve-activated) .page.has-right-rail {
    display: unset;
}

/** F Footer **/

.wds-global-footer, #mixed-content-footer {
	display: none;
}

#WikiaBar {
	transform: translate3d(0,0,0);
	display:none;
}

top-ads-container {
	display: none;
}

.wds-dropdown.wds-is-active:not(.wds-no-chevron):after, .wds-dropdown.wds-is-active:not(.wds-no-chevron):before, .wds-dropdown:not(.wds-is-touch-device):not(.wds-is-not-hoverable):hover:not(.wds-no-chevron):after, .wds-dropdown:not(.wds-is-touch-device):not(.wds-is-not-hoverable):hover:not(.wds-no-chevron):before {
    display: none;
}
Advertisement