Skip to content
Snippets Groups Projects
Commit 1e99c7aa authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

* wtf?!

parent 7a789c19
Branches
No related tags found
No related merge requests found
Showing
with 114 additions and 0 deletions
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
less/style.php 100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File moved
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
canvas {
position: relative;
display: inline;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
{"version":"0.05","vrrf_version":"0.07","used_vrrf_version":"0.07","errors":{"Dortmund - Joseph-von-Fraunhofer Stra\u00dfe":"no serving lines found","Dortmund - Meitnerweg":"no serving lines found","Dortmund - Universit\u00e4t S":null},"info":"","lines":[{"line":"465","destination":"Dortmund Bandelstra\u00dfe","type":"Bus","stops":[{"date":"24.02.2018","time":"22:24","delay":"0","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"S1","destination":"Dortmund Hbf","type":"S-Bahn","stops":[{"date":"24.02.2018","time":"22:29","delay":"1","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"S1","destination":"Solingen Hbf","type":"S-Bahn","stops":[{"date":"24.02.2018","time":"22:30","delay":"0","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"447","destination":"Dortmund Hacheney","type":"Bus","stops":[{"date":"24.02.2018","time":"22:34","delay":"0","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"465","destination":"Dortmund Bandelstra\u00dfe","type":"Bus","stops":[{"date":"24.02.2018","time":"22:54","delay":null,"cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"S1","destination":"Dortmund Hbf","type":"S-Bahn","stops":[{"date":"24.02.2018","time":"22:59","delay":"2","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"S1","destination":"Solingen Hbf","type":"S-Bahn","stops":[{"date":"24.02.2018","time":"23:00","delay":"0","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"447","destination":"Dortmund Hacheney","type":"Bus","stops":[{"date":"24.02.2018","time":"23:04","delay":null,"cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"465","destination":"Dortmund Bandelstra\u00dfe","type":"Bus","stops":[{"date":"24.02.2018","time":"23:24","delay":null,"cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"S1","destination":"Dortmund Hbf","type":"S-Bahn","stops":[{"date":"24.02.2018","time":"23:29","delay":"1","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"S1","destination":"Duisburg Hbf","type":"S-Bahn","stops":[{"date":"24.02.2018","time":"23:30","delay":"0","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"447","destination":"Dortmund Wei\u00dfe Taube","type":"Bus","stops":[{"date":"24.02.2018","time":"23:34","delay":null,"cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"465","destination":"Dortmund Bandelstra\u00dfe","type":"Bus","stops":[{"date":"24.02.2018","time":"23:54","delay":null,"cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]},{"line":"S1","destination":"Dortmund Hbf","type":"S-Bahn","stops":[{"date":"24.02.2018","time":"23:59","delay":"5","cancel":0,"name":"Dortmund - Universit\u00e4t S","info":""}]}]}
\ No newline at end of file
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
[data-departure-view] {
position: relative;
width: 100%;
height: 100%;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
overflow: hidden;
font-family: display;
}
[data-departure-view] [data-departure] {
position: relative;
width: 100%;
background-color: rgba(33, 33, 134, 0.25);
color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
}
[data-departure-view] [data-departure] [data-transport] {
position: relative;
display: flex;
width: 100%;
white-space: nowrap;
}
[data-departure-view] [data-departure] [data-transport] [data-line] {
position: relative;
display: block;
background-color: #FFFFFF;
color: #0000A0;
/*width: 10%;*/
height: 100%;
text-align: right;
padding: 0px 5px;
}
[data-departure-view] [data-departure] [data-transport] [data-name] {
position: relative;
display: block;
flex: 1;
/* background-color: #0000A0; */
color: #FFFFFF;
height: 100%;
padding: 0px 5px;
}
[data-departure-view] [data-departure] [data-stops] {
position: relative;
display: block;
width: 100%;
}
[data-departure-view] [data-departure] [data-stops] [data-stop] {
position: relative;
display: flex;
list-style: none;
width: 100%;
margin: 1px 0px 0px 0px;
}
[data-departure-view] [data-departure] [data-stops] [data-stop] [data-time] {
position: relative;
height: 100%;
overflow: hidden;
text-align: right;
padding: 0px 5px 0px 0px;
}
[data-departure-view] [data-departure] [data-stops] [data-stop] [data-delay] {
position: relative;
height: 100%;
overflow: hidden;
text-align: left;
padding: 0px 5px 0px 0px;
font-weight: bold;
color: #B8860B;
}
[data-departure-view] [data-departure] [data-stops] [data-stop] [data-name] {
position: relative;
flex: 1;
padding-left: 5px;
height: 100%;
overflow: hidden;
}
[data-departure-view] [data-msg] {
position: relative;
width: 100%;
background-color: #0000A0;
color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
white-space: nowrap;
display: hidden;
}
[data-departure-view] [data-msg] [data-title] {
width: 100%;
background-color: #FFFFFF;
color: #0000A0;
text-align: center;
}
[data-departure-view] [data-msg] [data-message] {
width: 100%;
}
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment