|
Tags: Blanking Manual revert |
(19 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| .equipmenttable {
| |
| background-image: url('https://wiki.melvoridle.com/images/5/5e/EquipmentWindowEmpty.png?20240324155321');
| |
| 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;
| |
| }
| |