mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 07:12:02 +00:00
Fix immagine wip pagine service
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<img class="bus" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" style="width: 40%; padding-top: 30px;" alt="Server foto non raggiungibile.">
|
||||
<img class="service" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" alt="Server foto non raggiungibile.">
|
||||
<h1 style="color:orangered;">Novità presto in arrivo in questa sezione!</h1>
|
||||
</body>
|
||||
</html>
|
||||
@@ -22,7 +22,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<img class="bus" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" style="width: 40%; padding-top: 30px;" alt="Server foto non raggiungibile.">
|
||||
<img class="service" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" alt="Server foto non raggiungibile.">
|
||||
<h1 style="color:orangered;">L'accesso al sito è momentaneamente sospeso causa problemi di ISP (provider internet del server foto). Appena mi ridaranno le porte giuste il sito tornerà online.</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<img class="bus" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" style="width: 40%; padding-top: 30px;" alt="Server foto non raggiungibile.">
|
||||
<img class="service" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" alt="Server foto non raggiungibile.">
|
||||
<h1 style="color:orangered;">L'accesso a questa parte del sito è momentaneamente sospeso causa manutezione. Ci scusiamo per il disagio.</h1>
|
||||
</body>
|
||||
</html>
|
||||
@@ -18,7 +18,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<img class="bus" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" style="width: 40%; padding-top: 30px;" alt="Server foto non raggiungibile.">
|
||||
<img class="ui service" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" alt="Server foto non raggiungibile.">
|
||||
<h1 style="color:orangered;">Stiamo aggiornando la grafica della sezione SETA. Ci scusiamo per il disagio.</h1>
|
||||
<h3>E'possibile utilizzare i servizi seta qua sotto:</h3>
|
||||
<hr class="solid">
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<img class="bus" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" style="width: 40%; padding-top: 30px;" alt="Server foto non raggiungibile.">
|
||||
<img class="service" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" alt="Server foto non raggiungibile.">
|
||||
<h1 style="color:orangered;">ATTENZIONE! Questa pagina non esiste, oppure ci siamo dimenticati di assegnarla al giusto collegamento. <br> In ogni caso risolveremo al più presto.</h1>
|
||||
</body>
|
||||
</html>
|
||||
@@ -18,7 +18,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<img class="bus" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" style="width: 40%; padding-top: 30px;" alt="Server foto non raggiungibile.">
|
||||
<img class="service" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" alt="Server foto non raggiungibile.">
|
||||
<h1 style="color:orangered;">Stiamo aggiornando i nostri server. Ci scusiamo per il disagio.</h1>
|
||||
</body>
|
||||
</html>
|
||||
11
style.css
11
style.css
@@ -181,6 +181,14 @@ nav ul li h1.yellow-warning {
|
||||
border-style: hidden;
|
||||
border-radius: 10px;
|
||||
}
|
||||
img.service{
|
||||
border-radius: 10px;
|
||||
margin-top: 38px;
|
||||
width:40%;
|
||||
}
|
||||
img.ui.service{
|
||||
width:30%;
|
||||
}
|
||||
.nomargin{
|
||||
margin: 0;
|
||||
}
|
||||
@@ -327,6 +335,9 @@ table.image-table img {
|
||||
nav ul li {
|
||||
margin-right: 8px;
|
||||
}
|
||||
img.service{
|
||||
width:80% !important;
|
||||
}
|
||||
}
|
||||
/*zona lista mezzi*/
|
||||
.lista-mezzi{
|
||||
|
||||
Reference in New Issue
Block a user