Jump to content

Wikipedia talk:FAQ

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Move discussion in progress

[edit]

There is a move discussion in progress on Wikipedia talk:FAQ which affects this page. Please participate on that page and not in this talk page section. Thank you. —RMCD bot 19:16, 31 March 2020 (UTC)[reply]

Wikipedia talk:FAQ/Main#Requested move 31 March 2020 * Pppery * it has begun... 21:01, 23 April 2020 (UTC)[reply]

Put each FAQ on its own subpage?

[edit]

See discussion at Wikipedia_talk:Help_Project#Put_each_FAQ_on_its_own_subpage? Commander Keane (talk) 20:29, 23 January 2024 (UTC)[reply]

Dark mode colour changes

[edit]

I believe it would be best to change the FAQ colour pallette to something more subtle in dark mode. Right now it is a bright blue that is not as subtle as it is in the light mode pallette. These changes would need to be made to the framework template's stylesheet, but I think it is best to propose it here. APenguinThatIsSilly("talk") 23:59, 6 February 2025 (UTC)[reply]

Here is some code:
html.skin-theme-clientpref-night .faq-header {
	background-color: #041530;
	border-color: #052045;
}

html.skin-theme-clientpref-night .faq {
	background-color: #041020;
	border-color: #051540;
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .faq-header {
	    background-color: #041530;
	    border-color: #052045;
    }

    html.skin-theme-clientpref-os .faq {
	    background-color: #041020;
	    border-color: #051540;
    }
}
APenguinThatIsSilly("talk") 00:12, 7 February 2025 (UTC)[reply]
Will also have to change {{Wikipedia FAQ}} APenguinThatIsSilly("talk") 00:14, 7 February 2025 (UTC)[reply]