-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
77 lines (60 loc) · 873 Bytes
/
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
body {
min-height: 100vh;
}
.modal {
background-color: rgba(1,1,1,.5);
}
.modal-active {
display: block;
}
.points {
width: 6rem;
margin-left: auto;
margin-right: auto;
}
.scoreboard, .timeboard {
width: 5rem;
height: 2.5rem;
text-align:center;
padding-top: 6px;
}
.timeleft {
width: 6rem;
}
.row_fields {
height:70vh;
}
.progressbar1 {
width: 25%;
}
.progressbar2 {
width: 50%;
}
.progressbar3 {
width: 75%;
}
.progressbar4 {
width: 100%;
}
.playground {
position: relative;
}
.playground, .results {
height:100%;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
tr {
height: 12px;
padding: 8px;
}
th, td {
text-align: center;
}
/* POPUP */
.modal-dialog {
max-width: 300px;
}