MediaWiki:Common.css

From RPTools Wiki
Revision as of 00:25, 8 January 2020 by Azhrei (talk | contribs) (First crack at adding classes for use by templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
/* CSS placed here will be applied to all skins */
.mt-code {
}

.mt-code-location {
  border: 1px solid #cacaca;
  background-color: #dfdfdf;
  color: darkblue;
  padding-left: .25em;
  padding-right: .25em;
}

.mt-code-shortcut {
  border: 1px solid #cacaca;
  background-color: #dfdfdf;
  color: darkgreen;
  padding-left: .25em;
  padding-right: .25em;
}