Minecraft Wiki
Sin resumen de edición
Sin resumen de edición
Línea 131: Línea 131:
 
span.active {
 
span.active {
 
display:inline
 
display:inline
  +
}
  +
  +
/* [[Template: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
  +
}
  +
  +
/* What is this? */
  +
.infobox.atfmrec {
  +
border: none !important
  +
}
  +
  +
/* [[Template:Infobox row]] */
  +
.infobox-row {
  +
white-space: nowrap;
  +
font-weight: bold
  +
}
  +
  +
/* [[Template: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
 
}
 
}

Revisión del 16:19 20 dic 2012

/* CSS placed here will be applied to all skins */

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

#pt-userpage, #pt-anonuserpage, #pt-login {
background: url("/extensions/Curse/Icons/Flame.png") left top no-repeat;
padding-left: 10px !important;
}

/*  Footer */

#ft {
background: none;
}

#ft div {
width: 1100px;
}

#ft h1, #ft a, #ft {
color: #5F5F5F;
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%;
}

/* The blue header used throughout the wiki */
.mcwiki-header {
    background: #729FCF;
    border: 1px solid #ccc;
    border-bottom: 4px groove #999999;
    border-right: 4px groove #999999;
    padding: 5px;
}

/* For [[Template:Grid/Crafting Table]] , [[Template:Grid/Furnace]] and [[Template:Grid/Slide]] */
.grid-input {
 top: 2px;
 left: 2px;
 position: absolute;
 z-index: 1
}

.grid-output {
 top: 10px;
 left: 10px;
 position: absolute;
 z-index: 1
}

.grid-input-number {
 top: 17px;
 left: 22px;
 position: absolute;
 z-index: 2
}

.grid-input-number2 {
 top: 17px;
 left: 10px;
 position: absolute;
 z-index: 2
}

.grid-output-number {
 top: 25px;
 left: 30px;
 position: absolute;
 z-index: 2
}

.grid-output-number2 {
 top: 25px;
 left: 18px;
 position: absolute;
 z-index: 2
}

div.grid-input-slide > span, div.grid-output-slide > span
{
 display:none
}

span.active {
 display:inline
}

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

/* What is this? */
.infobox.atfmrec {
    border: none !important
}

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

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