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 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
# | #personal .dropdown ul, #personal .dropdown li { | ||
# | |||
display: flex; | display: flex; | ||
flex-direction: column; | |||
} | } | ||
#pt-themes | li#pt-themes { | ||
order: 999; | |||
border-right: none; | |||
padding-bottom: 20px !important; | |||
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); | |||
} | } |
Latest revision as of 18:15, 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 !important;
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);
}