Add CWs/spoilers to stories; add Andréa's stories

This commit is contained in:
Madison Scott-Clary
2024-01-05 16:24:38 -08:00
parent 5866b94360
commit 7c09516333
4 changed files with 396 additions and 0 deletions

View File

@ -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 {