User talk:DavidL/DarkTheme

From Meta, a Wikimedia project coordination wiki

Page preview popup fix[edit]

After using the css file, it seems like the popup of Page Preview wil get rendered with a white background. After playing around with some css changes I found out a suggestion to fix this issue by adding the following css

body .mwe-popups .mwe-popups-container {
	background: #333;
}
body .mwe-popups .mwe-popups-extract[dir="ltr"]::after {
	background-image: linear-gradient(to right,rgba(255,255,255,0),#333 50%);
}
body .mwe-popups .mwe-popups-extract p {
	color: #fff;
}

Bly000 (talk) 22:30, 3 May 2022 (UTC)[reply]

Hi Bly000,
I just saw your message today. I didn't received any notifcation, maybe because it's a subpage.
I added your CSS extract in the file. Thanks for help making it work on every projects.
-- ◄ David L • talk ► 17:49, 19 June 2022 (UTC)[reply]

How do I customize my skin?[edit]

After doing the import thing on the global CSS page, what do I do to, for instance, change the color of the background? CheckNineEight (talk) 23:57, 3 March 2024 (UTC)[reply]

You need to define a specific CSS rule in your global.css page
/* Replace this line with the CSS selector of the element to change */
{
  background-color: #333; /* or another color, may need to append !important to override CSS if selector is not specific. */
}
-- ◄ David L • talk ► 13:55, 23 March 2024 (UTC)[reply]

Album Track Listing is Greyed Out[edit]

Using this skin, I noticed that on both desktop and mobile versions, the album tracks are greyed out. Is it possible to fix that?

https://i.imgur.com/t3DDH7A.png Yoshiman6464 (talk) 16:32, 20 March 2024 (UTC)[reply]

Hello,
Done The problem should be fixed now.
-- ◄ David L • talk ► 10:31, 23 March 2024 (UTC)[reply]