It looks like you're new here. If you want to get involved, click one of these buttons!
#storeArea { display:block; position:fixed; background-color: lightblue; background-image: -webkit-radial-gradient(center, ellipse cover, #c1e3ff 0%,#329fff 99%); background-image: radial-gradient(ellipse at center, #c1e3ff 0%,#329fff 99%); border-radius:35rem; border-radius:35vw; box-shadow: 0 0 3rem 0.5rem #329fff; width: 35rem; width: 35vw; height: 35rem; height: 35vw; top: 70%; top: 70vh; left: 70%; left: 70vw; z-index: -8; } #sidebar { font-family: inherit; font-size: 0.9rem; width: 100%; padding: 2em; top: 0; left: 0; background-color: rgba(22,22,44,0.9); } #sidebar #titleSeparator, #sidebar #share { display:none; } #sidebar li { color: inherit; text-align:inherit; display:inline; font-weight:normal; } #sidebar #storyTitle { position:relative; top:-0.1em; } #sidebar #snapback, #sidebar #restart, #sidebar a.externalLink, .menu { border-radius:0.5em; border: solid 1px #333; padding: 0.2em 0.8em; color:#bbb; } #sidebar #snapback, #sidebar #restart { margin-left: 1.5em; } #sidebar #snapback:hover, #sidebar #restart:hover, .menu { border: solid 1px white; } .menu { padding: 0; background-color: rgba(22,22,44,0.9); } .menu div { padding: 0.2em 0.8em; } a.internalLink, a.externalLink { border-radius:0.5em; border: solid 1px #666; padding: 0.05em 0.3em; color: #fff; font-weight:normal; white-space:pre-line; } a.internalLink:hover, a.externalLink:hover { text-decoration:none; border-color:#fff; color: #fff; } #sidebar #credits { display:none; } #storeArea * { display:none; } #passages { z-index:-5; border-left: 0; margin: 16em 0 4em 0; } .passage { font-size: 1.4em; } body { font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
Comments
The following CSS adds a 33% margin to the both sides of the passage area causing the passage text to be centred, it then justifies that passage text, and finally adds a indentation to the first line of the paragraphs.