Jump to content

User:Anomie/censorship.css

From Wikipedia, the free encyclopedia
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.
/* Hide the content area until the script runs */
#content {
    display: none;
}
#content.isCensored {
    display: block;
}

/* Override coloring for any censored text or links */
.censored {
    color: black !important;
    background-color: black !important;
}
:link .censored {
    color: blue !important;
    background-color: blue !important;
}