User:Saag/common.css

From Deadlock Wiki
Revision as of 10:39, 3 September 2024 by Saag (talk | contribs)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.wikitable {
    display: table !important;
    visibility: visible !important;
    width: 100% !important;
}

.wikitable {
    overflow: visible !important;
    white-space: normal !important;
    table-layout: auto !important;
    max-width: 100% !important;
}
.wikitable,
.wikitable * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
}
.wikitable,
.wikitable * {
    display: block !important;
    visibility: visible !important;
}

.wikitable,
.wikitable > * {
    max-width: 100% !important;
    overflow: visible !important;
}

.wikitable {
    position: relative !important;
}

.wikitable {
    all: unset;
    display: table !important;
    visibility: visible !important;
    width: 100% !important;
    margin: 0 auto;
    border-collapse: collapse !important;
    table-layout: auto !important;
}

.wikitable * {
    all: unset;
    display: table-cell;
    visibility: visible;
    padding: 4px;
}