Compare commits

...

5 Commits

Author SHA1 Message Date
Andley Chang e86d33007f vault backup: 2024-01-31 09:58:33
Affected files:
assets/css/style.scss
2024-01-31 09:58:33 +08:00
Andley Chang 82383eaf1a vault backup: 2024-01-31 09:57:19
Affected files:
.obsidian/workspace.json
assets/css/style.scss
2024-01-31 09:57:19 +08:00
Andley Chang 6355b33ad2 vault backup: 2024-01-31 07:00:07
Affected files:
assets/css/style.scss
2024-01-31 07:00:08 +08:00
Andley Chang 4be8d8afbf vault backup: 2024-01-31 06:59:35
Affected files:
.obsidian/snippets/bg4e.css
2024-01-31 06:59:36 +08:00
Andley Chang 8109da1ea4 vault backup: 2024-01-30 18:46:33
Affected files:
.obsidian/appearance.json
assets/css/style.scss
2024-01-30 18:46:33 +08:00
4 changed files with 17 additions and 17 deletions

View File

@ -6,7 +6,7 @@
"default",
"bg4e"
],
"theme": "moonstone",
"theme": "obsidian",
"cssTheme": "",
"interfaceFontFamily": "",
"textFontFamily": "",

View File

@ -189,16 +189,15 @@ em, .cm-em {
position: relative;
display: inline-flex;
justify-content: center;
background-color: yellow;
}
[title]:focus::after {
content: attr(title);
position: absolute;
top: 90%;
top: 110%;
color: #000;
background-color: yellow;
border: 1px solid;
background-color: lightgreen;
border: 2px solid;
width: fit-content;
padding: 3px;
font-size: 10px;
font-size: 12px;
}

View File

@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "48-Galatians/Galatians-AllinOne.md",
"file": "template/template.md",
"mode": "source",
"source": true
}
@ -111,7 +111,7 @@
"state": {
"type": "outline",
"state": {
"file": "48-Galatians/Galatians-AllinOne.md"
"file": "template/template.md"
}
}
},
@ -132,7 +132,7 @@
"state": {
"type": "backlink",
"state": {
"file": "48-Galatians/Galatians-AllinOne.md",
"file": "template/template.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -149,7 +149,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "48-Galatians/Galatians-AllinOne.md",
"file": "template/template.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -186,8 +186,9 @@
},
"active": "5948bbbaab8e1e89",
"lastOpenFiles": [
"3-lines-interlinear.md",
"template/template.md",
"48-Galatians/Galatians-AllinOne.md",
"3-lines-interlinear.md",
"48-Galatians/Galatians-Notes.md",
"48-Galatians/Galatians-Interlinear.md",
"48-Galatians/Galatians-Interlinear-TC.md",
@ -211,7 +212,6 @@
"BG4E-ExpPreaching/Sermon-5b-Key.md",
"Excalidraw/Drawing 2023-12-26 09.38.37.excalidraw.md",
"43-John/Joh.3.16.md",
"BBG4E/HW12-PreachingNote.md",
"images/Pasted image 20231211062635.png",
"images/Pasted image 20231206094330.png",
"Excalidraw",

View File

@ -2,6 +2,7 @@
---
@import "{{ site.theme }}";
@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus&family=Noto+Sans+TC&display=swap');
body {
font-family: 'Gentium Book Plus', 'Noto Sans TC';
@ -137,18 +138,18 @@ ul ul::before { left: -7px; top: 0; bottom: 0;
position: relative;
display: inline-flex;
justify-content: center;
background-color: lightgray;
}
[title]:focus::after {
content: attr(title);
position: absolute;
top: 90%;
top: 110%;
color: #000;
background-color: lightgray;
border: 1px solid;
background-color: lightgreen;
border: 2px solid;
width: fit-content;
padding: 3px;
font-size: 10px;
font-size: 12px;
z-index:1;
}
}