MediaWiki:Gadget-themeToggle.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
order: 999;
order: 999;
border-right: none;
border-right: none;
padding-bottom: 20px !important;
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 .dropdown li:nth-child(1) a,
.skin-timeless #mw-header #personal li#pt-themes > div.ext-themetoggle-popup > ul > li > a,
.skin-timeless #mw-header #personal .dropdown li:nth-child(2) 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;
}
}

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);
}