You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
User:Yessiree/monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
tr.even { | tr.even { | ||
background-color:#dddddd; | background-color:#dddddd; | ||
} | |||
tr.town { | |||
color: green; | |||
} | |||
tr.scum { | |||
color: red; | |||
} | } | ||
Revision as of 17:22, 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; } tr.town { color: green; } tr.scum { color: red; } a.external { background: none!important; padding: 0!important; }