-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (47 loc) · 719 Bytes
/
style.css
File metadata and controls
55 lines (47 loc) · 719 Bytes
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
body#popup {
font-size: 13px;
background-color: F4FAFC;
font-family: "Roboto", sans-serif;
}
body#options {
font-size: 15px;
font-family: "Roboto", sans-serif;
}
h1 {
margin-top: 10px;
margin-bottom: 3px;
border: 0;
padding: 0;
font-size: 150%;
}
h2 {
margin-top: 10px;
margin-bottom: 5px;
border: 0;
padding: 0;
font-size: 125%;
font-family: "Roboto", sans-serif;
}
p {
margin-top: 3px;
margin-bottom: 5px;
border: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
textarea {
width: 325px;
}
em {
display: block;
width: 325px;
text-align: right;
font-size: 90%;
}
button {
font-size: 115%;
font-family: "Roboto", sans-serif;
}
.blue {
color: blue;
}