mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12:10:48 +00:00
Tabella schermi piccoli bus in servizio
This commit is contained in:
@@ -39,9 +39,10 @@
|
|||||||
<h2 class="piccolospazio">SETA:</h2>
|
<h2 class="piccolospazio">SETA:</h2>
|
||||||
<p class="piccolospazio">
|
<p class="piccolospazio">
|
||||||
<strong>Servizi rapidi:</strong> <a class="novita" href="/seta_menu/cercaorario/index.html">Cerca orario</a> <br> <br>
|
<strong>Servizi rapidi:</strong> <a class="novita" href="/seta_menu/cercaorario/index.html">Cerca orario</a> <br> <br>
|
||||||
|
Ridimensionate tabelle <a class="novita" href="/seta_menu/percorsi/index.html">Percorsi</a>, <a class="novita" href="/seta_menu/cercaorario/index.html">Cerca orario</a> e <a class="novita" href="/seta_menu/businservizio/index.html">Bus in servizio</a> per schermi piccoli. <br>
|
||||||
|
Sistemata grafica cerca orario. <br> <br>
|
||||||
Nuove foto: <a class="novita" href="/setamodena_bus/suburbano/bredone.html">Breda 18m</a> <br> <br>
|
Nuove foto: <a class="novita" href="/setamodena_bus/suburbano/bredone.html">Breda 18m</a> <br> <br>
|
||||||
Nuovo modello in servizio: <a class="novita" href="/setamodena_bus/suburbano/surbinostart.html">Solaris Urbino 18 III ex START</a> <br><br>
|
Nuovo modello in servizio: <a class="novita" href="/setamodena_bus/suburbano/surbinostart.html">Solaris Urbino 18 III ex START</a>
|
||||||
Ridimensionate tabelle <a class="novita" href="/seta_menu/percorsi/index.html">percorsi</a> e <a class="novita" href="/seta_menu/cercaorario/index.html">cerca orario</a> per schermi piccoli.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="riga">
|
<div class="riga">
|
||||||
|
@@ -168,13 +168,6 @@ select,input{
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.search-result {
|
|
||||||
display: block;
|
|
||||||
width: 95.5%;
|
|
||||||
}
|
|
||||||
th,td {
|
|
||||||
font-size: 70%;
|
|
||||||
}
|
|
||||||
p.scaled{
|
p.scaled{
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
}
|
}
|
||||||
@@ -182,8 +175,28 @@ select,input{
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
div.content-background {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
.search-result {
|
||||||
|
display: block;
|
||||||
|
width: 96.5%;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
th,td {
|
||||||
|
font-size: 2vw;
|
||||||
|
}
|
||||||
|
nav#corsie-nav ul li a{
|
||||||
|
font-size: 90%;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
h2{
|
h2{
|
||||||
margin-bottom: 0;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
h2.noreduction{
|
h2.noreduction{
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
@@ -195,8 +208,20 @@ select,input{
|
|||||||
width: 98%;
|
width: 98%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
div.content-background {
|
}
|
||||||
max-width: 100%;
|
|
||||||
|
@media (max-width: 512px) {
|
||||||
|
th,td {
|
||||||
|
font-size: 3vw;
|
||||||
|
}
|
||||||
|
table{
|
||||||
|
margin-top:10px;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
h2.noreduction{
|
||||||
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -158,7 +158,6 @@ img{
|
|||||||
}
|
}
|
||||||
th,td {
|
th,td {
|
||||||
font-size: 2vw;
|
font-size: 2vw;
|
||||||
padding: 1vw;
|
|
||||||
}
|
}
|
||||||
nav#corsie-nav ul li a{
|
nav#corsie-nav ul li a{
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
@@ -191,15 +190,12 @@ img{
|
|||||||
@media (max-width: 512px) {
|
@media (max-width: 512px) {
|
||||||
th,td {
|
th,td {
|
||||||
font-size: 3vw;
|
font-size: 3vw;
|
||||||
padding: 1vw;
|
|
||||||
padding-top: .9vw;
|
|
||||||
padding-bottom: .9vw;
|
|
||||||
}
|
}
|
||||||
table{
|
table{
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
}
|
}
|
||||||
nav#corsie-nav ul li a{
|
nav#corsie-nav ul li a{
|
||||||
font-size: 3vw;
|
font-size: 3.2vw;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Reference in New Issue
Block a user