Más acciones
Sin resumen de edición |
Sin resumen de edición |
||
Línea 1: | Línea 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
/* Courtesy of starcitizen.tools */ | /* Courtesy of starcitizen.tools */ | ||
:root { | :root { | ||
--color-primary__h: 205; | --color-primary__h: 205; | ||
Línea 13: | Línea 8: | ||
:root.skin-citizen-dark { | :root.skin-citizen-dark { | ||
--color-primary__l: 56%; | --color-primary__l: 56%; | ||
} | |||
/* Align icon opacity with skin default */ | |||
.mw-logo-icon { | |||
opacity: var( --opacity-icon-base ); | |||
} | } | ||
Revisión del 14:48 10 sep 2023
/* All CSS here will be loaded for users of the Citizen skin */
/* Courtesy of starcitizen.tools */
:root {
--color-primary__h: 205;
}
/* Adjust contrast since we changed primary color */
:root.skin-citizen-dark {
--color-primary__l: 56%;
}
/* Align icon opacity with skin default */
.mw-logo-icon {
opacity: var( --opacity-icon-base );
}
/* Align icon opacity with skin default */
.mw-logo-icon {
opacity: var( --opacity-icon-base );
}
/*
* Footer icons
* We use custom footer icons so we need to fine tune it
/* More space between icons
#footer-icons ul {
gap: var( --space-md );
}
*/
/* Background responsive para las plantillas */
.bgesp {
background-color:#f9fafb;
}
.skin-citizen-dark .bgesp {
background-color: #1d2830;
}
/* Color de letra Púrpura para las plantillas */
.purpura {
color:#520044;
}
.skin-citizen-dark .purpura {
color: #df00b9;
}