From 2d5fa8f753a16aff9483c45a8c18ef2f984c1966 Mon Sep 17 00:00:00 2001 From: Leocraft1 Date: Wed, 20 Aug 2025 18:14:54 +0200 Subject: [PATCH] Nuova schermata ulteriori informazioni bus in servizio seta --- index.html | 2 +- seta_menu/businservizio/css/style.css | 72 +- seta_menu/businservizio/index.html | 3 +- .../{fermata.html => infoveicolo.html} | 8 +- seta_menu/businservizio/js/fermata.js | 132 --- seta_menu/businservizio/js/infoveicolo.js | 196 +++++ seta_menu/businservizio/js/script.js | 9 +- sitemap.xml | 770 +++++++++--------- 8 files changed, 605 insertions(+), 587 deletions(-) rename seta_menu/businservizio/{fermata.html => infoveicolo.html} (74%) delete mode 100644 seta_menu/businservizio/js/fermata.js create mode 100644 seta_menu/businservizio/js/infoveicolo.js diff --git a/index.html b/index.html index 94b78cc..ef9dd70 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@

SETA:

Il Cerca orario ora è dotato di integrazione con la geolocalizzazione del bus!
- Nuovo servizio! Il Monitor bus in servizio è ora disponibile per visualizzare tutti i bus in servizio!

+ Nuovo servizio! Il Monitor bus in servizio è ora possibile cliccare sul numero del bus per ottenere informazioni aggiuntive!

Radiati definitivamente: TUTTI I CITYCLASS PAVIA, 30 Busotto NGT, diff --git a/seta_menu/businservizio/css/style.css b/seta_menu/businservizio/css/style.css index 71df771..d5c4b0f 100644 --- a/seta_menu/businservizio/css/style.css +++ b/seta_menu/businservizio/css/style.css @@ -30,6 +30,10 @@ table { margin-top: 18px; } +td.uguale{ + min-width: 50%; +} + th { background-color: rgb(204, 132, 0); } @@ -43,7 +47,13 @@ th,td { } .bus-card-red { - background-color: rgb(241, 120, 120) !important; + background-color: rgb(55,0,0) !important; +} +.bus-card-yellow { + background-color: rgb(65, 65, 0) !important; +} +.bus-card-green { + background-color: rgb(0, 55, 0) !important; } hr{ @@ -82,18 +92,6 @@ nav { text-align: center; flex-shrink: 0; } - -nav#corsie-nav ul{ - justify-content: center; -} -nav#corsie-nav ul li a{ - color: white; - text-decoration: underline; -} -nav#corsie-nav ul li{ - margin-left: 8px; - margin-right: 7px; -} nav ul li { margin-left: 20px; margin-right: 20px; @@ -169,54 +167,16 @@ select,input{ padding-bottom: 0px; } -input{ - height: 46.8px; -} - -#searchBar { - padding: 10px; - font-size: 16px; - border-radius: 6px; - border: 1px solid var(--border-color); - width: 280px; -} -#stopCodeBar { - padding: 10px; - font-size: 16px; - border-radius: 6px; - border: 1px solid var(--border-color); - width: 280px; -} -img{ - height:300px; -} - @media (max-width: 768px) { .search-result { display: block; width: 95.5%; - } - table.image-table { - width: 100%; - } - - table.image-table td { - display: block; - width: 100%; - } - - table.image-table img { - margin-bottom: 10px; - } - .container { - flex-direction: column; } th,td { font-size: 70%; } - nav#corsie-nav ul li a{ - font-size: 75%; - margin: 0; + p.scaled{ + font-size: 70%; } table { margin-top: 10px; @@ -227,12 +187,6 @@ img{ h2.noreduction{ margin-bottom: 16px; } - #searchBar { - width: 80%; - } - #stopCodeBar { - width: 80%; - } hr{ margin-bottom:19px; } diff --git a/seta_menu/businservizio/index.html b/seta_menu/businservizio/index.html index 67dd4be..6992b03 100644 --- a/seta_menu/businservizio/index.html +++ b/seta_menu/businservizio/index.html @@ -37,7 +37,8 @@ -

Caricamento dati...
+

E' possibile cliccare sul numero del mezzo per ulteriori informazioni.

+
Caricamento dati...