MediaWiki:Monobook.css: Difference between revisions
From David's Notebook
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
table.monsterstats th { |
table.monsterstats th { |
||
⚫ | |||
⚫ | |||
text-align: right; |
text-align: right; |
||
⚫ | |||
⚫ | |||
} |
} |
||
table.monsterstats td { |
table.monsterstats td { |
||
padding-left: 0.5em; |
|||
padding-right: 0.5em; |
|||
} |
} |
Revision as of 12:49, 17 May 2006
/* edit this file to customize the monobook skin for the entire site */ /* Open Game Content block */ div.opengamecontent { background-color: #f0f0ff; } div.ogcfooter { text-align: right; font-size: 0.8em; clear: both; } /* Monster stats table */ table.monsterstats { float: right; margin: 0.5em; padding: 0; border: none; border-collapse: collapse; } table.monsterstats tr { vertical-align: top; } table.monsterstats tr.odd { background-color: rgb(100%, 100%, 70%); } table.monsterstats tr.even { background-color: rgb(100%, 100%, 85%); } table.monsterstats th { text-align: right; padding-left: 0.5em; padding-right: 0.5em; } table.monsterstats td { padding-left: 0.5em; padding-right: 0.5em; }