Difference between revisions of "Widget:Template/AbilityDisplay/css"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Canim44
m (Fixing comment *)
>Canim44
m (Spacing)
Line 2: Line 2:
 
/** [[Template:AbilityDisplay]] **/
 
/** [[Template:AbilityDisplay]] **/
 
.tabbertab .ability-header .noAbilityCap {
 
.tabbertab .ability-header .noAbilityCap {
  background-color: #e6f7ff;
+
    background-color: #e6f7ff;
  border-bottom: 1px solid skyblue;
+
    border-bottom: 1px solid skyblue;
  font-size: 14px;
+
    font-size: 14px;
  padding: 5px 10px;
+
    padding: 5px 10px;
  position: absolute;
+
    position: absolute;
  right: 0;
+
    right: 0;
  left: 0;
+
    left: 0;
  top: 0;
+
    top: 0;
  white-space: nowrap;
+
    white-space: nowrap;
 
}
 
}
 
/* Hack to expand the header to the right width */
 
/* Hack to expand the header to the right width */
 
.tabbertab .ability-header-spacer .noAbilityCap {
 
.tabbertab .ability-header-spacer .noAbilityCap {
  font-size: 14px;
+
    font-size: 14px;
  height: 0px;
+
    height: 0px;
  padding: 0 10px;
+
    padding: 0 10px;
  visibility: hidden;
+
    visibility: hidden;
  white-space: nowrap;
+
    white-space: nowrap;
 
}
 
}
 
</style>
 
</style>
 
</includeonly>
 
</includeonly>

Revision as of 23:05, 23 February 2020