Help:Spoilers

From Source Entities
Jump to navigation Jump to search

By default, this wiki hides spoilers. The text will become visible if you mouse over the black rectangle.

The cake is a lie!Want spoilers?

To disable this, you may add this code to your custom CSS (requires that you make an account):

/*Disables spoilers*/
.spoiler {
    background-color:inherit;
    color:inherit;
}
.spoiler:visited {
    background-color:inherit;
    color:inherit;
}

You can also add this, to hide the "Want spoilers?" link as well:

/*Disables spoiler link*/
.spoilerlink {
    display:none;
}