From 6dc0867bd48152161d0efe8511a6ebbec8e35237 Mon Sep 17 00:00:00 2001 From: wixette Date: Sun, 8 Mar 2020 20:05:16 +0800 Subject: [PATCH] add HTML elements for the soft switch controls. --- css/style.css | 11 ++++++++++- index.html | 31 +++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 32a9268..6e4444a 100644 --- a/css/style.css +++ b/css/style.css @@ -18,11 +18,13 @@ body, div, img, pre { .h-box { display: flex; flex-direction: row; + flex-wrap: wrap; } .v-box { display: flex; flex-direction: column; + flex-wrap: nowrap; } .justify-start { @@ -175,21 +177,28 @@ footer { } #cpu-dump { + background-color: #fff; color: #222; font-size: 12px; + min-height: 20px; overflow-x: hidden; } #mem-dump { + background-color: #fff; color: #222; font-size: 12px; + min-height: 20px; overflow-x: hidden; } .button { - background-color: #eee; + background-color: #fff; border: 1px solid #bbb; cursor: pointer; + font-size: 12px; + line-height: 1.5em; + padding: 0 5px 0 5px; text-align: center; user-select: none; -moz-user-select: none; diff --git a/index.html b/index.html index 35cf31b..cc27003 100644 --- a/index.html +++ b/index.html @@ -569,6 +569,37 @@
Soft Switch Board
+
+
+
A15
+
A14
+
A13
+
A12
+
A11
+
A10
+
A09
+
A08
+
A07
+
A06
+
A05
+
A04
+
A03
+
A02
+
A01
+
A00
+
+
+
ON/OFF
+
STOP
+
RUN
+
SINGLE STEP
+
EXAMINE
+
EXAMINE-NEXT
+
DEPOSIT
+
DEPOSIT-NEXT
+
RESET
+
+