User:咸鱼鱼糕/common.css

From Fear and Hunger Wiki
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.
@media screen and (max-width: 640px){
/* Reduce table size */
table.navbox {
    font-size: 90%;
}
/* end */

/* Hide the rollback button on mobile */
span.mw-changeslist-line-inner-rollback {
    display: none;
}
span.mw-rollback-link {
    display: none;
}
/* end */

}