Redacted Block

SCPizza Foundation


.redacted {
    cursor: pointer;
    font-size: 0;
}
.redacted:hover {
    font-size: 0.8rem;
}
.redacted:before {
    content: "[REDACTED]";
    font-size: 0.8rem;
}
.redacted:hover:before {
    font-size: 0;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License