Add CWs/spoilers to stories; add Andréa's stories
This commit is contained in:
@ -106,6 +106,40 @@ main.story .author, main.story .character, main.story h3 {
|
||||
font-family: "Gotu", sans-serif !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.cw {
|
||||
border: 2px dotted red;
|
||||
font-size: 14pt;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
color: darkred;
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.cw:before {
|
||||
display: block;
|
||||
content: "⚠️ Content Warning";
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.spoiler-note {
|
||||
border: 2px dotted blue;
|
||||
font-size: 14pt;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
color: darkblue;
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.spoiler-note:before {
|
||||
display: block;
|
||||
content: "❗Spoiler Warning";
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 960px) {
|
||||
.carousel nav {
|
||||
|
||||
Reference in New Issue
Block a user