added background image & adjusted styles for it
[dylansserver.git] / includes / syntax / styles / shThemeDefault.css
1 /**
2 * SyntaxHighlighter
3 * http://alexgorbatchev.com/SyntaxHighlighter
4 *
5 * SyntaxHighlighter is donationware. If you are using it, please donate.
6 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7 *
8 * @version
9 * 3.0.83 (July 02 2010)
10 *
11 * @copyright
12 * Copyright (C) 2004-2010 Alex Gorbatchev.
13 *
14 * @license
15 * Dual licensed under the MIT and GPL licenses.
16 */
17
18 /*
19 .syntaxhighlighter {
20 background-color: white !important;
21 }
22 .syntaxhighlighter .line.alt1 {
23 background-color: white !important;
24 }
25 .syntaxhighlighter .line.alt2 {
26 background-color: white !important;
27 }
28 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
29 background-color: #e0e0e0 !important;
30 }
31 */
32
33 .syntaxhighlighter .line.highlighted.number {
34 color: black !important;
35 }
36 .syntaxhighlighter table caption {
37 color: black !important;
38 }
39 .syntaxhighlighter .gutter {
40 color: #afafaf !important;
41 }
42 .syntaxhighlighter .gutter .line {
43 border-right: 3px solid #6ce26c !important;
44 }
45 .syntaxhighlighter .gutter .line.highlighted {
46 background-color: #6ce26c !important;
47 color: white !important;
48 }
49 .syntaxhighlighter.printing .line .content {
50 border: none !important;
51 }
52 .syntaxhighlighter.collapsed {
53 overflow: visible !important;
54 }
55 .syntaxhighlighter.collapsed .toolbar {
56 color: blue !important;
57 background: white !important;
58 border: 1px solid #6ce26c !important;
59 }
60 .syntaxhighlighter.collapsed .toolbar a {
61 color: blue !important;
62 }
63 .syntaxhighlighter.collapsed .toolbar a:hover {
64 color: red !important;
65 }
66 .syntaxhighlighter .toolbar {
67 color: white !important;
68 background: #6ce26c !important;
69 border: none !important;
70 }
71 .syntaxhighlighter .toolbar a {
72 color: white !important;
73 }
74 .syntaxhighlighter .toolbar a:hover {
75 color: black !important;
76 }
77 .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
78 color: black !important;
79 }
80 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
81 color: #008200 !important;
82 }
83 .syntaxhighlighter .string, .syntaxhighlighter .string a {
84 color: blue !important;
85 }
86 .syntaxhighlighter .keyword {
87 color: #006699 !important;
88 }
89 .syntaxhighlighter .preprocessor {
90 color: gray !important;
91 }
92 .syntaxhighlighter .variable {
93 color: #aa7700 !important;
94 }
95 .syntaxhighlighter .value {
96 color: #009900 !important;
97 }
98 .syntaxhighlighter .functions {
99 color: #ff1493 !important;
100 }
101 .syntaxhighlighter .constants {
102 color: #0066cc !important;
103 }
104 .syntaxhighlighter .script {
105 font-weight: bold !important;
106 color: #006699 !important;
107 background-color: none !important;
108 }
109 .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
110 color: gray !important;
111 }
112 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
113 color: #ff1493 !important;
114 }
115 .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
116 color: red !important;
117 }
118
119 .syntaxhighlighter .keyword {
120 font-weight: bold !important;
121 }