-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathset.css
More file actions
82 lines (82 loc) · 1.25 KB
/
set.css
File metadata and controls
82 lines (82 loc) · 1.25 KB
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
/* Bootstrap sticky footer */
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px;
}
#push, footer {
height: 50px;
text-align: center;
}
footer {
background-color: #f5f5f5;
}
@media (max-width: 767px) {
footer {
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 980px) {
#wrap > .container {
padding-top: 50px;
}
}
/* Misc */
h4 {
/*color: green;*/
margin-top: 0px;
}
.alert {
margin-left: 600px;
}
.navbar-text {
font-size: 140%;
font-weight: bold;
color: white !important;
padding-left: 40px;
}
#score, #sets {
text-align: right;
padding-left: 2px;
}
#score {
width: 50px;
}
#sets {
width: 40px;
}
footer img {
padding-top: 7px;
height: 40px;
}
svg {
float:left;
}
#elSet {
display:none;
position:absolute;
width:600px;height:310px;
text-align:center;
padding-top:160px;
font-weight:bold;
text-shadow:0px 0px 10px #fff;
opacity:0.85;
}
#modalTitle {
font-size:72pt;
line-height:100%;
}
#modalSubTitle {
font-size:36pt;
line-height:100%;
}
#elInstructions {
font-weight: bold;
}