|
Tags: Blanking Manual revert |
(17 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| .csstest {
| |
| font-weight: bold;
| |
| color: purple;
| |
| }
| |
|
| |
|
| .equipmenttable {
| |
| background-image: url('https://wiki.melvoridle.com/w/Special: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;
| |
| }
| |