Difference between revisions of "Common.css"
From Titan's Teeth
Dicemonger (talk | contribs) |
Dicemonger (talk | contribs) |
||
Line 7: | Line 7: | ||
max-width: 800px; | max-width: 800px; | ||
} | } | ||
− | div.catgrid-header { | + | div.catgrid-header, div.catgrid-row { |
+ | background-color: #f8f9fa; | ||
+ | max-width: 800px; | ||
+ | } | ||
+ | div.catgrid-header div.columns { | ||
+ | text-align:center; | ||
background-color: #eaecf0; | background-color: #eaecf0; | ||
padding: 0.6em; | padding: 0.6em; | ||
} | } | ||
− | div.catgrid-row { | + | div.catgrid-row div.columns { |
+ | text-align:center; | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
padding: 0.6em; | padding: 0.6em; |
Revision as of 16:59, 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, div.catgrid-row { background-color: #f8f9fa; max-width: 800px; } div.catgrid-header div.columns { text-align:center; background-color: #eaecf0; padding: 0.6em; } div.catgrid-row div.columns { text-align:center; 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;}