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)
make better
Zippy (talk | contribs)
m fix again
 
(One intermediate revision by the same user not shown)
Line 62: Line 62:
/* Align icon opacity with skin default */
/* Align icon opacity with skin default */
.mw-logo-icon {
.mw-logo-icon {
opacity: var(--opacity-icon-base);
opacity: 1;
filter: var(--filter-invert);
filter: none !important;
}
}


Line 223: Line 223:
gap: var(--space-sm);
gap: var(--space-sm);
font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-bold);
color: var(--woa-primary);
}
 
.mw-logo-icon {
filter: none;
}
}


Line 274: Line 277:
button {
button {
transition: all 200ms ease;
transition: all 200ms ease;
border-color: var(--woa-primary);
border-color: var(--woa-primary) !important;
color: white;
color: white !important;
background-color: var(--woa-primary);
background-color: var(--woa-primary) !important;
position: relative;
overflow: visible;
}
}


Line 282: Line 287:
.mw-ui-progressive:hover,
.mw-ui-progressive:hover,
button:hover {
button:hover {
background-color: var(--woa-secondary);
background-color: var(--woa-primary) !important;
border-color: var(--woa-secondary);
border-color: var(--woa-secondary) !important;
box-shadow: 0 2px 8px rgba(0, 147, 212, 0.3);
color: white !important;
box-shadow: 0 0 16px rgba(0, 147, 212, 0.6), 0 0 24px rgba(0, 147, 212, 0.3) !important;
animation: none !important;
}
 
.mw-ui-button:active,
.mw-ui-progressive:active,
button:active {
background-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.