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,327 @@
|
|
|
1
|
+
/* Font Awesome
|
|
2
|
+
the iconic font designed for use with Twitter Bootstrap
|
|
3
|
+
-------------------------------------------------------
|
|
4
|
+
The full suite of pictographic icons, examples, and documentation
|
|
5
|
+
can be found at: http://fortawesome.github.com/Font-Awesome/
|
|
6
|
+
|
|
7
|
+
License
|
|
8
|
+
-------------------------------------------------------
|
|
9
|
+
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
|
|
10
|
+
http://creativecommons.org/licenses/by/3.0/ A mention of
|
|
11
|
+
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
|
|
12
|
+
source code is considered acceptable attribution (most common on the web).
|
|
13
|
+
If human readable source code is not available to the end user, a mention in
|
|
14
|
+
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
|
|
15
|
+
or mobile software).
|
|
16
|
+
|
|
17
|
+
Contact
|
|
18
|
+
-------------------------------------------------------
|
|
19
|
+
Email: dave@davegandy.com
|
|
20
|
+
Twitter: http://twitter.com/fortaweso_me
|
|
21
|
+
Work: Lead Product Designer @ http://kyruus.com
|
|
22
|
+
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'FontAwesome';
|
|
27
|
+
src: url('../font/fontawesome-webfont.eot');
|
|
28
|
+
src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
|
29
|
+
url('../font/fontawesome-webfont.woff') format('woff'),
|
|
30
|
+
url('../font/fontawesome-webfont.ttf') format('truetype'),
|
|
31
|
+
url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
|
|
32
|
+
font-weight: normal;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* Font Awesome styles
|
|
37
|
+
------------------------------------------------------- */
|
|
38
|
+
[class^="icon-"]:before,
|
|
39
|
+
[class*=" icon-"]:before {
|
|
40
|
+
font-family: FontAwesome;
|
|
41
|
+
font-weight: normal;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
text-decoration: inherit;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
a [class^="icon-"],
|
|
48
|
+
a [class*=" icon-"] {
|
|
49
|
+
display: inline-block;
|
|
50
|
+
text-decoration: inherit;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* makes the font 33% larger relative to the icon container */
|
|
54
|
+
.icon-large:before {
|
|
55
|
+
vertical-align: middle;
|
|
56
|
+
font-size: 4/3em;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.btn, .nav-tabs {
|
|
60
|
+
[class^="icon-"],
|
|
61
|
+
[class*=" icon-"] {
|
|
62
|
+
/* keeps button heights with and without icons the same */
|
|
63
|
+
line-height: .9em;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
li {
|
|
68
|
+
[class^="icon-"],
|
|
69
|
+
[class*=" icon-"] {
|
|
70
|
+
display: inline-block;
|
|
71
|
+
width: 1.25em;
|
|
72
|
+
text-align: center;
|
|
73
|
+
}
|
|
74
|
+
.icon-large:before,
|
|
75
|
+
.icon-large:before {
|
|
76
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
|
77
|
+
width: 1.5*1.25em;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
ul.icons {
|
|
82
|
+
list-style-type: none;
|
|
83
|
+
margin-left: 2em;
|
|
84
|
+
text-indent: -.8em;
|
|
85
|
+
|
|
86
|
+
li {
|
|
87
|
+
[class^="icon-"],
|
|
88
|
+
[class*=" icon-"] {
|
|
89
|
+
width: .8em;
|
|
90
|
+
}
|
|
91
|
+
.icon-large:before,
|
|
92
|
+
.icon-large:before {
|
|
93
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
|
94
|
+
vertical-align: initial;
|
|
95
|
+
// width: 1.5*1.25em;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
101
|
+
readers do not read off random characters that represent icons */
|
|
102
|
+
.icon-glass:before { content: "\f000"; }
|
|
103
|
+
.icon-music:before { content: "\f001"; }
|
|
104
|
+
.icon-search:before { content: "\f002"; }
|
|
105
|
+
.icon-envelope:before { content: "\f003"; }
|
|
106
|
+
.icon-heart:before { content: "\f004"; }
|
|
107
|
+
.icon-star:before { content: "\f005"; }
|
|
108
|
+
.icon-star-empty:before { content: "\f006"; }
|
|
109
|
+
.icon-user:before { content: "\f007"; }
|
|
110
|
+
.icon-film:before { content: "\f008"; }
|
|
111
|
+
.icon-th-large:before { content: "\f009"; }
|
|
112
|
+
.icon-th:before { content: "\f00a"; }
|
|
113
|
+
.icon-th-list:before { content: "\f00b"; }
|
|
114
|
+
.icon-ok:before { content: "\f00c"; }
|
|
115
|
+
.icon-remove:before { content: "\f00d"; }
|
|
116
|
+
.icon-zoom-in:before { content: "\f00e"; }
|
|
117
|
+
|
|
118
|
+
.icon-zoom-out:before { content: "\f010"; }
|
|
119
|
+
.icon-off:before { content: "\f011"; }
|
|
120
|
+
.icon-signal:before { content: "\f012"; }
|
|
121
|
+
.icon-cog:before { content: "\f013"; }
|
|
122
|
+
.icon-trash:before { content: "\f014"; }
|
|
123
|
+
.icon-home:before { content: "\f015"; }
|
|
124
|
+
.icon-file:before { content: "\f016"; }
|
|
125
|
+
.icon-time:before { content: "\f017"; }
|
|
126
|
+
.icon-road:before { content: "\f018"; }
|
|
127
|
+
.icon-download-alt:before { content: "\f019"; }
|
|
128
|
+
.icon-download:before { content: "\f01a"; }
|
|
129
|
+
.icon-upload:before { content: "\f01b"; }
|
|
130
|
+
.icon-inbox:before { content: "\f01c"; }
|
|
131
|
+
.icon-play-circle:before { content: "\f01d"; }
|
|
132
|
+
.icon-repeat:before { content: "\f01e"; }
|
|
133
|
+
|
|
134
|
+
/* \f020 doesn't work in Safari. all shifted one down */
|
|
135
|
+
.icon-refresh:before { content: "\f021"; }
|
|
136
|
+
.icon-list-alt:before { content: "\f022"; }
|
|
137
|
+
.icon-lock:before { content: "\f023"; }
|
|
138
|
+
.icon-flag:before { content: "\f024"; }
|
|
139
|
+
.icon-headphones:before { content: "\f025"; }
|
|
140
|
+
.icon-volume-off:before { content: "\f026"; }
|
|
141
|
+
.icon-volume-down:before { content: "\f027"; }
|
|
142
|
+
.icon-volume-up:before { content: "\f028"; }
|
|
143
|
+
.icon-qrcode:before { content: "\f029"; }
|
|
144
|
+
.icon-barcode:before { content: "\f02a"; }
|
|
145
|
+
.icon-tag:before { content: "\f02b"; }
|
|
146
|
+
.icon-tags:before { content: "\f02c"; }
|
|
147
|
+
.icon-book:before { content: "\f02d"; }
|
|
148
|
+
.icon-bookmark:before { content: "\f02e"; }
|
|
149
|
+
.icon-print:before { content: "\f02f"; }
|
|
150
|
+
|
|
151
|
+
.icon-camera:before { content: "\f030"; }
|
|
152
|
+
.icon-font:before { content: "\f031"; }
|
|
153
|
+
.icon-bold:before { content: "\f032"; }
|
|
154
|
+
.icon-italic:before { content: "\f033"; }
|
|
155
|
+
.icon-text-height:before { content: "\f034"; }
|
|
156
|
+
.icon-text-width:before { content: "\f035"; }
|
|
157
|
+
.icon-align-left:before { content: "\f036"; }
|
|
158
|
+
.icon-align-center:before { content: "\f037"; }
|
|
159
|
+
.icon-align-right:before { content: "\f038"; }
|
|
160
|
+
.icon-align-justify:before { content: "\f039"; }
|
|
161
|
+
.icon-list:before { content: "\f03a"; }
|
|
162
|
+
.icon-indent-left:before { content: "\f03b"; }
|
|
163
|
+
.icon-indent-right:before { content: "\f03c"; }
|
|
164
|
+
.icon-facetime-video:before { content: "\f03d"; }
|
|
165
|
+
.icon-picture:before { content: "\f03e"; }
|
|
166
|
+
|
|
167
|
+
.icon-pencil:before { content: "\f040"; }
|
|
168
|
+
.icon-map-marker:before { content: "\f041"; }
|
|
169
|
+
.icon-adjust:before { content: "\f042"; }
|
|
170
|
+
.icon-tint:before { content: "\f043"; }
|
|
171
|
+
.icon-edit:before { content: "\f044"; }
|
|
172
|
+
.icon-share:before { content: "\f045"; }
|
|
173
|
+
.icon-check:before { content: "\f046"; }
|
|
174
|
+
.icon-move:before { content: "\f047"; }
|
|
175
|
+
.icon-step-backward:before { content: "\f048"; }
|
|
176
|
+
.icon-fast-backward:before { content: "\f049"; }
|
|
177
|
+
.icon-backward:before { content: "\f04a"; }
|
|
178
|
+
.icon-play:before { content: "\f04b"; }
|
|
179
|
+
.icon-pause:before { content: "\f04c"; }
|
|
180
|
+
.icon-stop:before { content: "\f04d"; }
|
|
181
|
+
.icon-forward:before { content: "\f04e"; }
|
|
182
|
+
|
|
183
|
+
.icon-fast-forward:before { content: "\f050"; }
|
|
184
|
+
.icon-step-forward:before { content: "\f051"; }
|
|
185
|
+
.icon-eject:before { content: "\f052"; }
|
|
186
|
+
.icon-chevron-left:before { content: "\f053"; }
|
|
187
|
+
.icon-chevron-right:before { content: "\f054"; }
|
|
188
|
+
.icon-plus-sign:before { content: "\f055"; }
|
|
189
|
+
.icon-minus-sign:before { content: "\f056"; }
|
|
190
|
+
.icon-remove-sign:before { content: "\f057"; }
|
|
191
|
+
.icon-ok-sign:before { content: "\f058"; }
|
|
192
|
+
.icon-question-sign:before { content: "\f059"; }
|
|
193
|
+
.icon-info-sign:before { content: "\f05a"; }
|
|
194
|
+
.icon-screenshot:before { content: "\f05b"; }
|
|
195
|
+
.icon-remove-circle:before { content: "\f05c"; }
|
|
196
|
+
.icon-ok-circle:before { content: "\f05d"; }
|
|
197
|
+
.icon-ban-circle:before { content: "\f05e"; }
|
|
198
|
+
|
|
199
|
+
.icon-arrow-left:before { content: "\f060"; }
|
|
200
|
+
.icon-arrow-right:before { content: "\f061"; }
|
|
201
|
+
.icon-arrow-up:before { content: "\f062"; }
|
|
202
|
+
.icon-arrow-down:before { content: "\f063"; }
|
|
203
|
+
.icon-share-alt:before { content: "\f064"; }
|
|
204
|
+
.icon-resize-full:before { content: "\f065"; }
|
|
205
|
+
.icon-resize-small:before { content: "\f066"; }
|
|
206
|
+
.icon-plus:before { content: "\f067"; }
|
|
207
|
+
.icon-minus:before { content: "\f068"; }
|
|
208
|
+
.icon-asterisk:before { content: "\f069"; }
|
|
209
|
+
.icon-exclamation-sign:before { content: "\f06a"; }
|
|
210
|
+
.icon-gift:before { content: "\f06b"; }
|
|
211
|
+
.icon-leaf:before { content: "\f06c"; }
|
|
212
|
+
.icon-fire:before { content: "\f06d"; }
|
|
213
|
+
.icon-eye-open:before { content: "\f06e"; }
|
|
214
|
+
|
|
215
|
+
.icon-eye-close:before { content: "\f070"; }
|
|
216
|
+
.icon-warning-sign:before { content: "\f071"; }
|
|
217
|
+
.icon-plane:before { content: "\f072"; }
|
|
218
|
+
.icon-calendar:before { content: "\f073"; }
|
|
219
|
+
.icon-random:before { content: "\f074"; }
|
|
220
|
+
.icon-comment:before { content: "\f075"; }
|
|
221
|
+
.icon-magnet:before { content: "\f076"; }
|
|
222
|
+
.icon-chevron-up:before { content: "\f077"; }
|
|
223
|
+
.icon-chevron-down:before { content: "\f078"; }
|
|
224
|
+
.icon-retweet:before { content: "\f079"; }
|
|
225
|
+
.icon-shopping-cart:before { content: "\f07a"; }
|
|
226
|
+
.icon-folder-close:before { content: "\f07b"; }
|
|
227
|
+
.icon-folder-open:before { content: "\f07c"; }
|
|
228
|
+
.icon-resize-vertical:before { content: "\f07d"; }
|
|
229
|
+
.icon-resize-horizontal:before { content: "\f07e"; }
|
|
230
|
+
|
|
231
|
+
.icon-bar-chart:before { content: "\f080"; }
|
|
232
|
+
.icon-twitter-sign:before { content: "\f081"; }
|
|
233
|
+
.icon-facebook-sign:before { content: "\f082"; }
|
|
234
|
+
.icon-camera-retro:before { content: "\f083"; }
|
|
235
|
+
.icon-key:before { content: "\f084"; }
|
|
236
|
+
.icon-cogs:before { content: "\f085"; }
|
|
237
|
+
.icon-comments:before { content: "\f086"; }
|
|
238
|
+
.icon-thumbs-up:before { content: "\f087"; }
|
|
239
|
+
.icon-thumbs-down:before { content: "\f088"; }
|
|
240
|
+
.icon-star-half:before { content: "\f089"; }
|
|
241
|
+
.icon-heart-empty:before { content: "\f08a"; }
|
|
242
|
+
.icon-signout:before { content: "\f08b"; }
|
|
243
|
+
.icon-linkedin-sign:before { content: "\f08c"; }
|
|
244
|
+
.icon-pushpin:before { content: "\f08d"; }
|
|
245
|
+
.icon-external-link:before { content: "\f08e"; }
|
|
246
|
+
|
|
247
|
+
.icon-signin:before { content: "\f090"; }
|
|
248
|
+
.icon-trophy:before { content: "\f091"; }
|
|
249
|
+
.icon-github-sign:before { content: "\f092"; }
|
|
250
|
+
.icon-upload-alt:before { content: "\f093"; }
|
|
251
|
+
.icon-lemon:before { content: "\f094"; }
|
|
252
|
+
.icon-phone:before { content: "\f095"; }
|
|
253
|
+
.icon-check-empty:before { content: "\f096"; }
|
|
254
|
+
.icon-bookmark-empty:before { content: "\f097"; }
|
|
255
|
+
.icon-phone-sign:before { content: "\f098"; }
|
|
256
|
+
.icon-twitter:before { content: "\f099"; }
|
|
257
|
+
.icon-facebook:before { content: "\f09a"; }
|
|
258
|
+
.icon-github:before { content: "\f09b"; }
|
|
259
|
+
.icon-unlock:before { content: "\f09c"; }
|
|
260
|
+
.icon-credit-card:before { content: "\f09d"; }
|
|
261
|
+
.icon-rss:before { content: "\f09e"; }
|
|
262
|
+
|
|
263
|
+
.icon-hdd:before { content: "\f0a0"; }
|
|
264
|
+
.icon-bullhorn:before { content: "\f0a1"; }
|
|
265
|
+
.icon-bell:before { content: "\f0a2"; }
|
|
266
|
+
.icon-certificate:before { content: "\f0a3"; }
|
|
267
|
+
.icon-hand-right:before { content: "\f0a4"; }
|
|
268
|
+
.icon-hand-left:before { content: "\f0a5"; }
|
|
269
|
+
.icon-hand-up:before { content: "\f0a6"; }
|
|
270
|
+
.icon-hand-down:before { content: "\f0a7"; }
|
|
271
|
+
.icon-circle-arrow-left:before { content: "\f0a8"; }
|
|
272
|
+
.icon-circle-arrow-right:before { content: "\f0a9"; }
|
|
273
|
+
.icon-circle-arrow-up:before { content: "\f0aa"; }
|
|
274
|
+
.icon-circle-arrow-down:before { content: "\f0ab"; }
|
|
275
|
+
.icon-globe:before { content: "\f0ac"; }
|
|
276
|
+
.icon-wrench:before { content: "\f0ad"; }
|
|
277
|
+
.icon-tasks:before { content: "\f0ae"; }
|
|
278
|
+
|
|
279
|
+
.icon-filter:before { content: "\f0b0"; }
|
|
280
|
+
.icon-briefcase:before { content: "\f0b1"; }
|
|
281
|
+
.icon-fullscreen:before { content: "\f0b2"; }
|
|
282
|
+
|
|
283
|
+
.icon-group:before { content: "\f0c0"; }
|
|
284
|
+
.icon-link:before { content: "\f0c1"; }
|
|
285
|
+
.icon-cloud:before { content: "\f0c2"; }
|
|
286
|
+
.icon-beaker:before { content: "\f0c3"; }
|
|
287
|
+
.icon-cut:before { content: "\f0c4"; }
|
|
288
|
+
.icon-copy:before { content: "\f0c5"; }
|
|
289
|
+
.icon-paper-clip:before { content: "\f0c6"; }
|
|
290
|
+
.icon-save:before { content: "\f0c7"; }
|
|
291
|
+
.icon-sign-blank:before { content: "\f0c8"; }
|
|
292
|
+
.icon-reorder:before { content: "\f0c9"; }
|
|
293
|
+
.icon-list-ul:before { content: "\f0ca"; }
|
|
294
|
+
.icon-list-ol:before { content: "\f0cb"; }
|
|
295
|
+
.icon-strikethrough:before { content: "\f0cc"; }
|
|
296
|
+
.icon-underline:before { content: "\f0cd"; }
|
|
297
|
+
.icon-table:before { content: "\f0ce"; }
|
|
298
|
+
|
|
299
|
+
.icon-magic:before { content: "\f0d0"; }
|
|
300
|
+
.icon-truck:before { content: "\f0d1"; }
|
|
301
|
+
.icon-pinterest:before { content: "\f0d2"; }
|
|
302
|
+
.icon-pinterest-sign:before { content: "\f0d3"; }
|
|
303
|
+
.icon-google-plus-sign:before { content: "\f0d4"; }
|
|
304
|
+
.icon-google-plus:before { content: "\f0d5"; }
|
|
305
|
+
.icon-money:before { content: "\f0d6"; }
|
|
306
|
+
.icon-caret-down:before { content: "\f0d7"; }
|
|
307
|
+
.icon-caret-up:before { content: "\f0d8"; }
|
|
308
|
+
.icon-caret-left:before { content: "\f0d9"; }
|
|
309
|
+
.icon-caret-right:before { content: "\f0da"; }
|
|
310
|
+
.icon-columns:before { content: "\f0db"; }
|
|
311
|
+
.icon-sort:before { content: "\f0dc"; }
|
|
312
|
+
.icon-sort-down:before { content: "\f0dd"; }
|
|
313
|
+
.icon-sort-up:before { content: "\f0de"; }
|
|
314
|
+
|
|
315
|
+
.icon-envelope-alt:before { content: "\f0e0"; }
|
|
316
|
+
.icon-linkedin:before { content: "\f0e1"; }
|
|
317
|
+
.icon-undo:before { content: "\f0e2"; }
|
|
318
|
+
.icon-legal:before { content: "\f0e3"; }
|
|
319
|
+
.icon-dashboard:before { content: "\f0e4"; }
|
|
320
|
+
.icon-comment-alt:before { content: "\f0e5"; }
|
|
321
|
+
.icon-comments-alt:before { content: "\f0e6"; }
|
|
322
|
+
.icon-bolt:before { content: "\f0e7"; }
|
|
323
|
+
.icon-sitemap:before { content: "\f0e8"; }
|
|
324
|
+
.icon-umbrella:before { content: "\f0e9"; }
|
|
325
|
+
.icon-paste:before { content: "\f0ea"; }
|
|
326
|
+
|
|
327
|
+
.icon-user-md:before { content: "\f200"; }
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'museo-slab';
|
|
3
|
+
src: url('../font/museo_slab_300-webfont.eot');
|
|
4
|
+
src: url('../font/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../font/museo_slab_300-webfont.ttf') format('truetype');
|
|
6
|
+
font-weight: normal;
|
|
7
|
+
font-style: normal;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: 'museo-slab';
|
|
12
|
+
src: url('../font/museo_slab_500-webfont.eot');
|
|
13
|
+
src: url('../font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
|
|
14
|
+
url('../font/museo_slab_500-webfont.ttf') format('truetype');
|
|
15
|
+
font-weight: bold;
|
|
16
|
+
font-style: normal;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: 'proxima-nova';
|
|
21
|
+
src: url('../font/proximanova-webfont.eot');
|
|
22
|
+
src: url('../font/proximanova-webfont.eot?#iefix') format('embedded-opentype'),
|
|
23
|
+
url('../font/proximanova-webfont.ttf') format('truetype');
|
|
24
|
+
font-weight: normal;
|
|
25
|
+
font-style: normal;
|
|
26
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
.gradient-text (@color: #808080, @color1: #999, @color2: #B3B3B3, @color3: #B3B3B3, @color4: #666) {
|
|
2
|
+
// fallback for browsers that don't support this
|
|
3
|
+
// color: @color;
|
|
4
|
+
|
|
5
|
+
// makes simple gradient text in webkit browsers
|
|
6
|
+
// background: -webkit-gradient(linear, left top, left bottom, from(@colorTop), to(@colorBottom));
|
|
7
|
+
|
|
8
|
+
// makes a more complex background, allowing iPhone-like text gradients
|
|
9
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @color1), color-stop(55%, @color2), color-stop(55%, @color3), color-stop(100%, @color4)); // Safari 4+, Chrome 2+
|
|
10
|
+
background-image: -webkit-linear-gradient(top, @color1 0%, @color2 55%, @color3 55%, @color4 100%); // Safari 5.1+, Chrome 10+
|
|
11
|
+
|
|
12
|
+
-webkit-background-clip: text;
|
|
13
|
+
-webkit-text-fill-color: transparent;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// Mixin for generating button backgrounds
|
|
17
|
+
// ---------------------------------------
|
|
18
|
+
.buttonBackgroundThreeColors(@startColor, @midColor, @colorStop, @endColor) {
|
|
19
|
+
// gradientBar will set the background to a pleasing blend of these, to support IE<=9
|
|
20
|
+
#gradient > .vertical-three-colors(@startColor, @midColor, @colorStop, @endColor);
|
|
21
|
+
border-color: @startColor @startColor darken(@endColor, 15%);
|
|
22
|
+
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
|
|
23
|
+
|
|
24
|
+
.reset-filter();
|
|
25
|
+
|
|
26
|
+
// in these cases the gradient won't cover the background, so we override
|
|
27
|
+
&:hover, &:active, &.active, &.disabled, &[disabled] {
|
|
28
|
+
background-color: @endColor;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// IE 7 + 8 can't handle box-shadow to show active, so we darken a bit ourselves
|
|
32
|
+
&:active,
|
|
33
|
+
&.active {
|
|
34
|
+
background-color: darken(@endColor, 10%) e("\9");
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.icon-size (@size: 12px, @width-multiplier: .9, @height-multiplier: .95) {
|
|
39
|
+
i { font-size: @size; }
|
|
40
|
+
line-height: @size;
|
|
41
|
+
height: @size * @height-multiplier;
|
|
42
|
+
text-align: center;
|
|
43
|
+
}
|
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
@import "twbs-203/bootstrap.less";
|
|
2
|
+
|
|
3
|
+
@import "mixins.less";
|
|
4
|
+
@import "variables.less";
|
|
5
|
+
@import "font-site.less";
|
|
6
|
+
@import "font-awesome.less";
|
|
7
|
+
|
|
8
|
+
// These accomodate navbar-fixed-top
|
|
9
|
+
#overview { padding-top: 60px; }
|
|
10
|
+
#new-icons, #all-icons, #examples, #integration, #code, #roadmap {
|
|
11
|
+
padding-top: 40px;
|
|
12
|
+
}
|
|
13
|
+
.navbar .brand {
|
|
14
|
+
padding: 11px 20px 9px;
|
|
15
|
+
color: @white;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.navbar-inner { .border-radius(0); }
|
|
19
|
+
|
|
20
|
+
.navbar .nav > li > a { padding: 12px 10px 9px; }
|
|
21
|
+
|
|
22
|
+
h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|
23
|
+
|
|
24
|
+
#iconCarousel {
|
|
25
|
+
a { color: @white; }
|
|
26
|
+
@size: 275px;
|
|
27
|
+
float: right;
|
|
28
|
+
width: @size * .9 + 20;
|
|
29
|
+
height: @size * .75;
|
|
30
|
+
margin-right: 10px;
|
|
31
|
+
margin-top: -20px;
|
|
32
|
+
font-size: @size;
|
|
33
|
+
text-align: center;
|
|
34
|
+
text-shadow: 2px 2px 3px @grayDarker;
|
|
35
|
+
.carousel-control {
|
|
36
|
+
top: @size + 5;
|
|
37
|
+
.square(23px);
|
|
38
|
+
border-width: 3px;
|
|
39
|
+
font-size: 17px;
|
|
40
|
+
line-height: 28px;
|
|
41
|
+
left: @size / 3 + 9;
|
|
42
|
+
&.right {
|
|
43
|
+
left: auto;
|
|
44
|
+
right: @size / 3 + 9;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
//a[href^='http://'] {
|
|
50
|
+
// &:after {
|
|
51
|
+
// font-family: FontAwesome;
|
|
52
|
+
// content: "\0020 \f08e";
|
|
53
|
+
// &:hover {
|
|
54
|
+
// text-decoration: none;
|
|
55
|
+
// }
|
|
56
|
+
// }
|
|
57
|
+
//}
|
|
58
|
+
|
|
59
|
+
.hero-unit {
|
|
60
|
+
margin-bottom: 20px;
|
|
61
|
+
.border-radius(20px);
|
|
62
|
+
// #gradient > .radial( lighten(@red, 10%), @red);
|
|
63
|
+
background-color: @red;
|
|
64
|
+
&, h1 { color: @white; }
|
|
65
|
+
h1 {
|
|
66
|
+
font-size: 70px;
|
|
67
|
+
letter-spacing: -1px;
|
|
68
|
+
line-height: 1.2;
|
|
69
|
+
}
|
|
70
|
+
p {
|
|
71
|
+
margin-top: 10px;
|
|
72
|
+
margin-bottom: 15px;
|
|
73
|
+
font-size: 28px;
|
|
74
|
+
line-height: 34px;
|
|
75
|
+
}
|
|
76
|
+
text-shadow: 2px 2px 2px @grayDark;
|
|
77
|
+
ul {
|
|
78
|
+
margin-left: 50px;
|
|
79
|
+
li {
|
|
80
|
+
&.icon-large:before {
|
|
81
|
+
text-indent: -2em;
|
|
82
|
+
vertical-align: baseline;
|
|
83
|
+
}
|
|
84
|
+
font-size: 15px;
|
|
85
|
+
line-height: 30px;
|
|
86
|
+
text-shadow: 1px 1px 1px @grayDark;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
a { color: #fffeb8; }
|
|
90
|
+
.btn-large {
|
|
91
|
+
.buttonBackground(@white, #bbb);
|
|
92
|
+
font-family: @serifFontFamily;
|
|
93
|
+
color: @grayDark;
|
|
94
|
+
margin-top: 15px;
|
|
95
|
+
font-weight: bold;
|
|
96
|
+
font-size: 18px;
|
|
97
|
+
padding: 13px 22px;
|
|
98
|
+
padding-left: 24px + 44;
|
|
99
|
+
margin-right: 10px;
|
|
100
|
+
.border-radius(6px);
|
|
101
|
+
position: relative;
|
|
102
|
+
text-align: left;
|
|
103
|
+
i {
|
|
104
|
+
position: absolute;
|
|
105
|
+
// top: 13px;
|
|
106
|
+
left: 22px;
|
|
107
|
+
font-size: 46px;
|
|
108
|
+
}
|
|
109
|
+
&.btn-github {
|
|
110
|
+
padding-left: 30px + 44;
|
|
111
|
+
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
.hero-content {
|
|
115
|
+
width: 500px;
|
|
116
|
+
text-align: center;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.btn-primary, .hero-unit .btn-primary {
|
|
121
|
+
.buttonBackground(#fffeb8, #c49c38);
|
|
122
|
+
*background-color: #e7d785;
|
|
123
|
+
color: @grayDark;
|
|
124
|
+
text-shadow: 0 -1px 0 rgba(255,255,255,.25);
|
|
125
|
+
&:hover {
|
|
126
|
+
text-shadow: 0 -1px 0 rgba(255,255,255,.25);
|
|
127
|
+
color: @grayDark;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
#social-buttons {
|
|
132
|
+
margin-bottom: 30px;
|
|
133
|
+
text-align: center;
|
|
134
|
+
.btn {
|
|
135
|
+
font-family: @serifFontFamily;
|
|
136
|
+
font-weight: bold;
|
|
137
|
+
font-size: @baseFontSize;
|
|
138
|
+
padding: 4px 10px 1px;
|
|
139
|
+
line-height: @baseLineHeight;
|
|
140
|
+
}
|
|
141
|
+
.count.btn {
|
|
142
|
+
font-family: @sansFontFamily;
|
|
143
|
+
font-weight: normal;
|
|
144
|
+
.buttonBackground(@white, @white);
|
|
145
|
+
}
|
|
146
|
+
.watch, .fork {
|
|
147
|
+
margin-right: 30px;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
.the-icons {
|
|
153
|
+
list-style-type: none;
|
|
154
|
+
margin-left: 0;
|
|
155
|
+
li {
|
|
156
|
+
cursor: pointer;
|
|
157
|
+
line-height: 42px;
|
|
158
|
+
height: 42px;
|
|
159
|
+
padding-left: 12px;
|
|
160
|
+
.border-radius(12px);
|
|
161
|
+
|
|
162
|
+
[class^="icon-"],
|
|
163
|
+
[class*=" icon-"] {
|
|
164
|
+
width: 32px;
|
|
165
|
+
font-size: 16px;
|
|
166
|
+
}
|
|
167
|
+
&:hover {
|
|
168
|
+
background-color: lighten(@errorBackground, 6%);
|
|
169
|
+
[class^="icon-"], [class*=" icon-"] { *font-size: 24px; *vertical-align: middle; }
|
|
170
|
+
|
|
171
|
+
[class^="icon-"]:before,
|
|
172
|
+
[class*=" icon-"]:before {
|
|
173
|
+
font-size: 24px;
|
|
174
|
+
vertical-align: middle;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
#all-icons, #new-icons {
|
|
181
|
+
h3 {
|
|
182
|
+
margin-top: 10px;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
#why {
|
|
187
|
+
.row {
|
|
188
|
+
margin-bottom: 20px;
|
|
189
|
+
}
|
|
190
|
+
.icon-large {
|
|
191
|
+
font-size: 22px;
|
|
192
|
+
text-align: center;
|
|
193
|
+
padding-right: 4px;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
#examples {
|
|
198
|
+
.btn-toolbar {
|
|
199
|
+
margin-top: 0;
|
|
200
|
+
margin-bottom: 20px;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
#integration {
|
|
205
|
+
.row { margin-bottom: 40px; }
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
#examples, #code {
|
|
209
|
+
form {
|
|
210
|
+
margin-bottom: 25px;
|
|
211
|
+
input {
|
|
212
|
+
line-height: 1; // fixes a safari placeholder alignment issue
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.rating {
|
|
217
|
+
unicode-bidi: bidi-override;
|
|
218
|
+
direction: rtl;
|
|
219
|
+
|
|
220
|
+
font-size: 30px;
|
|
221
|
+
span.star {
|
|
222
|
+
font-family: FontAwesome;
|
|
223
|
+
font-weight: normal;
|
|
224
|
+
font-style: normal;
|
|
225
|
+
display: inline-block;
|
|
226
|
+
&:hover {
|
|
227
|
+
cursor: pointer;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
span.star:before {
|
|
231
|
+
content: "\f006"; // empty star
|
|
232
|
+
padding-right: 5px;
|
|
233
|
+
color: @grayLight;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
span.star:hover:before, span.star:hover ~ span.star:before {
|
|
237
|
+
content: "\f005"; // solid star
|
|
238
|
+
color: #e3cf7a;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
.modal {
|
|
245
|
+
width: 560px;
|
|
246
|
+
max-height: 600px;
|
|
247
|
+
.modal-body {
|
|
248
|
+
*overflow: hidden; // ie7 fix
|
|
249
|
+
max-height: none;
|
|
250
|
+
padding-bottom: 0;
|
|
251
|
+
.row { margin-bottom: 15px; }
|
|
252
|
+
div.thumbnail {
|
|
253
|
+
text-align: center;
|
|
254
|
+
div { margin-bottom: 5px; }
|
|
255
|
+
}
|
|
256
|
+
.icon6 {
|
|
257
|
+
width: 325px;
|
|
258
|
+
> div.thumbnail > div { .icon-size(340px); }
|
|
259
|
+
}
|
|
260
|
+
.icon5 {
|
|
261
|
+
width: 185px;
|
|
262
|
+
> div.thumbnail > div { .icon-size(180px); }
|
|
263
|
+
}
|
|
264
|
+
.icon4 {
|
|
265
|
+
width: 215px;
|
|
266
|
+
> div.thumbnail > div { .icon-size(100px); }
|
|
267
|
+
}
|
|
268
|
+
.icon3 {
|
|
269
|
+
width: 120px;
|
|
270
|
+
> div.thumbnail > div { .icon-size(50px); }
|
|
271
|
+
}
|
|
272
|
+
.icon2 {
|
|
273
|
+
width: 75px;
|
|
274
|
+
> div.thumbnail > div { .icon-size(20px); }
|
|
275
|
+
}
|
|
276
|
+
.icon1 {
|
|
277
|
+
width: 60px;
|
|
278
|
+
> div.thumbnail > div { .icon-size(12px); }
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.label,
|
|
284
|
+
.badge {
|
|
285
|
+
background-color: @grayLighter;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
footer {
|
|
290
|
+
color: @gray;
|
|
291
|
+
border-top: 1px solid @grayLighter;
|
|
292
|
+
margin-top: 60px;
|
|
293
|
+
padding-top: 20px;
|
|
294
|
+
padding-bottom: 60px;
|
|
295
|
+
*zoom: 1; // ie7 hack
|
|
296
|
+
ul {
|
|
297
|
+
margin-left: 30px;
|
|
298
|
+
line-height: 25px;
|
|
299
|
+
}
|
|
300
|
+
}
|