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:
900 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | /*
|
---|
| 2 | Description: Magula style for highligh.js
|
---|
| 3 | Author: Ruslan Keba <rukeba@gmail.com>
|
---|
| 4 | Website: http://rukeba.com/
|
---|
| 5 | Version: 1.0
|
---|
| 6 | Date: 2009-01-03
|
---|
| 7 | Music: Aphex Twin / Xtal
|
---|
| 8 | */
|
---|
| 9 |
|
---|
| 10 | .hljs {
|
---|
| 11 | display: block;
|
---|
| 12 | overflow-x: auto;
|
---|
| 13 | padding: 0.5em;
|
---|
| 14 | background-color: #f4f4f4;
|
---|
| 15 | color: black;
|
---|
| 16 | }
|
---|
| 17 |
|
---|
| 18 | .hljs-subst {
|
---|
| 19 | color: black;
|
---|
| 20 | }
|
---|
| 21 |
|
---|
| 22 | .hljs-string,
|
---|
| 23 | .hljs-title,
|
---|
| 24 | .hljs-symbol,
|
---|
| 25 | .hljs-bullet,
|
---|
| 26 | .hljs-attribute,
|
---|
| 27 | .hljs-addition,
|
---|
| 28 | .hljs-variable,
|
---|
| 29 | .hljs-template-tag,
|
---|
| 30 | .hljs-template-variable {
|
---|
| 31 | color: #050;
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | .hljs-comment,
|
---|
| 35 | .hljs-quote {
|
---|
| 36 | color: #777;
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | .hljs-number,
|
---|
| 40 | .hljs-regexp,
|
---|
| 41 | .hljs-literal,
|
---|
| 42 | .hljs-type,
|
---|
| 43 | .hljs-link {
|
---|
| 44 | color: #800;
|
---|
| 45 | }
|
---|
| 46 |
|
---|
| 47 | .hljs-deletion,
|
---|
| 48 | .hljs-meta {
|
---|
| 49 | color: #00e;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | .hljs-keyword,
|
---|
| 53 | .hljs-selector-tag,
|
---|
| 54 | .hljs-doctag,
|
---|
| 55 | .hljs-title,
|
---|
| 56 | .hljs-section,
|
---|
| 57 | .hljs-built_in,
|
---|
| 58 | .hljs-tag,
|
---|
| 59 | .hljs-name {
|
---|
| 60 | font-weight: bold;
|
---|
| 61 | color: navy;
|
---|
| 62 | }
|
---|
| 63 |
|
---|
| 64 | .hljs-emphasis {
|
---|
| 65 | font-style: italic;
|
---|
| 66 | }
|
---|
| 67 |
|
---|
| 68 | .hljs-strong {
|
---|
| 69 | font-weight: bold;
|
---|
| 70 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.