Diferencia entre revisiones de «MediaWiki:Common.css»

De WikiMinecraft
Saltar a: navegación, buscar
 
(No se muestran 82 ediciones intermedias de 4 usuarios)
Línea 1: Línea 1:
/** Re-styles the vector skin to look similar to the http://www.minecraftforum.net skin **/
+
/* Try to keep font style and width consistent across platforms */
 
 
/* Give the background the initial stone texture: [[File:Background.png]] */
 
 
body {
 
body {
background-color: #202020;
+
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
background-image: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/2/26/Background.png);
 
 
}
 
}
  
/* Add the grass block background: [[File:Header-background-altsearch.png]] [[File:Clouds-distance2.png]] */
+
/** Template stylings **/
#mw-page-base {
+
/* [[Template:Grid]]: [[File:Grid Unknown.png]] */
background-color: #8DBDE9;
+
.grid {
background-image: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/2/2c/Header-background-altsearch.png);
+
position: relative;
height: 146px;
+
display: inline-block;
margin-bottom: -142px;
+
font-size: 16px;
 +
text-align: center !important;
 +
background-color: #8B8B8B;
 +
border: 2px solid #373737;
 +
border-right-color: #FFF;
 +
border-bottom-color: #FFF;
 +
width: 2em;
 +
height: 2em;
 +
vertical-align: bottom;
 +
}
 +
.grid.output {
 +
font-size: 24px;
 
}
 
}
  
div#mw-head {
+
.grid:before,
background: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/a/ad/Clouds-distance2.png) right 6px repeat-x;
+
.grid:after {
margin-right: 10px;
+
content: "";
z-index: 1;
+
position: absolute;
 +
background-color: #8B8B8B;
 +
height: 2px;
 +
width: 2px;
 +
pointer-events: none;
 +
}
 +
.grid:before {
 +
bottom: -2px;
 +
left: -2px;
 +
}
 +
.grid:after {
 +
top: -2px;
 +
right: -2px;
 
}
 
}
  
/* Set the outer content link colours to light gray and white */
+
.grid img {
#mw-panel *:not(h5) > a:not(:hover):not(:focus),
+
padding: 2px;
#footer a:not(:hover):not(:focus) {
 
color: #BFBFBF !important;
 
 
}
 
}
#mw-panel h5,
+
#mw-panel a,
+
.grid > .item,
#footer li,
+
.grid > .default-item {
#footer a {
+
position: absolute;
color: #FFF !important;
+
margin: -18px 0 0 -18px;
 +
top: 1em;
 +
left: 1em;
 
}
 
}
#mw-panel h5 {
+
.grid > .item > a.new {
text-decoration: none !important;
+
background: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/Grid_Unknown1.png) no-repeat 2px;
 +
display: block;
 +
width: 32px;
 +
height: 32px;
 +
padding: 2px;
 +
text-indent: -9999px;
 +
overflow: hidden;
 +
}
 +
 +
.grid > .item > .number {
 +
position: absolute;
 +
right: 0;
 +
bottom: 0;
 +
font-family: Minecraft;
 +
font-size: 16px;
 +
font-weight: normal;
 +
line-height: 16px;
 +
color: #FFF;
 +
pointer-events: none;
 +
text-shadow: 2px 2px 0 #3F3F3F;
 +
filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
 +
z-index: 6;
 +
}
 +
.grid > .item > .number > a {
 +
color: #FFF;
 +
text-decoration: none;
 +
}
 +
.grid > .item > .number > .selflink {
 +
font-weight: normal;
 +
}
 +
.grid > .item > a.new + .number {
 +
display: none;
 
}
 
}
  
/* Set the tab link colours to black and bold */
+
/* Plain grid with no border or background */
#left-navigation a,
+
.grid.plain {
#right-navigation #p-views a,
+
background-color: transparent;
div#mw-head div.vectorMenu h4 {
+
border: 0;
font-weight: bold;
+
}
text-decoration: none;
+
.grid.plain:before,
 +
.grid.plain:after {
 +
content: none;
 
}
 
}
/* Use black links */
+
 
#left-navigation a,
+
/* Generic grid layout styling */
#right-navigation #p-views a,
+
.grid-Crafting_Table,
div#mw-head div.vectorMenu h4 {
+
.grid-Furnace,
color: #000;
+
.grid-Brewing_Stand table,
 +
.grid-generic {
 +
background: #C6C6C6;
 +
border: outset 2px #999;
 +
padding: 6px;
 +
text-align: left !important;
 
}
 
}
#left-navigation .new a,
+
.grid-Crafting_Table td,
#right-navigation #p-views .new a {
+
.grid-Furnace td,
color: #BA0000;
+
.grid-Brewing_Stand td,
 +
.grid-generic td {
 +
border: none;
 +
padding: 0;
 
}
 
}
  
/* Position the tabs */
+
/* [[Template:Grid/Crafting Table]] */
#left-navigation {
+
.grid-Crafting_Table .arrow,
top: 53px;
+
.grid-Crafting_Table .shapeless {
margin-left: 10px;
+
text-align: center;
 +
vertical-align: bottom;
 
}
 
}
  
#right-navigation {
+
.grid-Crafting_Table .arrow {
margin-top: 53px;
+
width: 40px;
 +
padding-bottom: 5px;
 
}
 
}
  
/* Give the tabs the grass block styling: [[File:Vector-tabs.png]] [[File:Vector-tabs-first.png]] */
+
.grid-Crafting_Table .shapeless span {
div.vectorTabs,
+
cursor: help;
div.vectorMenu,
 
div.vectorMenu h5 a {
 
padding: 0;
 
height: 36px;
 
 
}
 
}
.vectorTabs ul,
+
 
.vectorTabs li,
+
/* [[Template:Grid/Furnace]] */
.vectorMenu h5 a {
+
.grid-Furnace {
background: none !important;
+
padding-left: 24px;
 +
padding-right: 24px;
 
}
 
}
.vectorTabs li > span,
+
 
.vectorMenu {
+
.grid-Furnace .arrow,
margin-right: 8px;
+
.grid-Furnace .output {
 +
text-align: center;
 +
vertical-align: middle;
 
}
 
}
  
.vectorTabs li a,
+
.grid-Furnace .arrow {
.vectorTabs li a:before,
+
padding-right: 18px !important;
div.vectorMenu,
+
padding-left: 14px !important;
.vectorMenu:before {
 
background: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/1/1a/Vector-tabs.png) no-repeat;
 
 
}
 
}
div.vectorTabs li a,
+
 
div.vectorMenu {
+
/* [[Template:Grid/Brewing Stand]] */
 +
.grid-Brewing_Stand {
 
position: relative;
 
position: relative;
background-position: right top;
+
width: 144px;
 +
}
 +
 
 +
.grid-Brewing_Stand .bubbles {
 +
text-align: right;
 +
}
 +
 
 +
.grid-Brewing_Stand .input {
 +
padding: 3px 0 !important;
 +
vertical-align: top;
 +
}
 +
.grid-Brewing_Stand .output1 {
 +
padding: 4px 10px 14px 0 !important;
 
}
 
}
div.vectorTabs li a {
+
.grid-Brewing_Stand .output2 {
padding: 15px 14px 0 20px;
+
padding-top: 18px !important;
height: 21px;
+
}
 +
.grid-Brewing_Stand .output3 {
 +
padding: 4px 0 14px 10px !important;
 +
}
 +
 
 +
.grid-Brewing_Stand .paths {
 +
position: absolute;
 +
bottom: 42px;
 +
left: 42px;
 +
z-index: 5;
 
}
 
}
.vectorTabs li.selected a,
+
 
.vectorTabs li a:hover,
+
/* [[Template:Grid/Hotbar]] */
.vectorTabs li a:focus,
+
.grid-Hotbar {
.vectorMenu:hover,
+
display: inline-block;
.vectorMenu:focus {
+
position: relative;
background-position: right bottom;
+
border: 0;
 +
padding: 0;
 +
background-color: transparent;
 
}
 
}
.vectorTabs li a:before,
+
.grid-Hotbar > .selector {
.vectorMenu:before {
+
position: absolute;
content: "";
+
top: -2px;
 +
margin-left: -2px;
 +
}
 +
.grid-Hotbar > .slots {
 
position: absolute;
 
position: absolute;
 
top: 0;
 
top: 0;
 
left: 0;
 
left: 0;
width: 6px;
+
margin: 2px;
height: 36px;
+
}
pointer-events: none;
+
.grid-Hotbar .grid {
 +
margin: 4px;
 +
}
 +
/* [[Template:Infobox]], [[Template:Infobox row]] */
 +
.notaninfobox {
 +
clear: right;
 +
margin: 0 0 1em 1em;
 +
width: 300px;
 +
font-size: 90%;
 +
background: #FFF;
 +
float: right;
 +
border: 1px solid #CCC;
 +
padding: 2px;
 +
overflow: auto;
 +
}
 +
 
 +
.infobox-title {
 +
font-weight: bold;
 +
text-align: center;
 +
font-size: 120%;
 +
}
 +
 
 +
.infobox-imagearea {
 +
text-align: center;
 +
padding: 4px;
 +
}
 +
.infobox-imagearea > div:not(:first-child) {
 +
padding-top: 1em;
 +
}
 +
 
 +
.infobox-rows {
 +
width: 100%;
 +
}
 +
.infobox-rows > tbody > tr > th {
 +
text-align: left;
 +
white-space: nowrap;
 +
}
 +
.infobox-rows p {
 +
margin: 0;
 +
}
 +
.infobox-rows audio {
 +
width: 184px;
 +
}
 +
/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
 +
.infobox-rows dl + dl {
 +
margin-top: -0.4em;
 +
}
 +
.infobox-rows dl:last-child {
 +
margin-bottom: 0.2em;
 +
}
 +
 
 +
.infobox-footer {
 +
text-align: center;
 +
}
 +
 
 +
/* [[Template:Navbox]] */
 +
.navbox {
 +
background: #FFF;
 +
border: 1px solid #CCC;
 +
margin: 1em auto 0;
 +
clear: both;
 +
width: 100%;
 +
}
 +
 
 +
.navbox table {
 +
background: #FFF;
 +
margin-left: -4px;
 +
margin-right: -2px;
 +
}
 +
.navbox table:first-child {
 +
margin-top: -2px;
 +
}
 +
.navbox table:last-child {
 +
margin-bottom: -2px;
 
}
 
}
  
div.vectorMenu div.menu {
+
.navbox .navbox-top {
position: absolute;
+
white-space: nowrap;
left: 6px;
+
background-color: #7caa21;
bottom: 0;
+
padding: 0 3px;
 +
text-align: center;
 
}
 
}
div.vectorMenu ul {
+
 
background-color: #E6EFF4;
+
.navbox-navbar,
 +
.navbox-navbar-mini {
 +
float: left;
 +
font-size: 80%;
 
}
 
}
div#mw-head div.vectorMenu h4 {
+
 
margin: 16px 0 0 20px;
+
.navbox-title {
padding: 0;
+
padding: 0 10px;
 +
font-size: 110%;
 
}
 
}
div#mw-head div.vectorMenu h5 {
+
 
background: url(/extensions/Vector/modules/images/open.svg) center no-repeat;
+
.navbox th {
margin: 16px 7px 0 13px;
+
background-color: #EEE;
width: 24px;
+
padding: 0 10px;
height: 16px;
+
white-space: nowrap;
 +
text-align: right;
 
}
 
}
div#mw-head div.vectorMenu h4 + h5 {
+
 
margin-left: 0;
+
.navbox td {
 +
width: 100%;
 +
padding: 0 0 0 2px;
 
}
 
}
  
#left-navigation > .vectorTabs li:first-child a:before {
+
/* [[Template:LoadBox]] with navbox */
background: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/4/49/Vector-tabs-first.png);
+
.loadbox-navbox {
height: 93px;
+
padding: 2px !important;
 +
margin: 1em 0 0 !important;
 +
clear: both;
 +
}
 +
.loadbox-navbox > p {
 +
background-color: #7caa21;
 +
text-align: center;
 +
margin: 0;
 +
padding: 0 3px;
 +
}
 +
.loadbox-navbox > p > b {
 +
font-size: 110%;
 
}
 
}
  
/* Hide watch tab's text and put an icon in
+
.loadbox-navbox .navbox {
  [[File:Watch-icons.png]] [[File:Watch.gif]]
+
margin: 0 -2px -2px;
#ca-watch.icon a,
+
border: 0;
#ca-unwatch.icon a {
 
background-image: url("http://hydra-media.cursecdn.com/minecraft.gamepedia.com/c/ce/Watch-icons.png");
 
-webkit-background-clip: content-box;
 
background-clip: content-box;
 
 
}
 
}
#ca-watch.icon a,
+
.loadbox-navbox .navbox > tbody > tr:first-child {
#ca-watch.icon a:focus {
+
display: none;
background-position: 13px 15px;
 
 
}
 
}
#ca-unwatch.icon a,
+
 
#ca-unwatch.icon a:focus {
+
/* [[Template:History2]] */
background-position: -3px 15px;
+
/*.history2 td > pre,
 +
.history2 td > ol {
 +
display: none;
 
}
 
}
#ca-watch.icon a:hover {
+
 
background-position: 13px -1px;
+
.history2 ul {
 +
margin-top: 0;
 
}
 
}
#ca-unwatch.icon a:hover {
+
 
background-position: -3px -1px;
+
.history2 .toggleHistDetails {
 +
float: right;
 +
text-align: right;
 +
width: 150px;
 
}
 
}
#ca-watch.icon a,
+
.history2 > tbody > tr:first-child > th {
#ca-unwatch.icon a,
+
padding-left: 152px;
#ca-unwatch.icon a.loading,
+
}*/
#ca-watch.icon a.loading {
+
 
text-indent: 40px;
+
/* [[Template:Sprite]] */
 +
.sprite {
 +
display: inline-block;
 +
vertical-align: text-top;
 
height: 16px;
 
height: 16px;
 
width: 16px;
 
width: 16px;
padding: 15px 14px 6px;
+
background-repeat: no-repeat;
 +
}
 +
.sprite + .sprite-text {
 +
padding-left: 0.312em;
 +
}
 +
 
 +
/* [[Template:CommentSprite]] */
 +
.comment-sprite {
 +
background-image: url(http://wikiminecraft.es/images/9/9c/CommentCSS.png);
 +
}
 +
 
 +
/* [[Template:BlockSprite]] */
 +
.block-sprite {
 +
background-image: url(http://wikiminecraft.es/images/d/df/BlockCSS.png);
 
}
 
}
#ca-unwatch.icon a.loading,
 
#ca-watch.icon a.loading {
 
background-image: url("http://hydra-media.cursecdn.com/minecraft.gamepedia.com/4/49/Watch.gif");
 
background-position: 13px 15px;
 
}*/
 
  
/* Only the simple search is styled, as there is no unique ids for the default search: [[File:Search-button.svg]] */
+
/* [[Template:EntitySprite]] */
#simpleSearch,
+
.entity-sprite {
#searchInput {
+
background-image: url(http://wikiminecraft.es/images/4/40/EntityCSS.png);
-moz-box-sizing: border-box;
+
}
box-sizing: border-box;
+
 
 +
/* [[Template:ItemSprite]] */
 +
.item-sprite {
 +
background-image: url(http://wikiminecraft.es/images/f/f5/ItemCSS.png);
 +
}
 +
 
 +
/* [[Template:Schematic]] */
 +
.schematic-sprite {
 +
background-image: url(http://wikiminecraft.es/images/c/c2/SchematicSprite.png);
 +
background-size: 32em auto;
 +
width: 1em;
 +
height: 1em;
 +
}
 +
 
 +
/* [[Template:Sprite/Preview]] */
 +
.sprite-preview:hover div {
 +
opacity: 0.7 !important;
 +
}
 +
 
 +
 
 +
/* [[Template:Schematic]] */
 +
.thumb .schematic {
 +
margin: auto;
 +
}
 +
table.schematic {
 +
border-collapse: collapse;
 +
font-size: 32px;
 +
}
 +
span.schematic {
 +
display: inline-block;
 +
font-size: 32px;
 
}
 
}
  
div#simpleSearch {
+
table.schematic td {
background-image: none;
+
vertical-align: top;
background-position: top right;
+
}
background-repeat: no-repeat, repeat;
+
table.schematic td,
background-color: rgba(0, 0, 0, 0.365);
+
span.schematic {
border: 0;
+
background-color: #FFF;
border-right: 4px solid #538631;
+
border: 1px solid #CCC;
border-bottom: 4px solid #382314;
+
padding: 0;
margin: -11px 4px 0 0;
+
width: 1em;
padding: 0 4px 0 5px;
+
height: 1em;
height: 31px;
+
overflow: hidden;
width: 218px;
+
}
 +
table.schematic td > div,
 +
span.schematic {
 +
position: relative;
 
}
 
}
#simpleSearch:before {
+
table.schematic td > div > span,
content: "";
+
span.schematic > span {
 
position: absolute;
 
position: absolute;
border-top: 4px solid rgba(0, 0, 0, 0.365);
+
left: 0;
border-left: 4px solid transparent;
+
}
top: 0;
+
 
left: -4px;
+
.schematic .text {
 +
line-height: 1.5em;
 +
font-size: 75%;
 +
width: 100%;
 +
color: black;
 +
font-weight: bold;
 +
text-align: center;
 +
text-shadow: 0 0 2px #FFF;
 +
}
 +
 
 +
/** Misc stuff **/
 +
/* Prevent page jump from the toolbar loading, doesn't affect people with the toolbar disabled */
 +
#toolbar {
 +
height: 22px;
 
}
 
}
#simpleSearch:after {
+
 
content: "";
+
/* Remove the header from the main page */
position: absolute;
+
body.page-Minecraft_Wiki.action-view h1.firstHeading,
border-top: 3px solid #B0B0B0;
+
body.page-Minecraft_Wiki.action-view #contentSub {
border-left: 3px solid #79553A;
+
display: none;
bottom: 5px;
 
left: 5px;
 
z-index: 1;
 
 
}
 
}
  
div#simpleSearch input#searchInput {
+
/* Fix floating bodyContent getting caught on something, and displaying too low */
position: relative;
+
#bodyWrapper {
border-top: 3px solid #E6E6E6;
+
display: inline-block;
border-left: 3px solid #B0B0B0;
 
background-color: #D0CFCF;
 
background-image: -webkit-linear-gradient(#C3C3C3, #DCDBDB);
 
background-image: linear-gradient(#C3C3C3, #DCDBDB);
 
padding: 0 27px 0 3px;
 
top: -4px;
 
 
width: 100%;
 
width: 100%;
height: 26px;
 
 
}
 
}
  
div#simpleSearch button#searchButton {
+
/* Remove sidead from main page editcopy since it
background: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/0/0e/Search-button.svg) center 8px no-repeat;
+
  breaks the page and isn't on the real main page */
margin-top: -4px;
+
body.page-Minecraft_Wiki_editcopy .atfmrec {
margin-right: 4px;
+
display: none;
 +
}
 +
 
 +
/* Collapsible Tables ([[MediaWiki:Common.js]]) */
 +
table.collapsed tr.collapsible {
 +
display: none;
 +
}
 +
 +
.collapsible-button {
 +
float: right;
 +
font-weight: normal;
 +
margin-left: 0.8em;
 +
}
 +
 
 +
.collapsible.collapse-button-left > tr > th .collapsible-button,
 +
.collapsible.collapse-button-left > * > tr > th .collapsible-button {
 +
float: left;
 +
margin-right: 0.8em;
 +
margin-left: 0;
 +
}
 +
 
 +
.collapsible.collapse-button-none > tr > th .collapsible-button,
 +
.collapsible.collapse-button-none > * > tr > th .collapsible-button {
 +
float: none;
 +
}
 +
 
 +
/* Alternating cell background */
 +
.alternatecells:nth-child(odd) {
 +
background-color: #F9F9F9;
 +
}
 +
/* Alternating table rows, primarily used with [[Template:Infobox row]] */
 +
.alternaterows tr:nth-child(even),
 +
.infobox-rows tr:nth-child(even) {
 +
background-color: #F9F9F9;
 +
}
 +
 
 +
/* The blue header used throughout the wiki */
 +
.mcwiki-header {
 +
background: #7caa21;
 +
border: 1px solid #CCC;
 +
border-bottom: 4px groove #999;
 +
border-right: 4px groove #999;
 +
padding: 5px;
 +
}
 +
 
 +
.mcwiki-mon-header {
 +
background: #87CEEB;
 +
border: 1px solid #CCC;
 +
border-bottom: 4px groove #999;
 +
border-right: 4px groove #999;
 +
padding: 5px;
 +
}
 +
 
 +
/* Scale file page image to the width of the page */
 +
#file img {
 +
max-width: 100%;
 +
height: auto;
 +
}
 +
 
 +
/* Remove margin from file page table */
 +
#mw-imagepage-section-filehistory .filehistory {
 +
margin-right: 0;
 +
}
 +
 
 +
/* 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,
 +
.page-MediaWiki_Sitenotice .mw-content-ltr > div {
 +
background-color: #FFF;
 +
border: 1px solid #D3D3D3;
 +
margin-bottom: 12px;
 +
text-align: center;
 +
}
 +
 
 +
/* Minecraft font */
 +
@font-face {
 +
font-family: Minecraft;
 +
src: url("http://www.mundo-minecraft.com/wp-content/uploads/minecraft.eot"),
 +
    url("http://www.mundo-minecraft.com/wp-content/uploads/minecraft.woff") format('woff'),
 +
    url("http://www.mundo-minecraft.com/wp-content/uploads/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(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/Panel-divider.png);
 +
background-position: left top;
 +
background-repeat: no-repeat;
 +
}
 +
div#mw-panel div.portal div.body {
 +
background-image: none;
 
padding: 0;
 
padding: 0;
height: 26px;
+
margin: 0 0 0 1.25em;
width: 24px;
+
}
 +
div#mw-panel div.portal h5 {
 +
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-Minecraft_Wiki {
 +
background-image: none;
 +
margin-top: 0;
 +
}
 +
#p-Minecraft_Wiki h5 {
 +
display: none;
 
}
 
}
#simpleSearch button:before {
+
#mw-panel #p-Minecraft_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: "";
 
content: "";
 
position: absolute;
 
position: absolute;
border-top: 3px solid #80BA5A;
 
border-left: 3px solid #E6E6E6;
 
 
top: 0;
 
top: 0;
right: 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 {
 +
list-style-type: none;
 +
margin-left: 10px;
 +
}
 +
 
 +
/* Use vector style arrows for enhanced rc instead of those ones from like 2003 */
 +
.mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
 +
    background-image: url(/extensions/Vector/modules/images/open.svg);
 +
}
 +
.mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
 +
    background-image: url(/extensions/Vector/modules/images/closed-ltr.svg);
 +
}
 +
 
 +
/* 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;
 
}
 
}
#simpleSearch button:after {
+
.hlist li:not(:last-child):after {
 
content: "";
 
content: "";
position: absolute;
+
display: inline-block;
border-top: 4px solid #80BA5A;
+
position: relative;
border-left: 4px solid #538631;
+
left: 0.313em;
top: 4px;
+
bottom: 0.234em;
right: -8px;
+
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;
 
}
 
}
  
#simpleSearch button img {
+
/* Hide noscript only elements */
 +
.noscript {
 
display: none;
 
display: none;
 
}
 
}
  
/* The suggestions shown under the search bar */
+
/* Try to use nearest neighbour scaling for pixelated images */
.suggestions.searchbar {
+
.pixel-image,
margin-top: -38px;
+
.grid,
margin-right: 7px;
+
.sprite {
 +
image-rendering: -moz-crisp-edges;
 +
image-rendering: -o-crisp-edges;
 +
image-rendering: -webkit-optimize-contrast;
 +
-ms-interpolation-mode: nearest-neighbor;
 
}
 
}
.suggestions.searchbar > * {
+
 
display: block;
+
/* Cite text needs to be a block element, but should display inline */
margin-left: 14px;
+
.references > li {
 +
white-space: nowrap;
 
}
 
}
.suggestions.searchbar .suggestions-results,
+
div.cite-reference-text {
.suggestions.searchbar .suggestions-special {
+
display: inline;
background-color: #DBDADA;
+
vertical-align: top;
border-color: #3C3B3B;
+
white-space: normal;
 
}
 
}
.suggestions.searchbar .suggestions-result-current {
+
 
background-color: highlight;
+
/* Add [[File:Mojang logo.svg]] to known MC dev userlinks: [[File:Mojang logo.svg]] */
 +
.mw-userlink[title="User:Jeb"],
 +
.mw-userlink[title="User:Dinnerbone"],
 +
.mw-userlink[title="User:MarcWatson"] {
 +
padding-left: 17px;
 +
background: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/14px-Mojang_logo.svg_.png) no-repeat left center;
 
}
 
}
  
/* Correct position of sidebar */
+
/* Mark internal links as plain */
div#mw-panel {
+
#content a.external[href^="http://wikiminecraft.es"] {
margin-top: -180px;
+
background: none;
 +
padding-right: 0;
 
}
 
}
  
/* Replace divider with a similar image that has proper transparency: [[File:Panel-divider.png]] */
+
/* Make tabs the correct size */
#mw-panel.collapsible-nav div.portal {
+
* {
background-image: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/b/bf/Panel-divider.png);
+
-moz-tab-size: 4;
 +
  -o-tab-size: 4;
 +
    tab-size: 4;
 
}
 
}
  
/* Give the main content area its healthy blue glow and add a border and some margin to help with the 3D effect */
+
/* Remove bullets/numbers from a list */
div#content {
+
.list-style-none ul,
position: relative;
+
.list-style-none ol {
background-color: #E6EFF4;
+
list-style: none;
border-top: 6px solid #B4BEC3;
+
margin-left: 0;
border-bottom: 0;
+
}
border-left: 6px solid #171717;
+
 
margin-right: 10px;
+
/* Classes corresponding to Minecraft formatting codes */
 +
.format-0 {
 +
color: #000;
 +
text-shadow: 0.125em 0.125em 0 #000;
 +
}
 +
.format-1 {
 +
color: #00A;
 +
text-shadow: 0.125em 0.125em 0 #00002A;
 +
}
 +
.format-2 {
 +
color: #0A0;
 +
text-shadow: 0.125em 0.125em 0 #002A00;
 +
}
 +
.format-3 {
 +
color: #0AA;
 +
text-shadow: 0.125em 0.125em 0 #002A2A;
 +
}
 +
.format-4 {
 +
color: #A00;
 +
text-shadow: 0.125em 0.125em 0 #2A0000;
 +
}
 +
.format-5 {
 +
color: #A0A;
 +
text-shadow: 0.125em 0.125em 0 #A200A2;
 +
}
 +
.format-6 {
 +
color: #FA0;
 +
text-shadow: 0.125em 0.125em 0 #2A2A00;
 +
}
 +
.format-7 {
 +
color: #AAA;
 +
text-shadow: 0.125em 0.125em 0 #2A2A2A;
 +
}
 +
.format-8 {
 +
color: #555;
 +
text-shadow: 0.125em 0.125em 0 #151515;
 +
}
 +
.format-9 {
 +
color: #55F;
 +
text-shadow: 0.125em 0.125em 0 #15153F;
 +
}
 +
.format-a {
 +
color: #5F5;
 +
text-shadow: 0.125em 0.125em 0 #153F15;
 +
}
 +
.format-b {
 +
color: #5FF;
 +
text-shadow: 0.125em 0.125em 0 #153F3F;
 +
}
 +
.format-c {
 +
color: #F55;
 +
text-shadow: 0.125em 0.125em 0 #3F1515;
 +
}
 +
.format-d {
 +
color: #F5F;
 +
text-shadow: 0.125em 0.125em 0 #3F153F;
 +
}
 +
.format-e {
 +
color: #FF5;
 +
text-shadow: 0.125em 0.125em 0 #3F3F15;
 +
}
 +
.format-l {
 +
font-weight: bold;
 +
letter-spacing: 0.125em;
 +
}
 +
.format-m {
 +
text-decoration: line-through;
 +
}
 +
.format-n {
 +
text-decoration: underline;
 +
}
 +
.format-o {
 +
font-style: italic;
 
}
 
}
  
/* Add the 3D corners to the main content */
+
/* Styling for minecraft style tooltip */
div#content:before {
+
#minetip-tooltip {
 +
position: fixed;
 +
background-color: rgba(16, 0, 16, 0.94);
 +
border-top: 0.125em solid rgba(80, 0, 255, 0.31);
 +
border-bottom: 0.125em solid rgba(40, 0, 127, 0.31);
 +
color: #FFF;
 +
padding: 0.125em 0.25em;
 +
font-family: Minecraft;
 +
font-size: 16px;
 +
white-space: nowrap;
 +
pointer-events: none;
 +
line-height: 1.25em;
 +
text-shadow: 0.125em 0.125em 0 #3F3F3F;
 +
margin: 0.25em 0.375em;
 +
z-index: 100;
 +
}
 +
#minetip-tooltip:before {
 
content: "";
 
content: "";
 
position: absolute;
 
position: absolute;
border-top: 6px solid #B9855C;
+
top: -0.25em;
border-left: 6px solid #B4BEC3;
+
right: -0.125em;
top: -6px;
+
bottom: -0.25em;
right: 0;
+
left: -0.125em;
 +
border: 0.125em solid rgba(16, 0, 16, 0.94);  
 
}
 
}
/* Have to use the footer as #content:after is already used to clear the content float */
+
#minetip-tooltip:after {
#footer {
 
position: relative;
 
}
 
#footer:before {
 
 
content: "";
 
content: "";
 
position: absolute;
 
position: absolute;
border-top: 6px solid #171717;
+
top: -0.125em;
border-left: 6px solid #202020;
+
right: -0.25em;
top: -6px;
+
bottom: -0.125em;
left: 0;
+
left: -0.25em;
 +
background-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)), -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31));
 +
background-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)), linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31));
 +
background-size: 0.125em 100%;
 +
background-repeat: no-repeat;
 +
background-position: left, right;
 +
border: solid rgba(16, 0, 16, 0.94);
 +
border-width: 0 0.125em;
 +
}
 +
 
 +
#minetip-tooltip > .description {
 +
display: block;
 +
margin-top: 0.25em;
 +
}
 +
 
 +
/* Hide step-by-step publishing as it's broken */
 +
.wikiEditor-ui-buttons {
 +
display: none !important;
 
}
 
}
  
/* Use black bullet points, instead of blue circles: [[File:List bullet.svg]] */
+
/* Fix wikiEditor spacing */
ul {
+
#upload_container {
list-style-image: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/3/39/List_bullet.svg);
+
margin-top: -1px;
 +
}
 +
#upload_div {
 +
margin: 0;
 +
width: auto;
 +
border-width: 1px 0;
 +
box-shadow: none;
 
}
 
}
  
/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
+
.wikiEditor-ui-top {
div.mw-warning-with-logexcerpt,
+
border: 0 !important;
.errorbox {
 
background-color: #FCC;
 
border: 2px solid #FAA;
 
 
}
 
}
.warningbox {
+
.wikiEditor-ui-toolbar {
background-color: #FFC;
+
border-bottom: 1px solid silver;
border: 2px solid #FFA;
 
 
}
 
}
.successbox {
+
 
background-color: #CFC;
+
/* Fix social icons and promos in portlets */
border: 2px solid #AFA;
+
#mw-panel #p-sitePromos,
 +
#mw-panel #p-socialProfiles {
 +
margin: -11px 9px 10px 11px !important;
 
}
 
}
.successbox strong p {
+
 
margin: 0;
+
#mw-panel #p-sitePromos .body,
 +
#mw-panel #p-socialProfiles .body {
 +
margin-left: 0 !important;
 +
padding: 4px 0;
 
}
 
}
div.mw-warning-with-logexcerpt,
+
 
.errorbox,
+
#mw-panel .socialSidebar {
.warningbox,
+
text-align: left;
.successbox {
 
padding: 3px 12px;
 
 
}
 
}
  
/* Add white background to some areas */
+
#mw-panel .socialLink {
#asirra_ChallengeTableDiv {
+
margin: 0 4px 0 0;
background-color: #FFF;
 
 
}
 
}
  
/* Fix diff area styling */
+
/* Move the portlets up */
table.diff {
+
#p-logo {
background-color: transparent;
+
margin-bottom: 0;
 
}
 
}
td.diff-addedline,
+
 
td.diff-deletedline {
+
/* Keep promo images within the sidebar */
background-color: #F9F9F9;
+
#mw-panel .promoSidebar img {
 +
width: 140px;
 
}
 
}
td.diff-context {
+
 
background-color: #F3F3F3;
+
/* Fix enhanced RC spacing */
 +
.mw-enhancedchanges-arrow-space {
 +
vertical-align: top;
 
}
 
}
td.diff-addedline,
+
 
td.diff-deletedline,
+
/* Remove on MW1.22: Make notifications fixed, so they're always visible */
td.diff-context,
+
#mw-notification-area {
td.diff-addedline .diffchange,
+
position: fixed;
td.diff-deletedline .diffchange {
+
top: 2.5em;
border-radius: 0;
 
 
}
 
}
  
/* Get rid of stupid white borders on page history */
+
/* Only show content on mobile version */
#pagehistory li {
+
.mobileonly {
border-color: transparent;
+
display: none;
 
}
 
}
  
/* Same as the default preference tab images, but with the blue background colour instead of white
+
.wikitable tr {
  [[File:Pref-tab-border.png]] [[File:Pref-tab-bg.png]] */
+
text-align:center;
#preftoc,
 
#preftoc li {
 
background-image: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/f/f9/Pref-tab-border.png);
 
 
}
 
}
#preftoc li.selected a {
+
 
background-image: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/5/57/Pref-tab-bg.png);
+
.wikitable td {
 +
text-align:left;
 
}
 
}
  
/* Fix side-by-side editor background colour */
+
li.gallerybox {
.wikiEditor-ui-controls {
+
border: none;
background-color: #E6EFF4;
+
margin: 2px
border-right: 1px solid #E6EFF4;
+
}
 +
/*Color verde de las tablas del Modulo Crafting en Fabricación*/
 +
th.headerSort{
 +
background-color: #7caa21 !important;
 +
}
 +
th.unsortable{
 +
background-color: #7caa21 !important;
 +
}
 +
.wikitable th {
 +
background-color: #f6ffe4 !important;
 
}
 
}

Revisión actual del 15:24 10 ago 2024

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

/** Template stylings **/
/* [[Template:Grid]]: [[File:Grid Unknown.png]] */
.grid {
	position: relative;
	display: inline-block;
	font-size: 16px;
	text-align: center !important;
	background-color: #8B8B8B;
	border: 2px solid #373737;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	width: 2em;
	height: 2em;
	vertical-align: bottom;
}
.grid.output {
	font-size: 24px;
}

.grid:before,
.grid:after {
	content: "";
	position: absolute;
	background-color: #8B8B8B;
	height: 2px;
	width: 2px;
	pointer-events: none;
}
.grid:before {
	bottom: -2px;
	left: -2px;
}
.grid:after {
	top: -2px;
	right: -2px;
}

.grid img {
	padding: 2px;
}
 
.grid > .item,
.grid > .default-item {
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 1em;
	left: 1em;
}
.grid > .item > a.new {
	background: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/Grid_Unknown1.png) no-repeat 2px;
	display: block;
	width: 32px;
	height: 32px;
	padding: 2px;
	text-indent: -9999px;
	overflow: hidden;
}
 
.grid > .item > .number {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Minecraft;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	color: #FFF;
	pointer-events: none;
	text-shadow: 2px 2px 0 #3F3F3F;
	filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
	z-index: 6;
}
.grid > .item > .number > a {
	color: #FFF;
	text-decoration: none;
}
.grid > .item > .number > .selflink {
	font-weight: normal;
}
.grid > .item > a.new + .number {
	display: none;
}

/* Plain grid with no border or background */
.grid.plain {
	background-color: transparent;
	border: 0;
}
.grid.plain:before,
.grid.plain:after {
	content: none;
}

/* Generic grid layout styling */
.grid-Crafting_Table,
.grid-Furnace,
.grid-Brewing_Stand table,
.grid-generic {
	background: #C6C6C6;
	border: outset 2px #999;
	padding: 6px;
	text-align: left !important;
}
.grid-Crafting_Table td,
.grid-Furnace td,
.grid-Brewing_Stand td,
.grid-generic td {
	border: none;
	padding: 0;
}

/* [[Template:Grid/Crafting Table]] */
.grid-Crafting_Table .arrow,
.grid-Crafting_Table .shapeless {
	text-align: center;
	vertical-align: bottom;
}

.grid-Crafting_Table .arrow {
	width: 40px;
	padding-bottom: 5px;
}

.grid-Crafting_Table .shapeless span {
	cursor: help;
}

/* [[Template:Grid/Furnace]] */
.grid-Furnace {
	padding-left: 24px;
	padding-right: 24px;
}

.grid-Furnace .arrow,
.grid-Furnace .output {
	text-align: center;
	vertical-align: middle;
}

.grid-Furnace .arrow {
	padding-right: 18px !important;
	padding-left: 14px !important;
}

/* [[Template:Grid/Brewing Stand]] */
.grid-Brewing_Stand {
	position: relative;
	width: 144px;
}

.grid-Brewing_Stand .bubbles {
	text-align: right;
}

.grid-Brewing_Stand .input {
	padding: 3px 0 !important;
	vertical-align: top;
}
.grid-Brewing_Stand .output1 {
	padding: 4px 10px 14px 0 !important;
}
.grid-Brewing_Stand .output2 {
	padding-top: 18px !important;
}
.grid-Brewing_Stand .output3 {
	padding: 4px 0 14px 10px !important;
}

.grid-Brewing_Stand .paths {
	position: absolute;
	bottom: 42px;
	left: 42px;
	z-index: 5;
}

/* [[Template:Grid/Hotbar]] */
.grid-Hotbar {
	display: inline-block;
	position: relative;
	border: 0;
	padding: 0;
	background-color: transparent;
}
.grid-Hotbar > .selector {
	position: absolute;
	top: -2px;
	margin-left: -2px;
}
.grid-Hotbar > .slots {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
}
.grid-Hotbar .grid {
	margin: 4px;
}
/* [[Template:Infobox]], [[Template:Infobox row]] */
.notaninfobox {
	clear: right;
	margin: 0 0 1em 1em;
	width: 300px;
	font-size: 90%;
	background: #FFF;
	float: right;
	border: 1px solid #CCC;
	padding: 2px;
	overflow: auto;
}

.infobox-title {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}

.infobox-imagearea {
	text-align: center;
	padding: 4px;
}
.infobox-imagearea > div:not(:first-child) {
	padding-top: 1em;
}

.infobox-rows {
	width: 100%;
}
.infobox-rows > tbody > tr > th {
	text-align: left;
	white-space: nowrap;
}
.infobox-rows p {
	margin: 0;
}
.infobox-rows audio {
	width: 184px;
}
/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
.infobox-rows dl + dl {
	margin-top: -0.4em;
}
.infobox-rows dl:last-child {
	margin-bottom: 0.2em;
}

.infobox-footer {
	text-align: center;
}

/* [[Template:Navbox]] */
.navbox {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 1em auto 0;
	clear: both;
	width: 100%;
}

.navbox table {
	background: #FFF;
	margin-left: -4px;
	margin-right: -2px;
}
.navbox table:first-child {
	margin-top: -2px;
}
.navbox table:last-child {
	margin-bottom: -2px;
}

.navbox .navbox-top {
	white-space: nowrap;
	background-color: #7caa21;
	padding: 0 3px;
	text-align: center;
}

.navbox-navbar,
.navbox-navbar-mini {
	float: left;
	font-size: 80%;
}

.navbox-title {
	padding: 0 10px;
	font-size: 110%;
}

.navbox th {
	background-color: #EEE;
	padding: 0 10px;
	white-space: nowrap;
	text-align: right;
}

.navbox td {
	width: 100%;
	padding: 0 0 0 2px;
}

/* [[Template:LoadBox]] with navbox */
.loadbox-navbox {
	padding: 2px !important;
	margin: 1em 0 0 !important;
	clear: both;
}
.loadbox-navbox > p {
	background-color: #7caa21;
	text-align: center;
	margin: 0;
	padding: 0 3px;
}
.loadbox-navbox > p > b {
	font-size: 110%;
}

.loadbox-navbox .navbox {
	margin: 0 -2px -2px;
	border: 0;
}
.loadbox-navbox .navbox > tbody > tr:first-child {
	display: none;
}

/* [[Template:History2]] */
/*.history2 td > pre,
.history2 td > ol {
	display: none;
}

.history2 ul {
	margin-top: 0;
}

.history2 .toggleHistDetails {
	float: right;
	text-align: right;
	width: 150px;
}
.history2 > tbody > tr:first-child > th {
	padding-left: 152px;
}*/

/* [[Template:Sprite]] */
.sprite {
	display: inline-block;
	vertical-align: text-top;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.sprite + .sprite-text {
	padding-left: 0.312em;
}

/* [[Template:CommentSprite]] */
.comment-sprite {
	background-image: url(http://wikiminecraft.es/images/9/9c/CommentCSS.png);
}

/* [[Template:BlockSprite]] */
.block-sprite {
	background-image: url(http://wikiminecraft.es/images/d/df/BlockCSS.png);
}

/* [[Template:EntitySprite]] */
.entity-sprite {
	background-image: url(http://wikiminecraft.es/images/4/40/EntityCSS.png);
}

/* [[Template:ItemSprite]] */
.item-sprite {
	background-image: url(http://wikiminecraft.es/images/f/f5/ItemCSS.png);
}

/* [[Template:Schematic]] */
.schematic-sprite {
	background-image: url(http://wikiminecraft.es/images/c/c2/SchematicSprite.png);
	background-size: 32em auto;
	width: 1em;
	height: 1em;
}

/* [[Template:Sprite/Preview]] */
.sprite-preview:hover div {
	opacity: 0.7 !important;
}


/* [[Template:Schematic]] */
.thumb .schematic {
	margin: auto;
}
table.schematic {
	border-collapse: collapse;
	font-size: 32px;
}
span.schematic {
	display: inline-block;
	font-size: 32px;
}

table.schematic td {
	vertical-align: top;
}
table.schematic td,
span.schematic {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 0;
	width: 1em;
	height: 1em;
	overflow: hidden;
}
table.schematic td > div,
span.schematic {
	position: relative;
}
table.schematic td > div > span,
span.schematic > span {
	position: absolute;
	left: 0;
}

.schematic .text {
	line-height: 1.5em;
	font-size: 75%;
	width: 100%;
	color: black;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 2px #FFF;
}

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

/* Remove the header from the main page */
body.page-Minecraft_Wiki.action-view h1.firstHeading,
body.page-Minecraft_Wiki.action-view #contentSub {
	display: none;
}

/* Fix floating bodyContent getting caught on something, and displaying too low */
#bodyWrapper {
	display: inline-block;
	width: 100%;
}

/* Remove sidead from main page editcopy since it
   breaks the page and isn't on the real main page */
body.page-Minecraft_Wiki_editcopy .atfmrec {
	display: none;
}

/* Collapsible Tables ([[MediaWiki:Common.js]]) */
table.collapsed tr.collapsible {
	display: none;
}
 
.collapsible-button {
	float: right;
	font-weight: normal;
	margin-left: 0.8em;
}

.collapsible.collapse-button-left > tr > th .collapsible-button,
.collapsible.collapse-button-left > * > tr > th .collapsible-button {
	float: left;
	margin-right: 0.8em;
	margin-left: 0;
}

.collapsible.collapse-button-none > tr > th .collapsible-button,
.collapsible.collapse-button-none > * > tr > th .collapsible-button {
	float: none;
}

/* Alternating cell background */
.alternatecells:nth-child(odd) {
	background-color: #F9F9F9;
}
/* Alternating table rows, primarily used with [[Template:Infobox row]] */
.alternaterows tr:nth-child(even),
.infobox-rows tr:nth-child(even) {
	background-color: #F9F9F9;
}

/* The blue header used throughout the wiki */
.mcwiki-header {
	background: #7caa21;
	border: 1px solid #CCC;
	border-bottom: 4px groove #999;
	border-right: 4px groove #999;
	padding: 5px;
}

.mcwiki-mon-header {
	background: #87CEEB;
	border: 1px solid #CCC;
	border-bottom: 4px groove #999;
	border-right: 4px groove #999;
	padding: 5px;
}

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

/* Remove margin from file page table */
#mw-imagepage-section-filehistory .filehistory {
	margin-right: 0;
}

/* 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,
.page-MediaWiki_Sitenotice .mw-content-ltr > div {
	background-color: #FFF;
	border: 1px solid #D3D3D3;
	margin-bottom: 12px;
	text-align: center;
}

/* Minecraft font */
@font-face {
	font-family: Minecraft;
	src: url("http://www.mundo-minecraft.com/wp-content/uploads/minecraft.eot"),
	     url("http://www.mundo-minecraft.com/wp-content/uploads/minecraft.woff") format('woff'),
	     url("http://www.mundo-minecraft.com/wp-content/uploads/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(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/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 h5 {
	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-Minecraft_Wiki {
	background-image: none;
	margin-top: 0;
}
#p-Minecraft_Wiki h5 {
	display: none;
}
#mw-panel #p-Minecraft_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 {
	list-style-type: none;
	margin-left: 10px;
}

/* Use vector style arrows for enhanced rc instead of those ones from like 2003 */
.mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
    background-image: url(/extensions/Vector/modules/images/open.svg);
}
.mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
    background-image: url(/extensions/Vector/modules/images/closed-ltr.svg);
}

/* 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;
}

/* Try to use nearest neighbour scaling for pixelated images */
.pixel-image,
.grid,
.sprite {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

/* 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;
}

/* Add [[File:Mojang logo.svg]] to known MC dev userlinks: [[File:Mojang logo.svg]] */
.mw-userlink[title="User:Jeb"],
.mw-userlink[title="User:Dinnerbone"],
.mw-userlink[title="User:MarcWatson"] {
	padding-left: 17px;
	background: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/14px-Mojang_logo.svg_.png) no-repeat left center;
}

/* Mark internal links as plain */
#content a.external[href^="http://wikiminecraft.es"] {
	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;
}

/* Classes corresponding to Minecraft formatting codes */
.format-0 {
	color: #000;
	text-shadow: 0.125em 0.125em 0 #000;
}
.format-1 {
	color: #00A;
	text-shadow: 0.125em 0.125em 0 #00002A;
}
.format-2 {
	color: #0A0;
	text-shadow: 0.125em 0.125em 0 #002A00;
}
.format-3 {
	color: #0AA;
	text-shadow: 0.125em 0.125em 0 #002A2A;
}
.format-4 {
	color: #A00;
	text-shadow: 0.125em 0.125em 0 #2A0000;
}
.format-5 {
	color: #A0A;
	text-shadow: 0.125em 0.125em 0 #A200A2;
}
.format-6 {
	color: #FA0;
	text-shadow: 0.125em 0.125em 0 #2A2A00;
}
.format-7 {
	color: #AAA;
	text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
.format-8 {
	color: #555;
	text-shadow: 0.125em 0.125em 0 #151515;
}
.format-9 {
	color: #55F;
	text-shadow: 0.125em 0.125em 0 #15153F;
}
.format-a {
	color: #5F5;
	text-shadow: 0.125em 0.125em 0 #153F15;
}
.format-b {
	color: #5FF;
	text-shadow: 0.125em 0.125em 0 #153F3F;
}
.format-c {
	color: #F55;
	text-shadow: 0.125em 0.125em 0 #3F1515;
}
.format-d {
	color: #F5F;
	text-shadow: 0.125em 0.125em 0 #3F153F;
}
.format-e {
	color: #FF5;
	text-shadow: 0.125em 0.125em 0 #3F3F15;
}
.format-l {
	font-weight: bold;
	letter-spacing: 0.125em;
}
.format-m {
	text-decoration: line-through;
}
.format-n {
	text-decoration: underline;
}
.format-o {
	font-style: italic;
}

/* Styling for minecraft style tooltip */
#minetip-tooltip {
	position: fixed;
	background-color: rgba(16, 0, 16, 0.94);
	border-top: 0.125em solid rgba(80, 0, 255, 0.31);
	border-bottom: 0.125em solid rgba(40, 0, 127, 0.31);
	color: #FFF;
	padding: 0.125em 0.25em;
	font-family: Minecraft;
	font-size: 16px;
	white-space: nowrap;
	pointer-events: none;
	line-height: 1.25em;
	text-shadow: 0.125em 0.125em 0 #3F3F3F;
	margin: 0.25em 0.375em;
	z-index: 100;
}
#minetip-tooltip:before {
	content: "";
	position: absolute;
	top: -0.25em;
	right: -0.125em;
	bottom: -0.25em;
	left: -0.125em;
	border: 0.125em solid rgba(16, 0, 16, 0.94); 
}
#minetip-tooltip:after {
	content: "";
	position: absolute;
	top: -0.125em;
	right: -0.25em;
	bottom: -0.125em;
	left: -0.25em;
	background-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)), -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31));
	background-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)), linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31));
	background-size: 0.125em 100%;
	background-repeat: no-repeat;
	background-position: left, right;
	border: solid rgba(16, 0, 16, 0.94);
	border-width: 0 0.125em;
}

#minetip-tooltip > .description {
	display: block;
	margin-top: 0.25em;
}

/* 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;
}

/* Move the portlets up */
#p-logo {
	margin-bottom: 0;
}

/* Keep promo images within the sidebar */
#mw-panel .promoSidebar img {
	width: 140px;
}

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

/* Remove on MW1.22: Make notifications fixed, so they're always visible */
#mw-notification-area {
	position: fixed;
	top: 2.5em;
}

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

.wikitable tr {
text-align:center;
}

.wikitable td {
text-align:left;
}

li.gallerybox {
	border: none;
	margin: 2px
}
/*Color verde de las tablas del Modulo Crafting en Fabricación*/
th.headerSort{
	background-color: #7caa21 !important;
}
th.unsortable{
	background-color: #7caa21 !important;
}
.wikitable th {
	background-color: #f6ffe4 !important;
}