113
contributi
Modifiche
Jump to navigation
Jump to search
.home-contenitore {
width: 49.8%; /* Compatibilità vecchi browser */
width: calc(50% - 4px); /* Nuovi browser */
float: left;
margin: 0 4px 4px 0;
padding: 2px; /* Larghezza bordo */
border-radius: 0.625rem;
.home-quadrato-1, .home-quadrato-2, .home-rettangolo {
width: 100%;
border-radius: 0.625rem;
vertical-align: top;
.home-quadrato-1, .home-quadrato-2 {
height: 399px;
}
.home-rettangolo {
height: 267px;
}
border-radius: 0.625rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 0.625rem;
overflow-y: auto;
.home-quadrato-1 .home-contenuto:hover, .home-quadrato-2 .home-contenutogiochi:hover {
height: 351px;
}
.home-rettangolo .home-contenuto {
height: 220px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0.625rem;
}
.home-contenuto:hover, .home-news:hover, .home-giochi:hover {
background: #161619c2;
width: 99.8%;
width: calc(100% - 4px);
float: left;
}
.home-riga .home-contenuto {
margin: -6px -12px;
background-color: transparent#242425;
border-radius: 0.625rem;
overflow: hidden;
.home-news {
height: 120px;
display: flex;
justify-content: center;
align-items: center;
padding: 5px 10px;
background: #161619;
overflow-y: auto;
}
@media only screen and (max-width: 1375px){
.home-contenitore {
width: 99.8%;
width: calc(100% - 4px);
}
Così dovrebbe funzionare la nuova home
}
.height-100, .home-grid-container, .home-grid-border {
height: 100%;
}
**************************************************/
.vert-middle, .vert-center, .home-giochi {
white-space: nowrap;
}
.vert-middle::before, .vert-center::before, .home-giochi::before {
height: 100%;
content: '';
}
.vert-middle > *, .vert-center > *, .home-giochi > * {
white-space: normal;
}
text-decoration: underline dotted;
cursor: initial;
}▼
.box-contenitore ::-webkit-scrollbar-track {▼
border: 2px solid transparent;▼
}▼
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {▼
height: 100%;▼
}
**************************************************/
.roundy-5, .home-grid-container {
border-radius: 0.3125rem;
}
}
.roundy-10, .roundy, .std-table, .toc, li.gallerybox, li.gallerybox div.thumb, .home-intestazione, .home-contenuto, .home-giochi, .home-grid-border {
border-radius: 0.625rem;
}
**************************************************/
.inline-block, .vert-middle::before, .vert-center::before, .home-giochi::before, .vert-middle > *, .vert-center > *, .home-giochi > *, .same-line {
display: inline-block;
}
}
.align-middle, .vert-middle::before, .vert-center::before, .home-giochi::before, .vert-middle > *, .vert-center > *, .home-giochi > *, .align-center {
vertical-align: middle;
}
**************************************************/
.inline-flex > *, .flex > *, .flex-row-stretch-around > *, .flex-row-center-around > *, .flex-row-center-stretch > *, .home-grid-container > * {
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
}
.flex, .flex-row-stretch-around, .flex-row-center-around, .flex-row-center-stretch, .home-grid-container {
display: -webkit-box;
display: -webkit-flex;
}
.flex-column, .home-grid-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.flex-nowrap, .flex-row-center-stretch, .home-grid-container {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
}
.flex-main-start, .home-grid-container {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
}
.flex-items-stretch, .flex-row-stretch-around, .home-grid-container {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
/* Makes a flex item fill all the available space on the main axis */
.flex-item-fill, .flex-main-equal > *, .home-grid-container > div:last-child {
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
/**** Home page ****/
.home-intestazione { /* Alias of roundy */▼
▲ background: #13395B;
▲}
padding: 5px;▼
background: #242425;▼
▲}
▲.home-intestazione {
background: #13395b;
padding: 5px 10px;
margin-bottom: 5px;▼
font-weight: bold;
}
.home-contenuto, .home-giochi { /* Alias of roundy */
background: #161619;
padding: 5px 10px;
}
}
.home-giochi { /* Alias of vert-middle */
white-space: pre-wrap;
margin-bottom: 5px;
padding: 5px 10px;▼
height: 112px;
background: #161619;▼
}
.home-giochi:last-child {
margin: 0;
}
.home-riga {
margin-top: 10px;
border-top: 4px solid #13395b;
padding-top: 10px 10px 0 10px;
}
.home-riga:last-child {
margin-bottom: 10px;
}
.home-grid-container { /* Alias for flex flex-column flex-nowrap flex-items-stretch flex-main-start height-100 roundy-5 */
▲.box-contenitore ::-webkit-scrollbar-track {
▲ border: 2px solid transparent;
}
.home-roundygrid-container > div {
}
.home-grid-container > div:last-child { /* Alias for flex-item-fill */
margin-bottom: 0;
▲.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
▲ height: 100%;
}
.home-grid-border { /* Alias for height-100 roundy */
}