mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 17:50:49 +00:00
Text html seta cercaorario
This commit is contained in:
@@ -30,24 +30,23 @@ body {
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-radius: 8px;
|
||||
width: 85%;
|
||||
min-width: 85%;
|
||||
max-width: 100%;
|
||||
margin: auto;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: lightslategray;
|
||||
background-color: rgb(204, 132, 0);
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
th,td {
|
||||
border: 2px solid #444;
|
||||
padding: 8px;
|
||||
padding: .7vw;
|
||||
padding-top: .6vw;
|
||||
padding-bottom: .6vw;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: dimgray;
|
||||
font-size: 1.1vw;
|
||||
}
|
||||
|
||||
.bus-card-red {
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<header>
|
||||
<nav>
|
||||
<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>
|
||||
</nav>
|
||||
</header>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
@@ -14,8 +14,7 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<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="/start_menu/start.html"><h1 style="font-size: 100%;font-weight: 500;">START Romagna</h1></a></li>
|
||||
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
@@ -32,12 +32,12 @@ function caricadati(){
|
||||
const thead = document.createElement('thead');
|
||||
thead.innerHTML = `
|
||||
<tr>
|
||||
<th>Linea</th>
|
||||
<th>Direzione</th>
|
||||
<th>Orario</th>
|
||||
<th>Stato corsa</th>
|
||||
<th>Veicolo</th>
|
||||
<th>Ora si trova a:</th>
|
||||
<th class="linea">Linea</th>
|
||||
<th class="direzione">Direzione</th>
|
||||
<th class="orario">Orario</th>
|
||||
<th class="stato">Stato corsa</th>
|
||||
<th class="veicolo">Veicolo</th>
|
||||
<th class="location">Ora si trova a:</th>
|
||||
</tr>
|
||||
`;
|
||||
table.appendChild(thead);
|
||||
|
Reference in New Issue
Block a user