Mercurial
comparison third_party/highlight/styles/foundation.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 Description: Foundation 4 docs style for highlight.js | |
| 11 Author: Dan Allen <[email protected]> | |
| 12 Website: http://foundation.zurb.com/docs/ | |
| 13 Version: 1.0 | |
| 14 Date: 2013-04-02 | |
| 15 */ | |
| 16 .hljs { | |
| 17 background: #eee; | |
| 18 color: black | |
| 19 } | |
| 20 .hljs-link, | |
| 21 .hljs-emphasis, | |
| 22 .hljs-attribute, | |
| 23 .hljs-addition { | |
| 24 color: #070 | |
| 25 } | |
| 26 .hljs-emphasis { | |
| 27 font-style: italic | |
| 28 } | |
| 29 .hljs-strong, | |
| 30 .hljs-string, | |
| 31 .hljs-deletion { | |
| 32 color: #d14 | |
| 33 } | |
| 34 .hljs-strong { | |
| 35 font-weight: bold | |
| 36 } | |
| 37 .hljs-quote, | |
| 38 .hljs-comment { | |
| 39 color: #998; | |
| 40 font-style: italic | |
| 41 } | |
| 42 .hljs-section, | |
| 43 .hljs-title { | |
| 44 color: #900 | |
| 45 } | |
| 46 .hljs-class .hljs-title, | |
| 47 .hljs-title.class_, | |
| 48 .hljs-type { | |
| 49 color: #458 | |
| 50 } | |
| 51 .hljs-variable, | |
| 52 .hljs-template-variable { | |
| 53 color: #336699 | |
| 54 } | |
| 55 .hljs-bullet { | |
| 56 color: #997700 | |
| 57 } | |
| 58 .hljs-meta { | |
| 59 color: #3344bb | |
| 60 } | |
| 61 .hljs-code, | |
| 62 .hljs-number, | |
| 63 .hljs-literal, | |
| 64 .hljs-keyword, | |
| 65 .hljs-selector-tag { | |
| 66 color: #099 | |
| 67 } | |
| 68 .hljs-regexp { | |
| 69 background-color: #fff0ff; | |
| 70 color: #880088 | |
| 71 } | |
| 72 .hljs-symbol { | |
| 73 color: #990073 | |
| 74 } | |
| 75 .hljs-tag, | |
| 76 .hljs-name, | |
| 77 .hljs-selector-id, | |
| 78 .hljs-selector-class { | |
| 79 color: #007700 | |
| 80 } |