Diferencia entre revisiones de «MediaWiki:Common.css»

Contenido eliminado Contenido añadido
Locos epraix (discusión · contribs.)
Moviendo CSS de cabeceras a MediaWiki:Gadget-imagenesinfobox.css
Locos epraix (discusión · contribs.)
removiendo fmbox
Línea 590:
@media print { /* No imprimir */
.ambox {display: none}
}
 
/* Footer and header message box styles */
table.fmbox {
clear: both;
margin: 0.2em 0;
width: 100%;
border: 1px solid #aaa;
background: #f9f9f9; /* Default "system" gray */
}
table.fmbox-system {
background: #f9f9f9;
}
table.fmbox-warning {
border: 1px solid #bb7070; /* Dark pink */
background: #ffdbdb; /* Pink */
}
table.fmbox-editnotice {
background: transparent;
}
div.fmbox-system {
clear: both;
margin: 0.2em 0;
border: 1px solid #aaa;
background: #f9f9f9;
padding: 0.25em 0.9em;
}