Skip to content

wikipedia gruv ackheron by ackheron

Details

Authorackheron

LicenseNo License

Categorywikipedia gruv ackheron

Created

Updated

Code size3.3 kB

Code checksum9a59a0e6

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

wikipedia gruv ackheron

Notes

wikipedia gruv ackheron

Source code

/* ==UserStyle==
@name       wikipedia gruv ackheron
@version    20241126.13.50
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://fr.wikipedia.org/"), url-prefix("https://en.wikipedia.org/") {
/* Modifie l'arrière-plan principal du conteneur de page */
.mw-page-container {
	background-color: #282828 !important; /* Remplace l'arrière-plan par une couleur sombre */
}

/* Modifie l'arrière-plan de l'en-tête principal et de l'en-tête fixe */
.vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
	background-color: #282828 !important; /* Applique une couleur sombre pour harmoniser avec le thème global */
}

/* Modifie l'arrière-plan du conteneur d'éléments épinglés */
.vector-pinned-container {
	background-color: #282828 !important; /* Conserve l'uniformité du thème sombre pour les éléments épinglés */
}

/* Modifie la couleur des liens */
a {
	color: #458588 !important; /* Définit un bleu/vert foncé pour les liens, assurant un contraste lisible sur fond sombre */
}

/* Personnalise le style des infobox (boîtes d'information) et de leurs entêtes */
.infobox_v2, .infobox_v2 .entete {
	background-color: #282828 !important; /* Assombrit l'arrière-plan des infobox pour s'accorder au thème global */
	border-color: #282828 !important; /* Harmonise les bordures avec la couleur de fond pour un effet uniforme */
}	

/* Spécifie des règles pour le mode nuit (night mode) de Wikipédia sur différents éléments de l'infobox */
html.skin-theme-clientpref-night .infobox td:not(.notheme), 
html.skin-theme-clientpref-night .infobox th:not(.notheme), 
html.skin-theme-clientpref-night .infobox p:not(.notheme), 
html.skin-theme-clientpref-night .infobox--frwiki td:not(.notheme), 
html.skin-theme-clientpref-night .infobox--frwiki th:not(.notheme), 
html.skin-theme-clientpref-night .infobox--frwiki p:not(.notheme) {
	/* background-color: var(--background-color-neutral-subtle,#f8f9fa) !important; */
	/* Commenté : initialement utilisé pour ajuster le fond des cellules et paragraphes dans l'infobox */
}

/* Modifie l'arrière-plan des blocs et légendes dans les infobox en mode nuit */
html.skin-theme-clientpref-night .infobox .bloc:not(.notheme), 
html.skin-theme-clientpref-night .infobox caption:not(.notheme), 
html.skin-theme-clientpref-night .infobox--frwiki .bloc:not(.notheme), 
html.skin-theme-clientpref-night .infobox--frwiki caption:not(.notheme), 
html.skin-theme-clientpref-night .infobox_v2.infobox.infobox--frwiki th[style*="padding:4px"][style*="text-align:center"]:not(.notheme) {
	background-color: #1d2021 !important; /* Applique un gris encore plus foncé, permettant un contraste subtil pour les sections de l'infobox */
}

/* Modifie le style de l'en-tête de l'infobox en mode nuit */
html.skin-theme-clientpref-night .infobox .entete:not(.notheme), 
html.skin-theme-clientpref-night .infobox--frwiki .entete:not(.notheme) {
	background-color: #1d2021 !important; /* Applique un fond sombre plus prononcé pour les titres d'infobox */
}

/* Ajuste la couleur des liens dans les infobox en mode nuit */
html.skin-theme-clientpref-night .infobox a {
	color: #928374 !important; /* Utilise un ton gris pour les liens, évitant qu'ils se démarquent trop du thème sombre */
}

}

Reviews

No reviews yet.