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", "default",
"bg4e" "bg4e"
], ],
"theme": "moonstone", "theme": "obsidian",
"cssTheme": "", "cssTheme": "",
"interfaceFontFamily": "", "interfaceFontFamily": "",
"textFontFamily": "", "textFontFamily": "",

View File

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

View File

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

View File

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