mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 09:22:03 +00:00
Compare commits
2 Commits
1455df80cf
...
810cdb9dda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
810cdb9dda | ||
|
|
bdd18d3001 |
@@ -1,4 +1,5 @@
|
||||
/sitemap /sitemap.xml
|
||||
/dani /admin/dani/servizi.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">
|
||||
<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/austria/austria.html" class="button">Austria</a>
|
||||
<a href="/extra_bus/eventi/eventi.html" class="button">Eventi</a>
|
||||
<a href="/extra_bus/austria/austria.html" class="button">Austria</a><br>
|
||||
<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>
|
||||
<br>
|
||||
<div class="riga">
|
||||
<h2 class="piccolospazio">Novità Extra:</h2>
|
||||
<p class="piccolospazio">
|
||||
<strong>Sezione Rinnovata<br><br>Coming Soon:</strong>
|
||||
</p>
|
||||
<p class="piccolospazio">
|
||||
Eventi
|
||||
</p>
|
||||
<h2 class="piccolospazio">Novità Extra:</h2>
|
||||
<p class="piccolospazio">
|
||||
<strong>Sezione Rinnovata</strong><br><br>
|
||||
</p>
|
||||
<h2 class="piccolospazio">
|
||||
Coming Soon:
|
||||
</h2>
|
||||
<p class="piccolospazio">
|
||||
Eventi,<br> Repubblica di San Marino
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -69,7 +69,8 @@
|
||||
</p>
|
||||
<p class="piccolospazio">
|
||||
<strong>Nuova categoria in arrivo:</strong><br>
|
||||
Eventi
|
||||
Eventi,<br>
|
||||
Repubblica di San Marino
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
23
style.css
23
style.css
@@ -97,6 +97,29 @@ a.rbutton{
|
||||
box-shadow: none;
|
||||
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{
|
||||
position: fixed;
|
||||
left: 8px;
|
||||
|
||||
Reference in New Issue
Block a user