From 492fc5cc9d458df5e4b296d45ed171db8c734e03 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Tue, 06 Dec 2016 22:00:00 +0000 Subject: [PATCH] Append stop identifier to the URL using #! --- index.html | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/index.html b/index.html index 57e0c62..d26beb1 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,23 @@ .input-group-btn:first-child { width: 50%; } + @keyframes blink { + 50% { color: transparent; } + } + .status-boarding { + animation: blink 1s linear infinite; + } + .status-delayed { + font-weight: bold; + } + .bg-active { + background-color: #eee; + } + .label.bg-success, .label.bg-warning, .label.bg-danger, .label.bg-active { + color: black; + font-weight: normal; + font-size: inherit; + } </style> </head> <body> @@ -107,7 +124,17 @@ </table> --> - <p>© 2016 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss">Source</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE">License</a></p> + <p class="small"> + Legend: + <span class="label bg-success">At stop</span> + <span class="label bg-warning">Slightly delayed</span> + <span class="label bg-danger">Heavily delayed</span> + <span class="label bg-active">Departed</span> + </p> + + <p class="small">Relative times (eg. 3 min) are real-time arrivals based on tram location data. Absolute times (eg. 8:01) are scheduled departures, shown when the tram cannot be located. "?" means unknown delay.</p> + + <p class="small">© 2016 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss">Source</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE">License</a></p> </div> </div> </div> -- Gitblit v1.9.1