MediaWiki:Citizen.css: mudanças entre as edições
Página de Interface do MediaWiki
Mais ações
Criou página com '→Todo o CSS aqui será carregado para usuários do tema Citizen: body::before { content: ''; background: url("https://uploads.fjdwiki.top/es/9/93/BG_FJD.png"); background-size: cover; background-repeat: no-repeat; background-position: center; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -2; } .citizen-body, .citizen-page-footer, #citizen-sidebar-lastmod, #citizen-toc { background: var(--color-surface-0); padding: 2em; border-...' |
Sem resumo de edição |
||
| Linha 21: | Linha 21: | ||
padding: 2em; | padding: 2em; | ||
border-radius: 12px; | border-radius: 12px; | ||
} | } | ||
Edição atual tal como às 04h17min de 9 de setembro de 2026
/* Todo o CSS aqui será carregado para usuários do tema Citizen */
body::before {
content: '';
background: url("https://uploads.fjdwiki.top/es/9/93/BG_FJD.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -2;
}
.citizen-body,
.citizen-page-footer,
#citizen-sidebar-lastmod,
#citizen-toc {
background: var(--color-surface-0);
padding: 2em;
border-radius: 12px;
}
.mw-logo-wordmark {
display: none;
}
.citizen-drawer__header {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.citizen-header__logo .mw-logo-icon {
width: 48px;
}
.citizen-footer__sitetitle .mw-logo-icon {
width: 64px;
}
html.skin-theme-clientpref-night .citizen-header .cdx-button,
html.skin-theme-clientpref-night .citizen-main-menu .mw-list-item > a:hover .citizen-ui-icon,
html.skin-theme-clientpref-night .citizen-main-menu .mw-list-item > a:focus .citizen-ui-icon {
color: #fff !important;
}
html.skin-theme-clientpref-night .citizen-header .mw-logo .mw-ui-icon-home {
opacity: 0;
}
html.skin-theme-clientpref-night .citizen-header .mw-logo:hover .mw-ui-icon-home {
opacity: 1;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .citizen-header .cdx-button,
html.skin-theme-clientpref-os .citizen-main-menu .mw-list-item > a:hover .citizen-ui-icon,
html.skin-theme-clientpref-os .citizen-main-menu .mw-list-item > a:focus .citizen-ui-icon {
color: #fff !important;
}
html.skin-theme-clientpref-os .citizen-header .mw-logo .mw-ui-icon-home {
opacity: 0;
}
html.skin-theme-clientpref-os .citizen-header .mw-logo:hover .mw-ui-icon-home {
opacity: 1;
}
}