MediaWiki:Common.css

MediaWiki interface page
Revision as of 14:06, 2 February 2022 by Koder (talk | contribs)

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.
.gamep a {
  border: 1px solid white;
  border-radius:16px 0px 16px 0px;
  font-family:Audiowide;
  text-align:left;
  vertical-align: middle;
  font-size:22px;
  display:inline;
  padding:0 2em;
  box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0.60);
}

.gamep a:hover {
  border: 1px solid white;
  border-radius:16px 0px 16px 0px;
  font-family:Audiowide;
  text-align:left;
  vertical-align: middle;
  font-size:22px;
  display:inline;
  padding:0 2em;
  box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0.80);
}