Difference between revisions of "Dragalia Lost Wiki/Latest Events"
Jump to navigation
Jump to search
>Caledor92 |
>Caledor92 m |
||
| Line 44: | Line 44: | ||
{{#tag:tabber | {{#tag:tabber | ||
|Ongoing= | |Ongoing= | ||
| + | <div class="mp-menu-item-body"> | ||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=Events | |q?tables=Events | ||
| Line 54: | Line 55: | ||
|more results text= | |more results text= | ||
}} | }} | ||
| − | |||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=SecondaryEvents | |q?tables=SecondaryEvents | ||
| Line 79: | Line 79: | ||
|more results text= | |more results text= | ||
}} | }} | ||
| − | |||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=SecondaryEvents | |q?tables=SecondaryEvents | ||
| Line 91: | Line 90: | ||
}} | }} | ||
}} | }} | ||
| + | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 10:43, 10 January 2020
{{#css:
.latest-events-mp .tabberlive, .latest-events-mp .tabberlive .tabbertab { }
.latest-events-mp .tabberlive .tabbertab {
padding-top: 15px;
}
.latest-events-mp .tabbernav {
display: flex; justify-content: space-between;
}
.latest-events-mp .tabbernav li {
padding-top: 0; width: 100%;
}
.latest-events-mp .tabbernav li a, .latest-events-mp .tabbernav li a:link {
background-color: #fff; border: 1px solid #1f4c1f !important; color: #000; display: block; padding: 6px; font-size: 1.1em;
}
.latest-events-mp .tabbernav li a:hover {
background-color: #e4e4e4 !important;
}
.latest-events-mp .tabbernav li.tabberactive a {
/** Remove the !important here if you want the active tab to also change color on hover */ background-color: #1f4c1f !important; color: #fff !important;
} }}