Difference between revisions of "Common.css"
From Titan's Teeth
Dicemonger (talk | contribs) |
Dicemonger (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Grid Modifiers */ | /* Grid Modifiers */ | ||
− | [class^="catgrid | + | [class^="catgrid"] { |
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
text-align:center; | text-align:center; |
Revision as of 16:54, 9 June 2019
/* CSS placed here will be applied to all skins */ /* Grid Modifiers */ [class^="catgrid"] { background-color: #f8f9fa; text-align:center; max-width: 800px; } div.catgrid-header { background-color: #eaecf0; padding: 0.6em; } div.catgrid-row { background-color: #f8f9fa; padding: 0.6em; } /* Table Modifiers */ table.center-text tr th {text-align:center;} table.center-text tr td {text-align:center;} table.right {float:right;margin-left:8px} div#chclass th:nth-child(6) {text-align:left;} div#chclass td {text-align:center;} div#chclass td:nth-child(6) {text-align:left;}