MediaWiki:Mobile.css

From Wizardia Community Wiki

Revision as of 11:11, 14 October 2022 by Nerijus (talk | contribs) (Created page with "→‎All CSS here will be loaded for users of the mobile site: .rare {color: rgb(69, 143, 255); font-weight: bold;} .epic {color: rgb(205, 99, 255); font-weight: bold;} .legendary {color: rgb(255, 223, 112); font-weight: bold;} table.wikitable > th,td {min-width: 5em; text-align:center;}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* All CSS here will be loaded for users of the mobile site */
.rare {color: rgb(69, 143, 255); font-weight: bold;}
.epic {color: rgb(205, 99, 255); font-weight: bold;}
.legendary {color: rgb(255, 223, 112); font-weight: bold;}
table.wikitable > th,td {min-width: 5em; text-align:center;}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.