Compare commits
2 Commits
0365d7b55a
...
67f066fa6d
| Author | SHA1 | Date | |
|---|---|---|---|
| 67f066fa6d | |||
| a122a92e04 |
File diff suppressed because one or more lines are too long
@ -1,80 +1,7 @@
|
|||||||
/*
|
/*!
|
||||||
|
Theme: Zenburn
|
||||||
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
|
Author: elnawe
|
||||||
based on dark.css by Ivan Sagalaev
|
License: ~ MIT (or more permissive) [via base16-schemes-source]
|
||||||
|
Maintainer: @highlightjs/core-team
|
||||||
*/
|
Version: 2021.09.0
|
||||||
|
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dcdccc;background:#383838}.hljs ::selection,.hljs::selection{background-color:#606060;color:#dcdccc}.hljs-comment{color:#6f6f6f}.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dcdccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dca3a3}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dfaf8f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e0cf9f}.hljs-strong{font-weight:700;color:#e0cf9f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5f7f5f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#93e0e3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cb8bb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#dc8cc3}.hljs-emphasis{color:#dc8cc3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#000}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
|
||||||
.hljs {
|
|
||||||
display: block;
|
|
||||||
overflow-x: auto;
|
|
||||||
padding: 0.5em;
|
|
||||||
background: #3f3f3f;
|
|
||||||
color: #dcdcdc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-keyword,
|
|
||||||
.hljs-selector-tag,
|
|
||||||
.hljs-tag {
|
|
||||||
color: #e3ceab;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-template-tag {
|
|
||||||
color: #dcdcdc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-number {
|
|
||||||
color: #8cd0d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-variable,
|
|
||||||
.hljs-template-variable,
|
|
||||||
.hljs-attribute {
|
|
||||||
color: #efdcbc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-literal {
|
|
||||||
color: #efefaf;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-subst {
|
|
||||||
color: #8f8f8f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-title,
|
|
||||||
.hljs-name,
|
|
||||||
.hljs-selector-id,
|
|
||||||
.hljs-selector-class,
|
|
||||||
.hljs-section,
|
|
||||||
.hljs-type {
|
|
||||||
color: #efef8f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-symbol,
|
|
||||||
.hljs-bullet,
|
|
||||||
.hljs-link {
|
|
||||||
color: #dca3a3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-deletion,
|
|
||||||
.hljs-string,
|
|
||||||
.hljs-built_in,
|
|
||||||
.hljs-builtin-name {
|
|
||||||
color: #cc9393;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-addition,
|
|
||||||
.hljs-comment,
|
|
||||||
.hljs-quote,
|
|
||||||
.hljs-meta {
|
|
||||||
color: #7f9f7f;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.hljs-emphasis {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-strong {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
@ -64,7 +64,7 @@ Befehle
|
|||||||
@content
|
@content
|
||||||
Allgemeiner Aufbau eine Befehls:
|
Allgemeiner Aufbau eine Befehls:
|
||||||
|
|
||||||
``` {.hljs}
|
``` {.hljs .lang-txt}
|
||||||
\<befehl>[<optionale_parameter>]{<obligatorische_parameter>}
|
\<befehl>[<optionale_parameter>]{<obligatorische_parameter>}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -64,7 +64,7 @@ Commands
|
|||||||
@content
|
@content
|
||||||
General structure of a command:
|
General structure of a command:
|
||||||
|
|
||||||
``` {.lang-tex .tex .hljs}
|
``` {.hljs .lang-txt}
|
||||||
\<command>[<optional_parameters>]{<obligatory_parameters>}
|
\<command>[<optional_parameters>]{<obligatory_parameters>}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ Text Markup
|
|||||||
Emphases
|
Emphases
|
||||||
|
|
||||||
@content
|
@content
|
||||||
Continuous text can be emphasised with `\emph{}`:
|
Continuous text can be emphasized with `\emph{}`:
|
||||||
|
|
||||||
``` {.lang-tex .hljs}
|
``` {.lang-tex .hljs}
|
||||||
\emph{Emphasize important
|
\emph{Emphasize important
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user