MediaWiki:Common.css: Difference between revisions

From The Hexian Archives
(Created page with "→‎CSS placed here will be applied to all skins: table.character-info { background: #eee; text-align: center; width: 160px; border: 1px solid black; }")
 
(Additional styling for character info tables)
Line 6: Line 6:
width: 160px;
width: 160px;
border: 1px solid black;
border: 1px solid black;
}
th.character-info {
bottom-border: 1px solid #ddd
}
}

Revision as of 07:09, 27 February 2022

/* CSS placed here will be applied to all skins */

table.character-info {
background: #eee;
text-align: center;
width: 160px;
border: 1px solid black;
}

th.character-info {
bottom-border: 1px solid #ddd
}