trainbbcode 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
-
* RDark SyntaxHighlighter theme based on theme by Radu Dineiu
|
32
|
-
* http://www.vim.org/scripts/script.php?script_id=1732
|
33
|
-
*/
|
34
|
-
|
35
|
-
/************************************
|
36
|
-
* Interface elements.
|
37
|
-
************************************/
|
38
|
-
|
39
|
-
.syntaxhighlighter
|
40
|
-
{
|
41
|
-
background-color: #1B2426 !important;
|
42
|
-
}
|
43
|
-
|
44
|
-
/* Gutter line numbers */
|
45
|
-
.syntaxhighlighter .line .number
|
46
|
-
{
|
47
|
-
color: #B9BDB6 !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: #1B2426 !important;
|
66
|
-
}
|
67
|
-
|
68
|
-
/* Second line */
|
69
|
-
.syntaxhighlighter .line.alt2
|
70
|
-
{
|
71
|
-
background-color: #1B2426 !important;
|
72
|
-
}
|
73
|
-
|
74
|
-
/* Highlighed line number */
|
75
|
-
.syntaxhighlighter .line.highlighted .number
|
76
|
-
{
|
77
|
-
background-color: #435A5F !important;
|
78
|
-
color: #fff !important;
|
79
|
-
}
|
80
|
-
|
81
|
-
/* Highlighed line */
|
82
|
-
.syntaxhighlighter .line.highlighted.alt1,
|
83
|
-
.syntaxhighlighter .line.highlighted.alt2
|
84
|
-
{
|
85
|
-
background-color: #435A5F !important;
|
86
|
-
}
|
87
|
-
|
88
|
-
.syntaxhighlighter .toolbar
|
89
|
-
{
|
90
|
-
background-color: #1B2426 !important;
|
91
|
-
}
|
92
|
-
|
93
|
-
.syntaxhighlighter .toolbar a
|
94
|
-
{
|
95
|
-
color: #646763 !important;
|
96
|
-
}
|
97
|
-
|
98
|
-
.syntaxhighlighter .toolbar a:hover
|
99
|
-
{
|
100
|
-
color: #E0E8FF !important;
|
101
|
-
}
|
102
|
-
|
103
|
-
/************************************
|
104
|
-
* Actual syntax highlighter colors.
|
105
|
-
************************************/
|
106
|
-
.syntaxhighlighter .plain,
|
107
|
-
.syntaxhighlighter .plain a
|
108
|
-
{
|
109
|
-
color: #B9BDB6 !important;
|
110
|
-
}
|
111
|
-
|
112
|
-
.syntaxhighlighter .comments,
|
113
|
-
.syntaxhighlighter .comments a
|
114
|
-
{
|
115
|
-
color: #878A85 !important;
|
116
|
-
}
|
117
|
-
|
118
|
-
.syntaxhighlighter .string,
|
119
|
-
.syntaxhighlighter .string a
|
120
|
-
{
|
121
|
-
color: #5CE638 !important;
|
122
|
-
}
|
123
|
-
|
124
|
-
.syntaxhighlighter .keyword
|
125
|
-
{
|
126
|
-
color: #5BA1CF !important;
|
127
|
-
}
|
128
|
-
|
129
|
-
.syntaxhighlighter .preprocessor
|
130
|
-
{
|
131
|
-
color: #435A5F !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: #FFAA3E !important;
|
147
|
-
}
|
148
|
-
|
149
|
-
.syntaxhighlighter .constants
|
150
|
-
{
|
151
|
-
color: #E0E8FF !important;
|
152
|
-
}
|
153
|
-
|
154
|
-
.syntaxhighlighter .script
|
155
|
-
{
|
156
|
-
background-color: #435A5F !important;
|
157
|
-
}
|
158
|
-
|
159
|
-
.syntaxhighlighter .color1,
|
160
|
-
.syntaxhighlighter .color1 a
|
161
|
-
{
|
162
|
-
color: #E0E8FF !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
|
-
}
|