Difference between revisions of "MediaWiki:Common.css"

From The Coppermind
Jump to navigation Jump to search
(did what Beli wanted :D)
m (misspeled)
Line 23: Line 23:
 
.navaid{ display: block; margin: 1em 40px; font-style: italic; }
 
.navaid{ display: block; margin: 1em 40px; font-style: italic; }
   
#p-body a { color:white; }
+
#pBody a { color:white; }

Revision as of 07:20, 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; }

#pBody a { color:white; }