main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[d24f17c] | 1 | /*
|
---|
| 2 |
|
---|
| 3 | highlight.js style for Microtik RouterOS script
|
---|
| 4 |
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | .hljs {
|
---|
| 8 | display: block;
|
---|
| 9 | overflow-x: auto;
|
---|
| 10 | padding: 0.5em;
|
---|
| 11 | background: #F0F0F0;
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | /* Base color: saturation 0; */
|
---|
| 15 |
|
---|
| 16 | .hljs,
|
---|
| 17 | .hljs-subst {
|
---|
| 18 | color: #444;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | .hljs-comment {
|
---|
| 22 | color: #888888;
|
---|
| 23 | }
|
---|
| 24 |
|
---|
| 25 | .hljs-keyword,
|
---|
| 26 | .hljs-selector-tag,
|
---|
| 27 | .hljs-meta-keyword,
|
---|
| 28 | .hljs-doctag,
|
---|
| 29 | .hljs-name {
|
---|
| 30 | font-weight: bold;
|
---|
| 31 | }
|
---|
| 32 |
|
---|
| 33 | .hljs-attribute {
|
---|
| 34 | color: #0E9A00;
|
---|
| 35 | }
|
---|
| 36 |
|
---|
| 37 | .hljs-function {
|
---|
| 38 | color: #99069A;
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | .hljs-builtin-name {
|
---|
| 42 | color: #99069A;
|
---|
| 43 | }
|
---|
| 44 |
|
---|
| 45 | /* User color: hue: 0 */
|
---|
| 46 |
|
---|
| 47 | .hljs-type,
|
---|
| 48 | .hljs-string,
|
---|
| 49 | .hljs-number,
|
---|
| 50 | .hljs-selector-id,
|
---|
| 51 | .hljs-selector-class,
|
---|
| 52 | .hljs-quote,
|
---|
| 53 | .hljs-template-tag,
|
---|
| 54 | .hljs-deletion {
|
---|
| 55 | color: #880000;
|
---|
| 56 | }
|
---|
| 57 |
|
---|
| 58 | .hljs-title,
|
---|
| 59 | .hljs-section {
|
---|
| 60 | color: #880000;
|
---|
| 61 | font-weight: bold;
|
---|
| 62 | }
|
---|
| 63 |
|
---|
| 64 | .hljs-regexp,
|
---|
| 65 | .hljs-symbol,
|
---|
| 66 | .hljs-variable,
|
---|
| 67 | .hljs-template-variable,
|
---|
| 68 | .hljs-link,
|
---|
| 69 | .hljs-selector-attr,
|
---|
| 70 | .hljs-selector-pseudo {
|
---|
| 71 | color: #BC6060;
|
---|
| 72 | }
|
---|
| 73 |
|
---|
| 74 |
|
---|
| 75 | /* Language color: hue: 90; */
|
---|
| 76 |
|
---|
| 77 | .hljs-literal {
|
---|
| 78 | color: #78A960;
|
---|
| 79 | }
|
---|
| 80 |
|
---|
| 81 | .hljs-built_in,
|
---|
| 82 | .hljs-bullet,
|
---|
| 83 | .hljs-code,
|
---|
| 84 | .hljs-addition {
|
---|
| 85 | color: #0C9A9A;
|
---|
| 86 | }
|
---|
| 87 |
|
---|
| 88 |
|
---|
| 89 | /* Meta color: hue: 200 */
|
---|
| 90 |
|
---|
| 91 | .hljs-meta {
|
---|
| 92 | color: #1f7199;
|
---|
| 93 | }
|
---|
| 94 |
|
---|
| 95 | .hljs-meta-string {
|
---|
| 96 | color: #4d99bf;
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 |
|
---|
| 100 | /* Misc effects */
|
---|
| 101 |
|
---|
| 102 | .hljs-emphasis {
|
---|
| 103 | font-style: italic;
|
---|
| 104 | }
|
---|
| 105 |
|
---|
| 106 | .hljs-strong {
|
---|
| 107 | font-weight: bold;
|
---|
| 108 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.