mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
feat(series): add a page to display a series
It displays an explanation of the series and lists all its articles.
This commit is contained in:
parent
080a1b4b8c
commit
45705ed9c6
8 changed files with 138 additions and 21 deletions
|
|
@ -190,7 +190,7 @@ article {
|
|||
}
|
||||
}
|
||||
|
||||
.section-title {
|
||||
.section-title, .seriesposts-title {
|
||||
display: block;
|
||||
margin: 0;
|
||||
margin-top: -0.15em;
|
||||
|
|
@ -200,6 +200,10 @@ article {
|
|||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
.seriesposts-title {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.last-updated {
|
||||
margin-top: -5vmin;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,20 @@ ul {
|
|||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.title-label {
|
||||
margin-right: 0.3rem;
|
||||
background-color: var(--primary-color);
|
||||
padding: 2px 4px;
|
||||
color: var(--hover-color);
|
||||
font-size: 1rem;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.title-button {
|
||||
margin-left: 0.3rem;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.bottom-divider {
|
||||
border-bottom: var(--divider-color) solid 0.5px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue