Difference between revisions of "MediaWiki:Common.css"

From The Coppermind
Jump to navigation Jump to search
(sidebar title color)
(bit more)
Line 17: Line 17:
 
.infobox td, .infobox th { padding:4px; }
 
.infobox td, .infobox th { padding:4px; }
   
.portlet h5 { color:white; }
+
.portlet h5 {
  +
color: white;
  +
text-transform: lowercase;
  +
font-variant: small-caps;
  +
text-align: center;
  +
}

Revision as of 00:07, 14 February 2011

/* CSS placed here will be applied to all skins */
table.infobox{
	border: 1px solid;
	margin-left:.5em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-icab-border-radius: 10px;
	-o-border-radius: 10px;
	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;
	text-transform: lowercase;
	font-variant: small-caps;
	text-align: center;
}