Reading/Web/Accessibility for reading/Reporting/de.wikivoyage.org
Einstellungen Dunkelmodus-Fehler: Figures with transparent background
[edit]Figures with transparent background
[edit]Figures with transparent background usually use the background of the web page. Normally creators think of a white one. But if such an image contains black or dark elements these cannot be seen if the background color is black.
Example: Infobox at https://de.wikivoyage.org/wiki/Salzburger_Verkehrsverbund_(SVV)
Proposal: add a default background if the image will not have one. --RolandUnger (talk) 04:46, 12 September 2024 (UTC)
syntaxhighlight: There are no style sheets for the syntaxhighlight tag. --RolandUnger (talk) 08:50, 15 September 2024 (UTC)
- @RolandUnger: Hello, it is a known issue. Thanks. SCP-2000 (talk) 15:32, 15 September 2024 (UTC)
Scripts are presented always in light mode
The source code of Lua, JavaScript, and CSS scripts are always shown for readers in light mode whereas they are shown in dark mode while editing.
For instance:
- https://de.wikivoyage.org/wiki/MediaWiki:Gadget-ListingInfo.js
- https://de.wikivoyage.org/wiki/MediaWiki:Gadget-ListingInfo.css
- https://de.wikivoyage.org/wiki/Modul:Calendar
--RolandUnger (talk) 14:12, 18 December 2025 (UTC)
- The problem is now solved. --RolandUnger (talk) 11:20, 4 January 2026 (UTC)
Baden-Württemberg/Top-Reiseziele Dunkelmodus-Fehler
[edit]Sortable markers are not shown in portal namespace
Sortable tables like https://de.wikivoyage.org/wiki/Portal:Baden-W%C3%BCrttemberg/Top-Reiseziele do not present sortable markers if they are used in articles of namespace 100 (portal). This is because of the following rule:
@media screen {
.skin-theme-clientpref-night .ns-100 .mw-parser-output :not(.notheme):not(a) {
background: inherit !important;
}
}
The following rules (for all symbols) should be completed by an !important statement like they were given in the example:
html.skin-theme-clientpref-night.client-js .jquery-tablesorter th.headerSort {
background-image: url(/w/resources/src/jquery.tablesorter.styles/images/sort_both_inverted.svg?d764d) !important;
background-repeat: no-repeat !important;
background-position: center right !important;
}
--RolandUnger (talk) 08:04, 28 December 2025 (UTC)
- The problem is now solved. --RolandUnger (talk) 11:20, 4 January 2026 (UTC)
Letzte Änderungen Dunkelmodus-Fehler
[edit]Background color for .mw-redirect
There is no night-mode background color for the mw-redirect class. All the time #99ffcc is used. It is difficult to read text (white) and links. --RolandUnger (talk) 07:32, 11 January 2026 (UTC)
- The problem is now solved. --RolandUnger (talk) 07:26, 12 January 2026 (UTC)