Remove style.css; put all styles in app.css; add post_figure shortcode
This commit is contained in:
parent
5aabf75702
commit
8c8f97a607
4 changed files with 57 additions and 48 deletions
|
@ -170,11 +170,6 @@ textarea:-webkit-autofill {
|
|||
box-shadow: 0 0 0 6rem var(--white) inset;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Header
|
||||
-------------------------------------------------- */
|
||||
.header {
|
||||
|
@ -483,7 +478,8 @@ img {
|
|||
}
|
||||
|
||||
.post-content a {
|
||||
padding-bottom: 0.2rem;
|
||||
color: var(--link-color);
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
|
||||
.post-content a:hover {
|
||||
|
@ -671,6 +667,49 @@ img {
|
|||
border-bottom: 1px solid var(--pro);
|
||||
}
|
||||
|
||||
.flex-date {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.flex-date .date {
|
||||
margin-left: auto;
|
||||
font-size: 80%;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.draft {
|
||||
text-transform: uppercase;
|
||||
font-size: 80%;
|
||||
color: white;
|
||||
font-weight: 800;
|
||||
/*border: 2px solid #aaa;*/
|
||||
border-radius: 4px;
|
||||
padding: 0.2rem 0.8rem;
|
||||
margin-left: 0.5rem;
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
figure {
|
||||
padding: 6px;
|
||||
border: 1px solid var(--fog);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.post-content figcaption > h4 {
|
||||
margin: 0;
|
||||
margin-block: 0;
|
||||
margin-top: 6px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
img {
|
||||
border-radius: 4px;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* 404
|
||||
-------------------------------------------------- */
|
||||
.title-404 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue