-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 调整配色 2. 更改标题样式:改了下背景色、添加了一点阴影、添加了savor的标题提示
- Loading branch information
Showing
16 changed files
with
213 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
/*.protyle-wysiwyg .h1>[spellcheck]:has([data-type="inline-math"]), | ||
.protyle-wysiwyg .h2>[spellcheck]:has([data-type="inline-math"]), | ||
.protyle-wysiwyg .h3>[spellcheck]:has([data-type="inline-math"]), | ||
.protyle-wysiwyg .h4>[spellcheck]:has([data-type="inline-math"]), | ||
.protyle-wysiwyg .h5>[spellcheck]:has([data-type="inline-math"]), | ||
.protyle-wysiwyg .h6>[spellcheck]:has([data-type="inline-math"]){ | ||
white-space:normal; | ||
}*/ | ||
:root { | ||
--h1-list-graphic: #eb8383; | ||
--h2-list-graphic: #ae9acb; | ||
--h3-list-graphic: #63a4c1; | ||
--h4-list-graphic: #71a796; | ||
--h5-list-graphic: #3b51a4; | ||
--h6-list-graphic: #dda36a; | ||
} | ||
|
||
|
||
/* .protyle-wysiwyg .h1>[spellcheck]:not(:empty)::after{ | ||
content:""; | ||
position:absolute; | ||
float:left; | ||
margin-left:5px; | ||
height:0.45em; | ||
width:0.15em; | ||
bottom:0.5em; | ||
border-radius:3px; | ||
background-color:var(--h1-list-graphic); | ||
opacity:0.5; | ||
} | ||
.protyle-wysiwyg [data-node-id].li > .protyle-action ~ .h1>[spellcheck]::after{ | ||
bottom:0.2em; | ||
} */ | ||
|
||
/* .protyle-wysiwyg .h2>[spellcheck]:not(:empty)::after{ | ||
content:""; | ||
position:absolute; | ||
float:left; | ||
margin-left:5px; | ||
height:0.16em; | ||
width:0.16em; | ||
bottom:0.76em; | ||
border-radius:3px; | ||
background-color:var(--h2-list-graphic); | ||
opacity:0.5; | ||
box-shadow: 0.25em 0.25em 0 0 var(--h2-list-graphic); | ||
} | ||
.protyle-wysiwyg [data-node-id].li > .protyle-action ~ .h2>[spellcheck]::after{ | ||
bottom:0.5em; | ||
} */ | ||
|
||
.protyle-wysiwyg .h3>[spellcheck]:not(:empty)::after{ | ||
content:""; | ||
position:absolute; | ||
float:left; | ||
margin-left:5px; | ||
height:0.16em; | ||
width:0.16em; | ||
bottom:0.62em; | ||
border-radius:3px; | ||
background-color:var(--h3-list-graphic); | ||
opacity:0.5; | ||
box-shadow: 0.25em 0.25em 0 0 var(--h3-list-graphic),0 0.25em 0 0 var(--h3-list-graphic); | ||
} | ||
|
||
.protyle-wysiwyg .h4>[spellcheck]:not(:empty)::after{ | ||
content:""; | ||
position:absolute; | ||
float:left; | ||
margin-left:5px; | ||
height:0.15em; | ||
width:0.15em; | ||
bottom:0.68em; | ||
border-radius:3px; | ||
background-color:var(--h4-list-graphic); | ||
opacity:0.5; | ||
box-shadow: 0.25em 0.25em 0 0 var(--h4-list-graphic),0 0.25em 0 0 var(--h4-list-graphic),0.25em 0 0 0 var(--h4-list-graphic); | ||
} | ||
|
||
.protyle-wysiwyg .h5>[spellcheck]:not(:empty)::after{ | ||
content:""; | ||
position:absolute; | ||
float:left; | ||
margin-left:5px; | ||
height:0.15em; | ||
width:0.15em; | ||
bottom:0.8em; | ||
border-radius:3px; | ||
background-color:var(--h5-list-graphic); | ||
opacity:0.5; | ||
box-shadow: 0.25em 0.25em 0 0 var(--h5-list-graphic),0 0.25em 0 0 var(--h5-list-graphic),0.25em 0 0 0 var(--h5-list-graphic),0 -0.25em 0 0 var(--h5-list-graphic); | ||
} | ||
|
||
.protyle-wysiwyg .h6>[spellcheck]:not(:empty)::after{ | ||
content:""; | ||
position:absolute; | ||
float:left; | ||
margin-left:5px; | ||
height:0.15em; | ||
width:0.15em; | ||
bottom:0.9em; | ||
border-radius:3px; | ||
background-color:var(--h6-list-graphic); | ||
opacity:0.5; | ||
box-shadow: 0.25em 0.25em 0 0 var(--h6-list-graphic),0 0.25em 0 0 var(--h6-list-graphic),0.25em 0 0 0 var(--h6-list-graphic),0 -0.25em 0 0 var(--h6-list-graphic),0.25em -0.25em 0 0 var(--h6-list-graphic); | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters