-
Notifications
You must be signed in to change notification settings - Fork 0
/
v86.css
99 lines (99 loc) · 1.78 KB
/
v86.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
#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;
}