-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
126 lines (110 loc) · 1.78 KB
/
style.css
File metadata and controls
126 lines (110 loc) · 1.78 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
*{
font-family: lato;
}
img {
float: left;
width: 100px;
height: 100px;
}
#kontener{
box-sizing: border-box;
position: relative;
}
img[usemap]{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
#upper{
width: 400px;
border: 1px solid black;
height: 30px;
margin: 15px auto;
}
#secondary{
height: 100%;
background-color: grey;
margin-left: -1px;
margin-top: -1px;
border: 1px solid black;
width: 100%;
}
#main{
text-align: center;
z-index: 2;
width: 100%;
height: 100%;
}
#kontener{
margin: 15px auto;
}
#NumericalTimer{
margin-top: -31px;
height:100%;
width: 100%;
text-align: center;
color: black;
}
input[readonly]{
background-color: lightgray;
color: gray;
}
#leaderboard{
width: 30%;
background-color: lightsteelblue;
border-radius: 8px;
padding-bottom: 10px;
margin: auto;
}
#leaderboard h1{
margin-bottom: 10px;
}
#tlo{
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: absolute;
opacity: 0.5;
-moz-opacity:0.5;
background-color: lightgray;
z-index: 3;
}
#prompt{
width: 40%;
left: 30%;
top: 20vh;
height: 40vh;
position: absolute;
z-index: 4;
border-radius: 10px;
text-align: center;
background-color: white;
}
.prompts{
width: 20%;
text-align: center;
z-index: 4;
background-color: white;
border-radius: 8px;
padding-bottom: 10px;
display: inline-block;
margin: auto;
}
#flex{
position: fixed;
left: 0px;
top: 0px;
z-index: 5;
height: 100vh;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
p{
margin-top: 30px;
font-size: 170%;
}