MediaWiki:Common.css: Difference between revisions

From The Hexian Archives
No edit summary
No edit summary
Line 14: Line 14:


td.character-image {
td.character-image {
text-align: center
text-align: center;
}
}


td.character-prop {
td.character-prop {
font-weight: bold;
font-weight: bold;
text-align: center
border-right: 1px solid #ddd;
}
}

Revision as of 15:54, 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;
}

td.character-image {
text-align: center;
}

td.character-prop {
font-weight: bold;
border-right: 1px solid #ddd;
}