Widget:Template/AbilityDisplay/css

From Dragalia Lost Wiki
Revision as of 21:40, 22 February 2020 by >Canim44 (Creating Widget:Template/css/AbilityDisplay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{#css: .tabbertab .ability-header {

 background-color: #e6f7ff;
 border-bottom: 1px solid skyblue;
 font-size: 14px;
 padding: 5px 10px;
 position: absolute;
 right: 0;
 left: 0;
 top: 0;
 white-space: nowrap;

} /** Hack to expand the header to the right width */ .tabbertab .ability-header-spacer {

 font-size: 14px;
 height: 0px;
 padding: 0 10px;
 visibility: hidden;
 white-space: nowrap;

} }}