-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
69 lines (58 loc) · 1.05 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
#Page {
padding: 4% 10%;
margin: 0;
font-family: Verdana, Arial;
}
.indexHeader {
text-align: center;
}
.indexGithubLink {
text-align: center;
}
.indexContainer {
text-align: center;
}
.indexDeadEndMessage {
text-align: center;
font-size: 24px;
padding: 5%;
}
.indexBox {
display: inline-block;
background-color: #0074D9;
margin: 10px 0px 0px 2%;
flex-grow: 1;
width: 20%;
text-align: center;
font-size: 30px;
font-weight: bold;
padding: 5% 0%;
color: #dddddd;
text-decoration: none;
border-style: none;
cursor: pointer;
outline: none;
}
.indexPlayerColor-A {
background-color: #FF4136;
cursor: not-allowed;
}
.indexPlayerColor-B {
background-color: #0074D9;
cursor: not-allowed;
}
.indexPlayerColor-Unclaimed {
background-color: #dddddd;
}
.indexPlayerColor-Unclaimed:hover {
background-color: #AAAAAA;
}
.indexResetButton {
display: inline-block;
width: 100%;
margin: 0%;
}
.indexFooter {
font-size: 25px;
padding: 20px;
}