This sytlesheet is intended to be use in browser only. You may install css style override browser extension to apply the above style.
#Remember to change the URL for background image.
This sytlesheet is intended to be use in browser only. You may install css style override browser extension to apply the above style.
#Remember to change the URL for background image.
| // ANSI color code outputs for strings | |
| var ANSI_CODES = { | |
| "off": 0, | |
| "bold": 1, | |
| "italic": 3, | |
| "underline": 4, | |
| "blink": 5, | |
| "inverse": 7, | |
| "hidden": 8, |