mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 20:42:44 +00:00
Change to nested lists, shrink font to match PHB
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = () => {
|
|||||||
return dedent`
|
return dedent`
|
||||||
{{index,wide,columns:5;
|
{{index,wide,columns:5;
|
||||||
##### Index
|
##### Index
|
||||||
- Ankh-Morpork
|
- Ankhesh-Bort
|
||||||
- city map, 7
|
- city map, 7
|
||||||
- city watch, 12
|
- city watch, 12
|
||||||
- guilds, 19
|
- guilds, 19
|
||||||
@@ -35,19 +35,51 @@ module.exports = () => {
|
|||||||
- types of inns, 9
|
- types of inns, 9
|
||||||
- inn amenities, 18
|
- inn amenities, 18
|
||||||
- Jokes
|
- Jokes
|
||||||
- types of jokes,11-12
|
- types of jokes, 11-12
|
||||||
- joke delivery,25
|
- joke delivery, 25
|
||||||
- Knives
|
- Knives
|
||||||
- types of knives,16-17
|
- types of knives, 16-17
|
||||||
- knife skills,22-23
|
- knife skills, 22-23
|
||||||
- knife fights,28-29
|
- knife fights, 28-29
|
||||||
- Luggage
|
- Luggage
|
||||||
- appearance,10
|
- appearance, 10
|
||||||
- personality,13
|
- personality, 13
|
||||||
- abilities,23
|
- abilities, 23
|
||||||
- Magic
|
- Magic
|
||||||
- types of magic,15
|
- types of magic, 15
|
||||||
- magic rules,24
|
- magic rules, 24
|
||||||
- magic mishaps,28
|
- magic mishaps, 28
|
||||||
|
- Socks
|
||||||
|
- types of socks, 9
|
||||||
|
- sock-related magic (yes, really), 15
|
||||||
|
- sock-related quests (no, really), 26
|
||||||
|
- Trolls
|
||||||
|
- appearance and biology, 11
|
||||||
|
- culture and language, 18
|
||||||
|
- troll rights and activism, 31
|
||||||
|
- Unknown University
|
||||||
|
- history and architecture, 12
|
||||||
|
- faculty and staff, 20
|
||||||
|
- courses and exams, 33
|
||||||
|
- Vampires
|
||||||
|
- types and origins, 13
|
||||||
|
- vampiric powers and weaknesses, 21
|
||||||
|
- vampiric etiquette and politics, 34
|
||||||
|
- Witches
|
||||||
|
- types and traditions, 14
|
||||||
|
- witchcraft and headology, 22
|
||||||
|
- witch trials and tribulations, 35
|
||||||
|
- Xylophones
|
||||||
|
- musical instruments or weapons?, 15
|
||||||
|
- xylophone-related magic and lore, 23
|
||||||
|
- xylophone-related quests and puzzles, 36
|
||||||
|
- Yetis
|
||||||
|
- appearance and behavior, 16
|
||||||
|
- yeti philosophy and religion, 24
|
||||||
|
- yeti encounters and stories, 37
|
||||||
|
- Zombies
|
||||||
|
- types and causes, 17
|
||||||
|
- zombie rights and duties, 25
|
||||||
|
- zombie survival and prevention, 38
|
||||||
}}`;
|
}}`;
|
||||||
};
|
};
|
||||||
@@ -1111,16 +1111,21 @@ break-inside : avoid;
|
|||||||
// *****************************/
|
// *****************************/
|
||||||
.page {
|
.page {
|
||||||
.index {
|
.index {
|
||||||
font-size:11px;
|
font-size : 0.218cm;
|
||||||
|
|
||||||
|
ul ul {
|
||||||
|
margin : 0;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-bottom: .5em;
|
padding-left : 0;
|
||||||
padding-left: 1em;
|
text-indent : 0;
|
||||||
text-indent: -1em;
|
list-style-type : none;
|
||||||
list-style-type: none;
|
}
|
||||||
-webkit-column-break-inside: auto;
|
|
||||||
page-break-inside: auto;
|
& > ul > li {
|
||||||
break-inside: auto;
|
text-indent : -1.5em;
|
||||||
|
padding-left : 1.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user