MediaWiki:Common.css: Difference between revisions
From The Hexian Archives
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
background: #eee; | background: #eee; | ||
text-align: right; | text-align: right; | ||
width: | width: 200px; | ||
border: 1px solid black; | border: 1px solid black; | ||
padding: 2px; | padding: 2px; |
Revision as of 14:05, 4 March 2022
/* CSS placed here will be applied to all skins */ table.character-info { background: #eee; text-align: right; width: 200px; border: 1px solid black; padding: 2px; } th.character-info { border-bottom: 1px solid #ccc; text-align: center; } td.character-image { text-align: center; } td.character-prop { font-weight: bold; border-right: 1px solid #ddd; padding-right: 4px; } table.character-info td { font-size: 0.7em; }