MediaWiki: Monobook.css: Difference between revisions
From DivNull RPG
No edit summary |
imported>Wordman No edit summary |
||
Line 1: | Line 1: | ||
table.statsText { | |||
border: 1px solid #777; | |||
margin-left: 5px; | |||
padding: 2px; | |||
background: #eee; | |||
} | |||
table.statsText td { | |||
font-family: 'Helv','Helvetica',sans-serif; | |||
font-size: 9pt; | |||
padding: 0px; | |||
margin: 0px; | |||
line-height: normal; | |||
} | |||
table.statsText p { | |||
margin: 0px; | |||
padding: 0px; | |||
line-height: normal; | |||
} | |||
table.data { | |||
border: 1px solid #777; | |||
margin-left: 5px; | |||
padding: 0px; | |||
} | |||
table.data p { | |||
margin: 0px; | |||
padding: 0px; | |||
line-height: normal; | |||
} | |||
table.data td { | |||
font-family: 'Helv','Helvetica',sans-serif; | |||
font-size: 9pt; | |||
padding: 0px 2px 0px 2px; | |||
margin: 0px; | |||
line-height: normal; | |||
text-align: center; | |||
} | |||
table.data td.first { | |||
font-weight: bold; | |||
text-align: left; | |||
} | |||
table.data tr.alt { | |||
background-color: #eee; | |||
} | |||
table.data th { | |||
background-color: #ddd; | |||
} | |||
.symbols { | |||
font-family: 'RpgSheet', sans-serif; | |||
font-size: 10pt; | |||
} | |||
.house { | |||
color: #909; | |||
font-style: italic; | |||
} |
Revision as of 17:27, 25 February 2006
table.statsText { border: 1px solid #777; margin-left: 5px; padding: 2px; background: #eee; } table.statsText td { font-family: 'Helv','Helvetica',sans-serif; font-size: 9pt; padding: 0px; margin: 0px; line-height: normal; } table.statsText p { margin: 0px; padding: 0px; line-height: normal; } table.data { border: 1px solid #777; margin-left: 5px; padding: 0px; } table.data p { margin: 0px; padding: 0px; line-height: normal; } table.data td { font-family: 'Helv','Helvetica',sans-serif; font-size: 9pt; padding: 0px 2px 0px 2px; margin: 0px; line-height: normal; text-align: center; } table.data td.first { font-weight: bold; text-align: left; } table.data tr.alt { background-color: #eee; } table.data th { background-color: #ddd; } .symbols { font-family: 'RpgSheet', sans-serif; font-size: 10pt; } .house { color: #909; font-style: italic; }