MediaWiki:Gadget-hero-comparison.css: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Created page with ".stat-num { transition: color 0.3s ease; } .stat-num.stat-changed { color: #4CAF50 !important; font-weight: bold; } #hero-controls input:focus { outline: 1px solid #666; border-color: #888; } #hero-controls button:hover { background: #555 !important; }" |
Add alt fire styling |
||
| Line 12: | Line 12: | ||
#hero-controls button:hover { | #hero-controls button:hover { | ||
background: #555 !important; | background: #555 !important; | ||
} | |||
.alt-fire-sub { display: none; } | |||
.alt-fire-sub.visible { display: table-row; } | |||
a.toggle-alt-fire { | |||
background: none; | |||
border: none; | |||
color: inherit; | |||
cursor: pointer; | |||
font-weight: bold; | |||
font-size: inherit; | |||
text-decoration: none; | |||
padding: 0 2px; | |||
} | } | ||
Revision as of 16:59, 30 June 2026
.stat-num {
transition: color 0.3s ease;
}
.stat-num.stat-changed {
color: #4CAF50 !important;
font-weight: bold;
}
#hero-controls input:focus {
outline: 1px solid #666;
border-color: #888;
}
#hero-controls button:hover {
background: #555 !important;
}
.alt-fire-sub { display: none; }
.alt-fire-sub.visible { display: table-row; }
a.toggle-alt-fire {
background: none;
border: none;
color: inherit;
cursor: pointer;
font-weight: bold;
font-size: inherit;
text-decoration: none;
padding: 0 2px;
}