|
|
Line 1: |
Line 1: |
| .csstest { | | .mmgdisclaimer { |
| font-weight: bold;
| | background-color: rgb(254, 246, 231); |
| color: purple;
| | border-color: rgb(255, 204, 51); |
| }
| | color: black; |
| | | width: 65%; |
| .equipmenttable {
| | margin: 0.5em auto; |
| background-image: url('https://wiki.melvoridle.com/w/Special:Filepath/EquipmentWindowEmpty.png');
| | border-left: 15px solid; |
| background-repeat: no-repeat;
| | overflow: auto; |
| 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;
| |
| } | | } |