MediaWiki:Common.css: Difference between revisions
From The Hexian Archives
Tag: Undo |
No edit summary |
||
Line 2: | Line 2: | ||
table.character-info { | table.character-info { | ||
background: # | background: #bbe; | ||
text-align: right; | text-align: right; | ||
width: 200px; | width: 200px; | ||
Line 11: | Line 11: | ||
th.character-info { | th.character-info { | ||
border-bottom: 1px solid # | border-bottom: 1px solid #99c; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Line 21: | Line 21: | ||
td.character-prop { | td.character-prop { | ||
font-weight: bold; | font-weight: bold; | ||
border-right: 1px solid # | border-right: 1px solid #aad; | ||
padding-right: 4px; | padding-right: 4px; | ||
} | } |
Revision as of 16:02, 18 July 2022
/* CSS placed here will be applied to all skins */ table.character-info { background: #bbe; text-align: right; width: 200px; border: 1px solid black; border-radius: 4px; padding: 2px; } th.character-info { border-bottom: 1px solid #99c; text-align: center; } td.character-image { text-align: center; } td.character-prop { font-weight: bold; border-right: 1px solid #aad; padding-right: 4px; } table.character-info td { font-size: 0.7em; }