Difere entre revisas de "MediaWiki:Citizen.css"
De Red Zambala
Zambala (discute | contribuis) No resoma de edita |
Zambala (discute | contribuis) No resoma de edita |
||
| Linia 6: | Linia 6: | ||
.citizen-body-container { | .citizen-body-container { | ||
} | } | ||
| Linia 65: | Linia 65: | ||
.citizen-header { | .citizen-header { | ||
background-color: transparent; | background-color: transparent; | ||
} | |||
#mw-content-text { | |||
background: #ffffff; | |||
} | } | ||
Revisa de 22:48, 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 {
}
.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));
}
}
.citizen-footer {
padding: 0 var(--padding-page);
background-color: transparent;
border-top: solid #f1008f;
}
#footer-poweredbyico {
display: none !important;
}
.firstHeading-container {
display: grid;
justify-items: center;
align-items: center;
}
#siteSub, #contentSub, #contentSub2 {
display: grid;
justify-items: center;
align-items: center;
}
.citizen-page-header {
margin-top: unset;
border-bottom: solid #f1008f;
}
h1.firstHeading {
font-family: 'Times New Roman', 'Times', Serif;
font-size: calc(26px + .88vw);
letter-spacing: .5px;
font-weight: 500;
color: #008ff1;
}
.citizen-page-header-inner {
padding-block: .25rem
}
.citizen-header {
background-color: transparent;
}
#mw-content-text {
background: #ffffff;
}