Nuova homepage

This commit is contained in:
Leocraft1
2025-03-10 15:59:58 +00:00
parent 98bbca65f9
commit 439773fbbc
3 changed files with 83 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ body{
color: white;
text-align: center;
font-family: Titillium Web;
margin-bottom: 0px;
}
.button {
display: inline-block;
@@ -21,18 +22,30 @@ body{
cursor: pointer;
color: white;
background-color: blue;
box-shadow: 0 5px 0 darkblue
box-shadow: 0 5px 0 darkblue;
}
.button:active {
box-shadow: none;
transform: translateY(5px)
}
hr.solid {
border: 3px solid #3d3d3d;
border-radius: 5px;
}
hr.solidfooter {
border: 1px solid #525252;
border-radius: 1px;
width: 96%;
}
.link{
color: cyan;
}
a{
color: white;
}
a.novita{
color: rgb(0, 0, 255);
}
a.gbutton{
display: inline-block;
text-decoration: none;
@@ -57,10 +70,19 @@ a.gbutton{
transform: translateY(5px)
}
footer{
position: absolute;
position: sticky;
bottom: 0px;
width: auto;
height: 70px;
background-color:#282828;
}
div.footer{
position: sticky;
bottom: 10px;
width: 99%;
width: auto;
height: 60px;
background-color:#333;
border-radius: 10px;
}
header {
font-size: 67%;
@@ -106,6 +128,16 @@ table{
margin-left: auto;
margin-right: auto;
}
h1.nospazio{
height: 20px;
margin-top: 0px;
margin-bottom: 0px;
}
h1.piccolospazio{
height: 1px;
margin-top: 0px;
margin-bottom: 0px;
}
h1.spazio{
height: 20px;
margin-top: 0px;
@@ -115,6 +147,9 @@ h2 {
font-size: 20px;
margin-bottom: 10px;
}
p.novitasito{
margin-top: 30px;
}
table.image-table {
width: 98%;
max-width: 1800px;