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 108: | Linia 108: | ||
color: white; | color: white; | ||
} | } | ||
/* Set the input text color to white */ | |||
#searchInput { | |||
color: white; | |||
} | |||
/* Set the placeholder text color to white for all browsers */ | |||
#searchInput::placeholder { | |||
color: white; | |||
} | |||
/* For older browsers - Firefox */ | |||
#searchInput::-moz-placeholder { | |||
color: white; | |||
} | |||
/* For older browsers - WebKit */ | |||
#searchInput::-webkit-input-placeholder { | |||
color: white; | |||
} | |||
/* For older browsers - Microsoft */ | |||
#searchInput:-ms-input-placeholder { | |||
color: white; | |||
} | |||
/* For the typeahead overlay text */ | |||
.citizen-typeahead-input-overlay-query { | |||
color: white; | |||
} | |||
Revisa de 01:00, 18 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;
}
.mw-page-title-namespace {
color: violet;
}
.mw-indicators {
display: none;
}
.citizen-dropdown-details[open] + .citizen-menu__card .citizen-menu__card-content {
background: white;
}
.citizen-drawer__header {
border-bottom: solid #f1008f;
}
.citizen-search__footer-start {
display: none;
}
.citizen-search__form, .citizen-search__footer {
background: red;
color: white
}
.citizen-keyboard-hint-label {
color: white;
}
.citizen-keyboard-hint-key {
color: white;
}
.citizen-search__form {
font-size: var(--font-size-medium);
color: white;
}
/* Set the input text color to white */
#searchInput {
color: white;
}
/* Set the placeholder text color to white for all browsers */
#searchInput::placeholder {
color: white;
}
/* For older browsers - Firefox */
#searchInput::-moz-placeholder {
color: white;
}
/* For older browsers - WebKit */
#searchInput::-webkit-input-placeholder {
color: white;
}
/* For older browsers - Microsoft */
#searchInput:-ms-input-placeholder {
color: white;
}
/* For the typeahead overlay text */
.citizen-typeahead-input-overlay-query {
color: white;
}