annotate DataTables-1.9.4/docs/media/css/shCore.css @ 7:0f2b740536fb draft

Uploaded
author saskia-hiltemann
date Mon, 21 Aug 2017 09:16:07 -0400
parents ac5f9272033b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
1 /**
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
2 * SyntaxHighlighter
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 * http://alexgorbatchev.com/SyntaxHighlighter
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 * SyntaxHighlighter is donationware. If you are using it, please donate.
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 * @version
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 * 3.0.83 (July 02 2010)
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 * @copyright
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12 * Copyright (C) 2004-2010 Alex Gorbatchev.
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 *
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 * @license
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 * Dual licensed under the MIT and GPL licenses.
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 */
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 .syntaxhighlighter a,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 .syntaxhighlighter div,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 .syntaxhighlighter code,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 .syntaxhighlighter table,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 .syntaxhighlighter table td,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 .syntaxhighlighter table tr,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 .syntaxhighlighter table tbody,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 .syntaxhighlighter table thead,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 .syntaxhighlighter table caption,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 .syntaxhighlighter textarea {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 -moz-border-radius: 0 0 0 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 -webkit-border-radius: 0 0 0 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 background: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 border: 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 bottom: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 float: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 height: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 left: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 line-height: 1.1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 margin: 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 outline: 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 overflow: visible !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 padding: 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 position: static !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41 right: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
42 text-align: left !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
43 top: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
44 vertical-align: baseline !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
45 width: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
46 box-sizing: content-box !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
47 font-family: "Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
48 font-weight: normal !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
49 font-style: normal !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
50 font-size: 1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
51 min-height: inherit !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
52 min-height: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
53 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
54
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
55 .syntaxhighlighter {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
56 width: 100% !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
57 margin: 1em 0 1em 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
58 position: relative !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
59 overflow: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
60 font-size: 1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
61 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
62 .syntaxhighlighter.source {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
63 overflow: hidden !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
64 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
65 .syntaxhighlighter .bold {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
66 font-weight: bold !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
67 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
68 .syntaxhighlighter .italic {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
69 font-style: italic !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
70 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
71 .syntaxhighlighter .line {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
72 white-space: pre !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
73 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
74 .syntaxhighlighter table {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
75 width: 100% !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
76 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
77 .syntaxhighlighter table caption {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
78 text-align: left !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
79 padding: .5em 0 0.5em 1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
80 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
81 .syntaxhighlighter table td.code {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
82 width: 100% !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
83 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
84 .syntaxhighlighter table td.code .container {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
85 position: relative !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
86 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
87 .syntaxhighlighter table td.code .container textarea {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
88 box-sizing: border-box !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
89 position: absolute !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
90 left: 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
91 top: 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
92 width: 100% !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
93 height: 100% !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
94 border: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
95 background: white !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
96 padding-left: 1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
97 overflow: hidden !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
98 white-space: pre !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
99 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
100 .syntaxhighlighter table td.gutter .line {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
101 text-align: right !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
102 padding: 2px 0.5em 2px 1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
103 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
104 .syntaxhighlighter table td.code .line {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
105 padding: 2px 1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
106 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
107 .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
108 padding-left: 0em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
109 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
110 .syntaxhighlighter.show {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
111 display: block !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
112 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
113 .syntaxhighlighter.collapsed table {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
114 display: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
115 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
116 .syntaxhighlighter.collapsed .toolbar {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
117 padding: 0.1em 0.8em 0em 0.8em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
118 font-size: 1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
119 position: static !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
120 width: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
121 height: auto !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
122 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
123 .syntaxhighlighter.collapsed .toolbar span {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
124 display: inline !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
125 margin-right: 1em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
126 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
127 .syntaxhighlighter.collapsed .toolbar span a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
128 padding: 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
129 display: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
130 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
131 .syntaxhighlighter.collapsed .toolbar span a.expandSource {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
132 display: inline !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
133 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
134 .syntaxhighlighter .toolbar {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
135 position: absolute !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
136 right: 1px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
137 top: 1px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
138 width: 11px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
139 height: 11px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
140 font-size: 10px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
141 z-index: 10 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
142 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
143 .syntaxhighlighter .toolbar span.title {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
144 display: inline !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
145 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
146 .syntaxhighlighter .toolbar a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
147 display: block !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
148 text-align: center !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
149 text-decoration: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
150 padding-top: 1px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
151 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
152 .syntaxhighlighter .toolbar a.expandSource {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
153 display: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
154 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
155 .syntaxhighlighter.ie {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
156 font-size: .9em !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
157 padding: 1px 0 1px 0 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
158 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
159 .syntaxhighlighter.ie .toolbar {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
160 line-height: 8px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
161 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
162 .syntaxhighlighter.ie .toolbar a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
163 padding-top: 0px !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
164 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
165 .syntaxhighlighter.printing .line.alt1 .content,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
166 .syntaxhighlighter.printing .line.alt2 .content,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
167 .syntaxhighlighter.printing .line.highlighted .number,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
168 .syntaxhighlighter.printing .line.highlighted.alt1 .content,
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
169 .syntaxhighlighter.printing .line.highlighted.alt2 .content {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
170 background: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
171 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
172 .syntaxhighlighter.printing .line .number {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
173 color: #bbbbbb !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
174 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
175 .syntaxhighlighter.printing .line .content {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
176 color: black !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
177 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
178 .syntaxhighlighter.printing .toolbar {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
179 display: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
180 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
181 .syntaxhighlighter.printing a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
182 text-decoration: none !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
183 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
184 .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
185 color: black !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
186 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
187 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
188 color: #008200 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
189 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
190 .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
191 color: blue !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
192 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
193 .syntaxhighlighter.printing .keyword {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
194 color: #006699 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
195 font-weight: bold !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
196 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
197 .syntaxhighlighter.printing .preprocessor {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
198 color: gray !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
199 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
200 .syntaxhighlighter.printing .variable {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
201 color: #aa7700 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
202 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
203 .syntaxhighlighter.printing .value {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
204 color: #009900 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
205 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
206 .syntaxhighlighter.printing .functions {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
207 color: #ff1493 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
208 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
209 .syntaxhighlighter.printing .constants {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
210 color: #0066cc !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
211 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
212 .syntaxhighlighter.printing .script {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
213 font-weight: bold !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
214 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
215 .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
216 color: gray !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
217 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
218 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
219 color: #ff1493 !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
220 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
221 .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
222 color: red !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
223 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
224 .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
225 color: black !important;
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
226 }