Journal; new css
This commit is contained in:
@@ -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: '⮟ ';
|
||||
}
|
||||
|
||||
@@ -267,8 +267,8 @@ function enable_global_outlining() {
|
||||
|
||||
});
|
||||
|
||||
$(".tag").each(function(){
|
||||
hideForOrg_whenclicked($(this).parent());
|
||||
$(".autocollapse").each(function(){
|
||||
hideForOrg_whenclicked($(this).parent().parent());
|
||||
console.log("DSFDFS")
|
||||
})
|
||||
|
||||
|
||||
BIN
html/static/images/journal/2025.11-guitar-new.jpg
Normal file
BIN
html/static/images/journal/2025.11-guitar-new.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 349 KiB |
BIN
html/static/images/journal/2025.11-guitar-old.jpg
Normal file
BIN
html/static/images/journal/2025.11-guitar-old.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 428 KiB |
Reference in New Issue
Block a user