-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (77 loc) · 1.2 KB
/
style.css
File metadata and controls
96 lines (77 loc) · 1.2 KB
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
html, body, input, button {
font-family: "Source Sans Pro", sans-serif;
font-size: 1.1rem;
}
#main {
margin: auto;
width: 60%;
}
a {
font-weight: 600;
}
a:link {
color: rgb(0,127,255);
}
a:hover {
color: rgb(0,95,191);
}
a:visited, a:active {
color: rgb(0,63,159);
}
#charset {
width: 100%;
font-family: Inconsolata, Consolas, monospace;
font-size: 1rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.warning {
color: red;
font-size: 1.5rem;
font-weight: bold;
margin-top: 0.25rem;
margin-bottom: 0.5rem;
}
input[type="text"], input[type="file"] {
font-size: 1.25rem;
padding-right: 0.1rem;
}
input[type="text"] {
padding-left: 0.1rem;
}
input[type="file"] {
padding-left: 0.04rem;
}
input[type="file"] {
width: 50%;
}
#fontName {
width: 35%;
}
button {
font-size: 1.25rem;
padding: 0 8px 1px;
}
h1 {
margin-bottom: 0.75rem;
}
h2 {
margin-top: 0;
padding-left: 0.15rem;
}
h6 {
font-weight: normal;
font-size: 1.25rem;
margin: 0.25rem;
}
p {
padding-left: 0.2rem;
}
.fontRadio {
display: flex;
}
#fontSelect {
display: block;
max-height: 25vh;
overflow-y: auto;
}