Text html seta cercaorario
This commit is contained in:
parent
addc3d9fa8
commit
691ba5dad3
|
@ -30,24 +30,23 @@ body {
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
width: 85%;
|
min-width: 85%;
|
||||||
|
max-width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background-color: lightslategray;
|
background-color: rgb(204, 132, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
th,
|
th,td {
|
||||||
td {
|
|
||||||
border: 2px solid #444;
|
border: 2px solid #444;
|
||||||
padding: 8px;
|
padding: .7vw;
|
||||||
|
padding-top: .6vw;
|
||||||
|
padding-bottom: .6vw;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
font-size: 1.1vw;
|
||||||
|
|
||||||
tr:nth-child(even) {
|
|
||||||
background-color: dimgray;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bus-card-red {
|
.bus-card-red {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html"><p>Home</p></a></li>
|
<li><a href="/seta_menu/cercaorario/index.html"><p>Torna indietro</p></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
|
@ -14,8 +14,7 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||||
<li><a href="/"><h1 style="font-size: 100%;font-weight: 500;">Ravenna</h1></a></li>
|
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
|
||||||
<li><a href="/start_menu/start.html"><h1 style="font-size: 100%;font-weight: 500;">START Romagna</h1></a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -32,12 +32,12 @@ function caricadati(){
|
||||||
const thead = document.createElement('thead');
|
const thead = document.createElement('thead');
|
||||||
thead.innerHTML = `
|
thead.innerHTML = `
|
||||||
<tr>
|
<tr>
|
||||||
<th>Linea</th>
|
<th class="linea">Linea</th>
|
||||||
<th>Direzione</th>
|
<th class="direzione">Direzione</th>
|
||||||
<th>Orario</th>
|
<th class="orario">Orario</th>
|
||||||
<th>Stato corsa</th>
|
<th class="stato">Stato corsa</th>
|
||||||
<th>Veicolo</th>
|
<th class="veicolo">Veicolo</th>
|
||||||
<th>Ora si trova a:</th>
|
<th class="location">Ora si trova a:</th>
|
||||||
</tr>
|
</tr>
|
||||||
`;
|
`;
|
||||||
table.appendChild(thead);
|
table.appendChild(thead);
|
||||||
|
|
|
@ -40,6 +40,11 @@
|
||||||
<a class="gbutton" href="atcmlalinea.html">Archivio La Linea ATCM</a>
|
<a class="gbutton" href="atcmlalinea.html">Archivio La Linea ATCM</a>
|
||||||
<a class="gbutton" href="setastreetview.html">Storico StreetView</a>
|
<a class="gbutton" href="setastreetview.html">Storico StreetView</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="height: 10px;"></div>
|
||||||
|
<h2>Servizi SETA Modena:</h2>
|
||||||
|
<div>
|
||||||
|
<a class="gbutton" href="cercaorario/index.html">Orario in tempo reale (BETA)</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/scripts/setasearch.js"></script>
|
<script src="/scripts/setasearch.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.ertpl.pages.dev/seta_menu/seta.html</loc>
|
<loc>https://www.ertpl.pages.dev/seta_menu/seta.html</loc>
|
||||||
<priority>0.50</priority>
|
<priority>0.50</priority>
|
||||||
<lastmod>2025-05-11</lastmod>
|
<lastmod>2025-07-25</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.ertpl.pages.dev/seta_menu/atcmlalinea.html</loc>
|
<loc>https://www.ertpl.pages.dev/seta_menu/atcmlalinea.html</loc>
|
||||||
|
|
Loading…
Reference in New Issue