Nintendo Wiki
Sin resumen de edición
(Restaurando estilo del wiki)
Línea 1: Línea 1:
 
/* Los estilos CSS definidos aquí se aplicarán a todas las pieles (skins) */
 
/* Los estilos CSS definidos aquí se aplicarán a todas las pieles (skins) */
/* encabezado */
 
table.movnivel th, table.movmtmo th, table.movtutor th,
 
table.movhuevo th, table.movespecial th, table.estadisticas th,
 
table.tabmov th, table.tabpokemon th { background-color: light gray; border: 2px solid #8f8f8f; color: light gray; height: 20px; }
 
* Botón de editar */
 
/* Encabezados h2 */
 
.ns-0 h2 .editsection {
 
margin:7px 0 0 15px;
 
height:23px;
 
line-height:22px;
 
}
 
 
/* Encabezados h3 a h6 */
 
.ns-0 .editsection {
 
margin:2px auto auto 15px;
 
background:#8F8F8F;
 
height:20px;
 
line-height:19px;
 
-moz-border-radius:10px 10px 0 0;
 
-webkit-border-top-left-radius:10px;
 
-webkit-border-top-right-radius:10px;
 
border-radius:10px 10px 0 0;
 
}
 
 
.ns-0 .editsection:hover { background: Light Gray; }
 
 
/* Enlace 'Editar sección' */
 
#bodyContent .editsection a, #WikiaArticle .editsection a {
 
background: url(http://images1.wikia.nocookie.net/__cb32383/common/skins/oasis/images/sprite.png) no-repeat 2px -118px;
 
color: white;
 
text-decoration:none;
 
padding:5px 10px 3px 25px;
 
font-size:90%;
 
}
 

Revisión del 03:43 16 ene 2014

/* Los estilos CSS definidos aquí se aplicarán a todas las pieles (skins) */