-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (92 loc) · 1.47 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 25px;
padding-left: 10px;
padding-right: 10px;
}
input[type="text"] {
font-size: 25px;
}
a {
color: blue;
}
.BioDiv {
border-color: red;
border-width: 8px;
border-style: outset;
background-color: lightblue;
text-align: center;
}
li {
margin: 10px 0;
}
.amount {
width: 85px;
text-align: center;
}
.minutes {
width: 40px;
text-align: center;
}
.seconds {
width: 40px;
text-align: center;
}
.p1 {
font-size: 25px;
}
.p2 {
font-size: 20px;
font-weight: normal;
}
.p3 {
font-size: 25px;
font-weight: normal;
}
.h_custom {
font-size: 35px;
}
.collapsible {
border-color: red;
border-width: 8px;
border-style: outset outset none outset;
background-color: lightblue;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: center;
font-size: 30px;
}
.content {
border-color: red;
border-width: 8px;
border-style: outset outset none outset;
font-size: 20px;
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f5f5dc;
}
.debugCheckbox {
width: 30px;
height: 30px;
position: relative;
vertical-align: middle;
margin-bottom: 7px; /* TODO: Adjust based on mobile dimensions? */
}
.p4 {
display: inline-block;
vertical-align: middle;
position: relative;
font-size: 25px;
font-weight: normal;
}
.saveButton {
height: 40px;
font-size: 25px;
cursor: pointer;
}
.scoreInput {
width: 160px;
font-size: 25px;
}