Difference between revisions of "MediaWiki:Common.css"

From The Coppermind
Jump to navigation Jump to search
(testing. fbstj if you know how to alter the colour of the top right links feel free to jump in. I'll get rid of this in a minute.)
m (Reverted edits by Beligaronia (Talk) to last revision by Fbstj)
Line 7: Line 7:
   
 
.portlet h5 { color: white; font-weight:bold; }
 
.portlet h5 { color: white; font-weight:bold; }
 
.mytalk { color: white; }
 
   
 
.curved {
 
.curved {

Revision as of 02:17, 23 February 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; }

.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; }