Diferencia entre revisiones de «MediaWiki:Common.css»

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (Reverted edits by Beligaronia (Talk) to last revision by Fbstj)
(Another try)
Línea 7: Línea 7:
   
 
.portlet h5 { color: white; font-weight:bold; }
 
.portlet h5 { color: white; font-weight:bold; }
  +
  +
#p-personal { color: white; }
   
 
.curved {
 
.curved {

Revisión del 02:29 23 feb 2011

/* CSS placed here will be applied to all skins */
table.infobox{ border: 1px solid black; border-spacing:0; }

.infobox th { background-color:silver; }
.infobox th.title { color:white; background-color:black; }
.infobox td, .infobox th { padding:4px; }

.portlet h5 { color: white; font-weight:bold; }

#p-personal { color: white; }

.curved {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-icab-border-radius: 10px;
	-o-border-radius: 10px;
}
.tl { border-top-left-radius:10px; -moz-border-radius-topleft: 10px; }
.tr { border-top-right-radius:10px; -moz-border-radius-topright: 10px; }
.bl { border-bottom-left-radius:10px; -moz-border-radius-bottomleft: 10px; }
.br { border-bottom-right-radius:10px; -moz-border-radius-bottomright: 10px; }

.navaid{ display: block; margin: 1em 40px; font-style: italic; }