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 1: | Line 1: | ||
div.data-table { | div.data-table { | ||
margin- | 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 { | tr.odd { | ||
background-color:#ffffff; | |||
} | } | ||
tr.even { | tr.even { | ||
background-color:#dddddd; | |||
} | } |
Revision as of 17:14, 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; }