Difference between revisions of "MediaWiki:Common.css"

From The Coppermind
Jump to navigation Jump to search
(ignore me)
(remove cellpadding?)
Line 15: Line 15:
 
.infobox th { background-color:silver; }
 
.infobox th { background-color:silver; }
 
.infobox th.title { color:white; background-color:black; }
 
.infobox th.title { color:white; background-color:black; }
  +
.infobox td, .infobox th { padding:4px; }

Revision as of 21:05, 11 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; }