User:Ricewind/common.css

From Melvor Idle
< User:Ricewind
Revision as of 20:32, 24 March 2024 by Ricewind (talk | contribs) (Created page with ".equipmenttable { background-image: url('filepath://EquipmentWindowEmpty.png'); background-repeat: no-repeat; background-position: top left; width: 286px; height: 343px; text-align: center; display: inline-block; } .equipmenttable-float-right { float: right; } .equipmenttable-float-left { float: left; } .equipmenttable-float-center { display: block; margin: 0 auto; } .equipmentrow { position: relative; } .equipmentrow1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
.equipmenttable {
    background-image: url('filepath://EquipmentWindowEmpty.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 286px;
    height: 343px;
    text-align: center;
    display: inline-block;
}

.equipmenttable-float-right {
    float: right;
}

.equipmenttable-float-left {
    float: left;
}

.equipmenttable-float-center {
    display: block;
    margin: 0 auto;
}

.equipmentrow {
    position: relative;
}

.equipmentrow1 {
    /* Styles for equipmentrow1 */
}

.equipmentrow2 {
    /* Styles for equipmentrow2 */
}

.equipmentrow3 {
    /* Styles for equipmentrow3 */
}

.equipmentrow4 {
    /* Styles for equipmentrow4 */
}

.equipmentrow5 {
    /* Styles for equipmentrow5 */
}

.summonrow {
    /* Styles for summonrow */
}

.itemSlot,
.summonslot {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.itemSlot {
    height: 44px;
    width: 44px;
}

/* Tablet slot is a little bit bigger */
.summonslot {
    height: 46px;
    width: 46px;
}

.itemSlot img {
    max-height: 44px;
    max-width: 44px;
}

.summonslot igm {
    max-height: 46px;
    max-width: 46px;
}