-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
109 lines (99 loc) · 2 KB
/
index.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
root {
grey: rgb(231,235,238);
blueish: rgb(108,113,151);
green rgb(115,146,17);
gold: rgb(234,193,36);
red: rgb(217,36,5);
blue: rgb(53,99,235);
var-off-black: rgb(8,3,0);
}
body{
font-size:150%;
font-family:Verdana, sans-serif;
/*background: linear-gradient(to bottom, #a90329 0%,#8f0222 59%,#6d0019 100%);*/
background-color: rgb(234,193,36)
text-align:center;
}
div {
/*border: 1px solid black;*/
padding:2%;
position:relative;
margin-left:auto;
margin-right:auto;
height:0;
text-align:center;
vertical-align: middle;
}
#main_frame{
background-color:black;
box-shadow: 0 0.3em 1em #000000;
}
.square {
width: 90%;
padding-bottom: 90%;
}
#top_frame{
/* background-color:rgb(8,3,0);
*/
}
#transparent_overlay{
color:rgb(217,36,5);
position:absolute;
margin-left:2%;
top:0;
background-color:rgba(231,235,238,0.9);
box-shadow: 0 0.3em 1em #000000;
}
#top_header{
width:90%;
padding-bottom:25%;
background: linear-gradient(to bottom, #a90329 0%,#8f0222 59%,#6d0019 100%);
color:white;
border-bottom:0.3em solid black;
}
#countdown{
width:20%;
padding-bottom:20%;
float:left;
border-radius: 0.5em 0.5em 0.5em 0.5em;
border:2px solid white;
background-color:rgb(115,146,17);
font-family:"Courier New", Courier, monospace;
vertical-align: middle;
line-height:200%;
}
#exercise_name{
width:70%;
padding-bottom:20%;
float:right;
display:inline;
}
#exercise_graphic{
width:90%;
padding-bottom:60%;
background-color:rgb(53,99,235);
background: linear-gradient(to bottom, #a90329 0%,#8f0222 59%,#6d0019 100%);
}
#next_exercise{
width:60%;
padding-bottom:40%;
position:absolute;
top:15%;
left:15%;
background-color:rgb(108,113,151);
box-shadow: 0 0.3em 1em #000000;
}
#total_time{
width:20%;
padding-bottom:7%;
position:absolute;
bottom:0;
right:0;
}
#bottom_frame{
width:96%;
padding-bottom:20%;
position:absolute;
bottom:0;
left:0;
}