MediaWiki:Common.css

From Fonline The Long Journey Wiki
Revision as of 23:42, 9 March 2026 by Dody (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Remove bullets */
.latest-edited-page ul {
    margin: 0;
    padding: 0;
}

.latest-edited-page li {
    list-style: none;
}

/* Hide everything except the page link */
.latest-edited-page .mw-changeslist-line-inner > span {
    display: none;
}

/* Show ONLY the page title */
.latest-edited-page .mw-changeslist-line-inner > a {
    display: inline;
    font-weight: bold;
    font-size: 1.1em;
}