Difere entre revisas de "MediaWiki:Citizen.css"

De Red Zambala

No resoma de edita
No resoma de edita
Linia 11: Linia 11:
.page-info, .citizen-footer__content {
.page-info, .citizen-footer__content {
         display: none;
         display: none;
}
@media screen and (min-width: 1120px) {
    .citizen-toc-enabled .citizen-body-container {
        grid-template-areas:
        'sidebar content'
        'footer footer';
        grid-template-columns: var(--width-toc) minmax(0, var(--width-layout));
    }
}
}

Revisa de 20:43, 17 maio 2025

/* All CSS here will be loaded for users of the Citizen skin */
body {
	background: url(/img/sicily.jpg) 0 #fff;
	
}

.citizen-body-container {
    background: #ffffff;
}

.page-info, .citizen-footer__content {
        display: none;
}

@media screen and (min-width: 1120px) {
    .citizen-toc-enabled .citizen-body-container {
        grid-template-areas:
        'sidebar content'
        'footer footer';
        grid-template-columns: var(--width-toc) minmax(0, var(--width-layout));
    }
}