trainbbcode 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Manifest +0 -43
- data/Rakefile +1 -1
- data/lib/trainbbcode.rb +7 -4
- data/trainbbcode.gemspec +3 -3
- metadata +3 -45
- data/rails_generators/syntaxhighlighter/syntaxhighlighter_generator.rb +0 -30
- data/rails_generators/syntaxhighlighter/templates/scripts/clipboard.swf +0 -0
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushAS3.js +0 -61
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushBash.js +0 -66
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushCSharp.js +0 -67
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushColdFusion.js +0 -102
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushCpp.js +0 -99
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushCss.js +0 -93
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushDelphi.js +0 -57
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushDiff.js +0 -43
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushErlang.js +0 -54
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushGroovy.js +0 -69
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushJScript.js +0 -52
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushJava.js +0 -59
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushJavaFX.js +0 -60
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPerl.js +0 -74
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPhp.js +0 -91
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPlain.js +0 -35
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPowerShell.js +0 -76
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPython.js +0 -66
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushRuby.js +0 -57
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushScala.js +0 -53
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushSql.js +0 -68
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushVb.js +0 -58
- data/rails_generators/syntaxhighlighter/templates/scripts/shBrushXml.js +0 -71
- data/rails_generators/syntaxhighlighter/templates/scripts/shCore.js +0 -30
- data/rails_generators/syntaxhighlighter/templates/scripts/shLegacy.js +0 -30
- data/rails_generators/syntaxhighlighter/templates/src/shCore.js +0 -2077
- data/rails_generators/syntaxhighlighter/templates/src/shLegacy.js +0 -172
- data/rails_generators/syntaxhighlighter/templates/styles/help.png +0 -0
- data/rails_generators/syntaxhighlighter/templates/styles/magnifier.png +0 -0
- data/rails_generators/syntaxhighlighter/templates/styles/page_white_code.png +0 -0
- data/rails_generators/syntaxhighlighter/templates/styles/page_white_copy.png +0 -0
- data/rails_generators/syntaxhighlighter/templates/styles/printer.png +0 -0
- data/rails_generators/syntaxhighlighter/templates/styles/shCore.css +0 -330
- data/rails_generators/syntaxhighlighter/templates/styles/shThemeDefault.css +0 -173
- data/rails_generators/syntaxhighlighter/templates/styles/shThemeDjango.css +0 -176
- data/rails_generators/syntaxhighlighter/templates/styles/shThemeEclipse.css +0 -190
- data/rails_generators/syntaxhighlighter/templates/styles/shThemeEmacs.css +0 -175
- data/rails_generators/syntaxhighlighter/templates/styles/shThemeFadeToGrey.css +0 -177
- data/rails_generators/syntaxhighlighter/templates/styles/shThemeMidnight.css +0 -175
- data/rails_generators/syntaxhighlighter/templates/styles/shThemeRDark.css +0 -175
@@ -1,175 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* SyntaxHighlighter
|
3
|
-
* http://alexgorbatchev.com/
|
4
|
-
*
|
5
|
-
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
6
|
-
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
|
7
|
-
*
|
8
|
-
* @version
|
9
|
-
* 2.1.364 (October 15 2009)
|
10
|
-
*
|
11
|
-
* @copyright
|
12
|
-
* Copyright (C) 2004-2009 Alex Gorbatchev.
|
13
|
-
*
|
14
|
-
* @license
|
15
|
-
* This file is part of SyntaxHighlighter.
|
16
|
-
*
|
17
|
-
* SyntaxHighlighter is free software: you can redistribute it and/or modify
|
18
|
-
* it under the terms of the GNU Lesser General Public License as published by
|
19
|
-
* the Free Software Foundation, either version 3 of the License, or
|
20
|
-
* (at your option) any later version.
|
21
|
-
*
|
22
|
-
* SyntaxHighlighter is distributed in the hope that it will be useful,
|
23
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
24
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
25
|
-
* GNU General Public License for more details.
|
26
|
-
*
|
27
|
-
* You should have received a copy of the GNU General Public License
|
28
|
-
* along with SyntaxHighlighter. If not, see <http://www.gnu.org/copyleft/lesser.html>.
|
29
|
-
*/
|
30
|
-
/**
|
31
|
-
* Emacs SyntaxHighlighter theme based on theme by Joshua Emmons
|
32
|
-
* http://www.skia.net/
|
33
|
-
*/
|
34
|
-
|
35
|
-
/************************************
|
36
|
-
* Interface elements.
|
37
|
-
************************************/
|
38
|
-
|
39
|
-
.syntaxhighlighter
|
40
|
-
{
|
41
|
-
background-color: #000000 !important;
|
42
|
-
}
|
43
|
-
|
44
|
-
/* Gutter line numbers */
|
45
|
-
.syntaxhighlighter .line .number
|
46
|
-
{
|
47
|
-
color: #D3D3D3 !important;
|
48
|
-
}
|
49
|
-
|
50
|
-
/* Add border to the lines */
|
51
|
-
.syntaxhighlighter .line .content
|
52
|
-
{
|
53
|
-
border-left: 3px solid #990000 !important;
|
54
|
-
color: #B9BDB6 !important;
|
55
|
-
}
|
56
|
-
|
57
|
-
.syntaxhighlighter.printing .line .content
|
58
|
-
{
|
59
|
-
border: 0 !important;
|
60
|
-
}
|
61
|
-
|
62
|
-
/* First line */
|
63
|
-
.syntaxhighlighter .line.alt1
|
64
|
-
{
|
65
|
-
}
|
66
|
-
|
67
|
-
/* Second line */
|
68
|
-
.syntaxhighlighter .line.alt2
|
69
|
-
{
|
70
|
-
background-color: #0f0f0f !important;
|
71
|
-
}
|
72
|
-
|
73
|
-
/* Highlighed line number */
|
74
|
-
.syntaxhighlighter .line.highlighted .number
|
75
|
-
{
|
76
|
-
background-color: #435A5F !important;
|
77
|
-
color: #fff !important;
|
78
|
-
}
|
79
|
-
|
80
|
-
/* Highlighed line */
|
81
|
-
.syntaxhighlighter .line.highlighted.alt1,
|
82
|
-
.syntaxhighlighter .line.highlighted.alt2
|
83
|
-
{
|
84
|
-
background-color: #435A5F !important;
|
85
|
-
}
|
86
|
-
|
87
|
-
.syntaxhighlighter .toolbar
|
88
|
-
{
|
89
|
-
background-color: #000000 !important;
|
90
|
-
border: #000000 solid 1px !important;
|
91
|
-
}
|
92
|
-
|
93
|
-
.syntaxhighlighter .toolbar a
|
94
|
-
{
|
95
|
-
color: #646763 !important;
|
96
|
-
}
|
97
|
-
|
98
|
-
.syntaxhighlighter .toolbar a:hover
|
99
|
-
{
|
100
|
-
color: #9CCFF4 !important;
|
101
|
-
}
|
102
|
-
|
103
|
-
/************************************
|
104
|
-
* Actual syntax highlighter colors.
|
105
|
-
************************************/
|
106
|
-
.syntaxhighlighter .plain,
|
107
|
-
.syntaxhighlighter .plain a
|
108
|
-
{
|
109
|
-
color: #D3D3D3 !important;
|
110
|
-
}
|
111
|
-
|
112
|
-
.syntaxhighlighter .comments,
|
113
|
-
.syntaxhighlighter .comments a
|
114
|
-
{
|
115
|
-
color: #FF7D27 !important;
|
116
|
-
}
|
117
|
-
|
118
|
-
.syntaxhighlighter .string,
|
119
|
-
.syntaxhighlighter .string a
|
120
|
-
{
|
121
|
-
color: #FF9E7B !important;
|
122
|
-
}
|
123
|
-
|
124
|
-
.syntaxhighlighter .keyword
|
125
|
-
{
|
126
|
-
color: #00FFFF !important;
|
127
|
-
}
|
128
|
-
|
129
|
-
.syntaxhighlighter .preprocessor
|
130
|
-
{
|
131
|
-
color: #AEC4DE !important;
|
132
|
-
}
|
133
|
-
|
134
|
-
.syntaxhighlighter .variable
|
135
|
-
{
|
136
|
-
color: #FFAA3E !important;
|
137
|
-
}
|
138
|
-
|
139
|
-
.syntaxhighlighter .value
|
140
|
-
{
|
141
|
-
color: #090 !important;
|
142
|
-
}
|
143
|
-
|
144
|
-
.syntaxhighlighter .functions
|
145
|
-
{
|
146
|
-
color: #81CEF9 !important;
|
147
|
-
}
|
148
|
-
|
149
|
-
.syntaxhighlighter .constants
|
150
|
-
{
|
151
|
-
color: #FF9E7B !important;
|
152
|
-
}
|
153
|
-
|
154
|
-
.syntaxhighlighter .script
|
155
|
-
{
|
156
|
-
background-color: #990000 !important;
|
157
|
-
}
|
158
|
-
|
159
|
-
.syntaxhighlighter .color1,
|
160
|
-
.syntaxhighlighter .color1 a
|
161
|
-
{
|
162
|
-
color: #EBDB8D !important;
|
163
|
-
}
|
164
|
-
|
165
|
-
.syntaxhighlighter .color2,
|
166
|
-
.syntaxhighlighter .color2 a
|
167
|
-
{
|
168
|
-
color: #FF7D27 !important;
|
169
|
-
}
|
170
|
-
|
171
|
-
.syntaxhighlighter .color3,
|
172
|
-
.syntaxhighlighter .color3 a
|
173
|
-
{
|
174
|
-
color: #AEC4DE !important;
|
175
|
-
}
|
@@ -1,177 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* SyntaxHighlighter
|
3
|
-
* http://alexgorbatchev.com/
|
4
|
-
*
|
5
|
-
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
6
|
-
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
|
7
|
-
*
|
8
|
-
* @version
|
9
|
-
* 2.1.364 (October 15 2009)
|
10
|
-
*
|
11
|
-
* @copyright
|
12
|
-
* Copyright (C) 2004-2009 Alex Gorbatchev.
|
13
|
-
*
|
14
|
-
* @license
|
15
|
-
* This file is part of SyntaxHighlighter.
|
16
|
-
*
|
17
|
-
* SyntaxHighlighter is free software: you can redistribute it and/or modify
|
18
|
-
* it under the terms of the GNU Lesser General Public License as published by
|
19
|
-
* the Free Software Foundation, either version 3 of the License, or
|
20
|
-
* (at your option) any later version.
|
21
|
-
*
|
22
|
-
* SyntaxHighlighter is distributed in the hope that it will be useful,
|
23
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
24
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
25
|
-
* GNU General Public License for more details.
|
26
|
-
*
|
27
|
-
* You should have received a copy of the GNU General Public License
|
28
|
-
* along with SyntaxHighlighter. If not, see <http://www.gnu.org/copyleft/lesser.html>.
|
29
|
-
*/
|
30
|
-
/**
|
31
|
-
* Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager
|
32
|
-
* http://www.ibrasten.com/
|
33
|
-
*/
|
34
|
-
|
35
|
-
/************************************
|
36
|
-
* Interface elements.
|
37
|
-
************************************/
|
38
|
-
|
39
|
-
.syntaxhighlighter
|
40
|
-
{
|
41
|
-
background-color: #121212 !important;
|
42
|
-
}
|
43
|
-
|
44
|
-
/* Gutter line numbers */
|
45
|
-
.syntaxhighlighter .line .number
|
46
|
-
{
|
47
|
-
color: #C3C3C3 !important;
|
48
|
-
}
|
49
|
-
|
50
|
-
/* Add border to the lines */
|
51
|
-
.syntaxhighlighter .line .content
|
52
|
-
{
|
53
|
-
border-left: 3px solid #3185B9 !important;
|
54
|
-
color: #B9BDB6 !important;
|
55
|
-
}
|
56
|
-
|
57
|
-
.syntaxhighlighter.printing .line .content
|
58
|
-
{
|
59
|
-
border: 0 !important;
|
60
|
-
}
|
61
|
-
|
62
|
-
/* First line */
|
63
|
-
.syntaxhighlighter .line.alt1
|
64
|
-
{
|
65
|
-
}
|
66
|
-
|
67
|
-
/* Second line */
|
68
|
-
.syntaxhighlighter .line.alt2
|
69
|
-
{
|
70
|
-
background-color: #000000 !important;
|
71
|
-
}
|
72
|
-
|
73
|
-
/* Highlighed line number */
|
74
|
-
.syntaxhighlighter .line.highlighted .number
|
75
|
-
{
|
76
|
-
background-color: #3A3A00 !important;
|
77
|
-
color: #fff !important;
|
78
|
-
}
|
79
|
-
|
80
|
-
/* Highlighed line */
|
81
|
-
.syntaxhighlighter .line.highlighted.alt1,
|
82
|
-
.syntaxhighlighter .line.highlighted.alt2
|
83
|
-
{
|
84
|
-
background-color: #3A3A00 !important;
|
85
|
-
}
|
86
|
-
|
87
|
-
.syntaxhighlighter .toolbar
|
88
|
-
{
|
89
|
-
background-color: #000000 !important;
|
90
|
-
border: #000000 solid 1px !important;
|
91
|
-
}
|
92
|
-
|
93
|
-
.syntaxhighlighter .toolbar a
|
94
|
-
{
|
95
|
-
color: #808080 !important;
|
96
|
-
}
|
97
|
-
|
98
|
-
.syntaxhighlighter .toolbar a:hover
|
99
|
-
{
|
100
|
-
color: #96DAFF !important;
|
101
|
-
}
|
102
|
-
|
103
|
-
/************************************
|
104
|
-
* Actual syntax highlighter colors.
|
105
|
-
************************************/
|
106
|
-
.syntaxhighlighter .plain,
|
107
|
-
.syntaxhighlighter .plain a
|
108
|
-
{
|
109
|
-
color: #FFFFFF !important;
|
110
|
-
}
|
111
|
-
|
112
|
-
.syntaxhighlighter .comments,
|
113
|
-
.syntaxhighlighter .comments a
|
114
|
-
{
|
115
|
-
color: #696854 !important;
|
116
|
-
}
|
117
|
-
|
118
|
-
.syntaxhighlighter .string,
|
119
|
-
.syntaxhighlighter .string a
|
120
|
-
{
|
121
|
-
color: #E3E658 !important;
|
122
|
-
}
|
123
|
-
|
124
|
-
.syntaxhighlighter .keyword
|
125
|
-
{
|
126
|
-
color: #D01D33 !important;
|
127
|
-
}
|
128
|
-
|
129
|
-
.syntaxhighlighter .preprocessor
|
130
|
-
{
|
131
|
-
color: #435A5F !important;
|
132
|
-
}
|
133
|
-
|
134
|
-
.syntaxhighlighter .variable
|
135
|
-
{
|
136
|
-
color: #898989 !important;
|
137
|
-
}
|
138
|
-
|
139
|
-
.syntaxhighlighter .value
|
140
|
-
{
|
141
|
-
color: #090 !important;
|
142
|
-
}
|
143
|
-
|
144
|
-
.syntaxhighlighter .functions
|
145
|
-
{
|
146
|
-
color: #AAAAAA !important;
|
147
|
-
font-weight: bold !important;
|
148
|
-
}
|
149
|
-
|
150
|
-
.syntaxhighlighter .constants
|
151
|
-
{
|
152
|
-
color: #96DAFF !important;
|
153
|
-
}
|
154
|
-
|
155
|
-
.syntaxhighlighter .script
|
156
|
-
{
|
157
|
-
background-color: #C3C3C3 !important;
|
158
|
-
color: #000 !important;
|
159
|
-
}
|
160
|
-
|
161
|
-
.syntaxhighlighter .color1,
|
162
|
-
.syntaxhighlighter .color1 a
|
163
|
-
{
|
164
|
-
color: #FFC074 !important;
|
165
|
-
}
|
166
|
-
|
167
|
-
.syntaxhighlighter .color2,
|
168
|
-
.syntaxhighlighter .color2 a
|
169
|
-
{
|
170
|
-
color: #4A8CDB !important;
|
171
|
-
}
|
172
|
-
|
173
|
-
.syntaxhighlighter .color3,
|
174
|
-
.syntaxhighlighter .color3 a
|
175
|
-
{
|
176
|
-
color: #96DAFF !important;
|
177
|
-
}
|
@@ -1,175 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* SyntaxHighlighter
|
3
|
-
* http://alexgorbatchev.com/
|
4
|
-
*
|
5
|
-
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
6
|
-
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
|
7
|
-
*
|
8
|
-
* @version
|
9
|
-
* 2.1.364 (October 15 2009)
|
10
|
-
*
|
11
|
-
* @copyright
|
12
|
-
* Copyright (C) 2004-2009 Alex Gorbatchev.
|
13
|
-
*
|
14
|
-
* @license
|
15
|
-
* This file is part of SyntaxHighlighter.
|
16
|
-
*
|
17
|
-
* SyntaxHighlighter is free software: you can redistribute it and/or modify
|
18
|
-
* it under the terms of the GNU Lesser General Public License as published by
|
19
|
-
* the Free Software Foundation, either version 3 of the License, or
|
20
|
-
* (at your option) any later version.
|
21
|
-
*
|
22
|
-
* SyntaxHighlighter is distributed in the hope that it will be useful,
|
23
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
24
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
25
|
-
* GNU General Public License for more details.
|
26
|
-
*
|
27
|
-
* You should have received a copy of the GNU General Public License
|
28
|
-
* along with SyntaxHighlighter. If not, see <http://www.gnu.org/copyleft/lesser.html>.
|
29
|
-
*/
|
30
|
-
/**
|
31
|
-
* Midnight SyntaxHighlighter theme based on theme by J.D. Myers
|
32
|
-
* http://webdesign.lsnjd.com/
|
33
|
-
*/
|
34
|
-
|
35
|
-
/************************************
|
36
|
-
* Interface elements.
|
37
|
-
************************************/
|
38
|
-
|
39
|
-
.syntaxhighlighter
|
40
|
-
{
|
41
|
-
background-color: #0F192A !important;
|
42
|
-
}
|
43
|
-
|
44
|
-
/* Gutter line numbers */
|
45
|
-
.syntaxhighlighter .line .number
|
46
|
-
{
|
47
|
-
color: #38566F !important;
|
48
|
-
}
|
49
|
-
|
50
|
-
/* Add border to the lines */
|
51
|
-
.syntaxhighlighter .line .content
|
52
|
-
{
|
53
|
-
border-left: 3px solid #435A5F !important;
|
54
|
-
color: #B9BDB6 !important;
|
55
|
-
}
|
56
|
-
|
57
|
-
.syntaxhighlighter.printing .line .content
|
58
|
-
{
|
59
|
-
border: 0 !important;
|
60
|
-
}
|
61
|
-
|
62
|
-
/* First line */
|
63
|
-
.syntaxhighlighter .line.alt1
|
64
|
-
{
|
65
|
-
background-color: #0F192A !important;
|
66
|
-
}
|
67
|
-
|
68
|
-
/* Second line */
|
69
|
-
.syntaxhighlighter .line.alt2
|
70
|
-
{
|
71
|
-
background-color: #0F192A !important;
|
72
|
-
}
|
73
|
-
|
74
|
-
/* Highlighed line number */
|
75
|
-
.syntaxhighlighter .line.highlighted .number
|
76
|
-
{
|
77
|
-
background-color: #253E5A !important;
|
78
|
-
color: #fff !important;
|
79
|
-
}
|
80
|
-
|
81
|
-
/* Highlighed line */
|
82
|
-
.syntaxhighlighter .line.highlighted.alt1,
|
83
|
-
.syntaxhighlighter .line.highlighted.alt2
|
84
|
-
{
|
85
|
-
background-color: #253E5A !important;
|
86
|
-
}
|
87
|
-
|
88
|
-
.syntaxhighlighter .toolbar
|
89
|
-
{
|
90
|
-
background-color: #0F192A !important;
|
91
|
-
}
|
92
|
-
|
93
|
-
.syntaxhighlighter .toolbar a
|
94
|
-
{
|
95
|
-
color: #38566F !important;
|
96
|
-
}
|
97
|
-
|
98
|
-
.syntaxhighlighter .toolbar a:hover
|
99
|
-
{
|
100
|
-
color: #8AA6C1 !important;
|
101
|
-
}
|
102
|
-
|
103
|
-
/************************************
|
104
|
-
* Actual syntax highlighter colors.
|
105
|
-
************************************/
|
106
|
-
.syntaxhighlighter .plain,
|
107
|
-
.syntaxhighlighter .plain a
|
108
|
-
{
|
109
|
-
color: #D1EDFF !important;
|
110
|
-
}
|
111
|
-
|
112
|
-
.syntaxhighlighter .comments,
|
113
|
-
.syntaxhighlighter .comments a
|
114
|
-
{
|
115
|
-
color: #428BDD !important;
|
116
|
-
}
|
117
|
-
|
118
|
-
.syntaxhighlighter .string,
|
119
|
-
.syntaxhighlighter .string a
|
120
|
-
{
|
121
|
-
color: #1DC116 !important;
|
122
|
-
}
|
123
|
-
|
124
|
-
.syntaxhighlighter .keyword
|
125
|
-
{
|
126
|
-
color: #B43D3D !important;
|
127
|
-
}
|
128
|
-
|
129
|
-
.syntaxhighlighter .preprocessor
|
130
|
-
{
|
131
|
-
color: #8AA6C1 !important;
|
132
|
-
}
|
133
|
-
|
134
|
-
.syntaxhighlighter .variable
|
135
|
-
{
|
136
|
-
color: #FFAA3E !important;
|
137
|
-
}
|
138
|
-
|
139
|
-
.syntaxhighlighter .value
|
140
|
-
{
|
141
|
-
color: #F7E741 !important;
|
142
|
-
}
|
143
|
-
|
144
|
-
.syntaxhighlighter .functions
|
145
|
-
{
|
146
|
-
color: #FFAA3E !important;
|
147
|
-
}
|
148
|
-
|
149
|
-
.syntaxhighlighter .constants
|
150
|
-
{
|
151
|
-
color: #E0E8FF !important;
|
152
|
-
}
|
153
|
-
|
154
|
-
.syntaxhighlighter .script
|
155
|
-
{
|
156
|
-
background-color: #404040 !important;
|
157
|
-
}
|
158
|
-
|
159
|
-
.syntaxhighlighter .color1,
|
160
|
-
.syntaxhighlighter .color1 a
|
161
|
-
{
|
162
|
-
color: #F8BB00 !important;
|
163
|
-
}
|
164
|
-
|
165
|
-
.syntaxhighlighter .color2,
|
166
|
-
.syntaxhighlighter .color2 a
|
167
|
-
{
|
168
|
-
color: #FFFFFF !important;
|
169
|
-
}
|
170
|
-
|
171
|
-
.syntaxhighlighter .color3,
|
172
|
-
.syntaxhighlighter .color3 a
|
173
|
-
{
|
174
|
-
color: #FFAA3E !important;
|
175
|
-
}
|