MediaWiki:Common.css: Difference between revisions

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