MediaWiki:Common.css: Difference between revisions
Total reset of header using absolute positioning to fix all overlaps |
Modern Discord button styling |
||
| Line 810: | Line 810: | ||
.vector-menu-tabs .vector-menu-content-list > li.selected { | .vector-menu-tabs .vector-menu-content-list > li.selected { | ||
margin-bottom: -3px !important; | margin-bottom: -3px !important; | ||
} | |||
/* MODERN DISCORD BUTTON OVERRIDE */ | |||
.discord-btn a { | |||
background-color: #5865F2 !important; | |||
padding: 12px 20px !important; | |||
font-size: 1.05em !important; | |||
border: none !important; | |||
border-radius: 30px !important; | |||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important; | |||
transition: all 0.2s ease-in-out !important; | |||
} | |||
.discord-btn a:hover { | |||
background-color: #4752C4 !important; | |||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25) !important; | |||
transform: translateY(-2px) !important; | |||
} | } | ||