Difference between revisions of "MediaWiki:Common.css"
From HeRO Wiki
Line 3: | Line 3: | ||
.table1 | .table1 | ||
{ | { | ||
− | + | border: 1px solid #c6a96f; | |
− | + | ||
− | + | ||
} | } | ||
.table1 th | .table1 th | ||
{ | { | ||
− | + | background: #c6a96f; | |
} | } | ||
.table1 td | .table1 td | ||
{ | { | ||
− | + | padding: 0px 5px; | |
− | + | border: 1px solid #CCC; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } |
Revision as of 07:35, 28 September 2019
/* CSS placed here will be applied to all skins */ .table1 { border: 1px solid #c6a96f; } .table1 th { background: #c6a96f; } .table1 td { padding: 0px 5px; border: 1px solid #CCC; }