-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
101 lines (80 loc) · 2.07 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
88
89
90
91
92
93
94
95
96
97
98
html * {
font-family: sans-serif !important;
}
#container{
padding-top: 20px;
width: 90%;
}
#slider{
width: 90%;
margin: auto;
}
#wrapper {
width: 100%;
}
#soccerfield {
width: 70%;
float: left;
}
#menucolumn {
margin-left: 2%;
width: 28%;
float: left;
}
.isotopeWrapper{
overflow: auto;
}
#p.sansserif {
font-family: Arial, Helvetica, sans-serif;
}
#p.serif {
font-family: "Times New Roman", Times, serif;
}
.d3-tip {
line-height: 1;
font-weight: bold;
padding: 12px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 2px;
}
.d3-tip:after {
box-sizing: border-box;
display: inline;
font-size: 10px;
width: 100%;
line-height: 1;
color: rgba(0, 0, 0, 0.8);
content: "\25BC";
position: absolute;
text-align: center;
}
.d3-tip.n:after {
margin: -1px 0 0 0;
top: 100%;
left: 0;
}
div.tooltip {
position: absolute;
text-align: center;
width: 80px;
height: 50px;
padding: 2px;
font: 12px sans-serif;
background: lightsteelblue;
border: 0px;
border-radius: 8px;
pointer-events: none;
}
.toggle-button { background-color: white; margin: 0px 0; border-radius: 20px; border: 2px solid #D0D0D0; height: 28px; cursor: pointer; width: 50px; position: relative; display: inline-block; user-select: none; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; }
.toggle-button button { cursor: pointer; outline: 0; display:block; position: absolute; left: 0; top: 0; border-radius: 100%; width: 30px; height: 30px; background-color: white; float: left; margin: -3px 0 0 -3px; border: 2px solid #D0D0D0; transition: left 0.3s; }
.toggle-button-selected { background-color: #83B152; border: 2px solid #7DA652; }
.toggle-button-selected button { left: 22px; top: 0; margin: 0; border: none; width: 24px; height: 24px; box-shadow: 0 0 4px rgba(0,0,0,0.1); }
.center { text-align:center; }
/*
body p
{
font-size: 20px !important;
color: #000 !important;
font-family: Arial, Helvetica, sans-serif !important;
}*/