Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body.needsReview #globalWrapper:before,
body.skin-vector.needsReview #mw-page-base:before {
    content:'';
    background:#f80;
    opacity:0.25;
    position:fixed;
    width:100%;
    height:100%;
    z-index:-1;
}

body.skin-vector.needsReview #mw-page-base {
    background:transparent;
}

#mw-fr-revisiontag.flaggedrevs_basic {
    display:none;
}

body.needsReview #mw-fr-revisiontag.flaggedrevs_basic {
    display:block;
}

/* For linkclassifier */
A.needs-review { color:#e47a00; }
A.needs-review:visited { color:#b15f00; }