This commit is contained in:
Madison Scott-Clary
2021-05-23 15:04:47 -07:00
parent 9dae0c65d0
commit 034dd72898
18 changed files with 34 additions and 0 deletions

View File

@ -199,6 +199,7 @@ pre {
/* = = = = = = = = = = Misc = = = = = = = = = = */
@import "parts/misc";
@import "parts/front";
@import "parts/cw";
/* = = = = = = = = = = Media = = = = = = = = = = */
@import "media";

14
assets/css/parts/_cw.scss Normal file
View File

@ -0,0 +1,14 @@
.content-warning {
border-left: 5px dotted rgb(211, 123, 152);
border-right: 5px dotted rgb(211, 123, 152);
margin: 1rem;
padding: 1rem;
text-align: center;
&::before {
content: "";
font-size: 20pt;
font-weight: bold;
color: rgb(211, 123, 152);
}
}

1
content/post/fiction/light.md Executable file → Normal file
View File

@ -10,6 +10,7 @@ tags:
- Romance
description: A very old piece of erotica. I was on my bullshit even back this long ago.
ratings: X
cw: Sex scene
---
A kiss. Light, and only to the cheek. Yes, that's how it would start, I suppose. I'd settle in behind him, and crane my neck over his shoulder to give him a kiss on the cheek. Light. A touch. I wouldn't hold him tight, either. Not squeezing, at least not now. Just slide my arms loosely around him, above the paunch, below the breasts, the place where the arms just rest, adding to him lightly instead of pressing.

View File

@ -13,6 +13,7 @@ tags:
- Science fiction
- Uploading
title: "Apr\xE8s un r\xEAve"
cw: Surgery, death
---
> *Dans un sommeil que charmait ton image

View File

@ -15,6 +15,7 @@ tags:
- Mystery
- Cult
title: Assignment
cw: Cults, death
---
The feeling of an instance merging state back with the tracker would never NOT make Ioan Balan#tracker uneasy. It wasn't the differences in experiences, those could be anticipated, so much as the tiny changes in identity that resulted. Having to internalize a slightly different version of yourself was too close to experiencing a doppelgänger. Or perhaps hanging with a sib, fresh home from a semester abroad.

View File

@ -16,6 +16,7 @@ tags:
- Kink
- Sexuality
title: Again
cw: Kink (BDSM, altered states), sex scene
---
Michael woke blearily to the sounds of muffled giggling, rubbing the sleep from his eyes and lifting his head off the pillow. He couldn't quite make out what was going on in the bed next to his own, but it appeared to be quite fun, or at least funny.

View File

@ -15,7 +15,9 @@ tags:
- Mental health
- Anxiety
- Sexuality
- Polaymory
title: How Many?
cw: Mental health (OCD, panic attack), sex scene
---
"Oh for pete's sake, quit fretting," Andrew chided, bumping his elbow against Ian's as they crowded into the too-narrow seats. Neither of them were all that skinny anymore, and Andrew was bordering on fat, to Ian's stocky.

View File

@ -15,6 +15,7 @@ tags:
- Gender
- Sexuality
title: What I Expected
cw: Transphobia, sex scene
---
Painting their nails had always calmed Sascha down. The simple act of dragging a brush slowly and carefully, following along the contours of the curved nails in smooth strokes, moving deliberately so as not to bump those nails already painted. The whole act seemed to be almost a meditation, calming to the core.

View File

@ -16,6 +16,7 @@ tags:
- Sexuality
- Mental Health
title: A Theory of Attachment
cw: Mental health (panic attack, OCD), sex scene, mention of abuse
---
A cool, pale blue lightness sitting just behind her sternum, Sélène made what she promised herself would be a quick pass through the kitchen

View File

@ -14,6 +14,7 @@ tags:
- Sexuality
- Kink
title: Centerpiece
cw: Sex and nudity, kink (BDSM, fertility play, humiliation), bad negotiation
---

View File

@ -13,6 +13,7 @@ tags:
- Romance
- Sexuality
title: Disappearance
cw: Mental health (panic attack), sex scene
---
"This is going to sting."

View File

@ -11,6 +11,7 @@ tags:
- Suicide
- Mental Health
- Furry
cw: Mental health (bipolar II, self-harm, suicidality - no graphic description), mention of sex scene
---
I take the bus to the edge of Sawtooth, basically as close as I can get to the highway on local transit. Beyond here its all industrial. All warehouses and junkyards and hulking, silent buildings painted gray or beige, or not painted at all. Machine shops, garages, or simply anonymous buildings with rows of doors and loading docks. Beyond here, there is no living. It is a liminal space.

View File

@ -14,6 +14,7 @@ tags:
- Sexuality
- Mental health
title: Overclassification
cw: Mental health (depression), sex scene
---
"Some would say that the primary goal of folkloristics is one of anthropology, of understanding a culture's view of itself. I, naturally, disagree." Professor Haswell's voice droned on even in sleep, even these many years later. Dani hated it, hated these dreams. "Folkloristics works from the other direction. It constructs a semiotic niche out of so many *umwelten*..."

View File

@ -11,6 +11,7 @@ tags:
- Gender
- Family
title: 'Flash: Sorting Laundry'
cw: Transphobia
---
"You always have to sort your laundry," her mother always said. "Separate the lights from the darks, at the very least. Try to get all the bright colors in one load, at least for the first few washes, than you can mix them with the dark."

View File

@ -12,6 +12,7 @@ tags:
- Furry
- Family
- Divorce
cw: Mention of abuse
---
Darren,

View File

@ -15,6 +15,7 @@ tags:
- Dubious consent
- Drugs
title: What Remains of Yourself
cw: Drugging, dubious consent, prelude to a sex scene
---
<div class="cw">Drugging, dubious consent.</div>

View File

@ -12,6 +12,7 @@ tags:
- Furry
- Death
title: You're Gone
cw: Death, mourning, mention of abuse
---
<style>

View File

@ -27,6 +27,9 @@
<a class="pdf" href="/assets/pdf/{{ .Params.pdf }}"><i class="fa fa-print" aria-hidden="true"></i> Print version</a>
{{ end}}
</div>
{{ with .Params.cw }}
<div class="content-warning"><em>Content warning:</em> {{ . }}</div>
{{ end }}
</div>
{{ .Content }}
<hr class="fin" />