Template:Edit fully-protected/color legend/styles.css

From PsiForum
< Template:Edit fully-protected‎ | color legend
Revision as of 06:17, 9 February 2022 by Tachyony (talk | contribs) (Imported page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* "Normal" entries for the protected edit list. */
.protectededit-legend-normal {
	background-color: inherit;
}

/* Erroneous entries for the protected edit list. Usually indicates the wrong protection level for the list. */
.protectededit-legend-error {
	background-color: #ffbfdc;
}

/* Entries for the protected edit list that probably need extra attention or permissions. */
.protectededit-legend-caution {
	background-color: #fff9bf;
}

/* Entries for templates and modules. */
.protectededit-legend-attention {
	background-color: #e4ffcc;
}