Difference between revisions of "Widget:TestWidget"
Jump to navigation
Jump to search
imported>Elaeagnifolia (Created page with "<includeonly>{{TermDescription|test|testing}}</includeonly>") |
imported>Eave m |
||
| (26 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | < | + | <style> |
| + | .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> | ||
| + | <div class="character-filters"> | ||
| + | <div | ||
| + | class="mw-ui-button-group filter-group-maxlimitbreak" | ||
| + | style="margin:5px"> | ||
| + | <label | ||
| + | class="mw-ui-button mc-button" | ||
| + | title="5th Circle" | ||
| + | data-key="maxlimitbreak" | ||
| + | data-value="4"> | ||
| + | <img src="/images/6/69/Icon_CircleRelease_02.png"> | ||
| + | <span>50</span> | ||
| + | </label> | ||
| + | <label | ||
| + | class="mw-ui-button mc-button" | ||
| + | title="Mana Spiral" | ||
| + | data-key="maxlimitbreak" | ||
| + | data-value="5"> | ||
| + | <img src="/images/6/69/Icon_CircleRelease_02.png"> | ||
| + | <span>70</span> | ||
| + | </label> | ||
| + | </div> | ||
| + | <div | ||
| + | class="mw-ui-button-group filter-group-maxlimitbreak" | ||
| + | style="margin:5px"> | ||
| + | <label | ||
| + | class="mw-ui-button avail" | ||
| + | title="5th Circle" | ||
| + | data-key="maxlimitbreak" | ||
| + | data-value="4"> | ||
| + | <img class="icon" src="/images/6/69/Icon_CircleRelease_02.png"> | ||
| + | <span>50</span> | ||
| + | </label> | ||
| + | <label | ||
| + | class="mw-ui-button avail" | ||
| + | title="Mana Spiral" | ||
| + | data-key="maxlimitbreak" | ||
| + | data-value="5"> | ||
| + | <img class="icon" src="/images/6/69/Icon_CircleRelease_02.png"> | ||
| + | <span>70</span> | ||
| + | </label> | ||
| + | </div> | ||
| + | <div | ||
| + | class="mw-ui-button-group filter-group-sharedskill" | ||
| + | style="margin:5px"> | ||
| + | <label | ||
| + | class="mw-ui-button" | ||
| + | title="Shared Skill" | ||
| + | data-key="sharedskill" | ||
| + | data-value="1"> | ||
| + | <img src="/images/5/56/Icon_Skill_Share.png" class="icon"> | ||
| + | </label> | ||
| + | <label | ||
| + | class="mw-ui-button" | ||
| + | title="No Shared Skills" | ||
| + | data-key="sharedskill" | ||
| + | data-value="0"> | ||
| + | <img src="/images/5/56/Icon_Skill_Share.png" class="icon" style="filter:grayscale(1)"> | ||
| + | </label> | ||
| + | </div> | ||
| + | </div> | ||
Latest revision as of 06:39, 24 July 2020
<style> .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>