Skip to content

Commit 86db841

Browse files
committed
testing css selectors
1 parent 2c0815f commit 86db841

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

content/issue-33/ADeersInheritance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ featured: true
2121

2222
---
2323

24-
{{<glyph>}}T{{</glyph>}}here was an old man. I call him Asa. He was a hunter, and a butcher, and a prayer. His friends chased game with him, and slaughtered the livestock with him, and sometimes even tried to pray too, but Asa was alone in being only a hunter, a butcher, and a prayer. Most people are many things. Asa was only those.
24+
There was an old man. I call him Asa. He was a hunter, and a butcher, and a prayer. His friends chased game with him, and slaughtered the livestock with him, and sometimes even tried to pray too, but Asa was alone in being only a hunter, a butcher, and a prayer. Most people are many things. Asa was only those.
2525

2626
It’s important you know he was never called that. His family called him the sound hungry children made at seeing he’d caught an animal for them to eat, or the grunt of a stifled wretch when the smell of open guts overwhelmed the one holding the carcass up for him to clean. Sometimes, on sacred days, they just called him by an expectant silence around a bonfire until he burned the animals’ eyes and genitals. Asa’s name was the same word as death and springtime.
2727

2828
There was a boy, too. He thought of himself as a man, but his limbs were still the wrong lengths and his face was covered in red spots. He was shy, and never married. He was too young to have very many names. I know that no one called him Eze.
2929

30+
---
31+
3032
Once, after laying in silence with Asa in a tree for five days, waiting for an animal to pass underneath, the boy said,
3133

3234
(and remember these words are both misleading and unreal, all at once)

static/assets/css/overrides.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,31 @@ glyph.small {
116116

117117

118118

119+
/* Use CSS3 for dropcap styles.
120+
This is first used in issue-33.
121+
Prior issues use the older TEI <glyph> markup
122+
*/
123+
section.post p::first-letter {
124+
initial-letter: 2;
125+
initial-letter-align: drop;
126+
/*font-size: 4em;*/
127+
/*line-height: 3;*/
128+
font-weight: 600;
129+
}
130+
section.post header > p::first-letter,
131+
section.post p + p::first-letter {
132+
initial-letter: initial;
133+
initial-letter-align: initial;
134+
/*display: initial;*/
135+
/*font-size: initial;*/
136+
/*line-height: initial;*/
137+
font-weight: initial;
138+
}
139+
140+
141+
142+
143+
119144
/* Author footers at end of stock pages */
120145
footer.author img {
121146
border: 5px solid #212931a6;

0 commit comments

Comments
 (0)