diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-24 19:49:57 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-24 19:49:57 -0500 |
| commit | 939ac4319cb047a37ba46f84eff81948063f6954 (patch) | |
| tree | 5112cf8aad73125a13f5b52c0290a7f26f948b52 /jslinux-2019-12-21/style.css | |
| parent | 3a1b5ba15b89c907f9bf66a0761ffdd73b32208b (diff) | |
| download | unixv4-939ac4319cb047a37ba46f84eff81948063f6954.tar.gz unixv4-939ac4319cb047a37ba46f84eff81948063f6954.tar.xz | |
Add working webpage for unix v4
Diffstat (limited to 'jslinux-2019-12-21/style.css')
| -rw-r--r-- | jslinux-2019-12-21/style.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/jslinux-2019-12-21/style.css b/jslinux-2019-12-21/style.css new file mode 100644 index 0000000..9d39504 --- /dev/null +++ b/jslinux-2019-12-21/style.css @@ -0,0 +1,41 @@ +.term { + font-family: courier,fixed,swiss,monospace,sans-serif; + font-size: 15px; + color: #f0f0f0; + background: #000000; +} + +.term_content a { + color: #ffff00; +} + +.term_cursor { + color: #000000; + background: #00ff00; +} + +.term_scrollbar { background: transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; height: 100%; } +.term_track { background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; } +.term_thumb { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; } +.term_thumb .term_end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; } +.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; } +#term_paste { + border: 1px solid; + height: 19px; +} + +/* file import */ +#files { + visibility: hidden; + width:1px; + height:1px; + padding: 0px; + margin: 0px; + bordex: 0px; +} + +label { + cursor: pointer; + margin-left: 5px; + margin-right: 5px; +} |
