User:Tractopelle-jaune/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/** Règles CSS pour la liste de suivi (nécessite d'avoir activé la version améliorée de la liste de suivi, avec les nouveau filtres) **/
@import url('//fr.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=Utilisateur:Tractopelle-jaune/LdS.css');

/* Thème perso avec fond noir pour la coloration syntaxique CodeMirror - version bêta de [[:fr:Utilisateur:Tractopelle-jaune/CodeMirror-dark]] */
@import url('//meta.wikimedia.org/w/index.php?action=raw&ctype=text/css&title=User:Tractopelle-jaune/CodeMirror1.css');

.mw-body-content a { color: mediumblue; }
.mw-body-content a:visited { color: darkmagenta; }
.mw-body-content a.mw-redirect { color: darkgreen; }
.mw-body-content a.mw-redirect:visited { color: limegreen; }
.mw-body-content a.new { color: #DD0000; }
.mw-body-content a.new:visited { color: #FF5E5E; }
.mw-body-content a.extiw { color: steelblue; }
.mw-body-content a.mw-disambig { background-color: #FF8000; }

.autocomment a,
.autocomment a:visited
{
	color: #72777D;
}

/* Mise en évidence des liens auto-référents (liens pointant vers l'article actuel, affichés par défaut en noir et en gras, concerne principalement les palettes de navigation) */
.mw-body-content a.mw-selflink
{
	background-color: steelblue;
	border: 2px solid orangered;
}

/* Pour les diffs, écart d'octets nul (0) affiché en orange au lieu de gris */
.mw-plusminus-null { color: orange; }

/* Tables: indication cellules de la dernière ligne contenant un attribut rowspan="" */
table tr:last-of-type > td[rowspan]:not([rowspan=""], [rowspan="1"])
{
    background: gold;
}

table tr:last-of-type > td[rowspan]:not([rowspan=""], [rowspan="1"])::before
{
    background: red;
    border: 2px solid black;
    padding: 1px;
    content: "rowspan=\"" attr(rowspan) "\"";
}

/* Liste de contributions */
.damaging.mw-changeslist-damaging-likelybad:not(.mw-tag-mw-reverted) { background-color: darkorange; }
.damaging.mw-changeslist-damaging-verylikelybad:not(.mw-tag-mw-reverted) { background-color: coral; }

body.mw-special-Contributions .mw-tag-mw-reverted,
body.mw-special-Contributions .damaging.ores-highlight.mw-tag-mw-reverted
{
	background-color: bisque;
}

/* Historiques + LdS - Hachurage arrière-plan modifications révoquées */
#pagehistory li.mw-tag-mw-reverted,
body.mw-special-Watchlist :is(table, tr).mw-changeslist-edit.mw-tag-mw-reverted td
{
	background: repeating-linear-gradient(
		-45deg,
        white,
        white 5px,
        gainsboro 5px,
        gainsboro 10px
	);
}

/** Pages liées - forcer ouverture permanente boîte déroulante options **/
body.mw-special-Whatlinkshere fieldset.mw-collapsed div.mw-collapsible-content
{
	display: inherit !important;
}

body.mw-special-Whatlinkshere fieldset.mw-collapsed legend.mw-collapsible-toggle-collapsed
{
	margin-bottom: inherit !important;
}