Blog: Fix categories, blog single page template
This commit is contained in:
parent
e8eff8de55
commit
ad72231459
17 changed files with 157 additions and 43 deletions
|
@ -3,6 +3,35 @@ $roomstate_color_open: var(--ins-color);
|
|||
$roomstate_color_closed: var(--del-color);
|
||||
|
||||
|
||||
// General Customizations
|
||||
header {
|
||||
margin-bottom: 3rem;
|
||||
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
body>footer {
|
||||
padding-top: var(--spacing);
|
||||
padding-bottom: var(--spacing);
|
||||
}
|
||||
|
||||
body>main {
|
||||
padding-bottom: var(--spacing);
|
||||
}
|
||||
|
||||
.li-comma {
|
||||
&::after {
|
||||
content: ", ";
|
||||
}
|
||||
|
||||
&:last-child::after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Room State in Menu
|
||||
#roomstate {
|
||||
font-size: 0.9em;
|
||||
|
@ -75,4 +104,17 @@ $roomstate_color_closed: var(--del-color);
|
|||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Blog Overview: Categories list
|
||||
div.nav-aside {
|
||||
ul {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
text-decoration: none;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue