Gamepedia Help Wiki
Advertisement

FlaggedRevs has several special pages and interface additions that are styled to match light-themed wikis by default. On dark-themed wikis, these additions can become hard to read, so they should be restyled to be easier to read.

Dark theme fixes[]

/** FlaggedRevs tweaks **/
/* FR review form */
.flaggedrevs_reviewform {
	background: rgba(108, 129, 150, 0.1);
}
/* FR recent changes & history highlighting */
.flaggedrevs-pending,
.flaggedrevs-unreviewed,
.flaggedrevs-color-0 {
	background: rgba(255, 190, 0, 0.3);
}
/* FR unreviewed pages status highlighting */
.fr-pending-long {
	background: rgba(106, 120, 149, 0.2);
}
.fr-unreviewed-unwatched {
	background: rgba(245, 84, 14, 0.2);
}
.fr-pending-long2 {
	background: rgba(245, 24, 14, 0.2);
}
/* FR alerts */
div.flaggedrevs_short_details,
div.flaggedrevs_short,
table.flaggedrevs_editnotice,
table.flaggedrevs_viewnotice {
	background: rgba(108, 129, 150, 0.2);
}
Advertisement