forked from mroth/mta2json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stops.css
116 lines (99 loc) · 1.42 KB
/
stops.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body {
width: 100%;
background-color:#fff;
color:#333;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.station {
fill: none;
stroke: #cccccc;
z-index: -1000;
}
.train {
opacity: 0.4;
stroke-width:1px !important;
}
.intransitto {
/*-webkit-animation: pulse 2s linear infinite;*/
fill: none !important;
z-index:10;
}
.incomingat {
-webkit-animation: pulse 0.5s linear infinite;
fill: none !important;
z-index:20;
}
.stoppedat {
opacity: 1.0;
z-index:30;
}
@-webkit-keyframes pulse {
0% {
opacity:1.0;
}
100% {
opacity:.25;
}
}
.linea, .linec, .linee {
stroke: #2850AD;
fill: #2850AD;
}
.lineb, .lined, .linef, .linem {
stroke: #FF6319;
fill: #FF6319;
}
.linen, .liner, .lineq {
stroke: #FCCC0A;
fill: #FCCC0A;
}
.lineg {
stroke: #6CBE45;
fill: #6CBE45;
}
.linej, .linez {
stroke: #996633;
fill: #996633;
}
.line1, .line2, .line3 {
stroke: #EE352E;
fill: #EE352E;
}
.line4, .line5, .line6 {
stroke: #00933C;
fill: #00933C;
}
.line7 {
stroke: #B933AD;
fill: #B933AD;
}
.lines {
stroke: #808183;
fill: #808183;
}
.linel {
stroke: #A7A9AC;
fill: #A7A9AC;
}
.svgmap {
display:block;
margin-left: auto;
margin-right: auto;
fill: url(#bgmap);
}
.jumbotron {
padding:30px;
margin-bottom:30px;
color:inherit;
background-color: #eee;
display: block;
}
.jumbotron h1 {
font-size:63px;
font-weight:500;
margin-top:0px;
}
.jumbotron p {
font-size:21px;
font-weight:200;
}