]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - highlight.js/styles/pojoaque.css
Add highlight.js
[SourceForge/phpwiki.git] / highlight.js / styles / pojoaque.css
1 /*
2
3 Pojoaque Style by Jason Tate
4 http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
5 Based on Solarized Style from http://ethanschoonover.com/solarized
6
7 */
8
9 pre code {
10   display: block; padding: 0.5em;
11   color: #DCCF8F;
12   background: url(./pojoaque.jpg) repeat scroll left top #181914;
13 }
14
15 pre .comment,
16 pre .template_comment,
17 pre .diff .header,
18 pre .doctype,
19 pre .lisp .string,
20 pre .javadoc {
21   color: #586e75;
22   font-style: italic;
23 }
24
25 pre .keyword,
26 pre .css .rule .keyword,
27 pre .winutils,
28 pre .javascript .title,
29 pre .method,
30 pre .addition,
31 pre .css .tag,
32 pre .clojure .title,
33 pre .nginx .title {
34   color: #B64926;
35 }
36
37 pre .number,
38 pre .command,
39 pre .string,
40 pre .tag .value,
41 pre .phpdoc,
42 pre .tex .formula,
43 pre .regexp,
44 pre .hexcolor {
45   color: #468966;
46 }
47
48 pre .title,
49 pre .localvars,
50 pre .function .title,
51 pre .chunk,
52 pre .decorator,
53 pre .built_in,
54 pre .lisp .title,
55 pre .clojure .built_in,
56 pre .identifier,
57 pre .id {
58   color: #FFB03B;
59 }
60
61 pre .attribute,
62 pre .variable,
63 pre .lisp .body,
64 pre .smalltalk .number,
65 pre .constant,
66 pre .class .title,
67 pre .parent,
68 pre .haskell .type {
69   color: #b58900;
70 }
71
72 pre .css .attribute {
73   color: #b89859;
74 }
75
76 pre .css .number,pre .css .hexcolor{
77   color: #DCCF8F;
78 }
79
80 pre .css .class {
81   color: #d3a60c;
82 }
83
84 pre .preprocessor,
85 pre .pi,
86 pre .shebang,
87 pre .symbol,
88 pre .symbol .string,
89 pre .diff .change,
90 pre .special,
91 pre .attr_selector,
92 pre .important,
93 pre .subst,
94 pre .cdata {
95   color: #cb4b16;
96 }
97
98 pre .deletion {
99   color: #dc322f;
100 }
101
102 pre .tex .formula {
103   background: #073642;
104 }