-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnbaVis.css
More file actions
126 lines (106 loc) · 1.57 KB
/
Copy pathnbaVis.css
File metadata and controls
126 lines (106 loc) · 1.57 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
.court {
background: url('img/nba_court_dimensions.jpg') no-repeat;
background-size: contain;
}
/*
.shot:hover {
border:4px solid yellow;
}*/
input {
/*display:block;*/
}
.tooltip {
position:absolute;
padding: 3px;
width:auto;
height:auto;
opacity:0;
border: 2px solid silver;
background-color:white;
color:black;
}
#main {
float:left;
}
#filters {
float:left;
}
button {
float:left;
width:100px;
height:100px;
background-size: contain;
padding:10px;
}
.viewAll{
font-size: 18px;
}
.bobcats {
background: url('img/logo_bobcats.gif') no-repeat;
border: 3px dashed black;
border-left:0px;
background-size: contain;
}
.nets {
background: url('img/logo_nets.jpg') no-repeat;
background-size: contain;
border: 3px dashed black;
}
.left {
float:left;
}
/*BAR GRAPHS */
#chart {
background-color: orange;
padding:5px;
float:left;
width:;
}
.bar {
background-color: black;
height: 30px;
border:1px solid black;
text-align:left;
margin-right:5px;
margin-top: 6px;
margin-bottom:0px;
}
.madeShots {
background-color: steelblue;
height:30px;
position: relative;
top:0px;
float:left;
}
.text {
color:white;
position:relative;
top:0px;
width:200px;
margin-left:10px;
float:left;
display:block;
}
/*#chart div {
color:orange;
border: 1px solid green;
}*/
/*.bar:hover rect {
fill: 'black';
}
.value {
fill: white;
}
.axis {
shape-rendering: 'crispEdges';
}
.axis path {
stroke: none;
}
.x.axis line {
stroke: #fff;
stroke-opacity: .8;
}
.y.axis path {
stroke: black;
}*/