You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
257 lines
4.4 KiB
257 lines
4.4 KiB
.templater_div {
|
|
border-top: 1px solid var(--background-modifier-border);
|
|
}
|
|
|
|
.templater_div > .setting-item {
|
|
border-top: none !important;
|
|
align-self: center;
|
|
}
|
|
|
|
.templater_div > .setting-item > .setting-item-control {
|
|
justify-content: space-around;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.templater_div > .setting-item > .setting-item-control > .setting-editor-extra-setting-button {
|
|
align-self: center;
|
|
}
|
|
|
|
.templater_title {
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.templater_template {
|
|
align-self: center;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
width: 70%;
|
|
}
|
|
|
|
.templater_cmd {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
font-size: 14px;
|
|
width: 100%;
|
|
}
|
|
|
|
.templater_div2 > .setting-item {
|
|
align-content: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.templater_button:hover {
|
|
background-color: #00496A !important;
|
|
}
|
|
|
|
.templater-prompt-div {
|
|
display: flex;
|
|
}
|
|
|
|
.templater-prompt-form {
|
|
display: flex;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.templater-prompt-input {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
|
|
|
|
|
|
.cm-s-obsidian .templater-command-bg {
|
|
left: 0px;
|
|
right: 0px;
|
|
background-color: var(--background-primary-alt);
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command{
|
|
color: #d4d4d4;
|
|
font-size: 0.85em;
|
|
font-family: var(--font-monospace);
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.cm-s-obsidian .templater-inline .cm-templater-command {
|
|
background-color: var(--background-primary-alt);
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
|
|
color: #008BFF;
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
|
|
color: #C0D700;
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
|
|
color: green;
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-keyword {
|
|
color: #00A7AA;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-atom {
|
|
color: #F39B35;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-number {
|
|
color: #A06FCA;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-type {
|
|
color: #A06FCA;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-def {
|
|
color: #98E342;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-property {
|
|
color: #D4D4D4;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-variable {
|
|
color: #D4D4D4;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-variable-2 {
|
|
color: #da7dae;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-variable-3 {
|
|
color: #A06FCA;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
|
|
color: #FC4384;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-property.cm-def {
|
|
color: #FC4384;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-callee {
|
|
color: #FC4384;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-operator {
|
|
color: #FC4384;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-qualifier {
|
|
color: #FC4384;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-tag {
|
|
color: #FC4384;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
|
|
color: #D4D4D4;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-attribute {
|
|
color: #A06FCA;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-comment {
|
|
color: #696d70;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
|
|
color: #FC4384;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
|
|
color: #D4D4D4;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-string {
|
|
color: #E6DB74;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-string-2 {
|
|
color: #F39B35;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-meta {
|
|
color: #D4D4D4;
|
|
background: inherit;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-builtin {
|
|
color: #FC4384;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-header {
|
|
color: #da7dae;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-hr {
|
|
color: #98E342;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-link {
|
|
color: #696d70;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian .cm-templater-command.cm-error {
|
|
border-bottom: 1px solid #C42412;
|
|
}
|
|
|
|
|
|
.cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command.CodeMirror-activeline-background {
|
|
background: #272727;
|
|
}
|
|
|
|
.cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
|
|
outline: 1px solid grey;
|
|
color: #D4D4D4 !important;
|
|
}
|