93 lines
1.2 KiB
SCSS
Vendored
93 lines
1.2 KiB
SCSS
Vendored
// import.scss
|
|
|
|
body {
|
|
max-width: 25em;
|
|
margin: 0 auto;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
#topheader {
|
|
text-align: center;
|
|
}
|
|
|
|
.h-entry {
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.note {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.note-metadata {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.note img {
|
|
max-height: 80vh;
|
|
width: auto;
|
|
max-width: 100%;
|
|
image-orientation: from-image;
|
|
}
|
|
|
|
.social-links {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.social-links svg {
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.mini-h-card img {
|
|
display: inline-block;
|
|
height: 1rem;
|
|
}
|
|
|
|
body > .h-card {
|
|
margin-top: 5px;
|
|
border-top: 1px solid grey;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
footer button {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.u-comment {
|
|
margin-top: 1em;
|
|
padding: 0 1em;
|
|
font-size: 0.75rem;
|
|
}
|
|
|
|
.u-comment.h-cite img {
|
|
height: 0.75rem;
|
|
}
|
|
|
|
.u-comment .e-content {
|
|
margin-top: 0.5em;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0;
|
|
padding-bottom: 56.25%;
|
|
}
|
|
|
|
.youtube {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|