User:Bfdifan2006/minerva.css

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump 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.
/* This will affect me when using mobile devices. */

table:not(.userboxitem,.babelitem) {
    border-collapse: initial; /* by default, separate */
    border-spacing: 1px;
}

.content table {
    display: table;
}
.table-scroll { /* This class is added with jQuery code */
    overflow-x: auto;
    max-width: min(100vw, 100%);
}
/* Fix diff rendering */
.diff.diff tbody, .diff tr, .diff td {
    display: revert;
}