mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 15:02:03 +00:00
Compare commits
2 Commits
1455df80cf
...
810cdb9dda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
810cdb9dda | ||
|
|
bdd18d3001 |
@@ -2,3 +2,4 @@
|
|||||||
/dani /admin/dani/servizi.html
|
/dani /admin/dani/servizi.html
|
||||||
/seta_menu/zone.html /service/comingsoon.html
|
/seta_menu/zone.html /service/comingsoon.html
|
||||||
/extra_bus/eventi/eventi.html /service/comingsoon.html
|
/extra_bus/eventi/eventi.html /service/comingsoon.html
|
||||||
|
/extra_bus/san_marino/rsm.html /service/comingsoon.html
|
||||||
0
extra_bus/san_marino/rsm.html
Normal file
0
extra_bus/san_marino/rsm.html
Normal file
@@ -24,19 +24,23 @@
|
|||||||
<div class="verticale">
|
<div class="verticale">
|
||||||
<a href="/extra_bus/italia/italia.html" class="button">Italia</a>
|
<a href="/extra_bus/italia/italia.html" class="button">Italia</a>
|
||||||
<a href="/extra_bus/repubblica_ceca/repubblica_ceca.html" class="button">Repubblica Ceca</a>
|
<a href="/extra_bus/repubblica_ceca/repubblica_ceca.html" class="button">Repubblica Ceca</a>
|
||||||
<a href="/extra_bus/austria/austria.html" class="button">Austria</a>
|
<a href="/extra_bus/austria/austria.html" class="button">Austria</a><br>
|
||||||
<a href="/extra_bus/eventi/eventi.html" class="button">Eventi</a>
|
<a href="/extra_bus/san_marino/rsm.html" class="ybutton">Repubblica di San Marino</a>
|
||||||
|
<a href="/extra_bus/eventi/eventi.html" class="ybutton">Eventi</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="riga">
|
<div class="riga">
|
||||||
<h2 class="piccolospazio">Novità Extra:</h2>
|
<h2 class="piccolospazio">Novità Extra:</h2>
|
||||||
<p class="piccolospazio">
|
<p class="piccolospazio">
|
||||||
<strong>Sezione Rinnovata<br><br>Coming Soon:</strong>
|
<strong>Sezione Rinnovata</strong><br><br>
|
||||||
</p>
|
</p>
|
||||||
<p class="piccolospazio">
|
<h2 class="piccolospazio">
|
||||||
Eventi
|
Coming Soon:
|
||||||
</p>
|
</h2>
|
||||||
|
<p class="piccolospazio">
|
||||||
|
Eventi,<br> Repubblica di San Marino
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -69,7 +69,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<p class="piccolospazio">
|
<p class="piccolospazio">
|
||||||
<strong>Nuova categoria in arrivo:</strong><br>
|
<strong>Nuova categoria in arrivo:</strong><br>
|
||||||
Eventi
|
Eventi,<br>
|
||||||
|
Repubblica di San Marino
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
23
style.css
23
style.css
@@ -97,6 +97,29 @@ a.rbutton{
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transform: translateY(5px)
|
transform: translateY(5px)
|
||||||
}
|
}
|
||||||
|
a.ybutton{
|
||||||
|
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;
|
||||||
|
color: black;
|
||||||
|
background-color: rgb(255, 255, 0);
|
||||||
|
box-shadow: 0 5px 0 darkgoldenrod;
|
||||||
|
}
|
||||||
|
.ybutton:active {
|
||||||
|
box-shadow: none;
|
||||||
|
transform: translateY(5px)
|
||||||
|
}
|
||||||
footer{
|
footer{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user