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 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; | |||
} | } | ||
li#pt-themes, | |||
li#pt-themes > label, | |||
li#pt-themes > label > span:first-child, | |||
.skin-timeless #mw-header #personal .dropdown li:nth-child(1) a, | |||
.skin-timeless #mw-header #personal .dropdown li:nth-child(2) 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); | |||
} | } |
Revision as of 18:07, 3 July 2024
#personal .dropdown ul, #personal .dropdown li {
display: flex;
flex-direction: column;
}
li#pt-themes {
order: 999;
border-right: none;
}
li#pt-themes,
li#pt-themes > label,
li#pt-themes > label > span:first-child,
.skin-timeless #mw-header #personal .dropdown li:nth-child(1) a,
.skin-timeless #mw-header #personal .dropdown li:nth-child(2) 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);
}