summaryrefslogtreecommitdiffstats
path: root/static/v86.css
diff options
context:
space:
mode:
authorben2018-09-18 10:28:07 +0200
committerben2018-09-18 10:28:07 +0200
commitef8cdd36436ef1bd1303886a101c8ee60c6f9721 (patch)
tree39077d0d9b070cc018738dbd3d246214e4749322 /static/v86.css
downloadhoneyjs-master.tar.gz
honeyjs-master.tar.bz2
honeyjs-master.tar.xz
Initial public commitHEADmaster
Diffstat (limited to 'static/v86.css')
-rw-r--r--static/v86.css99
1 files changed, 99 insertions, 0 deletions
diff --git a/static/v86.css b/static/v86.css
new file mode 100644
index 0000000..305d62f
--- /dev/null
+++ b/static/v86.css
@@ -0,0 +1,99 @@
+#log, #runtime_infos, #serial, #filesystem_panel, #debug_panel {
+ font-family: DejaVu Sans Mono, monospace;
+ font-size: 13px;
+ border: 1px solid #333;
+ background-color: #000;
+ padding: 4px;
+ color: #fff;
+}
+#runtime_infos, #filesystem_panel {
+ float: left;
+ width: 250px;
+ margin-bottom: 7px;
+ margin-right: 7px;
+ padding-bottom: 7px;
+}
+#log {
+ height: 100px;
+ width: 550px;
+}
+#debug_panel {
+ white-space: pre;
+ float: left;
+}
+#serial {
+ margin: 0px;
+}
+#serial:focus {
+ outline: 1px solid rgb(229, 151, 0);
+}
+#screen {
+ white-space: pre;
+ position: relative;
+ font-family: Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
+ font-weight: bold;
+ font-size: 15px;
+ line-height: normal;
+}
+#screen, #vga {
+ -webkit-transform-origin: top left;
+ -moz-transform-origin: top left;
+ transform-origin: top left;
+}
+#vga {
+ background-color: #000;
+}
+body {
+ background-color: #111;
+ color: #fff;
+ line-height: 1.5;
+ padding: 10px;
+ font-family: sans-serif;
+}
+a {
+ color: wheat;
+}
+.phone_keyboard {
+ width: 0;
+ height: 0;
+ resize: none;
+ position: absolute;
+ opacity: 0;
+ left: -9999em;
+ top: 0;
+ z-index: -10;
+ white-space: nowrap;
+ overflow: hidden;
+}
+h4 {
+ margin: 0px 0px 20px 0px;
+}
+#start_emulation {
+ padding: 6px 18px;
+ font-size: 16px;
+ font-weight: bold;
+}
+#setup_error {
+ color: red;
+ font-weight: bold;
+ background-color: #222;
+ padding: 8px 18px;
+}
+#config_link {
+ font-weight: bold;
+ background-color: #222;
+ padding: 8px 18px;
+}
+#screen_container {
+ float: left;
+ margin-right: 10px;
+ margin-bottom: 10px;
+ border: 1px solid #555;
+ border-width: 2px 1px;
+}
+a img {
+ margin: 10px;
+}
+.screenshots a {
+ text-decoration: none;
+}