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

User:Yessiree/monobook.css

From MafiaWiki
< User:Yessiree
Revision as of 17:23, 23 January 2014 by Yessiree (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
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;
}

td.town {
	color: green;
}

td.scum {
	color: red;
}

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