mirror of https://git.door43.org/Andley/BG4e
vault backup: 2023-07-30 06:07:51
Affected files: 40-Matthew/Mat.5.1-2.md assets/css/style.scss
This commit is contained in:
parent
c132cfde78
commit
f90c9287d1
|
@ -25,3 +25,5 @@
|
|||
-
|
||||
- 5:2 καὶ *ἀνοίξας* τὸ στόμα αὐτοῦ **ἐδίδασκεν** αὐτοὺς *λέγων*· 他就開口教訓他們,說
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -103,10 +103,18 @@
|
|||
}
|
||||
|
||||
/* text decoration for marking syntax functions */
|
||||
.S {text-decoration: underline double; text-underline-offset: 4px; }
|
||||
.P {text-decoration: underline wavy; text-underline-offset: 4px; }
|
||||
.C {text-decoration: underline solid; text-underline-offset: 4px; }
|
||||
.A {text-decoration: underline dotted; text-underline-offset: 4px; }
|
||||
mark {
|
||||
&.pm {background: none;font-weight:900; }
|
||||
&.S {background: none; text-decoration: underline double; text-underline-offset: 5px;}
|
||||
&.P {background: none; text-decoration: underline wavy; text-underline-offset: 5px;}
|
||||
&.C {background: none; text-decoration: underline solid; text-underline-offset: 5px;}
|
||||
&.A {background: none; text-decoration: underline dotted; text-underline-offset: 5px;}
|
||||
&.green {background-color: lightgreen; }
|
||||
&.red {background-color: lightcoral; }
|
||||
&.blue {background-color: skyblue; }
|
||||
&.purple {background-color: purple; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* BULLET POINT RELATIONSHIP LINES */
|
||||
|
|
Loading…
Reference in New Issue