« MediaWiki:Citizen.css » : différence entre les versions
De Battlestar Wiki
Contenu supprimé Contenu ajouté
Page créée avec « →La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. : →Font style for titles : @font-face { font-family: Caprica; font-style: normal; src: url('caprica.ttf') format('truetype'), url('caprica.otf') format('opentype'); } #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content #firstHeading { font-family: Caprica; color: #ffd700; } » |
Aucun résumé des modifications |
||
| (74 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
/* Variables */ |
|||
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ |
|||
:root.citizen-feature-custom-width-clientpref-standard { |
|||
/* Font style for titles */ |
|||
--width-layout: 1280px; |
|||
} |
|||
@media screen and (prefers-color-scheme:dark) { |
|||
@font-face { |
|||
:root.skin-theme-clientpref-os { |
|||
font-family: Caprica; |
|||
| ⚫ | |||
font-style: normal; |
|||
--color-surface-0: #0f090b; |
|||
src: url('caprica.ttf') format('truetype'), |
|||
--color-surface-1: #481919; |
|||
url('caprica.otf') format('opentype'); |
|||
--color-surface-1: #160807; |
|||
} |
|||
} |
} |
||
/* Footer */ |
|||
@media screen { |
|||
#content h1, |
|||
.citizen-footer { |
|||
#content h2, |
|||
padding: var(--space-md) var(--padding-page); |
|||
#content h3, |
|||
margin-top: 0; |
|||
#content h4, |
|||
} |
|||
#content h5, |
|||
#content h6, |
|||
#content #firstHeading { |
|||
font-family: Caprica; |
|||
| ⚫ | |||
} |
} |
||
/* General colors */ |
|||
Dernière version du 21 août 2025 à 19:40
/* Variables */
:root.citizen-feature-custom-width-clientpref-standard {
--width-layout: 1280px;
}
@media screen and (prefers-color-scheme:dark) {
:root.skin-theme-clientpref-os {
--border-color-base: #ffd700;
--color-surface-0: #0f090b;
--color-surface-1: #481919;
--color-surface-1: #160807;
}
}
/* Footer */
@media screen {
.citizen-footer {
padding: var(--space-md) var(--padding-page);
margin-top: 0;
}
}
/* General colors */
