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

From PsiForum
Jump to navigation Jump to search
(Imported page)
 
(No difference)

Latest revision as of 06:17, 9 February 2022

/* "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;
}