113
contributi
Modifiche
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 */
}