Difference between revisions of "MediaWiki:Common.css"

From The Coppermind
Jump to navigation Jump to search
(Created page with '→‎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: …')
 
Line 9: Line 9:
 
-icab-border-radius: 10px;
 
-icab-border-radius: 10px;
 
-o-border-radius: 10px;
 
-o-border-radius: 10px;
border-spacing:0;
 
 
 
}
 
}
   

Revision as of 23:19, 10 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;
}

.infobox th { background-color:silver; }
.infobox th.title { color:white; background-color:black; }