Diferencia entre revisiones de «MediaWiki:Common.css»
m |
|||
| Línea 6: | Línea 6: | ||
width: 100%; | width: 100%; | ||
margin-top: 1em; | margin-top: 1em; | ||
| − | |||
} | } | ||
Revisión del 16:31 9 dic 2009
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
/* Estilos de las Tablas en General */
.tableGeneral
{
width: 100%;
margin-top: 1em;
}
/*** Cajas de aviso en discusión que son blancas y con
* una cinta de color a la izquierda */
table.ambox {
margin: 0 10%;
border-collapse: collapse;
background-color: #fbfbfb;
border: 1px solid #aaa;
border-left: 10px solid #1e90ff; /* Default "notice" blue */
}
table.ambox th.ambox-text, table.ambox td.ambox-text
padding: 0.25em 0.5em;
width: 100%;
}
table.ambox td.ambox-image {
padding: 2px 0px 2px 0.5em;
text-align: center;
}
table.ambox td.ambox-imageright {
padding: 2px 4px 2px 0px;
text-align: center;
}
table.ambox-notice {border-left: 10px solid #1e90ff} /* Azul */
table.ambox-delete, table.ambox-serious {border-left: 10px solid #b22222} /* Rojo */
table.ambox-content {border-left: 10px solid #f28500} /* Naranja */
table.ambox-style {border-left: 10px solid #f4c430} /* Amarillo */
table.ambox-merge {border-left: 10px solid #9932cc} /* Morado */
table.ambox-growth {border-left: 10px solid #228b22} /* Verde */
table.ambox-protection {border-left: 10px solid #bba} /* Gris */
table.ambox.ambox-mini { /* Variante de ventana flotante */
float: right;
clear: right;
margin: 0 0 0 1em;
width: 25%;
}