You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

User:Yessiree/monobook.css: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 38: Line 38:
a.external {
a.external {
background: none!important;
background: none!important;
padding: 0;
padding: 0!important;
}
}

Revision as of 17:20, 23 January 2014

div.data-table {
	margin-bottom: 30px;
}

.data-table table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #bbbbbb;
}

span.table-header {
	color: #c8102e;
}

table th {
	width: 100px;
	height: 36px;
}

tr {
	height: 36px;
}

tr.first-row {
	background-color: #414141;
	color: #cccccc;
}

tr.odd {
	background-color:#ffffff;
}

tr.even {
	background-color:#dddddd;
}

a.external {
	background: none!important;
	padding: 0!important;
}