2024-10-05 19:56:14 +00:00
|
|
|
.layout-_default-list {
|
2024-10-05 06:27:07 +00:00
|
|
|
.list-header {
|
|
|
|
padding: 1em;
|
|
|
|
hr {display: none;}
|
|
|
|
}
|
|
|
|
.list-title {
|
|
|
|
margin-block: 0;
|
|
|
|
}
|
|
|
|
.list-author {}
|
|
|
|
.list-summary {}
|
|
|
|
.list-content {}
|
|
|
|
.list-permalink {
|
|
|
|
.u-url {font-family: monospace;}
|
|
|
|
}
|
|
|
|
.list-pages {
|
|
|
|
padding-inline: 1em;
|
2024-10-12 18:45:14 +00:00
|
|
|
.list-of-pages-in-section {
|
|
|
|
list-style: none;
|
|
|
|
padding-inline-start: 0;
|
|
|
|
&__item {
|
|
|
|
max-width: 80ch;
|
|
|
|
.p-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.p-summary {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|
2024-10-05 06:27:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|