MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
.codeide { | .codeide { | ||
width: 765px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 5px; | width: 765px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 5px; | ||
line-height: | line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace; | ||
background-color: #000e4e; color: lightgrey; | background-color: #000e4e; color: lightgrey; | ||
word-wrap: break-word; | word-wrap: break-word; | ||
Line 14: | Line 14: | ||
.outputcrt { | .outputcrt { | ||
width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px; | width: 685px; min-height: 200px; max-height: 400px; overflow: scroll; padding: 10px; | ||
line-height: | line-height: 113%; font-size:18px; text-align: left; white-space: pre; font-family: Courier, monospace; | ||
background-color: black; color: lightgray; | background-color: black; color: lightgray; | ||
word-wrap: break-word; | word-wrap: break-word; |
Revision as of 09:10, 25 April 2022
/* CSS placed here will be applied to all skins */ .codeide { 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: lightgrey; word-wrap: break-word; border: solid #aaaaaa; border-radius: 10px; 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; } .outputcrt { 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: black; color: lightgray; word-wrap: break-word; border: solid #aaaaaa; border-radius: 10px; 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; }