ninjs 0.13.7 → 0.13.8
Sign up to get free protection for your applications and to get access to all the features.
- data/.bundle/config +2 -0
- data/CNAME +1 -0
- data/Gemfile +13 -0
- data/Gemfile.lock +36 -0
- data/LICENSE +29 -0
- data/README.md +348 -0
- data/VERSION +1 -1
- data/bin/ninjs +211 -0
- data/lib/ninjs.rb +10 -0
- data/lib/ninjs/command.rb +88 -0
- data/lib/ninjs/configuration.rb +82 -0
- data/lib/ninjs/dependencies.rb +16 -0
- data/lib/ninjs/generator.rb +57 -0
- data/lib/ninjs/helpers.rb +17 -0
- data/lib/ninjs/manifest.rb +9 -0
- data/lib/ninjs/notification.rb +37 -0
- data/lib/ninjs/project.rb +214 -0
- data/ninjs.gemspec +294 -5
- data/repository/jquery/1.1.4.js +2508 -0
- data/repository/jquery/1.2.6.js +32 -0
- data/repository/jquery/1.3.2.js +19 -0
- data/repository/jquery/1.4.2.js +154 -0
- data/repository/jquery/1.4.3.js +166 -0
- data/repository/jquery/1.4.4.js +167 -0
- data/repository/jquery/1.5.js +16 -0
- data/repository/jquery/fancybox/1.3.1.js +1079 -0
- data/repository/jquery/fancybox/assets/1.3.1/css/fancybox.css +363 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/blank.gif +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_close.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_loading.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_nav_left.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_nav_right.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_shadow_e.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_shadow_n.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_shadow_ne.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_shadow_nw.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_shadow_s.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_shadow_se.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_shadow_sw.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_shadow_w.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_title_left.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_title_main.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_title_over.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancy_title_right.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancybox-x.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancybox-y.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/fancybox.png +0 -0
- data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/jquery.easing-1.3.pack.js +72 -0
- data/repository/jquery/fancybox/latest.js +1 -0
- data/repository/jquery/latest.js +1 -0
- data/repository/jquery/mobile/1.0a3.js +123 -0
- data/repository/jquery/mobile/1.0a3/assets/css/jquery.mobile.css +1652 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/ajax-loader.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/form-check-off.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/form-check-on.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/form-radio-off.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/form-radio-on.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icon-search-black.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icons-18-black.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icons-18-white.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icons-36-black.png +0 -0
- data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icons-36-white.png +0 -0
- data/repository/jquery/mobile/latest.js +1 -0
- data/repository/jquery/mousewheel/3.0.2.js +11 -0
- data/repository/jquery/mousewheel/latest.js +1 -0
- data/repository/jquery/ui/1.8.7.js +783 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.accordion.css +19 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.all.css +11 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.autocomplete.css +53 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.base.css +11 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.button.css +38 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.core.css +41 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.datepicker.css +68 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.dialog.css +21 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.progressbar.css +11 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.resizable.css +20 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.selectable.css +10 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.slider.css +24 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.tabs.css +18 -0
- data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.theme.css +252 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_222222_256x240.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_2e83ff_256x240.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_454545_256x240.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_888888_256x240.png +0 -0
- data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_cd0a0a_256x240.png +0 -0
- data/repository/jquery/ui/latest.js +1 -0
- data/repository/json2.js +482 -0
- data/repository/modernizr/1.5.js +28 -0
- data/repository/modernizr/latest.js +1 -0
- data/repository/ninjs/core/.core.pdoc.yaml +0 -0
- data/repository/ninjs/core/.existence.pdoc.yaml +12 -0
- data/repository/ninjs/core/.extend.pdoc.yaml +0 -0
- data/repository/ninjs/core/.nin.pdoc.yaml +0 -0
- data/repository/ninjs/core/application.js +47 -0
- data/repository/ninjs/core/existence.js +277 -0
- data/repository/ninjs/core/extend.js +77 -0
- data/repository/ninjs/core/module.js +135 -0
- data/repository/ninjs/core/nin.js +4 -0
- data/repository/ninjs/docs/Data/ClassHierarchy.nd +0 -0
- data/repository/ninjs/docs/Data/ConfigFileInfo.nd +0 -0
- data/repository/ninjs/docs/Data/FileInfo.nd +16 -0
- data/repository/ninjs/docs/Data/ImageFileInfo.nd +0 -0
- data/repository/ninjs/docs/Data/ImageReferenceTable.nd +0 -0
- data/repository/ninjs/docs/Data/IndexInfo.nd +0 -0
- data/repository/ninjs/docs/Data/PreviousMenuState.nd +0 -0
- data/repository/ninjs/docs/Data/PreviousSettings.nd +0 -0
- data/repository/ninjs/docs/Data/SymbolTable.nd +0 -0
- data/repository/ninjs/docs/Languages.txt +113 -0
- data/repository/ninjs/docs/Menu.txt +63 -0
- data/repository/ninjs/docs/Topics.txt +81 -0
- data/repository/ninjs/docs/files/core/application-js.html +44 -0
- data/repository/ninjs/docs/files/core/existence-js.html +60 -0
- data/repository/ninjs/docs/files/core/extend-js.html +55 -0
- data/repository/ninjs/docs/files/core/module-js.html +80 -0
- data/repository/ninjs/docs/files/core/nin-js.html +38 -0
- data/repository/ninjs/docs/index.html +1 -0
- data/repository/ninjs/docs/index/Classes.html +33 -0
- data/repository/ninjs/docs/index/Files.html +45 -0
- data/repository/ninjs/docs/index/Functions.html +65 -0
- data/repository/ninjs/docs/index/General.html +85 -0
- data/repository/ninjs/docs/index/Variables.html +45 -0
- data/repository/ninjs/docs/javascript/main.js +841 -0
- data/repository/ninjs/docs/javascript/prettify.js +1526 -0
- data/repository/ninjs/docs/javascript/searchdata.js +152 -0
- data/repository/ninjs/docs/search/ClassesN.html +20 -0
- data/repository/ninjs/docs/search/FilesA.html +20 -0
- data/repository/ninjs/docs/search/FilesE.html +20 -0
- data/repository/ninjs/docs/search/FilesM.html +20 -0
- data/repository/ninjs/docs/search/FilesN.html +20 -0
- data/repository/ninjs/docs/search/FunctionsA.html +20 -0
- data/repository/ninjs/docs/search/FunctionsC.html +20 -0
- data/repository/ninjs/docs/search/FunctionsE.html +20 -0
- data/repository/ninjs/docs/search/FunctionsI.html +20 -0
- data/repository/ninjs/docs/search/FunctionsM.html +20 -0
- data/repository/ninjs/docs/search/FunctionsR.html +20 -0
- data/repository/ninjs/docs/search/FunctionsS.html +20 -0
- data/repository/ninjs/docs/search/FunctionsSymbols.html +20 -0
- data/repository/ninjs/docs/search/FunctionsU.html +20 -0
- data/repository/ninjs/docs/search/GeneralA.html +20 -0
- data/repository/ninjs/docs/search/GeneralC.html +20 -0
- data/repository/ninjs/docs/search/GeneralD.html +20 -0
- data/repository/ninjs/docs/search/GeneralE.html +20 -0
- data/repository/ninjs/docs/search/GeneralF.html +20 -0
- data/repository/ninjs/docs/search/GeneralI.html +20 -0
- data/repository/ninjs/docs/search/GeneralM.html +20 -0
- data/repository/ninjs/docs/search/GeneralN.html +20 -0
- data/repository/ninjs/docs/search/GeneralR.html +20 -0
- data/repository/ninjs/docs/search/GeneralS.html +20 -0
- data/repository/ninjs/docs/search/GeneralSymbols.html +20 -0
- data/repository/ninjs/docs/search/GeneralT.html +20 -0
- data/repository/ninjs/docs/search/GeneralU.html +20 -0
- data/repository/ninjs/docs/search/GeneralV.html +20 -0
- data/repository/ninjs/docs/search/NoResults.html +15 -0
- data/repository/ninjs/docs/search/VariablesD.html +20 -0
- data/repository/ninjs/docs/search/VariablesN.html +20 -0
- data/repository/ninjs/docs/search/VariablesR.html +20 -0
- data/repository/ninjs/docs/search/VariablesT.html +20 -0
- data/repository/ninjs/docs/styles/main.css +828 -0
- data/repository/ninjs/extensions/jquery.elements.js +60 -0
- data/repository/ninjs/tests/index.html +21 -0
- data/repository/ninjs/tests/ninjs.test.js +188 -0
- data/repository/ninjs/tests/ninjs.utilities.test.js +137 -0
- data/repository/ninjs/tests/qunit/qunit.css +197 -0
- data/repository/ninjs/tests/qunit/qunit.js +1415 -0
- data/repository/ninjs/utilities/all.js +5 -0
- data/repository/ninjs/utilities/array.js +29 -0
- data/repository/ninjs/utilities/cookie.js +0 -0
- data/repository/ninjs/utilities/css.js +51 -0
- data/repository/ninjs/utilities/number.js +11 -0
- data/repository/ninjs/utilities/string.js +61 -0
- data/repository/nullconsole.js +7 -0
- data/repository/qunit/assets/css/qunit.css +196 -0
- data/repository/qunit/qunit.js +1374 -0
- data/repository/selectivizr/1.0.js +5 -0
- data/repository/selectivizr/latest.js +1 -0
- data/repository/syntaxhighlighter/all.js +11 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCore.css +226 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreDefault.css +328 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreDjango.css +331 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreEclipse.css +339 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreEmacs.css +324 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreMDUltra.css +324 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreMidnight.css +324 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreRDark.css +324 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeDefault.css +117 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeDjango.css +120 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeEclipse.css +128 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeEmacs.css +113 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeMDUltra.css +113 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeMidnight.css +113 -0
- data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeRDark.css +113 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCore.scss +216 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreDefault.scss +2 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreDjango.scss +2 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreEclipse.scss +2 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreEmacs.scss +2 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreFadeToGrey.scss +2 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreMDUltra.scss +2 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreMidnight.scss +2 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreRDark.scss +2 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeDefault.scss +7 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeDjango.scss +36 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeEclipse.scss +48 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeEmacs.scss +32 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeFadeToGrey.scss +36 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeMDUltra.scss +32 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeMidnight.scss +32 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeRDark.scss +32 -0
- data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_theme_template.scss +120 -0
- data/repository/syntaxhighlighter/shAutoloader.js +17 -0
- data/repository/syntaxhighlighter/shBrushAS3.js +59 -0
- data/repository/syntaxhighlighter/shBrushAppleScript.js +75 -0
- data/repository/syntaxhighlighter/shBrushBash.js +59 -0
- data/repository/syntaxhighlighter/shBrushCSharp.js +65 -0
- data/repository/syntaxhighlighter/shBrushColdFusion.js +100 -0
- data/repository/syntaxhighlighter/shBrushCpp.js +97 -0
- data/repository/syntaxhighlighter/shBrushCss.js +91 -0
- data/repository/syntaxhighlighter/shBrushDelphi.js +55 -0
- data/repository/syntaxhighlighter/shBrushDiff.js +41 -0
- data/repository/syntaxhighlighter/shBrushErlang.js +52 -0
- data/repository/syntaxhighlighter/shBrushGroovy.js +67 -0
- data/repository/syntaxhighlighter/shBrushJScript.js +52 -0
- data/repository/syntaxhighlighter/shBrushJava.js +57 -0
- data/repository/syntaxhighlighter/shBrushJavaFX.js +58 -0
- data/repository/syntaxhighlighter/shBrushPerl.js +72 -0
- data/repository/syntaxhighlighter/shBrushPhp.js +88 -0
- data/repository/syntaxhighlighter/shBrushPlain.js +33 -0
- data/repository/syntaxhighlighter/shBrushPowerShell.js +74 -0
- data/repository/syntaxhighlighter/shBrushPython.js +64 -0
- data/repository/syntaxhighlighter/shBrushRuby.js +55 -0
- data/repository/syntaxhighlighter/shBrushSass.js +94 -0
- data/repository/syntaxhighlighter/shBrushScala.js +51 -0
- data/repository/syntaxhighlighter/shBrushSql.js +66 -0
- data/repository/syntaxhighlighter/shBrushVb.js +56 -0
- data/repository/syntaxhighlighter/shBrushXml.js +69 -0
- data/repository/syntaxhighlighter/shCore.js +17 -0
- data/repository/syntaxhighlighter/shLegacy.js +17 -0
- data/spec/command_spec.rb +9 -0
- data/spec/configuration_spec.rb +70 -0
- data/spec/dependencies_spec.rb +27 -0
- data/spec/fixtures/autoload.js +3 -0
- data/spec/fixtures/changed.ninjs.conf +6 -0
- data/spec/fixtures/compressed.myapp.js +39 -0
- data/spec/fixtures/core.js +6 -0
- data/spec/fixtures/dependencies.js +3 -0
- data/spec/fixtures/foo.elements.js +3 -0
- data/spec/fixtures/foo.js +17 -0
- data/spec/fixtures/foo.model.js +3 -0
- data/spec/fixtures/foo.module.js +13 -0
- data/spec/fixtures/hello.elements.js +3 -0
- data/spec/fixtures/hello.js +17 -0
- data/spec/fixtures/hello.model.js +3 -0
- data/spec/fixtures/hello.module.js +13 -0
- data/spec/fixtures/myapp.initial.js +535 -0
- data/spec/fixtures/myapp.js +710 -0
- data/spec/fixtures/new.ninjs.conf +6 -0
- data/spec/fixtures/ninjs.conf +6 -0
- data/spec/generator_spec.rb +34 -0
- data/spec/helpers_spec.rb +11 -0
- data/spec/manifest_spec.rb +8 -0
- data/spec/ninjs_spec.rb +20 -0
- data/spec/notification_spec.rb +27 -0
- data/spec/project_spec.rb +239 -0
- data/spec/spec_helper.rb +29 -0
- metadata +294 -50
@@ -0,0 +1,128 @@
|
|
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
|
+
.syntaxhighlighter {
|
18
|
+
background-color: white !important;
|
19
|
+
}
|
20
|
+
.syntaxhighlighter .line.alt1 {
|
21
|
+
background-color: white !important;
|
22
|
+
}
|
23
|
+
.syntaxhighlighter .line.alt2 {
|
24
|
+
background-color: white !important;
|
25
|
+
}
|
26
|
+
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
|
27
|
+
background-color: #c3defe !important;
|
28
|
+
}
|
29
|
+
.syntaxhighlighter .line.highlighted.number {
|
30
|
+
color: white !important;
|
31
|
+
}
|
32
|
+
.syntaxhighlighter table caption {
|
33
|
+
color: black !important;
|
34
|
+
}
|
35
|
+
.syntaxhighlighter .gutter {
|
36
|
+
color: #787878 !important;
|
37
|
+
}
|
38
|
+
.syntaxhighlighter .gutter .line {
|
39
|
+
border-right: 3px solid #d4d0c8 !important;
|
40
|
+
}
|
41
|
+
.syntaxhighlighter .gutter .line.highlighted {
|
42
|
+
background-color: #d4d0c8 !important;
|
43
|
+
color: white !important;
|
44
|
+
}
|
45
|
+
.syntaxhighlighter.printing .line .content {
|
46
|
+
border: none !important;
|
47
|
+
}
|
48
|
+
.syntaxhighlighter.collapsed {
|
49
|
+
overflow: visible !important;
|
50
|
+
}
|
51
|
+
.syntaxhighlighter.collapsed .toolbar {
|
52
|
+
color: #3f5fbf !important;
|
53
|
+
background: white !important;
|
54
|
+
border: 1px solid #d4d0c8 !important;
|
55
|
+
}
|
56
|
+
.syntaxhighlighter.collapsed .toolbar a {
|
57
|
+
color: #3f5fbf !important;
|
58
|
+
}
|
59
|
+
.syntaxhighlighter.collapsed .toolbar a:hover {
|
60
|
+
color: #aa7700 !important;
|
61
|
+
}
|
62
|
+
.syntaxhighlighter .toolbar {
|
63
|
+
color: #a0a0a0 !important;
|
64
|
+
background: #d4d0c8 !important;
|
65
|
+
border: none !important;
|
66
|
+
}
|
67
|
+
.syntaxhighlighter .toolbar a {
|
68
|
+
color: #a0a0a0 !important;
|
69
|
+
}
|
70
|
+
.syntaxhighlighter .toolbar a:hover {
|
71
|
+
color: red !important;
|
72
|
+
}
|
73
|
+
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
|
74
|
+
color: black !important;
|
75
|
+
}
|
76
|
+
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
|
77
|
+
color: #3f5fbf !important;
|
78
|
+
}
|
79
|
+
.syntaxhighlighter .string, .syntaxhighlighter .string a {
|
80
|
+
color: #2a00ff !important;
|
81
|
+
}
|
82
|
+
.syntaxhighlighter .keyword {
|
83
|
+
color: #7f0055 !important;
|
84
|
+
}
|
85
|
+
.syntaxhighlighter .preprocessor {
|
86
|
+
color: #646464 !important;
|
87
|
+
}
|
88
|
+
.syntaxhighlighter .variable {
|
89
|
+
color: #aa7700 !important;
|
90
|
+
}
|
91
|
+
.syntaxhighlighter .value {
|
92
|
+
color: #009900 !important;
|
93
|
+
}
|
94
|
+
.syntaxhighlighter .functions {
|
95
|
+
color: #ff1493 !important;
|
96
|
+
}
|
97
|
+
.syntaxhighlighter .constants {
|
98
|
+
color: #0066cc !important;
|
99
|
+
}
|
100
|
+
.syntaxhighlighter .script {
|
101
|
+
font-weight: bold !important;
|
102
|
+
color: #7f0055 !important;
|
103
|
+
background-color: none !important;
|
104
|
+
}
|
105
|
+
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
|
106
|
+
color: gray !important;
|
107
|
+
}
|
108
|
+
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
109
|
+
color: #ff1493 !important;
|
110
|
+
}
|
111
|
+
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
|
112
|
+
color: red !important;
|
113
|
+
}
|
114
|
+
|
115
|
+
.syntaxhighlighter .keyword {
|
116
|
+
font-weight: bold !important;
|
117
|
+
}
|
118
|
+
.syntaxhighlighter .xml .keyword {
|
119
|
+
color: #3f7f7f !important;
|
120
|
+
font-weight: normal !important;
|
121
|
+
}
|
122
|
+
.syntaxhighlighter .xml .color1, .syntaxhighlighter .xml .color1 a {
|
123
|
+
color: #7f007f !important;
|
124
|
+
}
|
125
|
+
.syntaxhighlighter .xml .string {
|
126
|
+
font-style: italic !important;
|
127
|
+
color: #2a00ff !important;
|
128
|
+
}
|
@@ -0,0 +1,113 @@
|
|
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
|
+
.syntaxhighlighter {
|
18
|
+
background-color: black !important;
|
19
|
+
}
|
20
|
+
.syntaxhighlighter .line.alt1 {
|
21
|
+
background-color: black !important;
|
22
|
+
}
|
23
|
+
.syntaxhighlighter .line.alt2 {
|
24
|
+
background-color: black !important;
|
25
|
+
}
|
26
|
+
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
|
27
|
+
background-color: #2a3133 !important;
|
28
|
+
}
|
29
|
+
.syntaxhighlighter .line.highlighted.number {
|
30
|
+
color: white !important;
|
31
|
+
}
|
32
|
+
.syntaxhighlighter table caption {
|
33
|
+
color: #d3d3d3 !important;
|
34
|
+
}
|
35
|
+
.syntaxhighlighter .gutter {
|
36
|
+
color: #d3d3d3 !important;
|
37
|
+
}
|
38
|
+
.syntaxhighlighter .gutter .line {
|
39
|
+
border-right: 3px solid #990000 !important;
|
40
|
+
}
|
41
|
+
.syntaxhighlighter .gutter .line.highlighted {
|
42
|
+
background-color: #990000 !important;
|
43
|
+
color: black !important;
|
44
|
+
}
|
45
|
+
.syntaxhighlighter.printing .line .content {
|
46
|
+
border: none !important;
|
47
|
+
}
|
48
|
+
.syntaxhighlighter.collapsed {
|
49
|
+
overflow: visible !important;
|
50
|
+
}
|
51
|
+
.syntaxhighlighter.collapsed .toolbar {
|
52
|
+
color: #ebdb8d !important;
|
53
|
+
background: black !important;
|
54
|
+
border: 1px solid #990000 !important;
|
55
|
+
}
|
56
|
+
.syntaxhighlighter.collapsed .toolbar a {
|
57
|
+
color: #ebdb8d !important;
|
58
|
+
}
|
59
|
+
.syntaxhighlighter.collapsed .toolbar a:hover {
|
60
|
+
color: #ff7d27 !important;
|
61
|
+
}
|
62
|
+
.syntaxhighlighter .toolbar {
|
63
|
+
color: white !important;
|
64
|
+
background: #990000 !important;
|
65
|
+
border: none !important;
|
66
|
+
}
|
67
|
+
.syntaxhighlighter .toolbar a {
|
68
|
+
color: white !important;
|
69
|
+
}
|
70
|
+
.syntaxhighlighter .toolbar a:hover {
|
71
|
+
color: #9ccff4 !important;
|
72
|
+
}
|
73
|
+
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
|
74
|
+
color: #d3d3d3 !important;
|
75
|
+
}
|
76
|
+
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
|
77
|
+
color: #ff7d27 !important;
|
78
|
+
}
|
79
|
+
.syntaxhighlighter .string, .syntaxhighlighter .string a {
|
80
|
+
color: #ff9e7b !important;
|
81
|
+
}
|
82
|
+
.syntaxhighlighter .keyword {
|
83
|
+
color: aqua !important;
|
84
|
+
}
|
85
|
+
.syntaxhighlighter .preprocessor {
|
86
|
+
color: #aec4de !important;
|
87
|
+
}
|
88
|
+
.syntaxhighlighter .variable {
|
89
|
+
color: #ffaa3e !important;
|
90
|
+
}
|
91
|
+
.syntaxhighlighter .value {
|
92
|
+
color: #009900 !important;
|
93
|
+
}
|
94
|
+
.syntaxhighlighter .functions {
|
95
|
+
color: #81cef9 !important;
|
96
|
+
}
|
97
|
+
.syntaxhighlighter .constants {
|
98
|
+
color: #ff9e7b !important;
|
99
|
+
}
|
100
|
+
.syntaxhighlighter .script {
|
101
|
+
font-weight: bold !important;
|
102
|
+
color: aqua !important;
|
103
|
+
background-color: none !important;
|
104
|
+
}
|
105
|
+
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
|
106
|
+
color: #ebdb8d !important;
|
107
|
+
}
|
108
|
+
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
109
|
+
color: #ff7d27 !important;
|
110
|
+
}
|
111
|
+
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
|
112
|
+
color: #aec4de !important;
|
113
|
+
}
|
@@ -0,0 +1,117 @@
|
|
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
|
+
.syntaxhighlighter {
|
18
|
+
background-color: #121212 !important;
|
19
|
+
}
|
20
|
+
.syntaxhighlighter .line.alt1 {
|
21
|
+
background-color: #121212 !important;
|
22
|
+
}
|
23
|
+
.syntaxhighlighter .line.alt2 {
|
24
|
+
background-color: #121212 !important;
|
25
|
+
}
|
26
|
+
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
|
27
|
+
background-color: #2c2c29 !important;
|
28
|
+
}
|
29
|
+
.syntaxhighlighter .line.highlighted.number {
|
30
|
+
color: white !important;
|
31
|
+
}
|
32
|
+
.syntaxhighlighter table caption {
|
33
|
+
color: white !important;
|
34
|
+
}
|
35
|
+
.syntaxhighlighter .gutter {
|
36
|
+
color: #afafaf !important;
|
37
|
+
}
|
38
|
+
.syntaxhighlighter .gutter .line {
|
39
|
+
border-right: 3px solid #3185b9 !important;
|
40
|
+
}
|
41
|
+
.syntaxhighlighter .gutter .line.highlighted {
|
42
|
+
background-color: #3185b9 !important;
|
43
|
+
color: #121212 !important;
|
44
|
+
}
|
45
|
+
.syntaxhighlighter.printing .line .content {
|
46
|
+
border: none !important;
|
47
|
+
}
|
48
|
+
.syntaxhighlighter.collapsed {
|
49
|
+
overflow: visible !important;
|
50
|
+
}
|
51
|
+
.syntaxhighlighter.collapsed .toolbar {
|
52
|
+
color: #3185b9 !important;
|
53
|
+
background: black !important;
|
54
|
+
border: 1px solid #3185b9 !important;
|
55
|
+
}
|
56
|
+
.syntaxhighlighter.collapsed .toolbar a {
|
57
|
+
color: #3185b9 !important;
|
58
|
+
}
|
59
|
+
.syntaxhighlighter.collapsed .toolbar a:hover {
|
60
|
+
color: #d01d33 !important;
|
61
|
+
}
|
62
|
+
.syntaxhighlighter .toolbar {
|
63
|
+
color: white !important;
|
64
|
+
background: #3185b9 !important;
|
65
|
+
border: none !important;
|
66
|
+
}
|
67
|
+
.syntaxhighlighter .toolbar a {
|
68
|
+
color: white !important;
|
69
|
+
}
|
70
|
+
.syntaxhighlighter .toolbar a:hover {
|
71
|
+
color: #96daff !important;
|
72
|
+
}
|
73
|
+
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
|
74
|
+
color: white !important;
|
75
|
+
}
|
76
|
+
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
|
77
|
+
color: #696854 !important;
|
78
|
+
}
|
79
|
+
.syntaxhighlighter .string, .syntaxhighlighter .string a {
|
80
|
+
color: #e3e658 !important;
|
81
|
+
}
|
82
|
+
.syntaxhighlighter .keyword {
|
83
|
+
color: #d01d33 !important;
|
84
|
+
}
|
85
|
+
.syntaxhighlighter .preprocessor {
|
86
|
+
color: #435a5f !important;
|
87
|
+
}
|
88
|
+
.syntaxhighlighter .variable {
|
89
|
+
color: #898989 !important;
|
90
|
+
}
|
91
|
+
.syntaxhighlighter .value {
|
92
|
+
color: #009900 !important;
|
93
|
+
}
|
94
|
+
.syntaxhighlighter .functions {
|
95
|
+
color: #aaaaaa !important;
|
96
|
+
}
|
97
|
+
.syntaxhighlighter .constants {
|
98
|
+
color: #96daff !important;
|
99
|
+
}
|
100
|
+
.syntaxhighlighter .script {
|
101
|
+
font-weight: bold !important;
|
102
|
+
color: #d01d33 !important;
|
103
|
+
background-color: none !important;
|
104
|
+
}
|
105
|
+
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
|
106
|
+
color: #ffc074 !important;
|
107
|
+
}
|
108
|
+
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
109
|
+
color: #4a8cdb !important;
|
110
|
+
}
|
111
|
+
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
|
112
|
+
color: #96daff !important;
|
113
|
+
}
|
114
|
+
|
115
|
+
.syntaxhighlighter .functions {
|
116
|
+
font-weight: bold !important;
|
117
|
+
}
|
@@ -0,0 +1,113 @@
|
|
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
|
+
.syntaxhighlighter {
|
18
|
+
background-color: #222222 !important;
|
19
|
+
}
|
20
|
+
.syntaxhighlighter .line.alt1 {
|
21
|
+
background-color: #222222 !important;
|
22
|
+
}
|
23
|
+
.syntaxhighlighter .line.alt2 {
|
24
|
+
background-color: #222222 !important;
|
25
|
+
}
|
26
|
+
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
|
27
|
+
background-color: #253e5a !important;
|
28
|
+
}
|
29
|
+
.syntaxhighlighter .line.highlighted.number {
|
30
|
+
color: white !important;
|
31
|
+
}
|
32
|
+
.syntaxhighlighter table caption {
|
33
|
+
color: lime !important;
|
34
|
+
}
|
35
|
+
.syntaxhighlighter .gutter {
|
36
|
+
color: #38566f !important;
|
37
|
+
}
|
38
|
+
.syntaxhighlighter .gutter .line {
|
39
|
+
border-right: 3px solid #435a5f !important;
|
40
|
+
}
|
41
|
+
.syntaxhighlighter .gutter .line.highlighted {
|
42
|
+
background-color: #435a5f !important;
|
43
|
+
color: #222222 !important;
|
44
|
+
}
|
45
|
+
.syntaxhighlighter.printing .line .content {
|
46
|
+
border: none !important;
|
47
|
+
}
|
48
|
+
.syntaxhighlighter.collapsed {
|
49
|
+
overflow: visible !important;
|
50
|
+
}
|
51
|
+
.syntaxhighlighter.collapsed .toolbar {
|
52
|
+
color: #428bdd !important;
|
53
|
+
background: black !important;
|
54
|
+
border: 1px solid #435a5f !important;
|
55
|
+
}
|
56
|
+
.syntaxhighlighter.collapsed .toolbar a {
|
57
|
+
color: #428bdd !important;
|
58
|
+
}
|
59
|
+
.syntaxhighlighter.collapsed .toolbar a:hover {
|
60
|
+
color: lime !important;
|
61
|
+
}
|
62
|
+
.syntaxhighlighter .toolbar {
|
63
|
+
color: #aaaaff !important;
|
64
|
+
background: #435a5f !important;
|
65
|
+
border: none !important;
|
66
|
+
}
|
67
|
+
.syntaxhighlighter .toolbar a {
|
68
|
+
color: #aaaaff !important;
|
69
|
+
}
|
70
|
+
.syntaxhighlighter .toolbar a:hover {
|
71
|
+
color: #9ccff4 !important;
|
72
|
+
}
|
73
|
+
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
|
74
|
+
color: lime !important;
|
75
|
+
}
|
76
|
+
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
|
77
|
+
color: #428bdd !important;
|
78
|
+
}
|
79
|
+
.syntaxhighlighter .string, .syntaxhighlighter .string a {
|
80
|
+
color: lime !important;
|
81
|
+
}
|
82
|
+
.syntaxhighlighter .keyword {
|
83
|
+
color: #aaaaff !important;
|
84
|
+
}
|
85
|
+
.syntaxhighlighter .preprocessor {
|
86
|
+
color: #8aa6c1 !important;
|
87
|
+
}
|
88
|
+
.syntaxhighlighter .variable {
|
89
|
+
color: aqua !important;
|
90
|
+
}
|
91
|
+
.syntaxhighlighter .value {
|
92
|
+
color: #f7e741 !important;
|
93
|
+
}
|
94
|
+
.syntaxhighlighter .functions {
|
95
|
+
color: #ff8000 !important;
|
96
|
+
}
|
97
|
+
.syntaxhighlighter .constants {
|
98
|
+
color: yellow !important;
|
99
|
+
}
|
100
|
+
.syntaxhighlighter .script {
|
101
|
+
font-weight: bold !important;
|
102
|
+
color: #aaaaff !important;
|
103
|
+
background-color: none !important;
|
104
|
+
}
|
105
|
+
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
|
106
|
+
color: red !important;
|
107
|
+
}
|
108
|
+
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
109
|
+
color: yellow !important;
|
110
|
+
}
|
111
|
+
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
|
112
|
+
color: #ffaa3e !important;
|
113
|
+
}
|