Main public logs

From Test Wiki

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:47, 14 November 2025 Red dust talk contribs created page User:Red dust/vector.css (Created page with "Define CSS variables: html { --twinkle-bgcolor-dialog: #F0F8FF; --twinkle-bgcolor-titlebar: #BCCADF; } @media screen { html.skin-theme-clientpref-night { --twinkle-bgcolor-dialog: #141c26; --twinkle-bgcolor-titlebar: #1c2a52; } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os { --twinkle-bgcolor-dialog: #141c26; --twinkle-bgcolor-titlebar: #1c2a52; } } /** * Explicitly set width of TW menu so that we can use a hidden...")