Mercurial
comparison third_party/highlight/styles/googlecode.css @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 2db6253f355d |
| children |
comparison
equal
deleted
inserted
replaced
| 151:c033667da5f9 | 173:827c6ac504cd |
|---|---|
| 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 Google Code style (c) Aahan Krish <[email protected]> | |
| 12 | |
| 13 */ | |
| 14 .hljs { | |
| 15 background: white; | |
| 16 color: black | |
| 17 } | |
| 18 .hljs-comment, | |
| 19 .hljs-quote { | |
| 20 color: #800 | |
| 21 } | |
| 22 .hljs-keyword, | |
| 23 .hljs-selector-tag, | |
| 24 .hljs-section, | |
| 25 .hljs-title, | |
| 26 .hljs-name { | |
| 27 color: #008 | |
| 28 } | |
| 29 .hljs-variable, | |
| 30 .hljs-template-variable { | |
| 31 color: #660 | |
| 32 } | |
| 33 .hljs-string, | |
| 34 .hljs-selector-attr, | |
| 35 .hljs-selector-pseudo, | |
| 36 .hljs-regexp { | |
| 37 color: #080 | |
| 38 } | |
| 39 .hljs-literal, | |
| 40 .hljs-symbol, | |
| 41 .hljs-bullet, | |
| 42 .hljs-meta, | |
| 43 .hljs-number, | |
| 44 .hljs-link { | |
| 45 color: #066 | |
| 46 } | |
| 47 .hljs-title, | |
| 48 .hljs-doctag, | |
| 49 .hljs-type, | |
| 50 .hljs-attr, | |
| 51 .hljs-built_in, | |
| 52 .hljs-params { | |
| 53 color: #606 | |
| 54 } | |
| 55 .hljs-attribute, | |
| 56 .hljs-subst { | |
| 57 color: #000 | |
| 58 } | |
| 59 .hljs-formula { | |
| 60 background-color: #eee; | |
| 61 font-style: italic | |
| 62 } | |
| 63 .hljs-selector-id, | |
| 64 .hljs-selector-class { | |
| 65 color: #9B703F | |
| 66 } | |
| 67 .hljs-addition { | |
| 68 background-color: #baeeba | |
| 69 } | |
| 70 .hljs-deletion { | |
| 71 background-color: #ffc8bd | |
| 72 } | |
| 73 .hljs-doctag, | |
| 74 .hljs-strong { | |
| 75 font-weight: bold | |
| 76 } | |
| 77 .hljs-emphasis { | |
| 78 font-style: italic | |
| 79 } |