mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Merge branch 'master' into translations
This commit is contained in:
@@ -82,10 +82,14 @@ main img {
|
||||
border: 2px solid #fc0
|
||||
}
|
||||
|
||||
.posts.exceptions {
|
||||
.posts.interrupts {
|
||||
border: 2px solid #f66;
|
||||
}
|
||||
|
||||
.posts.multitasking {
|
||||
border: 2px solid #556b2f;
|
||||
}
|
||||
|
||||
.posts hr {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
@@ -122,10 +126,14 @@ main img {
|
||||
color: #990;
|
||||
}
|
||||
|
||||
.post-category.exceptions {
|
||||
.post-category.interrupts {
|
||||
color: #f33;
|
||||
}
|
||||
|
||||
.post-category.multitasking {
|
||||
color: #556b2f;
|
||||
}
|
||||
|
||||
.post-footer-support {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
@@ -193,19 +201,26 @@ aside#all-posts-link {
|
||||
width: 12rem;
|
||||
position: sticky;
|
||||
float: left;
|
||||
top: 1rem;
|
||||
top: 3.5rem;
|
||||
margin-top: -4rem;
|
||||
margin-left: -15rem;
|
||||
font-size: 90%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
#toc-aside li > a, #toc-aside h2 {
|
||||
opacity: .5;
|
||||
transition: opacity .5s;
|
||||
}
|
||||
|
||||
#toc-aside:hover {
|
||||
#toc-aside:hover li > a, #toc-aside:hover h2 {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#toc-aside li.active > a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#toc-aside h2 {
|
||||
font-size: 110%;
|
||||
margin-bottom: .2rem;
|
||||
@@ -217,7 +232,7 @@ aside#all-posts-link {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#toc-aside ol li:before {
|
||||
#toc-aside ol li a:before {
|
||||
content: "";
|
||||
border-color: transparent #008eef;
|
||||
border-style: solid;
|
||||
@@ -263,11 +278,10 @@ aside#all-posts-link {
|
||||
}
|
||||
|
||||
aside#all-posts-link {
|
||||
float: left;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: -15rem;
|
||||
position: fixed;
|
||||
top: 1.25rem;
|
||||
margin-top: 0;
|
||||
margin-left: -15rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user