-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (38 loc) · 770 Bytes
/
style.css
File metadata and controls
42 lines (38 loc) · 770 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
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: raleway;
font-size: 3em;
color: white;
background: #4a774f;
}
.variable {
font-weight: 700;
border-bottom: 5px solid rgba(0, 0, 0, 0.19);
}
#content {
padding: 7vh;
padding-top: 18vh;
}
#total {
margin-top: 1em;;
font-weight: 700;
}
#total .value {
background: rgba(127, 230, 127, 0.3);
border: 0.2em;
border-radius: 0.4em;
padding: 0.08em 0.2em;
padding-bottom: 0.2em
}
.explanation {
font-family: Raleway;
font-size: 0.5em;
font-weight: 700;
color: rgba(0, 0, 0, 0.38);
padding-bottom: 2em;
}