-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (63 loc) · 1.22 KB
/
style.css
File metadata and controls
65 lines (63 loc) · 1.22 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
body {
background-color: #222;
font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
body,a,a:visited{
color: #fff;
}
button {
padding: 4px 12px;
outline: none;
border-radius: 3px;
background-color: #06c755;
font-size: 12px;
line-height: 24px;
font-weight: 700;
color: #fff;
border:none;
margin: 2px;
}
#RED {
padding: 4px 12px;
outline: none;
border-radius: 3px;
font-size: 12px;
line-height: 24px;
font-weight: 700;
margin: 2px;
color: #06c755;
background-color: #fff;
border: none;
}
#unicpad {
padding: 4px 12px;
outline: none;
border-radius: 3px;
font-size: 12px;
line-height: 24px;
font-weight: 700;
margin: 2px;
color: #000;
background-color: #fff;
border: none;
}
input,textarea,pre {
flex: 1 1 auto;
line-height: 30px;
padding: 0 4px 0 13px;
font-size: 16px;
font-weight: 400;
outline: none;
border: solid 1px #aaa;
border-radius: 5px;
margin: 2px;
margin: 0 5px;
}
iframe {
border: 1px solid black;
width: 100%;
}
select {
font-size: 0.9rem;
padding: 2px 5px;
}