summaryrefslogtreecommitdiff
path: root/src/trace_viewer/index.css
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-02-01 15:27:18 +0000
committerAlasdair Armstrong2018-02-01 15:27:51 +0000
commit3630fd36d5963ec6e4299f52930db7c0d2cf2f01 (patch)
tree5edd2a66fd3610e290606f0875a2c3a07be4b332 /src/trace_viewer/index.css
parent4c47c3d2584783e6838fcaaf86c535d36038e74e (diff)
Remove trace viewer application from repository
Diffstat (limited to 'src/trace_viewer/index.css')
-rw-r--r--src/trace_viewer/index.css86
1 files changed, 0 insertions, 86 deletions
diff --git a/src/trace_viewer/index.css b/src/trace_viewer/index.css
deleted file mode 100644
index 35ebcb23..00000000
--- a/src/trace_viewer/index.css
+++ /dev/null
@@ -1,86 +0,0 @@
-
-body {
- background-color: #202020;
- color: #DCDCCC;
- font-family: monospace;
- font-size: 14pt;
- font-weight: bold;
-}
-
-img {
- height: 30px;
-}
-
-#control {
- position: fixed;
- bottom: 0px;
- left:10%;
- right:10%;
- width:80%;
-}
-
-#command {
- font-size: 16pt;
- width: 100%;
-}
-
-.call {
- background-color: #313131;
- border: 1px;
- border-left: 5px;
- border-color: rgb(118, 173, 160);
- border-style: solid;
- padding-top: 2px;
- padding-bottom: 2px;
- margin: 0px;
- min-height: 32px;
- display: flex;
- align-items: center;
-}
-
-.write {
- background-color: #313131;
- border: 1px;
- border-left: 5px;
- border-color: rgb(255, 40, 40);
- border-style: solid;
- padding-top: 2px;
- padding-bottom: 2px;
- margin: 0px;
- min-height: 32px;
- display: flex;
- align-items: center;
-}
-
-.load {
- background-color: #313131;
- color: white;
- border: 1px;
- border-left: 5px;
- border-color: #ff9100;
- border-style: solid;
- padding-top: 2px;
- padding-bottom: 2px;
- margin: 0px;
- min-height: 32px;
- display: flex;
- align-items: center;
-}
-
-.read {
- background-color: #313131;
- border: 1px;
- border-left: 5px;
- border-color: rgb(107, 199, 47);
- border-style: solid;
- padding-top: 2px;
- padding-bottom: 2px;
- margin: 0px;
- min-height: 32px;
- display: flex;
- align-items: center;
-}
-
-.tree {
- padding-left: 20px;
-} \ No newline at end of file