-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
77 lines (64 loc) · 1.05 KB
/
style.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
body {
margin: 0;
}
.header {
background-color: black;
color: white;
font-family: sans-serif;
font-size: 28px;
height: 42px;
line-height: 42px;
padding-left: 40px;
}
.config-area {
margin: 12px 0 0 0;
text-align: center;
}
.config-row {
display: inline-block;
vertical-align: middle;
}
.config-text {
font-family: 'Monaco', monospace;
font-size: 11px;
line-height: 1.2;
}
.conv-to {
width: 24px;
text-align: center;
}
.model {
font-family: 'Optima', sans-serif;
font-size: 14px;
text-align: center;
}
select:focus {
outline: none;
}
#status {
padding: 0;
}
.lineno {
font-family: monospace;
font-size: 12px;
font-weight: bold;
color: #777;
}
#status .config-text {
font-family: 'Courier', monospace;
font-size: 13px;
font-weight: bold;
}
.errmsg {
font-size: 11px;
}
.usage {
background-color: #ccc;
font-family: sans-serif;
font-size: 14px;
margin: 32px;
padding: 20px;
}
.usage-list {
list-style-type: square;
}