MediaWiki:Gadget-themeToggle.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
Bongolium500 (talk | contribs) No edit summary |
Bongolium500 (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
order: 999; | order: 999; | ||
border-right: none; | border-right: none; | ||
padding-bottom: 20px; | |||
border-radius: 10px; | |||
} | } | ||
li#pt-themes, | li#pt-themes, | ||
li#pt-themes > label, | li#pt-themes > label, | ||
li#pt-themes > label > span:first-child, | li#pt-themes > label > span:first-child, | ||
.skin-timeless #mw-header #personal | .skin-timeless #mw-header #personal li#pt-themes > div.ext-themetoggle-popup > ul > li > a, | ||
. | #pt-themes .ext-themetoggle-popup li:not(.mw-list-item) { | ||
#pt-themes .ext-themetoggle-popup li:not(.mw-list-item){ | |||
color: var(--text-color) !important; | color: var(--text-color) !important; | ||
} | } |
Revision as of 18:14, 3 July 2024
#personal .dropdown ul, #personal .dropdown li {
display: flex;
flex-direction: column;
}
li#pt-themes {
order: 999;
border-right: none;
padding-bottom: 20px;
border-radius: 10px;
}
li#pt-themes,
li#pt-themes > label,
li#pt-themes > label > span:first-child,
.skin-timeless #mw-header #personal li#pt-themes > div.ext-themetoggle-popup > ul > li > a,
#pt-themes .ext-themetoggle-popup li:not(.mw-list-item) {
color: var(--text-color) !important;
}
:root.theme-light li#pt-themes > label > span:last-child::after {
filter: none;
}
#pt-themes .ext-themetoggle-popup > ul {
background: var(--primary-1);
border-color: var(--primary-3);
}
#pt-themes .ext-themetoggle-popup::before {
border-bottom: 0.5rem solid var(--primary-3);
}