mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 17:10:47 +00:00
Added lista mezzi
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<h2>SETA:</h2>
|
||||
<p>Aggiunto: Manuale Irisbus Citelis <a class="novita" href="setamodena_bus/urbano/citelis.html">(Pagina Citelis)</a></p>
|
||||
<h2>START:</h2>
|
||||
<p></p>
|
||||
<p>Aggiunta lista mezzi! <a class="novita" href="startravenna_bus/listamezzi.html">Lista mezzi</a></p>
|
||||
<h2>TPER:</h2>
|
||||
<p></p>
|
||||
<footer>
|
||||
|
@@ -27,5 +27,9 @@
|
||||
<a href="startsub.html" class="button">Suburbano</a>
|
||||
<a href="startextra.html" class="button">Extraurbano</a>
|
||||
</div>
|
||||
<div style="height: 35px;"></div>
|
||||
<div>
|
||||
<a class="gbutton" href="startravenna_bus/listamezzi.html">Lista mezzi</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
1311
startravenna_bus/listamezzi.html
Normal file
1311
startravenna_bus/listamezzi.html
Normal file
File diff suppressed because it is too large
Load Diff
53
style.css
53
style.css
@@ -182,3 +182,56 @@ table.image-table img {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
/*zona lista mezzi*/
|
||||
.lista-mezzi{
|
||||
width: 80vw;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
margin: auto;
|
||||
border: 2px solid gray;
|
||||
overflow: hidden;
|
||||
}
|
||||
.lista-mezzi thead{
|
||||
background-color: #282828;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
display: table;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.lista-mezzi th, .lista-mezzi td{
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
border: 1px solid gray;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.lista-mezzi thead th{
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.lista-mezzi tbody{
|
||||
display: block;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.lista-mezzi tbody tr{
|
||||
display: table;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.lista-mezzi tbody tr.demolito{
|
||||
background-color: darkred;
|
||||
}
|
||||
.lista-mezzi tbody tr.sconosciuto{
|
||||
background-color: purple;
|
||||
}
|
||||
.lista-mezzi tbody tr.fermo{
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
}
|
||||
.lista-mezzi tbody tr.dismesso{
|
||||
background-color: orangered;
|
||||
}
|
||||
.lista-mezzi tbody tr.trasferito{
|
||||
background-color: blue;
|
||||
}
|
Reference in New Issue
Block a user