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...