User:Ricewind/common.css
From Melvor Idle
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;
}