MediaWiki:Common.css

From QB64 Phoenix Edition Wiki
Revision as of 11:51, 23 April 2022 by RhoSigma (talk | contribs)
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 */

.outputcrt {max-width: 650px; min-height: 450px; border: solid #aaaaaa; border-radius: 10px; border-width: 45px 50px 125px 50px; padding: 1em; line-height: 120%; font-size:16px; margin-left:5px; white-space: pre-wrap; font-family: Courier, monospace; background-color: #202020; color: lightgray; word-wrap: break-word; -moz-border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch; -webkit-border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch; border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;}

.codeide {max-width: 650px; min-height: 450px; border: solid #aaaaaa; border-radius: 10px; border-width: 55px 14px 100px 10px; padding: 1em; line-height: 120%; font-size:16px; margin-left:5px; white-space: pre-wrap; font-family: Courier, monospace; background-color: #000e4e; color: lightgrey; word-wrap: break-word; -moz-border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Ide.png) 55 14 100 10 stretch; -webkit-border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Ide.png) 55 14 100 10 stretch; border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Ide.png) 55 14 100 10 stretch;}