MediaWiki:Common.less/forum-colours.less

From Blaseball Wiki

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
tr.mw-wikiforum-title {
    background: @wikitable-header;
}

table.mw-wikiforum-frame,
tr.mw-wikiforum-normal {
    background: @wikitable-background;
}

td.mw-wikiforum-innerframe {
    border: 1px solid @wikitable-border;
}

td.mw-wikiforum-title,
td.mw-wikiforum-value,
td.mw-wikiforum-admin,
td.mw-wikiforum-lastpost {
    border-bottom:1px solid @wikitable-border;
}

th.mw-wikiforum-title,
th.mw-wikiforum-value,
th.mw-wikiforum-admin,
th.mw-wikiforum-lastpost {
    border-top:1px solid @wikitable-border;
    border-bottom:1px solid @wikitable-border;
}

p.mw-wikiforum-descr {
 color: @text;
}

th.mw-wikiforum-thread-top {
    border: 1px solid @wikitable-border;
    background: @wikitable-header;
}

td.mw-wikiforum-thread-main,
td.mw-wikiforum-thread-sub {
    border:1px solid @wikitable-border;
    background: @wikitable-background;
}