173
contributi
Modifiche
Home page
.diff-addedline .diffchange {
background: #6A89A6;
}
/**** Home page ****/
.home-contenitore {
width: 99.8%; /* Compatibilità vecchi browser */
width: calc(100% - 4px); /* Nuovi browser */
float: left;
margin: 0 4px 4px 0;
padding: 2px; /* Larghezza bordo */
background: #13395B;
border-radius: 0.625rem;
}
.home-quadrato, .home-rettangolo {
width: 100%;
padding: 5px;
background: #242425;
border-radius: 0.625rem;
vertical-align: top;
}
.home-quadrato {
height: 399px;
}
.home-rettangolo {
height: 267px;
}
.home-intestazione {
background: #13395b;
border-radius: 0.625rem;
padding: 5px 10px;
margin-bottom: 5px;
font-weight: bold;
}
.home-contenuto {
display: flex;
flex-direction: column;
justify-content: center;
background: #161619;
border-radius: 10px;
padding: 5px 10px;
}
.home-quadrato .home-contenuto {
height: 351px;
}
.home-rettangolo .home-contenuto {
height: 220px;
}
.home-giochi {
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 5px;
padding: 5px 10px;
height: 112px;
background: #161619;
border-radius: 0.625rem;
}
.home-giochi:last-child {
margin: 0;
}
.home-contenuto:hover, .home-giochi:hover {
background: #161619c2;
}
.home-riga {
width: 99.8%;
width: calc(100% - 4px);
float: left;
margin-top: 10px;
border-top: 4px solid #13395b;
padding: 10px 10px 0 10px;
}
.home-riga .home-contenuto {
margin: -6px -12px;
}
.home-riga:last-child {
margin-bottom: 10px;
}
.box-contenitore ::-webkit-scrollbar-track {
background: transparent;
border: 2px solid transparent;
}
.home-news-contenitore {
margin-bottom: 5px;
border-radius: 0.625rem;
overflow: hidden;
}
.home-news-contenuto {
height: 120px;
display: flex;
justify-content: center;
padding: 5px 10px;
background: #161619;
overflow-y: auto;
}