-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.css
More file actions
72 lines (62 loc) · 1.1 KB
/
project.css
File metadata and controls
72 lines (62 loc) · 1.1 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
.student-served{
fill:rgb(0, 206, 27);
cursor: pointer;
z-index: 900;
opacity: 0.6;
}
.student-unserved{
fill:rgb(206, 0, 0);
cursor: pointer;
z-index: 900;
opacity: 0.6;
}
.student-walking{
fill:rgb(248, 120, 0);
stroke: rgb(158, 76, 0);
stroke-width: 1;
cursor: pointer;
z-index: 900;
opacity: 0.6;
}
.school{
fill:rgb(9, 126, 141);
stroke: rgb(39, 176, 194);
stroke-width: 1;
cursor: pointer;
z-index: 900;
}
.truck{
fill:rgb(79, 11, 206);
stroke: rgb(50, 2, 139);
stroke-width: 2;
cursor: pointer;
z-index: 900;
}
.school:hover {
fill:rgb(255, 231, 11);
stroke: rgb(184, 194, 39);
}
.school-selected{
fill: rgb(16, 216, 43);
stroke:rgb(0, 139, 19);
stroke-width: 3;
}
.street{
fill: none;
opacity: .2;
stroke-width: 1px;
stroke: rgb(191, 194, 4);
cursor: default;
}
.street-route{
fill: none;
stroke-width: 1.5px;
stroke: rgb(90, 129, 255);
opacity: .1;
}
.street-invisible{
fill: none;
opacity: 0;
stroke-width: 0px;
stroke: rgb(0, 0, 0);
}