Link to article: Greenlights Made Easy- An Essay on Communicating Elevator Pitches and Central Narratives.
/* 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;
}
#page-title {
display: none;
}
.meta-title {
border-bottom: solid 1px #bbbbbb;
color: #990011;
font-weight: normal;
margin: 0 0 0.6em;
padding: 0 0 0.25em;
font-size: 200%;
}
.meta-title p {
margin: 0;
}
outside
meta-title
outside
outside
outside
outside
outside