Wikipedia talk:FAQ
Appearance
![]() | This page is only for discussions about the Wikipedia page Wikipedia:FAQ. To discuss an article, please use that article's talk page. To ask for help with using and editing Wikipedia, use our Teahouse. Alternatively, see our FAQ. | This page is not meant for general questions, nor discussions about specific articles.
This is the talk page for discussing improvements to the FAQ page. |
|
Archives: 1 |
![]() | This project page does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||
|
![]() | On 16 February 2008, it was proposed that this page be moved from Wikipedia:FAQ to Wikipedia:FAQ index. The result of the discussion was page moved. |
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)
- Wikipedia talk:FAQ/Main#Requested move 31 March 2020 * Pppery * it has begun... 21:01, 23 April 2020 (UTC)
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)
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)
- 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)
- Will also have to change {{Wikipedia FAQ}} APenguinThatIsSilly("talk") 00:14, 7 February 2025 (UTC)