mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 11:22:03 +00:00
Notizie seta!!!
This commit is contained in:
53
style.css
53
style.css
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user