Difference between revisions of "Widget:TestWidget"
Jump to navigation
Jump to search
>Eave |
>Eave m |
||
| Line 1: | Line 1: | ||
<style> | <style> | ||
| + | .mw-ui-button-group { | ||
| + | align-items:center; | ||
| + | } | ||
.mw-ui-button > * { | .mw-ui-button > * { | ||
pointer-events:none; | pointer-events:none; | ||
| Line 10: | Line 13: | ||
} | } | ||
.mw-ui-button.mc-button { | .mw-ui-button.mc-button { | ||
| − | |||
position:relative; | position:relative; | ||
} | } | ||
| Line 55: | Line 57: | ||
style="margin:5px"> | style="margin:5px"> | ||
<label | <label | ||
| − | class="mw-ui-button" | + | class="mw-ui-button avail" |
title="5th Circle" | title="5th Circle" | ||
data-key="maxlimitbreak" | data-key="maxlimitbreak" | ||
| Line 63: | Line 65: | ||
</label> | </label> | ||
<label | <label | ||
| − | class="mw-ui-button" | + | class="mw-ui-button avail" |
title="Mana Spiral" | title="Mana Spiral" | ||
data-key="maxlimitbreak" | data-key="maxlimitbreak" | ||
| Line 75: | Line 77: | ||
style="margin:5px"> | style="margin:5px"> | ||
<label | <label | ||
| − | class="mw-ui-button | + | class="mw-ui-button" |
title="Shared Skill" | title="Shared Skill" | ||
data-key="sharedskill" | data-key="sharedskill" | ||
| Line 82: | Line 84: | ||
</label> | </label> | ||
<label | <label | ||
| − | class="mw-ui-button | + | class="mw-ui-button" |
title="No Shared Skills" | title="No Shared Skills" | ||
data-key="sharedskill" | data-key="sharedskill" | ||
Revision as of 05:39, 24 July 2020
<style> .mw-ui-button-group {
align-items:center;
} .mw-ui-button > * {
pointer-events:none;
} .mw-ui-button .icon {
height:20px;
} .mw-ui-button .icon + span {
vertical-align:middle;
} .mw-ui-button.mc-button {
position:relative;
} .mw-ui-button.mc-button img {
height:40px;
} .mw-ui-button.mc-button span {
position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; color: white; text-shadow: -1px -1px black, 1px -1px black, -1px 1px black, 1px 1px black;
} </style>