]> git.mxchange.org Git - friendica.git/blob - library/Text_Highlighter/sample.css
Bugfix: On "photos" the session management has to work
[friendica.git] / library / Text_Highlighter / sample.css
1 .hl-main ol {
2         line-height: 1.0;
3 }
4 .hl-default {
5     color: Black;
6 }
7 .hl-code {
8     color: Black;
9 }
10 .hl-brackets {
11     color: Olive;
12 }
13 .hl-comment {
14     color: Purple;
15 }
16 .hl-quotes {
17     color: Darkred;
18 }
19 .hl-string {
20     color: Red;
21 }
22 .hl-identifier {
23     color: Blue;
24 }
25 .hl-builtin {
26     color: Teal;
27 }
28 .hl-reserved {
29     color: Green;
30 }
31 .hl-inlinedoc {
32     color: Blue;
33 }
34 .hl-var {
35     color: Darkblue;
36 }
37 .hl-url {
38     color: Blue;
39 }
40 .hl-special {
41     color: Navy;
42 }
43 .hl-number {
44     color: Maroon;
45 }
46 .hl-inlinetags {
47     color: Blue;
48 }
49 .hl-main {
50         background: #ccc none repeat scroll 0 0;
51     color: #000;
52 /*    background-color: White; */
53 }
54 .hl-gutter {
55     background-color: #999999;
56     color: White
57 }
58 .hl-table {
59     font-family: courier;
60     font-size: 12px;
61     border: solid 1px Lightgrey;
62 }