did some sizing and margin adjustments--added bg to footnotes of single post pages
This commit is contained in:
@@ -109,8 +109,12 @@ body
|
|||||||
& > p
|
& > p
|
||||||
color: c.$fg
|
color: c.$fg
|
||||||
font-family: postContent
|
font-family: postContent
|
||||||
font-size: clamp(10pt,1.4vw, 18pt)
|
font-size: clamp(11pt,1.2vw, 16pt)
|
||||||
margin: 2% 0
|
margin: 2% 0
|
||||||
|
|
||||||
|
&::after
|
||||||
|
content: " [ . . . ]"
|
||||||
|
color: c.$accent
|
||||||
|
|
||||||
& > h2
|
& > h2
|
||||||
// color: c.$state
|
// color: c.$state
|
||||||
@@ -146,14 +150,14 @@ body
|
|||||||
& #content
|
& #content
|
||||||
margin: 0 10%
|
margin: 0 10%
|
||||||
font-family: postContent
|
font-family: postContent
|
||||||
font-size: clamp(12pt, 1.8vw, 18pt)
|
font-size: clamp(12pt, 1.1vw, 16pt)
|
||||||
|
|
||||||
& img
|
& img
|
||||||
filter: saturate(0) contrast(1.75)
|
filter: saturate(0) contrast(1.75)
|
||||||
|
|
||||||
& > img, & > p > img
|
& > img, & > p > img
|
||||||
margin: 2% auto
|
margin: 2% auto
|
||||||
max-width: 75%
|
max-width: 50%
|
||||||
height: auto
|
height: auto
|
||||||
display: block
|
display: block
|
||||||
border-top: 12px
|
border-top: 12px
|
||||||
@@ -206,9 +210,36 @@ body
|
|||||||
font-size: clamp(9pt, 1.5vw, 14pt)
|
font-size: clamp(9pt, 1.5vw, 14pt)
|
||||||
text-align: justify
|
text-align: justify
|
||||||
|
|
||||||
|
& .footnotes
|
||||||
|
font-size: clamp(9pt, 1vw, 12pt)
|
||||||
|
max-height: 33vh
|
||||||
|
overflow-y: scroll
|
||||||
|
background: no-repeat url("images/snek.svg") 33% center c.$fg
|
||||||
|
border-bottom-left-radius: 5%
|
||||||
|
border-bottom-right-radius: 5%
|
||||||
|
margin-top: 10%
|
||||||
|
|
||||||
|
& ol
|
||||||
|
padding-left: 5%
|
||||||
|
|
||||||
|
& li
|
||||||
|
padding: 0 5%
|
||||||
|
margin: 5% 5% 5% 0
|
||||||
|
border-radius: 3%
|
||||||
|
background-color: c.$state
|
||||||
|
color: c.$bg
|
||||||
|
text-shadow: 0 0 4px c.$bg
|
||||||
|
opacity: 85%
|
||||||
|
|
||||||
|
&::marker
|
||||||
|
color: c.$accent
|
||||||
|
|
||||||
|
& h1, & h2, & h3, & h4, & h6
|
||||||
|
color: c.$state
|
||||||
|
|
||||||
& h1:first-child
|
& h1:first-child
|
||||||
text-align: center
|
text-align: center
|
||||||
font-size: clamp(16pt, 24pt, 32pt)
|
font-size: clamp(24pt, 2vw, 72pt)
|
||||||
color: c.$accent
|
color: c.$accent
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
||||||
@@ -266,7 +297,7 @@ body
|
|||||||
overflow-y: scroll
|
overflow-y: scroll
|
||||||
|
|
||||||
& > img
|
& > img
|
||||||
max-width: 100%
|
width: 100%
|
||||||
filter: saturate(0) contrast(1.75)
|
filter: saturate(0) contrast(1.75)
|
||||||
|
|
||||||
#categories.expo
|
#categories.expo
|
||||||
@@ -295,6 +326,7 @@ body
|
|||||||
display: initial
|
display: initial
|
||||||
text-shadow: 2px 2px 5px c.$bg
|
text-shadow: 2px 2px 5px c.$bg
|
||||||
font-family: pageFont
|
font-family: pageFont
|
||||||
|
backdrop-filter: blur(3px)
|
||||||
|
|
||||||
.page.tag
|
.page.tag
|
||||||
& > h1
|
& > h1
|
||||||
@@ -346,6 +378,11 @@ body
|
|||||||
// & .tag.content
|
// & .tag.content
|
||||||
// visibility: collapse
|
// visibility: collapse
|
||||||
|
|
||||||
|
#home
|
||||||
|
& img
|
||||||
|
max-width: 100%
|
||||||
|
margin: 0 auto
|
||||||
|
|
||||||
footer
|
footer
|
||||||
border-top: 1px solid c.$state
|
border-top: 1px solid c.$state
|
||||||
margin-top: 1rem
|
margin-top: 1rem
|
||||||
|
|||||||
Reference in New Issue
Block a user