From ef8cdd36436ef1bd1303886a101c8ee60c6f9721 Mon Sep 17 00:00:00 2001
From: ben
Date: Tue, 18 Sep 2018 10:28:07 +0200
Subject: Initial public commit

---
 static/v86.css | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 99 insertions(+)
 create mode 100644 static/v86.css

(limited to 'static/v86.css')

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;
+}
-- 
cgit v1.2.3