diff --git a/extra_menu/extra.html b/extra_menu/extra.html index 90b9522..ccc5628 100644 --- a/extra_menu/extra.html +++ b/extra_menu/extra.html @@ -25,8 +25,8 @@ Italia Repubblica Ceca Austria
- Repubblica di San Marino - Eventi + Repubblica di San Marino + Eventi
diff --git a/index.html b/index.html index 5491aaf..11162a2 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

ER-TPL

Galleria fotografica dei bus del TPL Emiliano-Romagnolo

- SETA Modena + SETA Modena TPL Ravenna TPER
@@ -32,7 +32,8 @@

Novità sito:

- ATTENZIONE! Abbiamo cambiato provider email, clicca su "Contattaci" nel footer qui sotto o in chi siamo per vedere il nuovo indirizzo. + ATTENZIONE! Abbiamo cambiato provider email, clicca su "Contattaci" nel footer qui sotto o in chi siamo per vedere il nuovo indirizzo.
+ Aggiunto stile dei bottoni per indicare le sezioni del sito in manutenzione o sviluppo.

diff --git a/service/newui.html b/service/newui.html index 39171f4..1ad69e4 100644 --- a/service/newui.html +++ b/service/newui.html @@ -27,7 +27,7 @@ Orari in tempo reale Monitor autobus in servizio Percorsi - Zone (BETA) + Zone (BETA)
\ No newline at end of file diff --git a/style.css b/style.css index 4c1b9d0..6250995 100644 --- a/style.css +++ b/style.css @@ -31,28 +31,6 @@ a.novita{ } /*PULSANTI CON */ - -a.button { - display: inline-block; - text-decoration: none; - font-size: 18px; - width: auto; - margin-bottom: 1rem; - margin-left: 10px; - margin-right: 10px; - padding: 0 20px; - font-weight: 700; - line-height: 48px; - letter-spacing: .1px; - white-space: wrap; - border-radius: 8px; - cursor: pointer; -} -a.button:active { - box-shadow: none; - transform: translateY(5px) -} - /*COLORI BUTTON*/ a.blue.button{ @@ -79,9 +57,8 @@ a.yellow.button{ box-shadow: 0 5px 0 darkgoldenrod; } -a.striped.button{ +a.wip.button{ color: black; - background-color: #ffc107; background-image: repeating-linear-gradient( -45deg, #ffc107 0px, @@ -89,7 +66,30 @@ a.striped.button{ #d14600 25px, #d14600 50px ); - box-shadow: 0 5px 0 #d14600; + box-shadow: 0 5px 0 #8b2e00; +} + +/*PULSANTE GENERICO*/ + +a.button { + display: inline-block; + text-decoration: none; + font-size: 18px; + width: auto; + margin-bottom: 1rem; + margin-left: 10px; + margin-right: 10px; + padding: 0 20px; + font-weight: 700; + line-height: 48px; + letter-spacing: .1px; + white-space: wrap; + border-radius: 8px; + cursor: pointer; +} +a.button:active { + box-shadow: none; + transform: translateY(5px); } footer{