-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsingleplayer_styles.css
69 lines (61 loc) · 1.41 KB
/
singleplayer_styles.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
a {
font-size: 15px;
text-align: center;
font-weight: lighter;
background-color: rgb(240, 250, 255);
display: inline-block;
width: 20px;
}
a:hover {
cursor: pointer;
background-color: rgb(63, 63, 63);
color: white;
}
p {
text-align: center;
display: block;
margin-block-start: 0px;
margin-block-end: 0px;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.satelliteimageslideshow-container {
align-content: center;
}
.satelliteimage {
width: 84%;
}
input[type = "text"] {
background-color: whitesmoke;
color: black;
font-size: 15px;
width: 20px;
font-family: "Montserrat", sans-serif;
}
input[type = "submit"] {
font-family: "Montserrat", sans-serif;
background-color: whitesmoke;
font-weight:bolder;
}
input[type = "submit"]:hover {
cursor: pointer;
background-color: cornflowerblue;
}
.answerpanel {
background-color: black;
font-family: "Montserrat", sans-serif;
color: white;
float: right;
height: 95vh;
width: 15vw;
}
.question1 , .question2, .question3, .question4, .question5{
display: flex;
justify-content: center;
align-items: center;
height: 10%;
}
.question1:hover , .question2:hover, .question3:hover, .question4:hover, .question5:hover{
cursor: pointer;
background-color: rgb(63, 63, 63);
}