Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Zippy (talk | contribs)
I lied, more fixed
Zippy (talk | contribs)
m fix again
 
Line 281: Line 281:
background-color: var(--woa-primary) !important;
background-color: var(--woa-primary) !important;
position: relative;
position: relative;
overflow: hidden;
overflow: visible;
}
}


Line 287: Line 287:
.mw-ui-progressive:hover,
.mw-ui-progressive:hover,
button:hover {
button:hover {
background-color: var(--woa-secondary) !important;
background-color: var(--woa-primary) !important;
border-color: var(--woa-secondary) !important;
border-color: var(--woa-secondary) !important;
color: white !important;
color: white !important;
box-shadow: 0 0 12px rgba(0, 147, 212, 0.5) !important;
box-shadow: 0 0 16px rgba(0, 147, 212, 0.6), 0 0 24px rgba(0, 147, 212, 0.3) !important;
animation: woa-gradient-pulse 1s ease-in-out infinite !important;
animation: none !important;
}
}


Line 299: Line 299:
background-color: var(--woa-dark) !important;
background-color: var(--woa-dark) !important;
border-color: var(--woa-dark) !important;
border-color: var(--woa-dark) !important;
box-shadow: 0 0 8px rgba(0, 147, 212, 0.4) !important;
}
}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.