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:
852 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | /*
|
---|
| 2 | Date: 17.V.2011
|
---|
| 3 | Author: pumbur <pumbur@pumbur.net>
|
---|
| 4 | */
|
---|
| 5 |
|
---|
| 6 | .hljs {
|
---|
| 7 | display: block;
|
---|
| 8 | overflow-x: auto;
|
---|
| 9 | padding: 0.5em;
|
---|
| 10 | background: #222;
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | .hljs,
|
---|
| 14 | .hljs-subst {
|
---|
| 15 | color: #aaa;
|
---|
| 16 | }
|
---|
| 17 |
|
---|
| 18 | .hljs-section {
|
---|
| 19 | color: #fff;
|
---|
| 20 | }
|
---|
| 21 |
|
---|
| 22 | .hljs-comment,
|
---|
| 23 | .hljs-quote,
|
---|
| 24 | .hljs-meta {
|
---|
| 25 | color: #444;
|
---|
| 26 | }
|
---|
| 27 |
|
---|
| 28 | .hljs-string,
|
---|
| 29 | .hljs-symbol,
|
---|
| 30 | .hljs-bullet,
|
---|
| 31 | .hljs-regexp {
|
---|
| 32 | color: #ffcc33;
|
---|
| 33 | }
|
---|
| 34 |
|
---|
| 35 | .hljs-number,
|
---|
| 36 | .hljs-addition {
|
---|
| 37 | color: #00cc66;
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | .hljs-built_in,
|
---|
| 41 | .hljs-builtin-name,
|
---|
| 42 | .hljs-literal,
|
---|
| 43 | .hljs-type,
|
---|
| 44 | .hljs-template-variable,
|
---|
| 45 | .hljs-attribute,
|
---|
| 46 | .hljs-link {
|
---|
| 47 | color: #32aaee;
|
---|
| 48 | }
|
---|
| 49 |
|
---|
| 50 | .hljs-keyword,
|
---|
| 51 | .hljs-selector-tag,
|
---|
| 52 | .hljs-name,
|
---|
| 53 | .hljs-selector-id,
|
---|
| 54 | .hljs-selector-class {
|
---|
| 55 | color: #6644aa;
|
---|
| 56 | }
|
---|
| 57 |
|
---|
| 58 | .hljs-title,
|
---|
| 59 | .hljs-variable,
|
---|
| 60 | .hljs-deletion,
|
---|
| 61 | .hljs-template-tag {
|
---|
| 62 | color: #bb1166;
|
---|
| 63 | }
|
---|
| 64 |
|
---|
| 65 | .hljs-section,
|
---|
| 66 | .hljs-doctag,
|
---|
| 67 | .hljs-strong {
|
---|
| 68 | font-weight: bold;
|
---|
| 69 | }
|
---|
| 70 |
|
---|
| 71 | .hljs-emphasis {
|
---|
| 72 | font-style: italic;
|
---|
| 73 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.