MediaWiki:Common.css: Difference between revisions
From The Hexian Archives
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
table.character-info { | table.character-info { | ||
background: #eee; | background: #eee; | ||
text-align: | text-align: right; | ||
width: 175px; | width: 175px; | ||
border: 1px solid black; | border: 1px solid black; | ||
Line 9: | Line 9: | ||
th.character-info { | th.character-info { | ||
border-bottom: 1px solid #ccc | border-bottom: 1px solid #ccc; | ||
text-align: center; | text-align: center; | ||
} | } |
Revision as of 15:41, 27 February 2022
/* CSS placed here will be applied to all skins */ table.character-info { background: #eee; text-align: right; width: 175px; border: 1px solid black; } th.character-info { border-bottom: 1px solid #ccc; text-align: center; }