]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - highlight.js/styles/github.css
Add highlight.js
[SourceForge/phpwiki.git] / highlight.js / styles / github.css
1 /*
2
3 github.com style (c) Vasily Polovnyov <vast@whiteants.net>
4
5 */
6
7 pre code {
8   display: block; padding: 0.5em;
9   color: #333;
10   background: #f8f8ff
11 }
12
13 pre .comment,
14 pre .template_comment,
15 pre .diff .header,
16 pre .javadoc {
17   color: #998;
18   font-style: italic
19 }
20
21 pre .keyword,
22 pre .css .rule .keyword,
23 pre .winutils,
24 pre .javascript .title,
25 pre .nginx .title,
26 pre .subst,
27 pre .request,
28 pre .status {
29   color: #333;
30   font-weight: bold
31 }
32
33 pre .number,
34 pre .hexcolor,
35 pre .ruby .constant {
36   color: #099;
37 }
38
39 pre .string,
40 pre .tag .value,
41 pre .phpdoc,
42 pre .tex .formula {
43   color: #d14
44 }
45
46 pre .title,
47 pre .id {
48   color: #900;
49   font-weight: bold
50 }
51
52 pre .javascript .title,
53 pre .lisp .title,
54 pre .clojure .title,
55 pre .subst {
56   font-weight: normal
57 }
58
59 pre .class .title,
60 pre .haskell .type,
61 pre .vhdl .literal,
62 pre .tex .command {
63   color: #458;
64   font-weight: bold
65 }
66
67 pre .tag,
68 pre .tag .title,
69 pre .rules .property,
70 pre .django .tag .keyword {
71   color: #000080;
72   font-weight: normal
73 }
74
75 pre .attribute,
76 pre .variable,
77 pre .lisp .body {
78   color: #008080
79 }
80
81 pre .regexp {
82   color: #009926
83 }
84
85 pre .class {
86   color: #458;
87   font-weight: bold
88 }
89
90 pre .symbol,
91 pre .ruby .symbol .string,
92 pre .lisp .keyword,
93 pre .tex .special,
94 pre .prompt {
95   color: #990073
96 }
97
98 pre .built_in,
99 pre .lisp .title,
100 pre .clojure .built_in {
101   color: #0086b3
102 }
103
104 pre .preprocessor,
105 pre .pi,
106 pre .doctype,
107 pre .shebang,
108 pre .cdata {
109   color: #999;
110   font-weight: bold
111 }
112
113 pre .deletion {
114   background: #fdd
115 }
116
117 pre .addition {
118   background: #dfd
119 }
120
121 pre .diff .change {
122   background: #0086b3
123 }
124
125 pre .chunk {
126   color: #aaa
127 }