Alphissima percorsi seta (accessibile solo dal monitor in servizio)

This commit is contained in:
Leocraft1
2025-08-25 18:11:39 +02:00
parent 9bd8d5cad8
commit daeb9f00e2
12 changed files with 242 additions and 188 deletions

View File

@@ -38,6 +38,10 @@ th,td {
text-align: left;
}
td.uguale{
width: 50%;
}
.bus-card-red {
background-color: rgb(241, 120, 120) !important;
}
@@ -79,6 +83,11 @@ nav {
flex-shrink: 0;
}
nav.index{
display: flex;
min-height: 46px;
}
nav#corsie-nav ul{
justify-content: center;
}
@@ -124,21 +133,11 @@ a.link-cell {
color: white;
}
#bacino,
#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;
#urbano-container{
display: flex;
justify-content: center;
}
img{
height:300px;
}