-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
158 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
:root { | ||
/* Base Colors */ | ||
--scrollTextBase: 51, 51, 51; /* Based on #333333 */ | ||
--scrollSurfaceRgb: 204, 204, 204; /* Based on #cccccc */ | ||
--scrollLinkBase: 0, 0, 0; /* Based on #000000 for links */ | ||
|
||
/* Semantic Colors */ | ||
--scrollColorBackground: rgb(250, 250, 250); /* #fafafa */ | ||
--scrollColorText: rgba(var(--scrollTextBase), 1); | ||
--scrollColorLink: rgb(var(--scrollLinkBase), 1); | ||
--scrollColorSubdued: rgb(102, 102, 102); /* #666666 */ | ||
|
||
/* Typography */ | ||
--scrollFontPrimary: "Georgia", "Times New Roman", serif; | ||
--scrollFontUi: "Baskerville", "Times New Roman", serif; | ||
--scrollFontMono: monospace; | ||
--scrollBaseFontSize: 17.6px; /* Equivalent to 1.1rem from paragraphs */ | ||
} | ||
|
||
/* General Styles */ | ||
body { | ||
font-family: var(--scrollFontPrimary); | ||
background-color: var(--scrollColorBackground); | ||
color: var(--scrollColorText); | ||
line-height: 1.8; | ||
margin: 0; | ||
padding: 2rem; | ||
} | ||
|
||
/* Title Styling */ | ||
h1 { | ||
font-family: var(--scrollFontUi); | ||
font-size: 2.5rem; | ||
text-align: center; | ||
text-transform: uppercase; | ||
letter-spacing: 0.1em; | ||
color: var(--scrollColorLink); | ||
margin-bottom: 1rem; | ||
} | ||
|
||
/* Subtitle Styling */ | ||
h2, | ||
.printDateParser, | ||
.printAuthorsParser { | ||
font-size: 1.25rem; | ||
text-align: center; | ||
text-transform: uppercase; | ||
letter-spacing: 0.08em; | ||
color: #555555; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.printAuthorsParser { | ||
font-weight: bold; | ||
} | ||
|
||
.printTitleParser a { | ||
text-decoration: none; | ||
color: var(--scrollColorLink); | ||
} | ||
|
||
a { | ||
color: var(--scrollColorLink); | ||
text-decoration-color: transparent; | ||
} | ||
a:hover { | ||
text-decoration-color: unset; | ||
} | ||
|
||
/* Drop Cap Styling */ | ||
.dropcap::first-letter { | ||
font-family: var(--scrollFontPrimary); | ||
font-size: 4rem; | ||
float: left; | ||
line-height: 0.8; | ||
margin-right: 0.5rem; | ||
margin-top: 0.2rem; | ||
font-weight: bold; | ||
color: var(--scrollColorLink); | ||
} | ||
|
||
/* Paragraph Styling */ | ||
p { | ||
font-size: var(--scrollBaseFontSize); | ||
text-align: justify; | ||
margin-bottom: 1.5rem; | ||
} | ||
|
||
/* Blockquote Styling */ | ||
blockquote { | ||
font-style: italic; | ||
color: var(--scrollColorSubdued); | ||
border-left: 4px solid rgba(var(--scrollSurfaceRgb), 1); | ||
padding-left: 1rem; | ||
margin: 1.5rem 0; | ||
} | ||
|
||
/* Additional Fine-Tuning */ | ||
h1, | ||
h2 { | ||
margin-top: 0; | ||
} | ||
|
||
.abstractDinkusParser { | ||
text-align: center; | ||
padding: 1rem; | ||
} | ||
|
||
.abstractDinkusParser span { | ||
vertical-align: sub; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
buildHtml | ||
theme prestige | ||
container 600px | ||
## Julius Caesar | ||
printTitle | ||
loremIpsum | ||
*** | ||
loremIpsum | ||
*** | ||
loremIpsum | ||
**** |