MediaWiki:Common.css

From ArmadeusWiki
Revision as of 19:19, 30 January 2026 by WikiSysop (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** CSS placed here will be applied to all skins */

/** Well... that's theory because following is not working and it appears that modifying skins/MonoBook/main.css is the way to do... */

# Style for APF bash scripts: pre tags with class "apf"
pre.apf {
 background-color: black;
 color: grey;
 font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

pre.config {
      font-size:9.0pt;
      padding: 1em;
      border: 1px;
      color: black;
      background-color: #b9b9b9;
      line-height: 1.1em;
}