Link to article: Essay On Common Newbie Ideas + How To Better Ideate Your SCP.
/* Haha blue boi, or peach boi, courtesy of Croquembouche */
.outside {
margin: 2em -6em;
padding: 1em 10em;
--narration-color: rgba(255, 204, 204,1);
background: var(--narration-color);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--narration-color) 20%, var(--narration-color) 80%, rgba(255,255,255,0) 100%);
z-index: -2;
}
/* Make the peach bois that are within the document have smaller margins so they break flow less*/
.outside.inline {
margin: 1em -6em;
padding: 1px 10em;
}
/* Force the side bar to render on top of the peach bois */
#side-bar {
z-index: 2;
}
outside
outside
outside
outside
outside
outside
outside
outside