Difference between revisions of "MediaWiki:Skinoribluedi.css"

From SDA Knowledge Base

Jump to: navigation, search
(table and template styles)
 
(No difference)

Latest revision as of 07:17, 29 July 2010

/*
 * Table styles
 */

table.wikitable {
	border: 1px solid #000080;
	margin-bottom: .5em;
        border-collapse: collapse;
        background-color: #000020;
}

table.wikitable th, table.wikitable td {
	border: 1px solid #000080;
	vertical-align: top;
        padding: 2px;
}

table.wikitable td {
	color: #a38d71;
}

table.wikitable th {
	text-align: center;
	font-weight: bold;
        color: #87ceeb;
	background: #000080;
}

table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
	font-size: 1.1em;
}

/*
 * Templates
 */

.contents {
	float: right;
	padding: 5px;
	margin: 0 0 .5em 1em;
	border: 1px solid #000080;
	background-color: #000020;
}
Personal tools