Diferencia entre revisiones de «MediaWiki:Common.css»

Xstela (discusión | contribs.)
Sin resumen de edición
Sin resumen de edición
Etiqueta: Reversión manual
 
(No se muestran 47 ediciones intermedias de 4 usuarios)
Línea 53: Línea 53:
}
}
.grid > .item > a.new {
.grid > .item > a.new {
background: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/3/35/Grid_Unknown.png) no-repeat 2px;
background: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/Grid_Unknown1.png) no-repeat 2px;
display: block;
display: block;
width: 32px;
width: 32px;
Línea 311: Línea 311:
}
}
.loadbox-navbox > p {
.loadbox-navbox > p {
background-color: #CCC;
background-color: #7caa21;
text-align: center;
text-align: center;
margin: 0;
margin: 0;
Línea 361: Línea 361:
/* [[Template:CommentSprite]] */
/* [[Template:CommentSprite]] */
.comment-sprite {
.comment-sprite {
background-image: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/CommentCSS.png);
background-image: url(http://wikiminecraft.es/images/9/9c/CommentCSS.png);
}
}


/* [[Template:BlockSprite]] */
/* [[Template:BlockSprite]] */
.block-sprite {
.block-sprite {
background-image: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/BlockCSS.png);
background-image: url(http://wikiminecraft.es/images/d/df/BlockCSS.png);
}
}


/* [[Template:EntitySprite]] */
/* [[Template:EntitySprite]] */
.entity-sprite {
.entity-sprite {
background-image: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/EntityCSS.png);
background-image: url(http://wikiminecraft.es/images/4/40/EntityCSS.png);
}
}


/* [[Template:ItemSprite]] */
/* [[Template:ItemSprite]] */
.item-sprite {
.item-sprite {
background-image: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/ItemCSS.png);
background-image: url(http://wikiminecraft.es/images/f/f5/ItemCSS.png);
}
}


/* [[Template:Schematic]] */
/* [[Template:Schematic]] */
.schematic-sprite {
.schematic-sprite {
background-image: url(http://www.mundo-minecraft.com/wp-content/uploads/2014/04/SchematicSprite.png);
background-image: url(http://wikiminecraft.es/images/c/c2/SchematicSprite.png);
background-size: 32em auto;
background-size: 32em auto;
width: 1em;
width: 1em;
Línea 498: Línea 498:
.mcwiki-header {
.mcwiki-header {
background: #7caa21;
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: 1px solid #CCC;
border-bottom: 4px groove #999;
border-bottom: 4px groove #999;
Línea 975: Línea 983:
.mobileonly {
.mobileonly {
display: none;
display: none;
}
table.wikitable,
ul#filetoc {
background-color: #DDE7EF;
}
}


Línea 984: Línea 988:
text-align:center;
text-align:center;
}
}
.wikitable th {
 
background-color: #7caa21;
}
.wikitable td {
.wikitable td {
text-align:center;
text-align:left;
}
}
*/
 
/* Get rid of stupid white borders on galleries and replace the space they created with an actual margin */
li.gallerybox {
li.gallerybox {
border: none;
border: none;
margin: 2px
margin: 2px
}
}
 
/*Color verde de las tablas del Modulo Crafting en Fabricación*/
.headersort
th.headerSort{
{
background-color: #7caa21 !important;
background-color: #7caa21;
}
th.unsortable{
background-color: #7caa21 !important;
}
.wikitable th {
background-color: #f6ffe4 !important;
}
}