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:
591 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | /*
|
---|
| 2 |
|
---|
| 3 | Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
---|
| 4 |
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | .hljs {
|
---|
| 8 | display: block;
|
---|
| 9 | overflow-x: auto;
|
---|
| 10 | padding: 0.5em;
|
---|
| 11 | background: white;
|
---|
| 12 | color: black;
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | .hljs-string,
|
---|
| 16 | .hljs-variable,
|
---|
| 17 | .hljs-template-variable,
|
---|
| 18 | .hljs-symbol,
|
---|
| 19 | .hljs-bullet,
|
---|
| 20 | .hljs-section,
|
---|
| 21 | .hljs-addition,
|
---|
| 22 | .hljs-attribute,
|
---|
| 23 | .hljs-link {
|
---|
| 24 | color: #888;
|
---|
| 25 | }
|
---|
| 26 |
|
---|
| 27 | .hljs-comment,
|
---|
| 28 | .hljs-quote,
|
---|
| 29 | .hljs-meta,
|
---|
| 30 | .hljs-deletion {
|
---|
| 31 | color: #ccc;
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | .hljs-keyword,
|
---|
| 35 | .hljs-selector-tag,
|
---|
| 36 | .hljs-section,
|
---|
| 37 | .hljs-name,
|
---|
| 38 | .hljs-type,
|
---|
| 39 | .hljs-strong {
|
---|
| 40 | font-weight: bold;
|
---|
| 41 | }
|
---|
| 42 |
|
---|
| 43 | .hljs-emphasis {
|
---|
| 44 | font-style: italic;
|
---|
| 45 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.