Notizie seta!!!

This commit is contained in:
Leocraft1
2025-11-02 18:52:20 +01:00
parent a237c35680
commit 3c3678b509
15 changed files with 189 additions and 62 deletions

View File

@@ -298,6 +298,55 @@ table.image-table img {
gap: 20px;
margin: 20px;
}
/* News seta */
#news-container{
display:flex;
overflow-x: scroll;
}
.news-card{
margin: 6px;
border: 3px solid #787878;
border-radius: 8px;
background-color: #282828;
min-width: 320px;
min-height: 146px;
display: flex;
align-items:center;
}
.news-card a{
flex:1;
height: 100%;
align-items: center;
text-decoration: none;
}
.news-card h3{
font-size: 16px;
margin-left:8px;
margin-right:8px;
}
span.red{
color: rgb(255, 0, 0) !important;
font-weight: 700;
}
span.yellow{
color: rgb(255, 255, 0) !important;
font-weight: 700;
}
span.green{
color: rgb(0, 160, 0) !important;
font-weight: 700;
}
span.blu{
color: rgb(35, 35, 255) !important;
font-weight: 700;
}
#notizia-container{
text-align: left;
margin:64px;
}
@media (max-width: 768px) {
table.image-table {
width: 100%;
@@ -338,6 +387,10 @@ table.image-table img {
img.service{
width:80% !important;
}
#notizia-container{
margin:12px;
margin-top: 24px;
}
}
/*zona lista mezzi*/
.lista-mezzi{