Andley_BG4e/.obsidian/snippets/margin-narrow.css

87 lines
1.5 KiB
CSS

.theme-dark {
--text-tag: #4f8dc2;
--ribbon-color : rgb(101, 2, 2);
--text-muted: #E6E6E6;
--color1:#ea4335;
--color2:#4285f4;
--color3:#34a853;
--color4:#ff8a00;
--color-strong: greenyellow;
--color-em:gold;
--text-accent:yellow;
--control-character-color: white;
}
.workspace-ribbon, .workspace-ribbon.mod-left.is-collapsed, .titlebar {
background-color: var(--ribbon-color);
}
/* HTML tags in preview and editor */
.cm-s-obsidian span.cm-tag {
color: var(--text-tag);
font-size: 13px;
font-family: "Arial Narrow";
}
/* BULLET POINT RELATIONSHIP LINES */
.cm-hmd-list-indent .cm-tab, ul ul {
position: relative;
}
.cm-hmd-list-indent .cm-tab::before, ul ul::before {
content:'';
border-left: 1px dotted grey ;
position: absolute;
}
ul ul::before {
left: -15px; top: 0; bottom: 0;
}
/* RUBY Interlinear 格式 */
ruby {
font-family: 'Gentium Book Plus';
font-size: 16px ;
line-height: 5em;
padding: 0px 1px;
}
ul ruby {
line-height:2em;
}
rt {
font-family: 'Arial Narrow';
font-size: 13px ; /* 10pt 字體大小*/
text-align: center;
}
strong, .cm-strong {
color: var(--color-strong);
font-weight:bolder;
}
em, .cm-em {
color: var(--color-em);
font-weight:bold;
font-style:italic;
}
body, .markdown-preview-view {
}
@media print {
}
.cm-header-2,.markdown-preview-view h2 {
color: var(--color2);
font-size:24px; /* 18pt 字體大小*/
text-align: center;
margin-bottom: 24px;
font-family: "Noto Sans Black", "Noto Sans TC Black";
}