-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
76 lines (61 loc) · 1.02 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
html {
color: #222;
font-size: 1em;
line-height: 1.4;
font-family: sans-serif;
}
hr {
display: block;
height: 1px;
border: 0;
border-top-width: 0px;
border-top-style: none;
border-top-color: currentcolor;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
.container {
margin: auto
}
#explanations {
padding: 20px;
padding-top: 20px;
padding-top: 0px;
margin-top: 20px;
background: rgba(250, 250, 250, 1);
border: 1px solid rgba(230, 230, 230, 1);
}
#explanations>div {
padding-top: 20px;
}
/*
#select-container {
font-size: 1.2em;
} */
button,
select {
text-transform: none;
font-size: 1.5em;
}
a {
background-color: transparent;
}
.credit {
margin-top: 3em;
font-size: 0.8rem;
}
#footer {
font-size: 0.8em;
}
#footer .item {
border-right: 1px solid rgba(230, 230, 230, 1);
padding-right: 10px;
margin-right: 10px;
}
#footer .support {
margin: 15px 0px 0px;
}
.hidden {
display: none !important;
}