Adjust heading and remove blog.css
This commit is contained in:
38
style.css
38
style.css
@@ -577,6 +577,12 @@ nav.top.alert p {
|
||||
font-family: var(--primary-font);
|
||||
}
|
||||
|
||||
.heading > div.head-contents {
|
||||
max-width: 1200px;
|
||||
margin-left: auto; margin-right: auto;
|
||||
|
||||
}
|
||||
|
||||
.heading.main {
|
||||
position: sticky;
|
||||
background-size: 64px;
|
||||
@@ -605,15 +611,13 @@ nav.top.alert p {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.heading.main > a {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.heading.main > a {
|
||||
.heading.main > div.head-contents > a {
|
||||
vertical-align: middle;
|
||||
font-size: 2em;
|
||||
|
||||
}
|
||||
|
||||
.heading > a {
|
||||
.heading > div.head-contents > a {
|
||||
margin: 0px 0px 0px 4px;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
@@ -629,10 +633,6 @@ nav.top.alert p {
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.heading > img {
|
||||
filter: drop-shadow(0px 0px 2px black);
|
||||
}
|
||||
|
||||
.heading.main i {
|
||||
margin-left: 16px;
|
||||
font-weight: normal;
|
||||
@@ -787,6 +787,24 @@ body.home .home-container .blog-contents .blog-item {
|
||||
}
|
||||
body.home .home-container .blog-contents .blog-item i { text-align: right; }
|
||||
|
||||
/* == BLOG */
|
||||
body.blog .page-container .month {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
body.blog .page-container .article {
|
||||
background: var(--primary-container-background);
|
||||
border: var(--primary-container-border);
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
body.blog .page-container .article .date,
|
||||
body.blog .page-container .article .link { padding: 4px; }
|
||||
|
||||
body.blog .page-container .article .date { text-align: right; }
|
||||
body.blog .page-container .article .link { font-weight: bold; }
|
||||
|
||||
/* == LIBRARY */
|
||||
|
||||
body.library .lib {
|
||||
|
||||
Reference in New Issue
Block a user