shellinabox/demo/usercss-0.css
zodiac 341eb1982c Included example style sheets that allow switching to white-on-black or to
monochrome mode from the right click context menu. This required a couple of
architectural changes to the JavaScript code.


git-svn-id: https://shellinabox.googlecode.com/svn/trunk@167 0da03de8-d603-11dd-86c2-0f8696b7b6f9
2009-08-12 02:32:26 +00:00

6 lines
350 B
CSS

#vt100 #scrollable { color: #ffffff;
background-color: #000000; }
#vt100 #scrollable.inverted { color: #000000;
background-color: #ffffff; }
#vt100 .ansi15 { color: #000000; }
#vt100 .bgAnsi0 { background-color: #ffffff; }