MediaWiki:Common.css

From QB64 Phoenix Edition Wiki
Revision as of 21:41, 18 December 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 */

body {background: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crap.jpg); min-width: 550px; max-width: 1100px;}
#mw-page-base {background: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crap.jpg);}
#content {background: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/WallFine.jpg);}
.toc {background: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Sand.jpg);}

.mw-editsection {display:none!important;}

h1 {color: #097afa;}
h2 {color: #fc7b0a;}
h3 {color: #febe18;}

pre {margin: 0; padding: 0; border: 0; background-color: transparent; color: currentColor;}

dl {max-width: 97%; border-left: 8px solid #608060; background: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/WarpBlue.jpg); margin-top: 10px; padding: 3px; padding-left: 10px;}
dd ul {list-style-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/DotYellow.gif);}
.mw-content-ltr dd {margin-left: 0.25em;}
ul.mw-gallery-packed-overlay {text-align: left;}

ul {list-style-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/DotRed.gif);}

.codeide {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #000e4e; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #87cefa; border-radius: 8px;
}

.outputcrt0 {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #000000; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #555555; border-radius: 8px;
}

.outputcrt1 {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #0000aa; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #0000ff; border-radius: 8px;
}

.outputcrt2 {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #00aa00; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #00ff00; border-radius: 8px;
}

.outputcrt3 {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #00aaaa; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #00ffff; border-radius: 8px;
}

.outputcrt4 {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #aa0000; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #ff0000; border-radius: 8px;
}

.outputcrt5 {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #aa00aa; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #ff00ff; border-radius: 8px;
}

.outputcrt6 {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #aa5500; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #ffaa00; border-radius: 8px;
}

.outputcrt7 {
  overflow: visible; padding: 5px;
  line-height: 113%; font-size:18px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background-color: #aaaaaa; color: #aaaaaa;
  word-wrap: break-word;
  border: 3px solid #eeeeee; border-radius: 8px;
}

.outputwhite {
  overflow: visible; padding: 10px;
  line-height: 105%; font-size: 15px; text-align: left; white-space: pre; font-family: Courier, monospace;
  background: repeating-linear-gradient(25deg, #dddddd 10%, #eeeeee 20%, #dddddd 30%); color: #a85400;
  word-wrap: break-word;
  border: 3px solid #a85400; border-radius: 8px;
}

.outputtext {
  overflow: visible; padding: 10px; padding-top: 16px;
  line-height: 106.666666%; font-size: 15px; text-align: left; white-space: pre-wrap; font-family: Courier, monospace;
  background: repeating-linear-gradient(#dddddd 0px 16px, #eeeeee 16px 32px); color: #545454;
  word-wrap: break-word;
  border: 3px solid #545454; border-radius: 8px;
}

@media only screen and (min-width: 1024px) {
  .codeide {
    user-select: all; -ms-user-select: all; -moz-user-select: all; -webkit-user-select: all; 
    width: 765px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 5px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #000e4e; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 55px 14px 100px 10px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Ide.png) 55 14 100 10 stretch;
    -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;
  }

  .outputcrt0 {
    width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #000000; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 45px 50px 125px 50px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;
    -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;
  }

  .outputcrt1 {
    width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #0000aa; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 45px 50px 125px 50px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;
    -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;
  }

  .outputcrt2 {
    width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #00aa00; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 45px 50px 125px 50px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;
    -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;
  }

  .outputcrt3 {
    width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #00aaaa; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 45px 50px 125px 50px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;
    -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;
  }

  .outputcrt4 {
    width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #aa0000; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 45px 50px 125px 50px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;
    -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;
  }

  .outputcrt5 {
    width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #aa00aa; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 45px 50px 125px 50px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;
    -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;
  }

  .outputcrt6 {
    width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #aa5500; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 45px 50px 125px 50px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;
    -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;
  }

  .outputcrt7 {
    width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px;
    line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace;
    background-color: #aaaaaa; color: #aaaaaa;
    word-wrap: break-word;
    border: 3px solid #ffffff; border-radius: 8px; border-width: 45px 50px 125px 50px;
    border-image: url(https://qb64phoenix.com/qb64wiki/index.php?title=Special:Redirect/file/Crt.png) 45 50 125 50 stretch;
    -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;
  }
}