Tip of the day
Collectibles you find give 1 extra achievement point per item!

MediaWiki:Gadget-WSWBHighlightTable.css

From Walkscape Walkthrough
Revision as of 15:29, 19 September 2026 by Bonez565 (talk | contribs) (Created page with ":root { --wswb-highlight-table-hover-background: #fff7e3; --wswb-highlight-table-selected-background: #ffe0a3; --wswb-highlight-table-link-color: #784c0a; } table.wswb-highlight-table tbody tr.wswb-highlight-on > td, table.wswb-highlight-table tbody tr.wswb-highlight-on > th { background-color: var(--wswb-highlight-table-selected-background) !important; } table.wswb-highlight-table tbody tr:not(.wswb-highlight-on):hover > td, table.wswb-highlight-table...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
:root {
    --wswb-highlight-table-hover-background: #fff7e3;
    --wswb-highlight-table-selected-background: #ffe0a3;
    --wswb-highlight-table-link-color: #784c0a;
}

table.wswb-highlight-table tbody tr.wswb-highlight-on > td,
table.wswb-highlight-table tbody tr.wswb-highlight-on > th {
    background-color: var(--wswb-highlight-table-selected-background) !important;
}

table.wswb-highlight-table tbody tr:not(.wswb-highlight-on):hover > td,
table.wswb-highlight-table tbody tr:not(.wswb-highlight-on):hover > th {
    background-color: var(--wswb-highlight-table-hover-background) !important;
}

table.wswb-highlight-table tbody tr.wswb-highlight-on a,
table.wswb-highlight-table tbody tr:not(.wswb-highlight-on):hover a {
    color: var(--wswb-highlight-table-link-color) !important;
}

table.wswb-highlight-table tbody tr[data-wswb-object-id] {
    cursor: pointer;
}

.wswb-highlight-table-footer-cell {
    text-align: center;
}

.wswb-highlight-table-clear-button {
    margin-left: 1em;
    padding: 0.25em 0.6em;
}