Minecraft Wiki
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* Este código CSS se aplicará a todos los usuarios por igual*/

#p-logo a { 
    background-image:url(http://www.minecraftwiki.net/images/b/bc/Wiki.png) !important; 
}

#pt-userpage, #pt-anonuserpage, #pt-login {
    background: url("http://media-mcw.cursecdn.com/es/thumb/e/eb/Grid_Book_and_Quill.png/16px-Grid_Book_and_Quill.png") left top no-repeat;
    padding-left: 10px !important;
}

/*  Footer */

#ft {
background: none;
}

#ft div {
width: 1100px;
}

#ft h1, #ft a, #ft {
color: ##FF0000;
font-size: 10px;
}

#ft .site-navigation {
list-style: none;
margin-left: 160px;
padding-bottom: 5px;
font-size: 10px;
}

#ft .site-navigation ul {
list-style: none;
}

#ft .network-navigation {
margin-left: 160px;
margin-bottom: 140px !important;
}

#ft .network-navigation ul {
float: left;
width: 110px;
}

#ft .network-navigation ul.double {
width: 280px;
}

#ft .network-navigation ul.curse li.header a {
background: url("/extensions/Curse/Icons/Gray.png") repeat scroll 0 0 transparent;
display: block;
text-indent: -999em;
height: 18px;
width: 140px;
}

#ft .network-navigation ul li {
float: left;
list-style: none;
width: 140px;
margin-bottom: 2px;
}

#ft .network-navigation ul li.header {
font-size: 12px;
clear: both;
font-weight: bold;
color: #FF6015;
width: 100%;
}

/* El header azul */
.mcwiki-header {
    background: #729FCF;
    border: 1px solid #ccc;
    border-bottom: 4px groove #999999;
    border-right: 4px groove #999999;
    padding: 5px;
}

/** Plantillas **/
/* [[Template:Grid]] */
.grid .animated .image,
.grid .paused .image {
    display: none;
}
.grid .animated .image.active,
.grid .paused .image.active {
    display: block;
}

/* [[Template:Grid/Cell]] */
.grid {
    display: inline-block;
    position: relative;
    text-align: left !important;
    background-color: #8B8B8B;
    height: 32px;
    width: 32px;
    padding: 2px;
    vertical-align: bottom;
}
.grid.output {
    height: 48px;
    width: 48px;
}

.grid .border {
    display: block;
    margin: -2px 0 0 -2px;
    border-style: solid none none solid;
    border-width: 2px;
    border-color: #373737;
    height: 100%;
}
.grid .border span {
    display: block;
    margin-right: -2px;
    border-style: none solid solid none;
    border-width: 2px;
    border-color: #FFFFFF;
    height: 100%;
}

.grid .image,
.grid .default-image {
    position: absolute;
    line-height: 16px;
    top: 2px;
    width: 32px;
}
.grid.output .image {
    top: 10px;
    left: 10px;
}
.grid .image > a.new {
    background-image: url("http://media-mcw.cursecdn.com/3/35/Grid_Unknown.png");
    display: block;
    width: 32px;
    height: 32px;
    outline: none;
    text-indent: -99999px;
}

.grid .number {
    display: block;
    margin: -12px -4px 0 0;
    text-align: right;
    font-family: Minecraft;
    font-size: 16px;
    pointer-events: none;
}
.grid .number .selflink,
.grid .number a {
    color: #3F3F3F;
    text-decoration: none;
    font-weight: normal;
}
.grid .image a.new + .number {
    display: none;
}
.grid .number span {
    position: absolute;
    right: -2px;
    bottom: 2px;
    color: #FFFFFF;
}

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

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

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

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

/* [[Plantilla:Infobox common]] */
.infobox {
    clear: right;
    margin: 3px 0px 3px 3px;
    width: 300px;
    font-size: 90%;
    background: #FFFFFF;
    float: right;
    border: 1px solid #CCCCCC;
    padding: 2px
}

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

.infobox-imagearea {
    text-align: center;
    padding: 4px
}

.infobox table {
    width: 100%
}

.infobox p {
    margin: 0
}

.infobox audio {
    width: 184px
}

.infobox dl:last-child {
    margin-bottom: 0.2em;
}

.infobox-footer {
    text-align: center
}

/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
.infobox dl + dl {
    margin-top: -0.4em;
}

/* */
.infobox.atfmrec {
    border: none !important
}

/* [[Plantilla:Infobox row]] */
.infobox-row {
    white-space: nowrap;
    font-weight: bold
}

/* [[PLantilla:Navbox]] */
.navbox {
    border: 1px solid #CCCCCC;
    margin: 1em auto 0;
    clear: both
}

.navbox table {
    width: 100%;
    background: #FFFFFF
}

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

.navbox-top {
    white-space: nowrap;
    background-color: #CCCCCC;
    padding: 0 3px
}

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

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

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

.navbox-list {
    width: 100%;
    padding: 0 0 0 2px
}
Advertisement