MediaWiki

Diferencia entre revisiones de «Common.css»

Línea 7: Línea 7:
 
margin-right: auto;
 
margin-right: auto;
 
}
 
}
 
 
.mw-body-content a:link { font-weight: bold; color: #920f1d; } /* normal unvisited links */
 
.mw-body-content a:link:visited { font-weight: bold; color: #920f1d; } /* visited links */
 
.mw-body-content a:link:active { font-weight: bold; color: #920f1d; } /* active links */
 
.mw-body-content a:link.new { color: #920f1d; } /* new links */
 

Revisión del 20:02 29 abr 2020

/* El CSS colocado en esta página será aplicado a todas las apariencias */
div.centered,
table.centered,
ul.centered,
.centered {
margin-left: auto;
margin-right: auto;
}