burp_cms 1.3.0
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/LICENSE.txt +165 -0
- data/README.markdown +11 -0
- data/Rakefile +56 -0
- data/app/assets/images/burp/add-group-to-menu-1.png +0 -0
- data/app/assets/images/burp/add-group-to-menu-2.png +0 -0
- data/app/assets/images/burp/add-group-to-menu-3.png +0 -0
- data/app/assets/images/burp/add-group-to-menu-4.png +0 -0
- data/app/assets/images/burp/add-image-1.png +0 -0
- data/app/assets/images/burp/add-image-2.png +0 -0
- data/app/assets/images/burp/add-image-3.png +0 -0
- data/app/assets/images/burp/add-image-4.png +0 -0
- data/app/assets/images/burp/add-image-5.png +0 -0
- data/app/assets/images/burp/add-link-to-group-1.png +0 -0
- data/app/assets/images/burp/add-link-to-group-2.png +0 -0
- data/app/assets/images/burp/add-link-to-group-3.png +0 -0
- data/app/assets/images/burp/add-link-to-menu-1.png +0 -0
- data/app/assets/images/burp/add-link-to-menu-2.png +0 -0
- data/app/assets/images/burp/add-link-to-menu-3.png +0 -0
- data/app/assets/images/burp/add-link-to-menu-4.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-1.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-2.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-3.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-4.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-5.png +0 -0
- data/app/assets/images/burp/adding-a-page-1.png +0 -0
- data/app/assets/images/burp/adding-a-page-2.png +0 -0
- data/app/assets/images/burp/adding-a-page-3.png +0 -0
- data/app/assets/images/burp/adding-a-page-4.png +0 -0
- data/app/assets/images/burp/change-page-title-1.png +0 -0
- data/app/assets/images/burp/change-page-title-2.png +0 -0
- data/app/assets/images/burp/change-page-title-3.png +0 -0
- data/app/assets/images/burp/change-page-title-4.png +0 -0
- data/app/assets/images/burp/change-the-text-1.png +0 -0
- data/app/assets/images/burp/change-the-text-2.png +0 -0
- data/app/assets/images/burp/change-the-text-3.png +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-1.png +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-2.png +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-3.png +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-4.jpg +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-4.png +0 -0
- data/app/assets/images/burp/img/glyphicons-halflings-white.png +0 -0
- data/app/assets/images/burp/img/glyphicons-halflings.png +0 -0
- data/app/assets/images/burp/move-link-to-bottom-of-menu-1.png +0 -0
- data/app/assets/images/burp/move-link-to-bottom-of-menu-2.png +0 -0
- data/app/assets/images/burp/move-link-to-bottom-of-menu-3.png +0 -0
- data/app/assets/images/burp/remove-a-page-1.png +0 -0
- data/app/assets/images/burp/remove-a-page-2.png +0 -0
- data/app/assets/images/burp/remove-a-page-3.png +0 -0
- data/app/assets/images/burp/remove-a-page-4.png +0 -0
- data/app/assets/images/burp/remove-image-1.png +0 -0
- data/app/assets/images/burp/remove-image-2.png +0 -0
- data/app/assets/images/burp/remove-image-3.png +0 -0
- data/app/assets/images/burp/remove-image-4.png +0 -0
- data/app/assets/images/burp/remove-image-5.png +0 -0
- data/app/assets/images/burp/remove-page-from-menu-1.png +0 -0
- data/app/assets/images/burp/remove-page-from-menu-2.png +0 -0
- data/app/assets/images/burp/remove-page-from-menu-3.png +0 -0
- data/app/assets/images/burp/remove-page-from-menu-4.png +0 -0
- data/app/assets/javascripts/burp/application.js +22 -0
- data/app/assets/javascripts/burp/burp.js +2 -0
- data/app/assets/javascripts/burp/cms_helper.js +49 -0
- data/app/assets/javascripts/burp/edit-page.js +22 -0
- data/app/assets/javascripts/burp/lib/bootstrap.min.js +6 -0
- data/app/assets/javascripts/burp/lib/debug.js +222 -0
- data/app/assets/javascripts/burp/lib/fileupload.js +1255 -0
- data/app/assets/javascripts/burp/lib/missing-restful-verbs.js +46 -0
- data/app/assets/javascripts/burp/menu-functions.js +28 -0
- data/app/assets/javascripts/burp/pages-drag-and-drop.js +151 -0
- data/app/assets/packages/burp/editing/css/dropzone.css +15 -0
- data/app/assets/packages/burp/editing/css/edit-content.less +126 -0
- data/app/assets/packages/burp/editing/css/gallery.css +167 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/LICENSE +23 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/README.md +8 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/activeline.html +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/changemode.html +50 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/closetag.html +65 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/complete.html +70 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/emacs.html +59 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/folding.html +61 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/formatting.html +80 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/fullscreen.html +152 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/loadmode.html +39 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/marker.html +52 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/matchhighlighter.html +37 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/multiplex.html +59 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/mustache.html +57 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/preview.html +76 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/resize.html +41 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/runmode.html +49 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/search.html +83 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/theme.html +78 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/vim.html +50 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/visibletabs.html +61 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/baboon.png +0 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/baboon_vector.svg +153 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/compress.html +148 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/docs.css +154 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/internals.html +494 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/manual.html +1128 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/oldrelease.html +267 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/reporting.html +57 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/upgrade_v2.2.html +95 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/index.html +417 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/keymap/emacs.js +29 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/keymap/vim.js +766 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/codemirror.css +168 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/codemirror.js +3181 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/closetag.js +146 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/dialog.css +23 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/dialog.js +63 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/foldcode.js +196 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/formatting.js +297 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/javascript-hint.js +134 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/loadmode.js +51 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/match-highlighter.js +44 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/multiplex.js +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/overlay.js +52 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/pig-hint.js +123 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/runmode.js +49 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/search.js +118 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/searchcursor.js +117 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/simple-hint.css +16 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/simple-hint.js +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clike/clike.js +271 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clike/index.html +101 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clike/scala.html +765 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clojure/clojure.js +207 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clojure/index.html +66 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/coffeescript/LICENSE +22 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/coffeescript/coffeescript.js +347 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/coffeescript/index.html +727 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/css/css.js +124 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/css/index.html +55 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/diff/diff.js +32 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/diff/index.html +104 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ecl/ecl.js +203 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ecl/index.html +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/erlang/erlang.js +251 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/erlang/index.html +61 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/gfm/gfm.js +144 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/gfm/index.html +47 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/go/go.js +170 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/go/index.html +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/groovy/groovy.js +210 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/groovy/index.html +71 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/haskell/haskell.js +242 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/haskell/index.html +60 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/htmlembedded/htmlembedded.js +68 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/htmlembedded/index.html +49 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/htmlmixed/htmlmixed.js +85 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/htmlmixed/index.html +51 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/javascript/index.html +77 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/javascript/javascript.js +361 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/jinja2/index.html +37 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/jinja2/jinja2.js +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/less/index.html +618 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/less/less.js +232 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/lua/index.html +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/lua/lua.js +140 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/markdown/index.html +338 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/markdown/markdown.js +245 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/mysql/index.html +41 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/mysql/mysql.js +188 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ntriples/index.html +32 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ntriples/ntriples.js +172 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pascal/LICENSE +7 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pascal/index.html +48 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pascal/pascal.js +94 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/perl/LICENSE +19 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/perl/index.html +62 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/perl/perl.js +816 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/php/index.html +48 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/php/php.js +150 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pig/index.html +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pig/pig.js +172 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/plsql/index.html +62 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/plsql/plsql.js +217 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/properties/index.html +40 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/properties/properties.js +63 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/python/LICENSE.txt +21 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/python/index.html +122 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/python/python.js +338 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/r/LICENSE +24 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/r/index.html +73 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/r/r.js +141 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/changes/changes.js +19 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/changes/index.html +53 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/spec/index.html +99 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/spec/spec.css +5 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/spec/spec.js +66 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rst/index.html +525 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rst/rst.js +326 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ruby/LICENSE +24 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ruby/index.html +171 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ruby/ruby.js +195 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rust/index.html +48 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rust/rust.js +432 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/scheme/index.html +64 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/scheme/scheme.js +230 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/shell/index.html +50 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/shell/shell.js +103 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/smalltalk/index.html +55 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/smalltalk/smalltalk.js +139 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/smarty/index.html +82 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/smarty/smarty.js +148 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/sparql/index.html +40 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/sparql/sparql.js +143 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/stex/index.html +95 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/stex/stex.js +182 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/stex/test.html +263 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiddlywiki/index.html +140 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiddlywiki/tiddlywiki.js +384 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiki/index.html +82 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiki/tiki.css +26 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiki/tiki.js +316 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/vbscript/index.html +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/vbscript/vbscript.js +26 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/velocity/index.html +103 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/velocity/velocity.js +146 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/verilog/index.html +210 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/verilog/verilog.js +194 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xml/index.html +44 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xml/xml.js +325 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/LICENSE +20 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/index.html +222 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/index.html +27 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testBase.js +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testEmptySequenceKeyword.js +16 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testMultiAttr.js +16 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testNamespaces.js +91 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testProcessingInstructions.js +16 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testQuotes.js +19 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/xquery.js +448 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/yaml/index.html +67 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/yaml/yaml.js +95 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/package.json +29 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/test/index.html +28 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/test/mode_test.css +22 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/test/mode_test.js +164 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/test/test.js +344 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/ambiance.css +81 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/blackboard.css +25 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/cobalt.css +18 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/eclipse.css +25 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/elegant.css +10 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/erlang-dark.css +21 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/lesser-dark.css +44 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/monokai.css +28 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/neat.css +9 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/night.css +21 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/rubyblue.css +21 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/vibrant-ink.css +27 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/xq-dark.css +46 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/FontAwesome-Vectors.pdf +3180 -7
- data/app/assets/packages/burp/editing/dep/FontAwesome/FontAwesome.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/README.md +18 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/css/font-awesome-ie7.css +645 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/css/font-awesome.less +309 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/css/font-awesome-ie7.css +213 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/css/font-awesome.css +303 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/css/prettify.css +30 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/css/site.css +4904 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/fontawesome-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/fontawesome-webfont.svg +255 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/fontawesome-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/fontawesome-webfont.woff +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/museo_slab_300-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/museo_slab_300-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/museo_slab_500-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/museo_slab_500-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/proximanova-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/proximanova-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/ico/favicon.ico +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/backbone.min.js +37 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/index/index.js +89 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/jquery-1.7.1.min.js +4 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/prettify.min.js +28 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-alert.js +94 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-button.js +98 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-carousel.js +157 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-collapse.js +136 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-dropdown.js +92 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-modal.js +210 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-popover.js +95 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-scrollspy.js +125 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-tab.js +130 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-tooltip.js +270 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-transition.js +51 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-typeahead.js +271 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/underscore.min.js +31 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/font-awesome-ie7.less +245 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/font-awesome.less +327 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/font-site.less +26 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/mixins.less +43 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/site.less +300 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/accordion.less +33 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/alerts.less +58 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/bootstrap.less +62 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/breadcrumbs.less +24 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/button-groups.less +191 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/buttons.less +191 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/carousel.less +121 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/close.less +29 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/code.less +57 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/component-animations.less +20 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/dropdowns.less +143 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/forms.less +584 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/grid.less +5 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/hero-unit.less +22 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/labels-badges.less +55 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/layouts.less +17 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/mixins.less +631 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/modals.less +90 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/navbar.less +364 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/navs.less +363 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/pager.less +36 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/pagination.less +56 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/popovers.less +49 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/progress-bars.less +117 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/reset.less +126 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-1200px-min.less +26 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-767px-max.less +149 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-768px-979px.less +17 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-navbar.less +146 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-utilities.less +41 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive.less +48 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/scaffolding.less +29 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/sprites.less +191 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/tables.less +176 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/thumbnails.less +47 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/tooltip.less +35 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/type.less +235 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/utilities.less +23 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/variables.less +205 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/wells.less +27 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/variables.less +206 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/index.html +1087 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/font/fontawesome-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/font/fontawesome-webfont.svg +255 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/font/fontawesome-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/font/fontawesome-webfont.woff +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/less/font-awesome-ie7.less +245 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/less/font-awesome.less +329 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/sass/font-awesome.sass +712 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/sass/font-awesome.scss +329 -0
- data/app/assets/packages/burp/editing/js/admin-dock.js +282 -0
- data/app/assets/packages/burp/editing/js/content-decorator.js +321 -0
- data/app/assets/packages/burp/editing/js/main.js +331 -0
- data/app/assets/packages/burp/editing/js/marked.js +781 -0
- data/app/assets/packages/burp/editing/js/md5.js +207 -0
- data/app/assets/packages/burp/editing/js/stay.js +143 -0
- data/app/assets/packages/burp/editing.js +23 -0
- data/app/assets/packages/burp/editing.less +7 -0
- data/app/assets/packages/gritter/README.markdown +57 -0
- data/app/assets/packages/gritter/css/jquery.gritter.less +101 -0
- data/app/assets/packages/gritter/gritter.js +3 -0
- data/app/assets/packages/gritter/gritter.less +3 -0
- data/app/assets/packages/gritter/images/gritter-light.png +0 -0
- data/app/assets/packages/gritter/images/gritter-long.png +0 -0
- data/app/assets/packages/gritter/images/gritter.png +0 -0
- data/app/assets/packages/gritter/images/ie-spacer.gif +0 -0
- data/app/assets/packages/gritter/images/trees.jpg +0 -0
- data/app/assets/packages/gritter/index.html +269 -0
- data/app/assets/packages/gritter/js/jquery.gritter.js +418 -0
- data/app/assets/packages/gritter/js/jquery.gritter.min.js +1 -0
- data/app/assets/stylesheets/burp/application.less +82 -0
- data/app/assets/stylesheets/burp/bootstrap.less +6158 -0
- data/app/assets/stylesheets/burp/docs.less +83 -0
- data/app/assets/stylesheets/burp/fileupload.less +31 -0
- data/app/assets/stylesheets/burp/views/dnd-menu.less +87 -0
- data/app/assets/stylesheets/burp/views/files/index.less +40 -0
- data/app/assets/stylesheets/burp/views/pages/index.less +4 -0
- data/app/assets/stylesheets/burp/views/static/help.less +11 -0
- data/app/controllers/burp/application_controller.rb +45 -0
- data/app/controllers/burp/catch_all_controller.rb +24 -0
- data/app/controllers/burp/error_controller.rb +7 -0
- data/app/controllers/burp/files_controller.rb +92 -0
- data/app/controllers/burp/groups_controller.rb +49 -0
- data/app/controllers/burp/links_controller.rb +48 -0
- data/app/controllers/burp/menus_controller.rb +33 -0
- data/app/controllers/burp/pages_controller.rb +112 -0
- data/app/controllers/burp/static_controller.rb +11 -0
- data/app/helpers/burp/application_helper.rb +4 -0
- data/app/lib/burp/access.rb +63 -0
- data/app/lib/burp/group.rb +110 -0
- data/app/lib/burp/link.rb +66 -0
- data/app/lib/burp/page.rb +23 -0
- data/app/lib/burp/util/upload_handler.rb +84 -0
- data/app/lib/burp/util.rb +39 -0
- data/app/models/burp/file_model.rb +45 -0
- data/app/models/burp/menu.rb +60 -0
- data/app/models/burp/page_model.rb +158 -0
- data/app/views/burp/files/index.html.erb +87 -0
- data/app/views/burp/groups/edit.html.erb +18 -0
- data/app/views/burp/links/edit.html.erb +19 -0
- data/app/views/burp/menus/edit.html.erb +157 -0
- data/app/views/burp/menus/index.html.erb +9 -0
- data/app/views/burp/pages/edit.html.erb +20 -0
- data/app/views/burp/pages/index.html.erb +114 -0
- data/app/views/burp/static/help.html.erb +543 -0
- data/app/views/burp/static/index.html.erb +15 -0
- data/app/views/layouts/burp/application.html.erb +57 -0
- data/config/cucumber.yml +12 -0
- data/config/initializers/bootstrap_form.rb +2 -0
- data/config/routes.rb +30 -0
- data/lib/burp/capistrano.rb +51 -0
- data/lib/burp/engine.rb +15 -0
- data/lib/burp/version.rb +3 -0
- data/lib/burp_cms.rb +64 -0
- data/lib/tasks/burp_tasks.rake +99 -0
- metadata +845 -0
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
// SPRITES
|
|
2
|
+
// Glyphs and icons for buttons, nav, and more
|
|
3
|
+
// -------------------------------------------
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// ICONS
|
|
7
|
+
// -----
|
|
8
|
+
|
|
9
|
+
// All icons receive the styles of the <i> tag with a base class
|
|
10
|
+
// of .i and are then given a unique class to add width, height,
|
|
11
|
+
// and background-position. Your resulting HTML will look like
|
|
12
|
+
// <i class="icon-inbox"></i>.
|
|
13
|
+
|
|
14
|
+
// For the white version of the icons, just add the .icon-white class:
|
|
15
|
+
// <i class="icon-inbox icon-white"></i>
|
|
16
|
+
|
|
17
|
+
[class^="icon-"],
|
|
18
|
+
[class*=" icon-"] {
|
|
19
|
+
display: inline-block;
|
|
20
|
+
width: 14px;
|
|
21
|
+
height: 14px;
|
|
22
|
+
.ie7-restore-right-whitespace();
|
|
23
|
+
line-height: 14px;
|
|
24
|
+
vertical-align: text-top;
|
|
25
|
+
background-image: url("@{iconSpritePath}");
|
|
26
|
+
background-position: 14px 14px;
|
|
27
|
+
background-repeat: no-repeat;
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
.icon-white {
|
|
31
|
+
background-image: url("@{iconWhiteSpritePath}");
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.icon-glass { background-position: 0 0; }
|
|
35
|
+
.icon-music { background-position: -24px 0; }
|
|
36
|
+
.icon-search { background-position: -48px 0; }
|
|
37
|
+
.icon-envelope { background-position: -72px 0; }
|
|
38
|
+
.icon-heart { background-position: -96px 0; }
|
|
39
|
+
.icon-star { background-position: -120px 0; }
|
|
40
|
+
.icon-star-empty { background-position: -144px 0; }
|
|
41
|
+
.icon-user { background-position: -168px 0; }
|
|
42
|
+
.icon-film { background-position: -192px 0; }
|
|
43
|
+
.icon-th-large { background-position: -216px 0; }
|
|
44
|
+
.icon-th { background-position: -240px 0; }
|
|
45
|
+
.icon-th-list { background-position: -264px 0; }
|
|
46
|
+
.icon-ok { background-position: -288px 0; }
|
|
47
|
+
.icon-remove { background-position: -312px 0; }
|
|
48
|
+
.icon-zoom-in { background-position: -336px 0; }
|
|
49
|
+
.icon-zoom-out { background-position: -360px 0; }
|
|
50
|
+
.icon-off { background-position: -384px 0; }
|
|
51
|
+
.icon-signal { background-position: -408px 0; }
|
|
52
|
+
.icon-cog { background-position: -432px 0; }
|
|
53
|
+
.icon-trash { background-position: -456px 0; }
|
|
54
|
+
|
|
55
|
+
.icon-home { background-position: 0 -24px; }
|
|
56
|
+
.icon-file { background-position: -24px -24px; }
|
|
57
|
+
.icon-time { background-position: -48px -24px; }
|
|
58
|
+
.icon-road { background-position: -72px -24px; }
|
|
59
|
+
.icon-download-alt { background-position: -96px -24px; }
|
|
60
|
+
.icon-download { background-position: -120px -24px; }
|
|
61
|
+
.icon-upload { background-position: -144px -24px; }
|
|
62
|
+
.icon-inbox { background-position: -168px -24px; }
|
|
63
|
+
.icon-play-circle { background-position: -192px -24px; }
|
|
64
|
+
.icon-repeat { background-position: -216px -24px; }
|
|
65
|
+
.icon-refresh { background-position: -240px -24px; }
|
|
66
|
+
.icon-list-alt { background-position: -264px -24px; }
|
|
67
|
+
.icon-lock { background-position: -287px -24px; } // 1px off
|
|
68
|
+
.icon-flag { background-position: -312px -24px; }
|
|
69
|
+
.icon-headphones { background-position: -336px -24px; }
|
|
70
|
+
.icon-volume-off { background-position: -360px -24px; }
|
|
71
|
+
.icon-volume-down { background-position: -384px -24px; }
|
|
72
|
+
.icon-volume-up { background-position: -408px -24px; }
|
|
73
|
+
.icon-qrcode { background-position: -432px -24px; }
|
|
74
|
+
.icon-barcode { background-position: -456px -24px; }
|
|
75
|
+
|
|
76
|
+
.icon-tag { background-position: 0 -48px; }
|
|
77
|
+
.icon-tags { background-position: -25px -48px; } // 1px off
|
|
78
|
+
.icon-book { background-position: -48px -48px; }
|
|
79
|
+
.icon-bookmark { background-position: -72px -48px; }
|
|
80
|
+
.icon-print { background-position: -96px -48px; }
|
|
81
|
+
.icon-camera { background-position: -120px -48px; }
|
|
82
|
+
.icon-font { background-position: -144px -48px; }
|
|
83
|
+
.icon-bold { background-position: -167px -48px; } // 1px off
|
|
84
|
+
.icon-italic { background-position: -192px -48px; }
|
|
85
|
+
.icon-text-height { background-position: -216px -48px; }
|
|
86
|
+
.icon-text-width { background-position: -240px -48px; }
|
|
87
|
+
.icon-align-left { background-position: -264px -48px; }
|
|
88
|
+
.icon-align-center { background-position: -288px -48px; }
|
|
89
|
+
.icon-align-right { background-position: -312px -48px; }
|
|
90
|
+
.icon-align-justify { background-position: -336px -48px; }
|
|
91
|
+
.icon-list { background-position: -360px -48px; }
|
|
92
|
+
.icon-indent-left { background-position: -384px -48px; }
|
|
93
|
+
.icon-indent-right { background-position: -408px -48px; }
|
|
94
|
+
.icon-facetime-video { background-position: -432px -48px; }
|
|
95
|
+
.icon-picture { background-position: -456px -48px; }
|
|
96
|
+
|
|
97
|
+
.icon-pencil { background-position: 0 -72px; }
|
|
98
|
+
.icon-map-marker { background-position: -24px -72px; }
|
|
99
|
+
.icon-adjust { background-position: -48px -72px; }
|
|
100
|
+
.icon-tint { background-position: -72px -72px; }
|
|
101
|
+
.icon-edit { background-position: -96px -72px; }
|
|
102
|
+
.icon-share { background-position: -120px -72px; }
|
|
103
|
+
.icon-check { background-position: -144px -72px; }
|
|
104
|
+
.icon-move { background-position: -168px -72px; }
|
|
105
|
+
.icon-step-backward { background-position: -192px -72px; }
|
|
106
|
+
.icon-fast-backward { background-position: -216px -72px; }
|
|
107
|
+
.icon-backward { background-position: -240px -72px; }
|
|
108
|
+
.icon-play { background-position: -264px -72px; }
|
|
109
|
+
.icon-pause { background-position: -288px -72px; }
|
|
110
|
+
.icon-stop { background-position: -312px -72px; }
|
|
111
|
+
.icon-forward { background-position: -336px -72px; }
|
|
112
|
+
.icon-fast-forward { background-position: -360px -72px; }
|
|
113
|
+
.icon-step-forward { background-position: -384px -72px; }
|
|
114
|
+
.icon-eject { background-position: -408px -72px; }
|
|
115
|
+
.icon-chevron-left { background-position: -432px -72px; }
|
|
116
|
+
.icon-chevron-right { background-position: -456px -72px; }
|
|
117
|
+
|
|
118
|
+
.icon-plus-sign { background-position: 0 -96px; }
|
|
119
|
+
.icon-minus-sign { background-position: -24px -96px; }
|
|
120
|
+
.icon-remove-sign { background-position: -48px -96px; }
|
|
121
|
+
.icon-ok-sign { background-position: -72px -96px; }
|
|
122
|
+
.icon-question-sign { background-position: -96px -96px; }
|
|
123
|
+
.icon-info-sign { background-position: -120px -96px; }
|
|
124
|
+
.icon-screenshot { background-position: -144px -96px; }
|
|
125
|
+
.icon-remove-circle { background-position: -168px -96px; }
|
|
126
|
+
.icon-ok-circle { background-position: -192px -96px; }
|
|
127
|
+
.icon-ban-circle { background-position: -216px -96px; }
|
|
128
|
+
.icon-arrow-left { background-position: -240px -96px; }
|
|
129
|
+
.icon-arrow-right { background-position: -264px -96px; }
|
|
130
|
+
.icon-arrow-up { background-position: -289px -96px; } // 1px off
|
|
131
|
+
.icon-arrow-down { background-position: -312px -96px; }
|
|
132
|
+
.icon-share-alt { background-position: -336px -96px; }
|
|
133
|
+
.icon-resize-full { background-position: -360px -96px; }
|
|
134
|
+
.icon-resize-small { background-position: -384px -96px; }
|
|
135
|
+
.icon-plus { background-position: -408px -96px; }
|
|
136
|
+
.icon-minus { background-position: -433px -96px; }
|
|
137
|
+
.icon-asterisk { background-position: -456px -96px; }
|
|
138
|
+
|
|
139
|
+
.icon-exclamation-sign { background-position: 0 -120px; }
|
|
140
|
+
.icon-gift { background-position: -24px -120px; }
|
|
141
|
+
.icon-leaf { background-position: -48px -120px; }
|
|
142
|
+
.icon-fire { background-position: -72px -120px; }
|
|
143
|
+
.icon-eye-open { background-position: -96px -120px; }
|
|
144
|
+
.icon-eye-close { background-position: -120px -120px; }
|
|
145
|
+
.icon-warning-sign { background-position: -144px -120px; }
|
|
146
|
+
.icon-plane { background-position: -168px -120px; }
|
|
147
|
+
.icon-calendar { background-position: -192px -120px; }
|
|
148
|
+
.icon-random { background-position: -216px -120px; }
|
|
149
|
+
.icon-comment { background-position: -240px -120px; }
|
|
150
|
+
.icon-magnet { background-position: -264px -120px; }
|
|
151
|
+
.icon-chevron-up { background-position: -288px -120px; }
|
|
152
|
+
.icon-chevron-down { background-position: -313px -119px; } // 1px, 1px off
|
|
153
|
+
.icon-retweet { background-position: -336px -120px; }
|
|
154
|
+
.icon-shopping-cart { background-position: -360px -120px; }
|
|
155
|
+
.icon-folder-close { background-position: -384px -120px; }
|
|
156
|
+
.icon-folder-open { background-position: -408px -120px; }
|
|
157
|
+
.icon-resize-vertical { background-position: -432px -119px; } // 1px, 1px off
|
|
158
|
+
.icon-resize-horizontal { background-position: -456px -118px; } // 1px, 2px off
|
|
159
|
+
|
|
160
|
+
.icon-hdd { background-position: 0 -144px; }
|
|
161
|
+
.icon-bullhorn { background-position: -24px -144px; }
|
|
162
|
+
.icon-bell { background-position: -48px -144px; }
|
|
163
|
+
.icon-certificate { background-position: -72px -144px; }
|
|
164
|
+
.icon-thumbs-up { background-position: -96px -144px; }
|
|
165
|
+
.icon-thumbs-down { background-position: -120px -144px; }
|
|
166
|
+
.icon-hand-right { background-position: -144px -144px; }
|
|
167
|
+
.icon-hand-left { background-position: -168px -144px; }
|
|
168
|
+
.icon-hand-up { background-position: -192px -144px; }
|
|
169
|
+
.icon-hand-down { background-position: -216px -144px; }
|
|
170
|
+
.icon-circle-arrow-right { background-position: -240px -144px; }
|
|
171
|
+
.icon-circle-arrow-left { background-position: -264px -144px; }
|
|
172
|
+
.icon-circle-arrow-up { background-position: -288px -144px; }
|
|
173
|
+
.icon-circle-arrow-down { background-position: -312px -144px; }
|
|
174
|
+
.icon-globe { background-position: -336px -144px; }
|
|
175
|
+
.icon-wrench { background-position: -360px -144px; }
|
|
176
|
+
.icon-tasks { background-position: -384px -144px; }
|
|
177
|
+
.icon-filter { background-position: -408px -144px; }
|
|
178
|
+
.icon-briefcase { background-position: -432px -144px; }
|
|
179
|
+
.icon-fullscreen { background-position: -456px -144px; }
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Tables.less
|
|
3
|
+
// Tables for, you guessed it, tabular data
|
|
4
|
+
// ----------------------------------------
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
// BASE TABLES
|
|
8
|
+
// -----------------
|
|
9
|
+
|
|
10
|
+
table {
|
|
11
|
+
max-width: 100%;
|
|
12
|
+
background-color: @tableBackground;
|
|
13
|
+
border-collapse: collapse;
|
|
14
|
+
border-spacing: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// BASELINE STYLES
|
|
18
|
+
// ---------------
|
|
19
|
+
|
|
20
|
+
.table {
|
|
21
|
+
width: 100%;
|
|
22
|
+
margin-bottom: @baseLineHeight;
|
|
23
|
+
// Cells
|
|
24
|
+
th,
|
|
25
|
+
td {
|
|
26
|
+
padding: 8px;
|
|
27
|
+
line-height: @baseLineHeight;
|
|
28
|
+
text-align: left;
|
|
29
|
+
vertical-align: top;
|
|
30
|
+
border-top: 1px solid @tableBorder;
|
|
31
|
+
}
|
|
32
|
+
th {
|
|
33
|
+
font-weight: bold;
|
|
34
|
+
}
|
|
35
|
+
// Bottom align for column headings
|
|
36
|
+
thead th {
|
|
37
|
+
vertical-align: bottom;
|
|
38
|
+
}
|
|
39
|
+
// Remove top border from thead by default
|
|
40
|
+
caption + thead tr:first-child th,
|
|
41
|
+
caption + thead tr:first-child td,
|
|
42
|
+
colgroup + thead tr:first-child th,
|
|
43
|
+
colgroup + thead tr:first-child td,
|
|
44
|
+
thead:first-child tr:first-child th,
|
|
45
|
+
thead:first-child tr:first-child td {
|
|
46
|
+
border-top: 0;
|
|
47
|
+
}
|
|
48
|
+
// Account for multiple tbody instances
|
|
49
|
+
tbody + tbody {
|
|
50
|
+
border-top: 2px solid @tableBorder;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
// CONDENSED TABLE W/ HALF PADDING
|
|
57
|
+
// -------------------------------
|
|
58
|
+
|
|
59
|
+
.table-condensed {
|
|
60
|
+
th,
|
|
61
|
+
td {
|
|
62
|
+
padding: 4px 5px;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
// BORDERED VERSION
|
|
68
|
+
// ----------------
|
|
69
|
+
|
|
70
|
+
.table-bordered {
|
|
71
|
+
border: 1px solid @tableBorder;
|
|
72
|
+
border-collapse: separate; // Done so we can round those corners!
|
|
73
|
+
*border-collapse: collapsed; // IE7 can't round corners anyway
|
|
74
|
+
border-left: 0;
|
|
75
|
+
.border-radius(4px);
|
|
76
|
+
th,
|
|
77
|
+
td {
|
|
78
|
+
border-left: 1px solid @tableBorder;
|
|
79
|
+
}
|
|
80
|
+
// Prevent a double border
|
|
81
|
+
caption + thead tr:first-child th,
|
|
82
|
+
caption + tbody tr:first-child th,
|
|
83
|
+
caption + tbody tr:first-child td,
|
|
84
|
+
colgroup + thead tr:first-child th,
|
|
85
|
+
colgroup + tbody tr:first-child th,
|
|
86
|
+
colgroup + tbody tr:first-child td,
|
|
87
|
+
thead:first-child tr:first-child th,
|
|
88
|
+
tbody:first-child tr:first-child th,
|
|
89
|
+
tbody:first-child tr:first-child td {
|
|
90
|
+
border-top: 0;
|
|
91
|
+
}
|
|
92
|
+
// For first th or td in the first row in the first thead or tbody
|
|
93
|
+
thead:first-child tr:first-child th:first-child,
|
|
94
|
+
tbody:first-child tr:first-child td:first-child {
|
|
95
|
+
-webkit-border-top-left-radius: 4px;
|
|
96
|
+
border-top-left-radius: 4px;
|
|
97
|
+
-moz-border-radius-topleft: 4px;
|
|
98
|
+
}
|
|
99
|
+
thead:first-child tr:first-child th:last-child,
|
|
100
|
+
tbody:first-child tr:first-child td:last-child {
|
|
101
|
+
-webkit-border-top-right-radius: 4px;
|
|
102
|
+
border-top-right-radius: 4px;
|
|
103
|
+
-moz-border-radius-topright: 4px;
|
|
104
|
+
}
|
|
105
|
+
// For first th or td in the first row in the first thead or tbody
|
|
106
|
+
thead:last-child tr:last-child th:first-child,
|
|
107
|
+
tbody:last-child tr:last-child td:first-child {
|
|
108
|
+
.border-radius(0 0 0 4px);
|
|
109
|
+
-webkit-border-bottom-left-radius: 4px;
|
|
110
|
+
border-bottom-left-radius: 4px;
|
|
111
|
+
-moz-border-radius-bottomleft: 4px;
|
|
112
|
+
}
|
|
113
|
+
thead:last-child tr:last-child th:last-child,
|
|
114
|
+
tbody:last-child tr:last-child td:last-child {
|
|
115
|
+
-webkit-border-bottom-right-radius: 4px;
|
|
116
|
+
border-bottom-right-radius: 4px;
|
|
117
|
+
-moz-border-radius-bottomright: 4px;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
// ZEBRA-STRIPING
|
|
123
|
+
// --------------
|
|
124
|
+
|
|
125
|
+
// Default zebra-stripe styles (alternating gray and transparent backgrounds)
|
|
126
|
+
.table-striped {
|
|
127
|
+
tbody {
|
|
128
|
+
tr:nth-child(odd) td,
|
|
129
|
+
tr:nth-child(odd) th {
|
|
130
|
+
background-color: @tableBackgroundAccent;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
// HOVER EFFECT
|
|
137
|
+
// ------------
|
|
138
|
+
// Placed here since it has to come after the potential zebra striping
|
|
139
|
+
.table {
|
|
140
|
+
tbody tr:hover td,
|
|
141
|
+
tbody tr:hover th {
|
|
142
|
+
background-color: @tableBackgroundHover;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
// TABLE CELL SIZING
|
|
148
|
+
// -----------------
|
|
149
|
+
|
|
150
|
+
// Change the columns
|
|
151
|
+
table {
|
|
152
|
+
.span1 { .tableColumns(1); }
|
|
153
|
+
.span2 { .tableColumns(2); }
|
|
154
|
+
.span3 { .tableColumns(3); }
|
|
155
|
+
.span4 { .tableColumns(4); }
|
|
156
|
+
.span5 { .tableColumns(5); }
|
|
157
|
+
.span6 { .tableColumns(6); }
|
|
158
|
+
.span7 { .tableColumns(7); }
|
|
159
|
+
.span8 { .tableColumns(8); }
|
|
160
|
+
.span9 { .tableColumns(9); }
|
|
161
|
+
.span10 { .tableColumns(10); }
|
|
162
|
+
.span11 { .tableColumns(11); }
|
|
163
|
+
.span12 { .tableColumns(12); }
|
|
164
|
+
.span13 { .tableColumns(13); }
|
|
165
|
+
.span14 { .tableColumns(14); }
|
|
166
|
+
.span15 { .tableColumns(15); }
|
|
167
|
+
.span16 { .tableColumns(16); }
|
|
168
|
+
.span17 { .tableColumns(17); }
|
|
169
|
+
.span18 { .tableColumns(18); }
|
|
170
|
+
.span19 { .tableColumns(19); }
|
|
171
|
+
.span20 { .tableColumns(20); }
|
|
172
|
+
.span21 { .tableColumns(21); }
|
|
173
|
+
.span22 { .tableColumns(22); }
|
|
174
|
+
.span23 { .tableColumns(23); }
|
|
175
|
+
.span24 { .tableColumns(24); }
|
|
176
|
+
}
|
data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/thumbnails.less
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// THUMBNAILS
|
|
2
|
+
// ----------
|
|
3
|
+
// Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files
|
|
4
|
+
|
|
5
|
+
// Make wrapper ul behave like the grid
|
|
6
|
+
.thumbnails {
|
|
7
|
+
margin-left: -@gridGutterWidth;
|
|
8
|
+
list-style: none;
|
|
9
|
+
.clearfix();
|
|
10
|
+
}
|
|
11
|
+
// Fluid rows have no left margin
|
|
12
|
+
.row-fluid .thumbnails {
|
|
13
|
+
margin-left: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// Float li to make thumbnails appear in a row
|
|
17
|
+
.thumbnails > li {
|
|
18
|
+
float: left; // Explicity set the float since we don't require .span* classes
|
|
19
|
+
margin-bottom: @baseLineHeight;
|
|
20
|
+
margin-left: @gridGutterWidth;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// The actual thumbnail (can be `a` or `div`)
|
|
24
|
+
.thumbnail {
|
|
25
|
+
display: block;
|
|
26
|
+
padding: 4px;
|
|
27
|
+
line-height: 1;
|
|
28
|
+
border: 1px solid #ddd;
|
|
29
|
+
.border-radius(4px);
|
|
30
|
+
.box-shadow(0 1px 1px rgba(0,0,0,.075));
|
|
31
|
+
}
|
|
32
|
+
// Add a hover state for linked versions only
|
|
33
|
+
a.thumbnail:hover {
|
|
34
|
+
border-color: @linkColor;
|
|
35
|
+
.box-shadow(0 1px 4px rgba(0,105,214,.25));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Images and captions
|
|
39
|
+
.thumbnail > img {
|
|
40
|
+
display: block;
|
|
41
|
+
max-width: 100%;
|
|
42
|
+
margin-left: auto;
|
|
43
|
+
margin-right: auto;
|
|
44
|
+
}
|
|
45
|
+
.thumbnail .caption {
|
|
46
|
+
padding: 9px;
|
|
47
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// TOOLTIP
|
|
2
|
+
// ------=
|
|
3
|
+
|
|
4
|
+
.tooltip {
|
|
5
|
+
position: absolute;
|
|
6
|
+
z-index: @zindexTooltip;
|
|
7
|
+
display: block;
|
|
8
|
+
visibility: visible;
|
|
9
|
+
padding: 5px;
|
|
10
|
+
font-size: 11px;
|
|
11
|
+
.opacity(0);
|
|
12
|
+
&.in { .opacity(80); }
|
|
13
|
+
&.top { margin-top: -2px; }
|
|
14
|
+
&.right { margin-left: 2px; }
|
|
15
|
+
&.bottom { margin-top: 2px; }
|
|
16
|
+
&.left { margin-left: -2px; }
|
|
17
|
+
&.top .tooltip-arrow { #popoverArrow > .top(); }
|
|
18
|
+
&.left .tooltip-arrow { #popoverArrow > .left(); }
|
|
19
|
+
&.bottom .tooltip-arrow { #popoverArrow > .bottom(); }
|
|
20
|
+
&.right .tooltip-arrow { #popoverArrow > .right(); }
|
|
21
|
+
}
|
|
22
|
+
.tooltip-inner {
|
|
23
|
+
max-width: 200px;
|
|
24
|
+
padding: 3px 8px;
|
|
25
|
+
color: @white;
|
|
26
|
+
text-align: center;
|
|
27
|
+
text-decoration: none;
|
|
28
|
+
background-color: @black;
|
|
29
|
+
.border-radius(4px);
|
|
30
|
+
}
|
|
31
|
+
.tooltip-arrow {
|
|
32
|
+
position: absolute;
|
|
33
|
+
width: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
}
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
// Typography.less
|
|
2
|
+
// Headings, body text, lists, code, and more for a versatile and durable typography system
|
|
3
|
+
// ----------------------------------------------------------------------------------------
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// BODY TEXT
|
|
7
|
+
// ---------
|
|
8
|
+
|
|
9
|
+
p {
|
|
10
|
+
margin: 0 0 @baseLineHeight / 2;
|
|
11
|
+
font-family: @baseFontFamily;
|
|
12
|
+
font-size: @baseFontSize;
|
|
13
|
+
line-height: @baseLineHeight;
|
|
14
|
+
small {
|
|
15
|
+
font-size: @baseFontSize - 2;
|
|
16
|
+
color: @grayLight;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.lead {
|
|
20
|
+
margin-bottom: @baseLineHeight;
|
|
21
|
+
font-size: 20px;
|
|
22
|
+
font-weight: 200;
|
|
23
|
+
line-height: @baseLineHeight * 1.5;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// HEADINGS
|
|
27
|
+
// --------
|
|
28
|
+
|
|
29
|
+
h1, h2, h3, h4, h5, h6 {
|
|
30
|
+
margin: 0;
|
|
31
|
+
font-family: @headingsFontFamily;
|
|
32
|
+
font-weight: @headingsFontWeight;
|
|
33
|
+
color: @headingsColor;
|
|
34
|
+
text-rendering: optimizelegibility; // Fix the character spacing for headings
|
|
35
|
+
small {
|
|
36
|
+
font-weight: normal;
|
|
37
|
+
color: @grayLight;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
h1 {
|
|
41
|
+
font-size: 30px;
|
|
42
|
+
line-height: @baseLineHeight * 2;
|
|
43
|
+
small {
|
|
44
|
+
font-size: 18px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
h2 {
|
|
48
|
+
font-size: 24px;
|
|
49
|
+
line-height: @baseLineHeight * 2;
|
|
50
|
+
small {
|
|
51
|
+
font-size: 18px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
h3 {
|
|
55
|
+
font-size: 18px;
|
|
56
|
+
line-height: @baseLineHeight * 1.5;
|
|
57
|
+
small {
|
|
58
|
+
font-size: 14px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
h4, h5, h6 {
|
|
62
|
+
line-height: @baseLineHeight;
|
|
63
|
+
}
|
|
64
|
+
h4 {
|
|
65
|
+
font-size: 14px;
|
|
66
|
+
small {
|
|
67
|
+
font-size: 12px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
h5 {
|
|
71
|
+
font-size: 12px;
|
|
72
|
+
}
|
|
73
|
+
h6 {
|
|
74
|
+
font-size: 11px;
|
|
75
|
+
color: @grayLight;
|
|
76
|
+
text-transform: uppercase;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// Page header
|
|
80
|
+
.page-header {
|
|
81
|
+
padding-bottom: @baseLineHeight - 1;
|
|
82
|
+
margin: @baseLineHeight 0;
|
|
83
|
+
border-bottom: 1px solid @grayLighter;
|
|
84
|
+
}
|
|
85
|
+
.page-header h1 {
|
|
86
|
+
line-height: 1;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
// LISTS
|
|
92
|
+
// -----
|
|
93
|
+
|
|
94
|
+
// Unordered and Ordered lists
|
|
95
|
+
ul, ol {
|
|
96
|
+
padding: 0;
|
|
97
|
+
margin: 0 0 @baseLineHeight / 2 25px;
|
|
98
|
+
}
|
|
99
|
+
ul ul,
|
|
100
|
+
ul ol,
|
|
101
|
+
ol ol,
|
|
102
|
+
ol ul {
|
|
103
|
+
margin-bottom: 0;
|
|
104
|
+
}
|
|
105
|
+
ul {
|
|
106
|
+
list-style: disc;
|
|
107
|
+
}
|
|
108
|
+
ol {
|
|
109
|
+
list-style: decimal;
|
|
110
|
+
}
|
|
111
|
+
li {
|
|
112
|
+
line-height: @baseLineHeight;
|
|
113
|
+
}
|
|
114
|
+
ul.unstyled,
|
|
115
|
+
ol.unstyled {
|
|
116
|
+
margin-left: 0;
|
|
117
|
+
list-style: none;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// Description Lists
|
|
121
|
+
dl {
|
|
122
|
+
margin-bottom: @baseLineHeight;
|
|
123
|
+
}
|
|
124
|
+
dt,
|
|
125
|
+
dd {
|
|
126
|
+
line-height: @baseLineHeight;
|
|
127
|
+
}
|
|
128
|
+
dt {
|
|
129
|
+
font-weight: bold;
|
|
130
|
+
line-height: @baseLineHeight - 1; // fix jank Helvetica Neue font bug
|
|
131
|
+
}
|
|
132
|
+
dd {
|
|
133
|
+
margin-left: @baseLineHeight / 2;
|
|
134
|
+
}
|
|
135
|
+
// Horizontal layout (like forms)
|
|
136
|
+
.dl-horizontal {
|
|
137
|
+
dt {
|
|
138
|
+
float: left;
|
|
139
|
+
width: 120px;
|
|
140
|
+
clear: left;
|
|
141
|
+
text-align: right;
|
|
142
|
+
.text-overflow();
|
|
143
|
+
}
|
|
144
|
+
dd {
|
|
145
|
+
margin-left: 130px;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// MISC
|
|
150
|
+
// ----
|
|
151
|
+
|
|
152
|
+
// Horizontal rules
|
|
153
|
+
hr {
|
|
154
|
+
margin: @baseLineHeight 0;
|
|
155
|
+
border: 0;
|
|
156
|
+
border-top: 1px solid @hrBorder;
|
|
157
|
+
border-bottom: 1px solid @white;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
// Emphasis
|
|
161
|
+
strong {
|
|
162
|
+
font-weight: bold;
|
|
163
|
+
}
|
|
164
|
+
em {
|
|
165
|
+
font-style: italic;
|
|
166
|
+
}
|
|
167
|
+
.muted {
|
|
168
|
+
color: @grayLight;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// Abbreviations and acronyms
|
|
172
|
+
abbr[title] {
|
|
173
|
+
cursor: help;
|
|
174
|
+
border-bottom: 1px dotted #ddd;
|
|
175
|
+
}
|
|
176
|
+
abbr.initialism {
|
|
177
|
+
font-size: 90%;
|
|
178
|
+
text-transform: uppercase;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// Blockquotes
|
|
182
|
+
blockquote {
|
|
183
|
+
padding: 0 0 0 15px;
|
|
184
|
+
margin: 0 0 @baseLineHeight;
|
|
185
|
+
border-left: 5px solid @grayLighter;
|
|
186
|
+
p {
|
|
187
|
+
margin-bottom: 0;
|
|
188
|
+
#font > .shorthand(16px,300,@baseLineHeight * 1.25);
|
|
189
|
+
}
|
|
190
|
+
small {
|
|
191
|
+
display: block;
|
|
192
|
+
line-height: @baseLineHeight;
|
|
193
|
+
color: @grayLight;
|
|
194
|
+
&:before {
|
|
195
|
+
content: '\2014 \00A0';
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// Float right with text-align: right
|
|
200
|
+
&.pull-right {
|
|
201
|
+
float: right;
|
|
202
|
+
padding-right: 15px;
|
|
203
|
+
padding-left: 0;
|
|
204
|
+
border-right: 5px solid @grayLighter;
|
|
205
|
+
border-left: 0;
|
|
206
|
+
p,
|
|
207
|
+
small {
|
|
208
|
+
text-align: right;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
// Quotes
|
|
214
|
+
q:before,
|
|
215
|
+
q:after,
|
|
216
|
+
blockquote:before,
|
|
217
|
+
blockquote:after {
|
|
218
|
+
content: "";
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// Addresses
|
|
222
|
+
address {
|
|
223
|
+
display: block;
|
|
224
|
+
margin-bottom: @baseLineHeight;
|
|
225
|
+
font-style: normal;
|
|
226
|
+
line-height: @baseLineHeight;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// Misc
|
|
230
|
+
small {
|
|
231
|
+
font-size: 100%;
|
|
232
|
+
}
|
|
233
|
+
cite {
|
|
234
|
+
font-style: normal;
|
|
235
|
+
}
|
data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/utilities.less
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// UTILITY CLASSES
|
|
2
|
+
// ---------------
|
|
3
|
+
|
|
4
|
+
// Quick floats
|
|
5
|
+
.pull-right {
|
|
6
|
+
float: right;
|
|
7
|
+
}
|
|
8
|
+
.pull-left {
|
|
9
|
+
float: left;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// Toggling content
|
|
13
|
+
.hide {
|
|
14
|
+
display: none;
|
|
15
|
+
}
|
|
16
|
+
.show {
|
|
17
|
+
display: block;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Visibility
|
|
21
|
+
.invisible {
|
|
22
|
+
visibility: hidden;
|
|
23
|
+
}
|