MediaWiki:Itemtable.css

From Hero Siege Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.

.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { border: 1px solid #a2a9b1; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(162, 169, 177); border-right: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(162, 169, 177); border-left: none; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; }

.wikitable { width: fit-content; }

.wikitable.recipe-table { width: 50%; text-align: center; }

.wikitable .item-col { display: flex; flex-direction: column; text-align: center; padding: 5px; }

.wikitable .item-col > p { margin: 0; }

.wikitable .item-col > a { text-wrap: nowrap; }

.wikitable .item-stat-col { display: flex; flex-direction: column; text-align: center }

.wikitable .item-stat-col > p { margin: 0; }


.wikitable .item-basestats { display: flex; flex-direction: column; text-align: center }

.wikitable .item-basestats > p { margin: 0; }

.wikitable .item-stats { display: flex; flex-direction: column; text-align: center }

.wikitable .item-stats > p { margin: 0; }

.wikitable .item-rarity-col { display: flex; flex-direction: column; text-align: center }

.wikitable .item-rarity-col > p { margin: 0; }

.wikitable .item-tier-col { display: flex; flex-direction: column; text-align: center }

.wikitable .item-tier-col > p { margin: 0; }


/*----------------- coloring ------------*/

/* ------------ Satanic --------- */ .wikitable.Satanic.Set .item-name { color: #c81717; background: transparent; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; margin-bottom:5px; }

.wikitable.Satanic .item-name > a{ color: #c81717 !important; }

.wikitable.Satanic .item-rarity-col > a{ color: #c81717 !important; }

/* ------------ Satanic Set --------- */ .wikitable.Satanic.Set .item-name { color: #0bb01a; background: transparent; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; margin-bottom:5px; }

.wikitable.Satanic.Set .item-name > a{ color: #0bb01a !important; }

.wikitable.Satanic.Set .item-rarity-col > a{ color: #0bb01a !important; }

/* ------------ Heroic --------- */ .wikitable.Heroic .item-name { color: #00e19a; background: transparent; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; margin-bottom:5px; }

.wikitable.Heroic .item-name > a{ color: #00e19a !important; }

.wikitable.Heroic .item-rarity-col > a{ color: #00e19a !important; }

/* ------------ Angelic --------- */ .wikitable.Heroic .item-name { color: #feff99; background: transparent; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; margin-bottom:5px; }

.wikitable.Heroic .item-name > a{ color: #feff99 !important; }

.wikitable.Heroic .item-rarity-col > a{ color: #feff99 !important; }