-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
104 lines (82 loc) · 1.25 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.two-digit {
width: 113px;
}
.four-digit {
width: 134px;
}
.input-group {
margin: .5rem !important;
}
#RAM-output-div {
width: 600px;
height: 450px;
overflow: scroll;
}
#RAM-output-div > span {
display: inline-block
}
#hex-output-textarea, #RAM-output-div {
font-family: monospace;
}
#log-output-div {
width: 550px;
height: 700px;
overflow: scroll;
}
.hilight.stack-pointer {
background-color: blue;
}
.hilight-read.stack-pointer {
background-color: pink;
}
.hilight.hilight-read {
background-color: yellow;
}
.hilight {
background-color: green;
}
.hilight-read{
background-color: red;
}
.stack-pointer {
background-color: orange;
}
.table {
margin-bottom: 0;
}
.table td {
padding: 0;
}
#data-registers-table {
width: 50%;
}
#data-registers {
height: 700px;
overflow: scroll;
}
#status-registers {
width: 450px;
flex-wrap: nowrap;
}
#home label {
padding-top: 7px;
width: 25px;
}
#clocks label {
padding-right: 7px;
width: unset;
}
#clocks input {
width: 100px;
flex: unset;
}
#debug input[type="text"] {
width: 67px;
flex: unset;
}
#debug label, #settings label {
margin: 0 8px;
}
#data-registers-table td td, #data-registers-table td th {
text-align: center;
}