MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 12:
/* spoiler warning */
#siteSub {
display: block;
color: crimson;
font-weight: bold;
}
#siteSub::before {
content: 'This wiki contains ';
font-weight: normal;
}
#siteSub::after {
content:'. Read at your own risk.';
font-weight: normal;
}