-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
87 lines (72 loc) · 1.33 KB
/
style.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
body {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
canvas {
margin: 20px;
margin-bottom: 50px;
max-height: 750px;
}
h1,
h2,
h3,
h4 {
text-align: center;
}
footer {
text-align: right;
margin-right: 5%;
}
div.select_chart {
margin: 3%;
text-align: center;
}
.pie_chart_class {
margin-left: auto;
margin-right: auto;
}
#container {
width: 90%;
margin: auto;
}
.competitions_list_container {
text-align: center;
}
.competitions_list_container ul {
border: 2px solid black;
display: inline-block;
margin: 10px 0;
padding: 2px;
}
.competitions_list_container li {
display: inline-block;
}
.competitions_list_container li a {
display: inline-block;
background: rgb(102, 102, 102);
color: #FFF;
padding: 5px;
text-decoration: none;
}
.chart_container {
margin-top: 4%;
}
.competitions_list_header {
margin-bottom: 0%;
}
.subtitle {
/* display: flex; */
/* justify-content: center; */
align-items: center;
text-align: center;
margin-left: 10%;
margin-right: 10%;
font-weight: lighter;
}
.cnt_box {
width: 25px;
text-align: center;
}
.include_cnt {
align-items: center;
text-align: center;
}