vault backup: 2021-04-19 05:25:40

This commit is contained in:
Andley Chang 2021-04-19 05:25:40 +08:00
parent 1be0234c44
commit 643ef2a52a
4 changed files with 6 additions and 259 deletions

View File

@ -95,10 +95,7 @@
--color3:darkgreen;
--color4:darkmagenta;
}
/* highlight active line */
.workspace-leaf.mod-active .CodeMirror-activeline .CodeMirror-linebackground{
background-color: black;
}
/* 標題顏色 */
.titlebar-inner {
@ -238,6 +235,8 @@ ul ul::before {
bottom: 0;
}
/*=== filename 字體變小 === */
.nav-file-title, .nav-folder-title {
display: flex;
border: 1px solid transparent;

3
.obsidian/workspace vendored
View File

@ -71,8 +71,7 @@
}
],
"direction": "horizontal",
"width": 170,
"collapsed": true
"width": 170
},
"right": {
"id": "92fec9da4657ec59",

View File

@ -118,7 +118,8 @@
- 15d ἐγνώρισα 接兩個補語:人 (間接受格 ὑμῖν)、事 (直接受格 πάντα)
- 15e 關係代名詞 ἃ 帶出來的內嵌子句,補充說明 15d 的 πάντα。ἃ 的性數與先行詞 πάντα 一致 (GGBB 336 = 中希 351);ἃ 是直接受格,則是因為在內嵌子句裡面要當作 ἤκουσα 的補語。
- _(1c) 彼此相愛是因著耶穌的撿選 (15:16)_
- 15:16 兩個關鍵字:撿選 (κλέγω)、指派 (ἔθηκα),兩者都表明:(1) 神的主動,不是人找神,而是神找人;(2) 神的恩典,人之所以能結果子 (16efg),都是出於神的分派 (τίθημι)。
- 15:16 兩個關鍵字:撿選 (ἐξελεξάμην)、指派 (ἔθηκα),兩者都表明:(1) 神的主動,不是人找神,而是神找人⇒而且是神主動找人當朋友;(2) 神的預定,結果子 (16efg) 乃是神所預定、派任 (τίθημι BAGD)。
-
- 16c τίθημι 後面接 ἵνα 子句,表示預定、派任門徒去結果子 (BAGD),從上下文 15:12, 17 彼此相愛首尾呼應來看,結果子具體的呈現就是彼此相愛。
- 16d ὑπάγω 呼應大使命 (太28:1920)
- 太28:1920 所以,你們要去,使萬民作我的門徒,奉父、子、聖靈的名給他們施洗。凡我所吩咐你們的,都教訓他們遵守,我就常與你們同在,直到世界的末了。」

View File

@ -1,252 +0,0 @@
/* ============= 設定字型 ================== */
@font-face {
font-family: AndleyFont;
unicode-range: U+0370-03FF, U+1F00-1FFF; /* Greek UNICODE */
src: local("SBL BibLit");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+0590-05FF, U+FB10-FB4F; /* Hebrew UNICODE */
src: local("SBL BibLit");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+00-024F; /* English UNICODE */
src: local("Noto Sans");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+4E00-9FFF; /* 中文 UNICODE */
src: local("Noto Sans CJK TC");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+0370-03FF, U+1F00-1FFF; /* Greek UNICODE */
src: local("Arial Narrow");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+00-024F; /* English UNICODE */
src: local("Arial Narrow");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+4E00-9FFF; /* 中文 UNICODE */
src: local("Noto Sans CJK TC");
}
/* ============= 列印 PDF 設定 ============= */
@media print {
/* -------- 列印強調 ---------- */
a, strong, em {
color: black !important;
}
/* -------- 列印 Interlinear 經文段落---------- */
ruby {
font-size: 19px !important; /* 14pt 字體大小*/
line-height: 19px !important;
padding-bottom: 10px !important;
}
rt {
font-size: 16px !important; /* 12pt 字體大小*/
line-height: 16px !important;
}
/* -------- 列印 Interlinear 圖析 ---------- */
ul ruby {
font-size: 16px !important; /* 12pt 字體大小*/
line-height: 14px !important;
padding-bottom: 3px !important;
}
ul rt {
font-size: 13px !important; /* 10pt 字體大小*/
line-height: 12px !important;
}
/* -------- 列印其他文字 ---------- */
html, body {
background-color: white !important;
color: black !important;
font-size: 16px !important; /* 12pt 字體大小*/
}
}
/* ============= 銀幕顯示 設定 ============= */
/* Obsidian 介面 */
.theme-dark {
--text-tag: #778899;
--text-muted: #D3D3D3;
--text-faint: gold;
--text-normal: #f1f1f1;
--text-selection: #ffe23d48;
--text-accent: greenyellow;
--color1:#ea4335;
--color2:#4285f4;
--color3:#34a853;
--color4:#ff8a00;
--opacity-translucency: 0.8;
--background-primary: #202124;
--font-monospace: "Noto Sans Mono CJK TC";
}
.theme-light {
--text-tag: rgb(128, 136, 240);
--text-normal:black;
--text-selection: #ffe23d48;
--background-primary: white;
--color1:darkred;
--color2:darkblue;
--color3:darkgreen;
--color4:darkmagenta;
--opacity-translucency: 0;
--font-monospace: "Noto Sans Mono CJK TC";
}
/* highlight active line */
.workspace-leaf.mod-active .CodeMirror-activeline .CodeMirror-linebackground{
background-color: hsl(0, 0%, 0%);
}
/* 標題顏色 */
.titlebar-inner {
color: var(--text-faint);
width: 100%;
}
.workspace-leaf.mod-active .view-header-title {
color: var(--text-accent);
}
/* 粗體、斜體 in preview and editor */
.cm-strong, .markdown-preview-view strong {
font-weight: bolder;
color: var(--text-accent);
}
.cm-em, .markdown-preview-view em {
color: var(--text-accent);
}
/* tags in preview and editor */
.cm-s-obsidian span.cm-tag {
color: var(--text-tag);
}
/* 標題 */
.cm-header-1, .markdown-preview-view h1 {
color: var(--color1);
font-size:26px; /* 20pt 字體大小*/
text-align: center;
border-bottom: 4px double ;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-2,.markdown-preview-view h2 {
color: var(--color2);
font-size:24px; /* 18pt 字體大小*/
text-align: center;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-3,.markdown-preview-view h3 {
color: var(--color3);
font-size:22px; /* 16pt 字體大小*/
text-indent: -30px;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-4,.markdown-preview-view h4 {
color: var(--color4);
font-size:19px; /* 14pt 字體大小*/
text-indent: -20px;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-5,.markdown-preview-view h5 {
color: var(--color5);
font-size:16px; /* 12pt 字體大小*/
text-indent: -10px;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-6,.markdown-preview-view h6 {
color: var(--color6);
font-size:16px; /* 12pt 字體大小*/
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
/***************************************/
/* Table */
/***************************************/
.markdown-preview-view th {
border: 1px solid;
border-bottom: 4px double;
font-weight: 800;
padding: 3px 5px;
}
.markdown-preview-view td {
border: 1px solid;
padding: 3px 5px;
}
/***************************************/
/* Ruby Interlinear */
/***************************************/
/* -------- 銀幕 Interlinear 經文段落---------- */
ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
font-size: 19px ;
line-height: 18px ;
padding-bottom: 10px ;
font-family: AndleyFont;
}
rt {
font-size: 16px ;
line-height: 15px ;
font-family: InterlinearFont;
}
ul ruby {
font-size: 16px ; /* 12pt 字體大小*/
line-height: 14px ;
padding-bottom: 3px ;
}
ul rt {
font-size: 13px ; /* 10pt 字體大小*/
line-height: 12px ;
}
html, body {
font-family: AndleyFont;
font-size: 15px;
background-color: white;
color: black;
}
/*=== trace indentation lines by death_au === */
.cm-hmd-list-indent .cm-tab,
ul ul {
position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ul ul::before {
content: "";
border-left: 1px solid var(--text-tag);
position: absolute;
}
.cm-hmd-list-indent .cm-tab::before {
left: 0;
top: -5px;
bottom: -4px;
}
ul ul::before {
left: -15px;
top: 0;
bottom: 0;
}