diff options
author | ben | 2018-09-18 10:28:07 +0200 |
---|---|---|
committer | ben | 2018-09-18 10:28:07 +0200 |
commit | ef8cdd36436ef1bd1303886a101c8ee60c6f9721 (patch) | |
tree | 39077d0d9b070cc018738dbd3d246214e4749322 /static/shell.css | |
download | honeyjs-ef8cdd36436ef1bd1303886a101c8ee60c6f9721.tar.gz honeyjs-ef8cdd36436ef1bd1303886a101c8ee60c6f9721.tar.bz2 honeyjs-ef8cdd36436ef1bd1303886a101c8ee60c6f9721.tar.xz |
Diffstat (limited to 'static/shell.css')
-rw-r--r-- | static/shell.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/shell.css b/static/shell.css new file mode 100644 index 0000000..b2c2a61 --- /dev/null +++ b/static/shell.css @@ -0,0 +1,34 @@ +html, body, p, a { + margin: 0; + font-family: "Courier New", fixed, monospace; + background: #181818; + color: #D3D3D3; +} +.term { + font-family: "Courier New", fixed, monospace; + font-size: 12px; + color: #5E83E0; + background: none; + letter-spacing: 1px; +} +.term .termReverse { + color: #232e45; + background: #5E83E0; +} +a.tlink, a.tlink:link, a.tlink:visited { + text-decoration: underline; + color: blue; +} +a, a:link, a:visited { + text-decoration: none; + color: #5E83E0; +} +a:hover { + text-decoration: underline; +} +a:active { + text-decoration: underline; + color: orange; +} +#applet { position: absolute; top: 4px; left: 4px; z-index: 2; } +#link { position: absolute; top: 4px; right: 4px; z-index: 3; } |