Mercurial
comparison third_party/highlight/styles/routeros.css @ 157:2db6253f355d
[ThirdParty] Added highlight library for better readability on blog.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 13 Jan 2026 19:18:47 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 156:cd35e600ae34 | 157:2db6253f355d |
|---|---|
| 1 pre code.hljs { | |
| 2 display: block; | |
| 3 overflow-x: auto; | |
| 4 padding: 1em | |
| 5 } | |
| 6 code.hljs { | |
| 7 padding: 3px 5px | |
| 8 } | |
| 9 /* | |
| 10 | |
| 11 highlight.js style for MikroTik RouterOS script | |
| 12 | |
| 13 */ | |
| 14 .hljs { | |
| 15 color: #444; | |
| 16 background: #F0F0F0 | |
| 17 } | |
| 18 /* Base color: saturation 0; */ | |
| 19 .hljs-subst { | |
| 20 color: #444 | |
| 21 } | |
| 22 .hljs-comment { | |
| 23 color: #888888 | |
| 24 } | |
| 25 .hljs-keyword, | |
| 26 .hljs-selector-tag, | |
| 27 .hljs-meta .hljs-keyword, | |
| 28 .hljs-doctag, | |
| 29 .hljs-name { | |
| 30 font-weight: bold | |
| 31 } | |
| 32 .hljs-attribute { | |
| 33 color: #0E9A00 | |
| 34 } | |
| 35 .hljs-function { | |
| 36 color: #99069A | |
| 37 } | |
| 38 /* User color: hue: 0 */ | |
| 39 .hljs-type, | |
| 40 .hljs-string, | |
| 41 .hljs-number, | |
| 42 .hljs-selector-id, | |
| 43 .hljs-selector-class, | |
| 44 .hljs-quote, | |
| 45 .hljs-template-tag, | |
| 46 .hljs-deletion { | |
| 47 color: #880000 | |
| 48 } | |
| 49 .hljs-title, | |
| 50 .hljs-section { | |
| 51 color: #880000; | |
| 52 font-weight: bold | |
| 53 } | |
| 54 .hljs-regexp, | |
| 55 .hljs-symbol, | |
| 56 .hljs-variable, | |
| 57 .hljs-template-variable, | |
| 58 .hljs-link, | |
| 59 .hljs-selector-attr, | |
| 60 .hljs-selector-pseudo { | |
| 61 color: #BC6060 | |
| 62 } | |
| 63 /* Language color: hue: 90; */ | |
| 64 .hljs-literal { | |
| 65 color: #78A960 | |
| 66 } | |
| 67 .hljs-built_in, | |
| 68 .hljs-bullet, | |
| 69 .hljs-code, | |
| 70 .hljs-addition { | |
| 71 color: #0C9A9A | |
| 72 } | |
| 73 /* Meta color: hue: 200 */ | |
| 74 .hljs-meta { | |
| 75 color: #1f7199 | |
| 76 } | |
| 77 .hljs-meta .hljs-string { | |
| 78 color: #4d99bf | |
| 79 } | |
| 80 /* Misc effects */ | |
| 81 .hljs-emphasis { | |
| 82 font-style: italic | |
| 83 } | |
| 84 .hljs-strong { | |
| 85 font-weight: bold | |
| 86 } |