Difference between revisions of "MediaWiki:Common.css"

From The Coppermind
Jump to navigation Jump to search
m (Reverted edits by Chaos2651 (Talk) to last revision by Fbstj)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */

/*infobox */
table.infobox{ border: 1px solid #aaa; border-spacing:1;}
table.infobox{ border: 1px solid #aaa; border-spacing:1;}


.infobox th { background-color: #ddddff; }
.infobox th { background-color: #ddddff; white-space: nowrap }
.infobox th.title { color:black; background-color: #ccccff; }
.infobox th.title { color:black; background-color: #ccccff; }
.infobox td, .infobox th { padding:4px; }
.infobox td, .infobox th { padding:4px; }
Line 9: Line 11:
.infobox table td { padding:0; width:10%; }
.infobox table td { padding:0; width:10%; }


/**/
/* curved */


.curved {
.curved {
Line 24: Line 26:
.br { border-bottom-right-radius:10px; -moz-border-radius-bottomright: 10px; }
.br { border-bottom-right-radius:10px; -moz-border-radius-bottomright: 10px; }


/**/
/* navigation */


.navaid{ display: block; margin: 1em 40px; font-style: italic; }
.navaid{ display: block; margin: 1em 40px; font-style: italic; }


.catlinks { padding-top:.5em; }
.catlinks { padding-top:.5em; }

#p-cactions li.selected a { color: #061626; }

Revision as of 19:56, 22 June 2011

/* CSS placed here will be applied to all skins */

/*infobox */
table.infobox{ border: 1px solid #aaa; border-spacing:1;}

.infobox th { background-color: #ddddff; white-space: nowrap }
.infobox th.title { color:black; background-color: #ccccff; }
.infobox td, .infobox th { padding:4px; }

.infobox table { text-align:center; ;  }
.infobox table td { padding:0; width:10%; }

/* curved */

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

/* navigation */

.navaid{ display: block; margin: 1em 40px; font-style: italic; }

.catlinks { padding-top:.5em; }

#p-cactions li.selected a { color: #061626; }