Utilizzo iframe orari

This commit is contained in:
Leocraft1
2025-10-20 16:27:23 +02:00
parent 72e13714d8
commit d5a0e15d88
4 changed files with 54 additions and 25 deletions

View File

@@ -21,8 +21,8 @@ body {
margin:8px;
}
#iframe{
width: 97%;
iframe{
width: 100%;
height: 2000px;
}
@@ -31,6 +31,30 @@ table{
margin-right: auto;
}
#selettore-direzione {
border-collapse: collapse;
border-radius: 8px;
width: 100%;
margin: auto;
}
table#selettore-direzione th:hover {
background-color: rgb(204, 132, 0);
}
table#selettore-direzione th:active{
background-color: rgb(255, 234, 196);
}
table#selettore-direzione th {
border-left: 1px solid #282828;
border-right: 1px solid #282828;
padding: .7vw;
padding-top: .6vw;
padding-bottom: .6vw;
text-align: center;
}
th,td {
border: none;
padding: .7vw;
@@ -39,10 +63,6 @@ th,td {
text-align: left;
}
td.uguale{
width: 50%;
}
hr{
margin-top:19px;
}
@@ -85,17 +105,6 @@ nav.index{
min-height: 46px;
}
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;