Journal; new css

This commit is contained in:
2025-11-09 20:54:07 +01:00
parent 55a575ee34
commit 2ad124a462
53 changed files with 1390 additions and 1139 deletions

View File

@@ -24,6 +24,16 @@ div.center figcaption {
margin-right: auto;
}
.multi-img {
display: flex;
justify-content: center;
text-align: center;
margin: 20px;
gap: 20px;
}
.multi-img figure { margin: 0px; }
.caption {
padding-top: 0.5rem;
font-style: italic;
@@ -32,9 +42,10 @@ div.center figcaption {
.outline-3, .outline-4, .outline-5 {
padding-left: 0.6rem;
border-radius: 0.2em;
box-shadow: 1px 1px 1px var(--grey2);
margin: 0.7rem;
border: 1px solid var(--grey4);
#box-shadow: 1px 1px 1px var(--grey2);
#border: 1px solid var(--grey4);
}
.outline-text-3, .outline-text-4, .outline-text-5 {
@@ -182,3 +193,38 @@ h2:has(.done.FREED), h3:has(.done.FREED), h4:has(.done.FREED), h5:has(.done.FREE
}
.section-number-1, .section-number-2, .section-number-3, .section-number-4 { display: none; }
div:has(h3 .tag .journal) {
border: none;
box-shadow: none;
}
div:has(> h3 .tag .journal)::after {
content: '~ ❦ ~';
display: block;
text-align: center;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
color: var(--grey4);
font-size: 2rem;
}
h3:has(.tag .journal) {
text-align: left;
}
h4:has(.tag .jentry) {
display: none;
}
h4:has(.tag .habits) {
text-align: left;
}
h4:has(.tag .habits)::before {
content: '⮞ ';
}
.orgjq-expanded > h4:has(.tag .habits)::before {
content: '⮟ ';
}