penmanship 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE +22 -0
- data/README.md +74 -0
- data/Rakefile +2 -0
- data/lib/penmanship.rb +15 -0
- data/lib/penmanship/action_controller/extension.rb +24 -0
- data/lib/penmanship/action_view/extension.rb +43 -0
- data/lib/penmanship/version.rb +3 -0
- data/penmanship.gemspec +25 -0
- data/vendor/assets/images/glyphicons-halflings-white.png +0 -0
- data/vendor/assets/images/glyphicons-halflings.png +0 -0
- data/vendor/assets/javascripts/README.md +112 -0
- data/vendor/assets/javascripts/bootstrap-alert.js +90 -0
- data/vendor/assets/javascripts/bootstrap-application.js +184 -0
- data/vendor/assets/javascripts/bootstrap-button.js +96 -0
- data/vendor/assets/javascripts/bootstrap-carousel.js +169 -0
- data/vendor/assets/javascripts/bootstrap-collapse.js +157 -0
- data/vendor/assets/javascripts/bootstrap-dropdown.js +100 -0
- data/vendor/assets/javascripts/bootstrap-modal.js +218 -0
- data/vendor/assets/javascripts/bootstrap-popover.js +98 -0
- data/vendor/assets/javascripts/bootstrap-scrollspy.js +151 -0
- data/vendor/assets/javascripts/bootstrap-tab.js +135 -0
- data/vendor/assets/javascripts/bootstrap-tooltip.js +275 -0
- data/vendor/assets/javascripts/bootstrap-transition.js +61 -0
- data/vendor/assets/javascripts/bootstrap-typeahead.js +285 -0
- data/vendor/assets/javascripts/bootstrap.js +1824 -0
- data/vendor/assets/javascripts/bootstrap.min.js +6 -0
- data/vendor/assets/javascripts/prettify.js +28 -0
- data/vendor/assets/stylesheets/bootstrap-responsive.css +808 -0
- data/vendor/assets/stylesheets/bootstrap.css +4960 -0
- data/vendor/assets/stylesheets/docs.css +841 -0
- data/vendor/assets/stylesheets/prettify.css +30 -0
- metadata +142 -0
@@ -0,0 +1,6 @@
|
|
1
|
+
/**
|
2
|
+
* Bootstrap.js by @fat & @mdo
|
3
|
+
* Copyright 2012 Twitter, Inc.
|
4
|
+
* http://www.apache.org/licenses/LICENSE-2.0.txt
|
5
|
+
*/
|
6
|
+
!function(a){a(function(){"use strict",a.support.transition=function(){var a=function(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",msTransition:"MSTransitionEnd",transition:"transitionend"},c;for(c in b)if(a.style[c]!==undefined)return b[c]}();return a&&{end:a}}()})}(window.jQuery),!function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function f(){e.trigger("closed").remove()}var c=a(this),d=c.attr("data-target"),e;d||(d=c.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),e=a(d),b&&b.preventDefault(),e.length||(e=c.hasClass("alert")?c:c.parent()),e.trigger(b=a.Event("close"));if(b.isDefaultPrevented())return;e.removeClass("in"),a.support.transition&&e.hasClass("fade")?e.on(a.support.transition.end,f):f()},a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("alert");e||d.data("alert",e=new c(this)),typeof b=="string"&&e[b].call(d)})},a.fn.alert.Constructor=c,a(function(){a("body").on("click.alert.data-api",b,c.prototype.close)})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.button.defaults,c)};b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.data(),e=c.is("input")?"val":"html";a+="Text",d.resetText||c.data("resetText",c[e]()),c[e](d[a]||this.options[a]),setTimeout(function(){a=="loadingText"?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.parent('[data-toggle="buttons-radio"]');a&&a.find(".active").removeClass("active"),this.$element.toggleClass("active")},a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("button"),f=typeof c=="object"&&c;e||d.data("button",e=new b(this,f)),c=="toggle"?e.toggle():c&&e.setState(c)})},a.fn.button.defaults={loadingText:"loading..."},a.fn.button.Constructor=b,a(function(){a("body").on("click.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle")})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=c,this.options.slide&&this.slide(this.options.slide),this.options.pause=="hover"&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.prototype={cycle:function(b){return b||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},to:function(b){var c=this.$element.find(".active"),d=c.parent().children(),e=d.index(c),f=this;if(b>d.length-1||b<0)return;return this.sliding?this.$element.one("slid",function(){f.to(b)}):e==b?this.pause().cycle():this.slide(b>e?"next":"prev",a(d[b]))},pause:function(a){return a||(this.paused=!0),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(b,c){var d=this.$element.find(".active"),e=c||d[b](),f=this.interval,g=b=="next"?"left":"right",h=b=="next"?"first":"last",i=this,j=a.Event("slide");this.sliding=!0,f&&this.pause(),e=e.length?e:this.$element.find(".item")[h]();if(e.hasClass("active"))return;if(a.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(j);if(j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),this.$element.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)})}else{this.$element.trigger(j);if(j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return f&&this.cycle(),this}},a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("carousel"),f=a.extend({},a.fn.carousel.defaults,typeof c=="object"&&c);e||d.data("carousel",e=new b(this,f)),typeof c=="number"?e.to(c):typeof c=="string"||(c=f.slide)?e[c]():f.interval&&e.cycle()})},a.fn.carousel.defaults={interval:5e3,pause:"hover"},a.fn.carousel.Constructor=b,a(function(){a("body").on("click.carousel.data-api","[data-slide]",function(b){var c=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=!e.data("modal")&&a.extend({},e.data(),c.data());e.carousel(f),b.preventDefault()})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.collapse.defaults,c),this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.prototype={constructor:b,dimension:function(){var a=this.$element.hasClass("width");return a?"width":"height"},show:function(){var b,c,d,e;if(this.transitioning)return;b=this.dimension(),c=a.camelCase(["scroll",b].join("-")),d=this.$parent&&this.$parent.find("> .accordion-group > .in");if(d&&d.length){e=d.data("collapse");if(e&&e.transitioning)return;d.collapse("hide"),e||d.data("collapse",null)}this.$element[b](0),this.transition("addClass",a.Event("show"),"shown"),this.$element[b](this.$element[0][c])},hide:function(){var b;if(this.transitioning)return;b=this.dimension(),this.reset(this.$element[b]()),this.transition("removeClass",a.Event("hide"),"hidden"),this.$element[b](0)},reset:function(a){var b=this.dimension();return this.$element.removeClass("collapse")[b](a||"auto")[0].offsetWidth,this.$element[a!==null?"addClass":"removeClass"]("collapse"),this},transition:function(b,c,d){var e=this,f=function(){c.type=="show"&&e.reset(),e.transitioning=0,e.$element.trigger(d)};this.$element.trigger(c);if(c.isDefaultPrevented())return;this.transitioning=1,this.$element[b]("in"),a.support.transition&&this.$element.hasClass("collapse")?this.$element.one(a.support.transition.end,f):f()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}},a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("collapse"),f=typeof c=="object"&&c;e||d.data("collapse",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.collapse.defaults={toggle:!0},a.fn.collapse.Constructor=b,a(function(){a("body").on("click.collapse.data-api","[data-toggle=collapse]",function(b){var c=a(this),d,e=c.attr("data-target")||b.preventDefault()||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""),f=a(e).data("collapse")?"toggle":c.data();a(e).collapse(f)})})}(window.jQuery),!function(a){function d(){a(b).parent().removeClass("open")}"use strict";var b='[data-toggle="dropdown"]',c=function(b){var c=a(b).on("click.dropdown.data-api",this.toggle);a("html").on("click.dropdown.data-api",function(){c.parent().removeClass("open")})};c.prototype={constructor:c,toggle:function(b){var c=a(this),e,f,g;if(c.is(".disabled, :disabled"))return;return f=c.attr("data-target"),f||(f=c.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,"")),e=a(f),e.length||(e=c.parent()),g=e.hasClass("open"),d(),g||e.toggleClass("open"),!1}},a.fn.dropdown=function(b){return this.each(function(){var d=a(this),e=d.data("dropdown");e||d.data("dropdown",e=new c(this)),typeof b=="string"&&e[b].call(d)})},a.fn.dropdown.Constructor=c,a(function(){a("html").on("click.dropdown.data-api",d),a("body").on("click.dropdown",".dropdown form",function(a){a.stopPropagation()}).on("click.dropdown.data-api",b,c.prototype.toggle)})}(window.jQuery),!function(a){function c(){var b=this,c=setTimeout(function(){b.$element.off(a.support.transition.end),d.call(b)},500);this.$element.one(a.support.transition.end,function(){clearTimeout(c),d.call(b)})}function d(a){this.$element.hide().trigger("hidden"),e.call(this)}function e(b){var c=this,d=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var e=a.support.transition&&d;this.$backdrop=a('<div class="modal-backdrop '+d+'" />').appendTo(document.body),this.options.backdrop!="static"&&this.$backdrop.click(a.proxy(this.hide,this)),e&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),e?this.$backdrop.one(a.support.transition.end,b):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,a.proxy(f,this)):f.call(this)):b&&b()}function f(){this.$backdrop.remove(),this.$backdrop=null}function g(){var b=this;this.isShown&&this.options.keyboard?a(document).on("keyup.dismiss.modal",function(a){a.which==27&&b.hide()}):this.isShown||a(document).off("keyup.dismiss.modal")}"use strict";var b=function(b,c){this.options=c,this.$element=a(b).delegate('[data-dismiss="modal"]',"click.dismiss.modal",a.proxy(this.hide,this))};b.prototype={constructor:b,toggle:function(){return this[this.isShown?"hide":"show"]()},show:function(){var b=this,c=a.Event("show");this.$element.trigger(c);if(this.isShown||c.isDefaultPrevented())return;a("body").addClass("modal-open"),this.isShown=!0,g.call(this),e.call(this,function(){var c=a.support.transition&&b.$element.hasClass("fade");b.$element.parent().length||b.$element.appendTo(document.body),b.$element.show(),c&&b.$element[0].offsetWidth,b.$element.addClass("in"),c?b.$element.one(a.support.transition.end,function(){b.$element.trigger("shown")}):b.$element.trigger("shown")})},hide:function(b){b&&b.preventDefault();var e=this;b=a.Event("hide"),this.$element.trigger(b);if(!this.isShown||b.isDefaultPrevented())return;this.isShown=!1,a("body").removeClass("modal-open"),g.call(this),this.$element.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?c.call(this):d.call(this)}},a.fn.modal=function(c){return this.each(function(){var d=a(this),e=d.data("modal"),f=a.extend({},a.fn.modal.defaults,d.data(),typeof c=="object"&&c);e||d.data("modal",e=new b(this,f)),typeof c=="string"?e[c]():f.show&&e.show()})},a.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},a.fn.modal.Constructor=b,a(function(){a("body").on("click.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({},e.data(),c.data());b.preventDefault(),e.modal(f)})})}(window.jQuery),!function(a){"use strict";var b=function(a,b){this.init("tooltip",a,b)};b.prototype={constructor:b,init:function(b,c,d){var e,f;this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.enabled=!0,this.options.trigger!="manual"&&(e=this.options.trigger=="hover"?"mouseenter":"focus",f=this.options.trigger=="hover"?"mouseleave":"blur",this.$element.on(e,this.options.selector,a.proxy(this.enter,this)),this.$element.on(f,this.options.selector,a.proxy(this.leave,this))),this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(b){return b=a.extend({},a.fn[this.type].defaults,b,this.$element.data()),b.delay&&typeof b.delay=="number"&&(b.delay={show:b.delay,hide:b.delay}),b},enter:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);if(!c.options.delay||!c.options.delay.show)return c.show();clearTimeout(this.timeout),c.hoverState="in",this.timeout=setTimeout(function(){c.hoverState=="in"&&c.show()},c.options.delay.show)},leave:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);if(!c.options.delay||!c.options.delay.hide)return c.hide();clearTimeout(this.timeout),c.hoverState="out",this.timeout=setTimeout(function(){c.hoverState=="out"&&c.hide()},c.options.delay.hide)},show:function(){var a,b,c,d,e,f,g;if(this.hasContent()&&this.enabled){a=this.tip(),this.setContent(),this.options.animation&&a.addClass("fade"),f=typeof this.options.placement=="function"?this.options.placement.call(this,a[0],this.$element[0]):this.options.placement,b=/in/.test(f),a.remove().css({top:0,left:0,display:"block"}).appendTo(b?this.$element:document.body),c=this.getPosition(b),d=a[0].offsetWidth,e=a[0].offsetHeight;switch(b?f.split(" ")[1]:f){case"bottom":g={top:c.top+c.height,left:c.left+c.width/2-d/2};break;case"top":g={top:c.top-e,left:c.left+c.width/2-d/2};break;case"left":g={top:c.top+c.height/2-e/2,left:c.left-d};break;case"right":g={top:c.top+c.height/2-e/2,left:c.left+c.width}}a.css(g).addClass(f).addClass("in")}},isHTML:function(a){return typeof a!="string"||a.charAt(0)==="<"&&a.charAt(a.length-1)===">"&&a.length>=3||/^(?:[^<]*<[\w\W]+>[^>]*$)/.exec(a)},setContent:function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.isHTML(b)?"html":"text"](b),a.removeClass("fade in top bottom left right")},hide:function(){function d(){var b=setTimeout(function(){c.off(a.support.transition.end).remove()},500);c.one(a.support.transition.end,function(){clearTimeout(b),c.remove()})}var b=this,c=this.tip();c.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d():c.remove()},fixTitle:function(){var a=this.$element;(a.attr("title")||typeof a.attr("data-original-title")!="string")&&a.attr("data-original-title",a.attr("title")||"").removeAttr("title")},hasContent:function(){return this.getTitle()},getPosition:function(b){return a.extend({},b?{top:0,left:0}:this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||(typeof c.title=="function"?c.title.call(b[0]):c.title),a},tip:function(){return this.$tip=this.$tip||a(this.options.template)},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()}},a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("tooltip"),f=typeof c=="object"&&c;e||d.data("tooltip",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover",title:"",delay:0}}(window.jQuery),!function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype,{constructor:b,setContent:function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.isHTML(b)?"html":"text"](b),a.find(".popover-content > *")[this.isHTML(c)?"html":"text"](c),a.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var a,b=this.$element,c=this.options;return a=b.attr("data-content")||(typeof c.content=="function"?c.content.call(b[0]):c.content),a},tip:function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip}}),a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("popover"),f=typeof c=="object"&&c;e||d.data("popover",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.defaults=a.extend({},a.fn.tooltip.defaults,{placement:"right",content:"",template:'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'})}(window.jQuery),!function(a){function b(b,c){var d=a.proxy(this.process,this),e=a(b).is("body")?a(window):a(b),f;this.options=a.extend({},a.fn.scrollspy.defaults,c),this.$scrollElement=e.on("scroll.scroll.data-api",d),this.selector=(this.options.target||(f=a(b).attr("href"))&&f.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=a("body"),this.refresh(),this.process()}"use strict",b.prototype={constructor:b,refresh:function(){var b=this,c;this.offsets=a([]),this.targets=a([]),c=this.$body.find(this.selector).map(function(){var b=a(this),c=b.data("target")||b.attr("href"),d=/^#\w/.test(c)&&a(c);return d&&c.length&&[[d.position().top,c]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},process:function(){var a=this.$scrollElement.scrollTop()+this.options.offset,b=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,c=b-this.$scrollElement.height(),d=this.offsets,e=this.targets,f=this.activeTarget,g;if(a>=c)return f!=(g=e.last()[0])&&this.activate(g);for(g=d.length;g--;)f!=e[g]&&a>=d[g]&&(!d[g+1]||a<=d[g+1])&&this.activate(e[g])},activate:function(b){var c,d;this.activeTarget=b,a(this.selector).parent(".active").removeClass("active"),d=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',c=a(d).parent("li").addClass("active"),c.parent(".dropdown-menu")&&(c=c.closest("li.dropdown").addClass("active")),c.trigger("activate")}},a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("scrollspy"),f=typeof c=="object"&&c;e||d.data("scrollspy",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.defaults={offset:10},a(function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(window.jQuery),!function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype={constructor:b,show:function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.attr("data-target"),e,f,g;d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,""));if(b.parent("li").hasClass("active"))return;e=c.find(".active a").last()[0],g=a.Event("show",{relatedTarget:e}),b.trigger(g);if(g.isDefaultPrevented())return;f=a(d),this.activate(b.parent("li"),c),this.activate(f,f.parent(),function(){b.trigger({type:"shown",relatedTarget:e})})},activate:function(b,c,d){function g(){e.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),f?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var e=c.find("> .active"),f=d&&a.support.transition&&e.hasClass("fade");f?e.one(a.support.transition.end,g):g(),e.removeClass("in")}},a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("tab");e||d.data("tab",e=new b(this)),typeof c=="string"&&e[c]()})},a.fn.tab.Constructor=b,a(function(){a("body").on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.typeahead.defaults,c),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.$menu=a(this.options.menu).appendTo("body"),this.source=this.options.source,this.shown=!1,this.listen()};b.prototype={constructor:b,select:function(){var a=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(a)).change(),this.hide()},updater:function(a){return a},show:function(){var b=a.extend({},this.$element.offset(),{height:this.$element[0].offsetHeight});return this.$menu.css({top:b.top+b.height,left:b.left}),this.$menu.show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(b){var c=this,d,e;return this.query=this.$element.val(),this.query?(d=a.grep(this.source,function(a){return c.matcher(a)}),d=this.sorter(d),d.length?this.render(d.slice(0,this.options.items)).show():this.shown?this.hide():this):this.shown?this.hide():this},matcher:function(a){return~a.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(a){var b=[],c=[],d=[],e;while(e=a.shift())e.toLowerCase().indexOf(this.query.toLowerCase())?~e.indexOf(this.query)?c.push(e):d.push(e):b.push(e);return b.concat(c,d)},highlighter:function(a){var b=this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&");return a.replace(new RegExp("("+b+")","ig"),function(a,b){return"<strong>"+b+"</strong>"})},render:function(b){var c=this;return b=a(b).map(function(b,d){return b=a(c.options.item).attr("data-value",d),b.find("a").html(c.highlighter(d)),b[0]}),b.first().addClass("active"),this.$menu.html(b),this},next:function(b){var c=this.$menu.find(".active").removeClass("active"),d=c.next();d.length||(d=a(this.$menu.find("li")[0])),d.addClass("active")},prev:function(a){var b=this.$menu.find(".active").removeClass("active"),c=b.prev();c.length||(c=this.$menu.find("li").last()),c.addClass("active")},listen:function(){this.$element.on("blur",a.proxy(this.blur,this)).on("keypress",a.proxy(this.keypress,this)).on("keyup",a.proxy(this.keyup,this)),(a.browser.webkit||a.browser.msie)&&this.$element.on("keydown",a.proxy(this.keypress,this)),this.$menu.on("click",a.proxy(this.click,this)).on("mouseenter","li",a.proxy(this.mouseenter,this))},keyup:function(a){switch(a.keyCode){case 40:case 38:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}a.stopPropagation(),a.preventDefault()},keypress:function(a){if(!this.shown)return;switch(a.keyCode){case 9:case 13:case 27:a.preventDefault();break;case 38:if(a.type!="keydown")break;a.preventDefault(),this.prev();break;case 40:if(a.type!="keydown")break;a.preventDefault(),this.next()}a.stopPropagation()},blur:function(a){var b=this;setTimeout(function(){b.hide()},150)},click:function(a){a.stopPropagation(),a.preventDefault(),this.select()},mouseenter:function(b){this.$menu.find(".active").removeClass("active"),a(b.currentTarget).addClass("active")}},a.fn.typeahead=function(c){return this.each(function(){var d=a(this),e=d.data("typeahead"),f=typeof c=="object"&&c;e||d.data("typeahead",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.typeahead.defaults={source:[],items:8,menu:'<ul class="typeahead dropdown-menu"></ul>',item:'<li><a href="#"></a></li>'},a.fn.typeahead.Constructor=b,a(function(){a("body").on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(b){var c=a(this);if(c.data("typeahead"))return;b.preventDefault(),c.typeahead(c.data())})})}(window.jQuery);
|
@@ -0,0 +1,28 @@
|
|
1
|
+
var q=null;window.PR_SHOULD_USE_CONTINUATION=!0;
|
2
|
+
(function(){function L(a){function m(a){var f=a.charCodeAt(0);if(f!==92)return f;var b=a.charAt(1);return(f=r[b])?f:"0"<=b&&b<="7"?parseInt(a.substring(1),8):b==="u"||b==="x"?parseInt(a.substring(2),16):a.charCodeAt(1)}function e(a){if(a<32)return(a<16?"\\x0":"\\x")+a.toString(16);a=String.fromCharCode(a);if(a==="\\"||a==="-"||a==="["||a==="]")a="\\"+a;return a}function h(a){for(var f=a.substring(1,a.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g),a=
|
3
|
+
[],b=[],o=f[0]==="^",c=o?1:0,i=f.length;c<i;++c){var j=f[c];if(/\\[bdsw]/i.test(j))a.push(j);else{var j=m(j),d;c+2<i&&"-"===f[c+1]?(d=m(f[c+2]),c+=2):d=j;b.push([j,d]);d<65||j>122||(d<65||j>90||b.push([Math.max(65,j)|32,Math.min(d,90)|32]),d<97||j>122||b.push([Math.max(97,j)&-33,Math.min(d,122)&-33]))}}b.sort(function(a,f){return a[0]-f[0]||f[1]-a[1]});f=[];j=[NaN,NaN];for(c=0;c<b.length;++c)i=b[c],i[0]<=j[1]+1?j[1]=Math.max(j[1],i[1]):f.push(j=i);b=["["];o&&b.push("^");b.push.apply(b,a);for(c=0;c<
|
4
|
+
f.length;++c)i=f[c],b.push(e(i[0])),i[1]>i[0]&&(i[1]+1>i[0]&&b.push("-"),b.push(e(i[1])));b.push("]");return b.join("")}function y(a){for(var f=a.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),b=f.length,d=[],c=0,i=0;c<b;++c){var j=f[c];j==="("?++i:"\\"===j.charAt(0)&&(j=+j.substring(1))&&j<=i&&(d[j]=-1)}for(c=1;c<d.length;++c)-1===d[c]&&(d[c]=++t);for(i=c=0;c<b;++c)j=f[c],j==="("?(++i,d[i]===void 0&&(f[c]="(?:")):"\\"===j.charAt(0)&&
|
5
|
+
(j=+j.substring(1))&&j<=i&&(f[c]="\\"+d[i]);for(i=c=0;c<b;++c)"^"===f[c]&&"^"!==f[c+1]&&(f[c]="");if(a.ignoreCase&&s)for(c=0;c<b;++c)j=f[c],a=j.charAt(0),j.length>=2&&a==="["?f[c]=h(j):a!=="\\"&&(f[c]=j.replace(/[A-Za-z]/g,function(a){a=a.charCodeAt(0);return"["+String.fromCharCode(a&-33,a|32)+"]"}));return f.join("")}for(var t=0,s=!1,l=!1,p=0,d=a.length;p<d;++p){var g=a[p];if(g.ignoreCase)l=!0;else if(/[a-z]/i.test(g.source.replace(/\\u[\da-f]{4}|\\x[\da-f]{2}|\\[^UXux]/gi,""))){s=!0;l=!1;break}}for(var r=
|
6
|
+
{b:8,t:9,n:10,v:11,f:12,r:13},n=[],p=0,d=a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Error(""+g);n.push("(?:"+y(g)+")")}return RegExp(n.join("|"),l?"gi":"g")}function M(a){function m(a){switch(a.nodeType){case 1:if(e.test(a.className))break;for(var g=a.firstChild;g;g=g.nextSibling)m(g);g=a.nodeName;if("BR"===g||"LI"===g)h[s]="\n",t[s<<1]=y++,t[s++<<1|1]=a;break;case 3:case 4:g=a.nodeValue,g.length&&(g=p?g.replace(/\r\n?/g,"\n"):g.replace(/[\t\n\r ]+/g," "),h[s]=g,t[s<<1]=y,y+=g.length,
|
7
|
+
t[s++<<1|1]=a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=document.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);m(a);return{a:h.join("").replace(/\n$/,""),c:t}}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){for(var l=a.d,p=[l,"pln"],d=0,g=a.a.match(y)||[],r={},n=0,z=g.length;n<z;++n){var f=g[n],b=r[f],o=void 0,c;if(typeof b===
|
8
|
+
"string")c=!1;else{var i=h[f.charAt(0)];if(i)o=f.match(i[1]),b=i[0];else{for(c=0;c<t;++c)if(i=m[c],o=f.match(i[1])){b=i[0];break}o||(b="pln")}if((c=b.length>=5&&"lang-"===b.substring(0,5))&&!(o&&typeof o[1]==="string"))c=!1,b="src";c||(r[f]=b)}i=d;d+=f.length;if(c){c=o[1];var j=f.indexOf(c),k=j+c.length;o[2]&&(k=f.length-o[2].length,j=k-c.length);b=b.substring(5);B(l+i,f.substring(0,j),e,p);B(l+i+j,c,C(b,c),p);B(l+i+k,f.substring(k),e,p)}else p.push(l+i,b)}a.e=p}var h={},y;(function(){for(var e=a.concat(m),
|
9
|
+
l=[],p={},d=0,g=e.length;d<g;++d){var r=e[d],n=r[3];if(n)for(var k=n.length;--k>=0;)h[n.charAt(k)]=r;r=r[1];n=""+r;p.hasOwnProperty(n)||(l.push(r),p[n]=q)}l.push(/[\S\s]/);y=L(l)})();var t=m.length;return e}function u(a){var m=[],e=[];a.tripleQuotedStrings?m.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):a.multiLineStrings?m.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/,
|
10
|
+
q,"'\"`"]):m.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&e.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var h=a.hashComments;h&&(a.cStyleComments?(h>1?m.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):m.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),e.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):m.push(["com",/^#[^\n\r]*/,
|
11
|
+
q,"#"]));a.cStyleComments&&(e.push(["com",/^\/\/[^\n\r]*/,q]),e.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]);a=(""+a.keywords).replace(/^ | $/g,
|
12
|
+
"");a.length&&e.push(["kwd",RegExp("^(?:"+a.replace(/[\s,]+/g,"|")+")\\b"),q]);m.push(["pln",/^\s+/,q," \r\n\t\xa0"]);e.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^\s\w"-$'./@\\`]*/,q]);return x(m,e)}function D(a,m){function e(a){switch(a.nodeType){case 1:if(k.test(a.className))break;if("BR"===a.nodeName)h(a),
|
13
|
+
a.parentNode&&a.parentNode.removeChild(a);else for(a=a.firstChild;a;a=a.nextSibling)e(a);break;case 3:case 4:if(p){var b=a.nodeValue,d=b.match(t);if(d){var c=b.substring(0,d.index);a.nodeValue=c;(b=b.substring(d.index+d[0].length))&&a.parentNode.insertBefore(s.createTextNode(b),a.nextSibling);h(a);c||a.parentNode.removeChild(a)}}}}function h(a){function b(a,d){var e=d?a.cloneNode(!1):a,f=a.parentNode;if(f){var f=b(f,1),g=a.nextSibling;f.appendChild(e);for(var h=g;h;h=g)g=h.nextSibling,f.appendChild(h)}return e}
|
14
|
+
for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),e;(e=a.parentNode)&&e.nodeType===1;)a=e;d.push(a)}var k=/(?:^|\s)nocode(?:\s|$)/,t=/\r\n?|\n/,s=a.ownerDocument,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=s.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);for(l=s.createElement("LI");a.firstChild;)l.appendChild(a.firstChild);for(var d=[l],g=0;g<d.length;++g)e(d[g]);m===(m|0)&&d[0].setAttribute("value",
|
15
|
+
m);var r=s.createElement("OL");r.className="linenums";for(var n=Math.max(0,m-1|0)||0,g=0,z=d.length;g<z;++g)l=d[g],l.className="L"+(g+n)%10,l.firstChild||l.appendChild(s.createTextNode("\xa0")),r.appendChild(l);a.appendChild(r)}function k(a,m){for(var e=m.length;--e>=0;){var h=m[e];A.hasOwnProperty(h)?window.console&&console.warn("cannot override language handler %s",h):A[h]=a}}function C(a,m){if(!a||!A.hasOwnProperty(a))a=/^\s*</.test(m)?"default-markup":"default-code";return A[a]}function E(a){var m=
|
16
|
+
a.g;try{var e=M(a.h),h=e.a;a.a=h;a.c=e.c;a.d=0;C(m,h)(a);var k=/\bMSIE\b/.test(navigator.userAgent),m=/\n/g,t=a.a,s=t.length,e=0,l=a.c,p=l.length,h=0,d=a.e,g=d.length,a=0;d[g]=s;var r,n;for(n=r=0;n<g;)d[n]!==d[n+2]?(d[r++]=d[n++],d[r++]=d[n++]):n+=2;g=r;for(n=r=0;n<g;){for(var z=d[n],f=d[n+1],b=n+2;b+2<=g&&d[b+1]===f;)b+=2;d[r++]=z;d[r++]=f;n=b}for(d.length=r;h<p;){var o=l[h+2]||s,c=d[a+2]||s,b=Math.min(o,c),i=l[h+1],j;if(i.nodeType!==1&&(j=t.substring(e,b))){k&&(j=j.replace(m,"\r"));i.nodeValue=
|
17
|
+
j;var u=i.ownerDocument,v=u.createElement("SPAN");v.className=d[a+1];var x=i.parentNode;x.replaceChild(v,i);v.appendChild(i);e<o&&(l[h+1]=i=u.createTextNode(t.substring(b,o)),x.insertBefore(i,v.nextSibling))}e=b;e>=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
|
18
|
+
"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
|
19
|
+
H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
|
20
|
+
J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
|
21
|
+
I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),
|
22
|
+
["default-markup","htm","html","mxml","xhtml","xml","xsl"]);k(x([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css",
|
23
|
+
/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F,hashComments:!0,cStyleComments:!0,types:K}),["c","cc","cpp","cxx","cyc","m"]);k(u({keywords:"null,true,false"}),["json"]);k(u({keywords:H,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:K}),["cs"]);k(u({keywords:G,cStyleComments:!0}),["java"]);k(u({keywords:v,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);k(u({keywords:I,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),
|
24
|
+
["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
|
25
|
+
hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return h.innerHTML};window.prettyPrint=function(a){function m(){for(var e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p<h.length&&l.now()<e;p++){var n=h[p],k=n.className;if(k.indexOf("prettyprint")>=0){var k=k.match(g),f,b;if(b=
|
26
|
+
!k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p<h.length?setTimeout(m,
|
27
|
+
250):a&&a()}for(var e=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],h=[],k=0;k<e.length;++k)for(var t=0,s=e[k].length;t<s;++t)h.push(e[k][t]);var e=q,l=Date;l.now||(l={now:function(){return+new Date}});var p=0,d,g=/\blang(?:uage)?-([\w.]+)(?!\S)/;m()};window.PR={createSimpleLexer:x,registerLangHandler:k,sourceDecorator:u,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",
|
28
|
+
PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag",PR_TYPE:"typ"}})();
|
@@ -0,0 +1,808 @@
|
|
1
|
+
/*!
|
2
|
+
* Bootstrap Responsive v2.0.3
|
3
|
+
*
|
4
|
+
* Copyright 2012 Twitter, Inc
|
5
|
+
* Licensed under the Apache License v2.0
|
6
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
7
|
+
*
|
8
|
+
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9
|
+
*/
|
10
|
+
|
11
|
+
.clearfix {
|
12
|
+
*zoom: 1;
|
13
|
+
}
|
14
|
+
|
15
|
+
.clearfix:before,
|
16
|
+
.clearfix:after {
|
17
|
+
display: table;
|
18
|
+
content: "";
|
19
|
+
}
|
20
|
+
|
21
|
+
.clearfix:after {
|
22
|
+
clear: both;
|
23
|
+
}
|
24
|
+
|
25
|
+
.hide-text {
|
26
|
+
font: 0/0 a;
|
27
|
+
color: transparent;
|
28
|
+
text-shadow: none;
|
29
|
+
background-color: transparent;
|
30
|
+
border: 0;
|
31
|
+
}
|
32
|
+
|
33
|
+
.input-block-level {
|
34
|
+
display: block;
|
35
|
+
width: 100%;
|
36
|
+
min-height: 28px;
|
37
|
+
-webkit-box-sizing: border-box;
|
38
|
+
-moz-box-sizing: border-box;
|
39
|
+
-ms-box-sizing: border-box;
|
40
|
+
box-sizing: border-box;
|
41
|
+
}
|
42
|
+
|
43
|
+
.hidden {
|
44
|
+
display: none;
|
45
|
+
visibility: hidden;
|
46
|
+
}
|
47
|
+
|
48
|
+
.visible-phone {
|
49
|
+
display: none !important;
|
50
|
+
}
|
51
|
+
|
52
|
+
.visible-tablet {
|
53
|
+
display: none !important;
|
54
|
+
}
|
55
|
+
|
56
|
+
.hidden-desktop {
|
57
|
+
display: none !important;
|
58
|
+
}
|
59
|
+
|
60
|
+
@media (max-width: 767px) {
|
61
|
+
.visible-phone {
|
62
|
+
display: inherit !important;
|
63
|
+
}
|
64
|
+
.hidden-phone {
|
65
|
+
display: none !important;
|
66
|
+
}
|
67
|
+
.hidden-desktop {
|
68
|
+
display: inherit !important;
|
69
|
+
}
|
70
|
+
.visible-desktop {
|
71
|
+
display: none !important;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
@media (min-width: 768px) and (max-width: 979px) {
|
76
|
+
.visible-tablet {
|
77
|
+
display: inherit !important;
|
78
|
+
}
|
79
|
+
.hidden-tablet {
|
80
|
+
display: none !important;
|
81
|
+
}
|
82
|
+
.hidden-desktop {
|
83
|
+
display: inherit !important;
|
84
|
+
}
|
85
|
+
.visible-desktop {
|
86
|
+
display: none !important ;
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
@media (max-width: 480px) {
|
91
|
+
.nav-collapse {
|
92
|
+
-webkit-transform: translate3d(0, 0, 0);
|
93
|
+
}
|
94
|
+
.page-header h1 small {
|
95
|
+
display: block;
|
96
|
+
line-height: 18px;
|
97
|
+
}
|
98
|
+
input[type="checkbox"],
|
99
|
+
input[type="radio"] {
|
100
|
+
border: 1px solid #ccc;
|
101
|
+
}
|
102
|
+
.form-horizontal .control-group > label {
|
103
|
+
float: none;
|
104
|
+
width: auto;
|
105
|
+
padding-top: 0;
|
106
|
+
text-align: left;
|
107
|
+
}
|
108
|
+
.form-horizontal .controls {
|
109
|
+
margin-left: 0;
|
110
|
+
}
|
111
|
+
.form-horizontal .control-list {
|
112
|
+
padding-top: 0;
|
113
|
+
}
|
114
|
+
.form-horizontal .form-actions {
|
115
|
+
padding-right: 10px;
|
116
|
+
padding-left: 10px;
|
117
|
+
}
|
118
|
+
.modal {
|
119
|
+
position: absolute;
|
120
|
+
top: 10px;
|
121
|
+
right: 10px;
|
122
|
+
left: 10px;
|
123
|
+
width: auto;
|
124
|
+
margin: 0;
|
125
|
+
}
|
126
|
+
.modal.fade.in {
|
127
|
+
top: auto;
|
128
|
+
}
|
129
|
+
.modal-header .close {
|
130
|
+
padding: 10px;
|
131
|
+
margin: -10px;
|
132
|
+
}
|
133
|
+
.carousel-caption {
|
134
|
+
position: static;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
@media (max-width: 767px) {
|
139
|
+
body {
|
140
|
+
padding-right: 20px;
|
141
|
+
padding-left: 20px;
|
142
|
+
}
|
143
|
+
.navbar-fixed-top,
|
144
|
+
.navbar-fixed-bottom {
|
145
|
+
margin-right: -20px;
|
146
|
+
margin-left: -20px;
|
147
|
+
}
|
148
|
+
.container-fluid {
|
149
|
+
padding: 0;
|
150
|
+
}
|
151
|
+
.dl-horizontal dt {
|
152
|
+
float: none;
|
153
|
+
width: auto;
|
154
|
+
clear: none;
|
155
|
+
text-align: left;
|
156
|
+
}
|
157
|
+
.dl-horizontal dd {
|
158
|
+
margin-left: 0;
|
159
|
+
}
|
160
|
+
.container {
|
161
|
+
width: auto;
|
162
|
+
}
|
163
|
+
.row-fluid {
|
164
|
+
width: 100%;
|
165
|
+
}
|
166
|
+
.row,
|
167
|
+
.thumbnails {
|
168
|
+
margin-left: 0;
|
169
|
+
}
|
170
|
+
[class*="span"],
|
171
|
+
.row-fluid [class*="span"] {
|
172
|
+
display: block;
|
173
|
+
float: none;
|
174
|
+
width: auto;
|
175
|
+
margin-left: 0;
|
176
|
+
}
|
177
|
+
.input-large,
|
178
|
+
.input-xlarge,
|
179
|
+
.input-xxlarge,
|
180
|
+
input[class*="span"],
|
181
|
+
select[class*="span"],
|
182
|
+
textarea[class*="span"],
|
183
|
+
.uneditable-input {
|
184
|
+
display: block;
|
185
|
+
width: 100%;
|
186
|
+
min-height: 28px;
|
187
|
+
-webkit-box-sizing: border-box;
|
188
|
+
-moz-box-sizing: border-box;
|
189
|
+
-ms-box-sizing: border-box;
|
190
|
+
box-sizing: border-box;
|
191
|
+
}
|
192
|
+
.input-prepend input,
|
193
|
+
.input-append input,
|
194
|
+
.input-prepend input[class*="span"],
|
195
|
+
.input-append input[class*="span"] {
|
196
|
+
display: inline-block;
|
197
|
+
width: auto;
|
198
|
+
}
|
199
|
+
}
|
200
|
+
|
201
|
+
@media (min-width: 768px) and (max-width: 979px) {
|
202
|
+
.row {
|
203
|
+
margin-left: -20px;
|
204
|
+
*zoom: 1;
|
205
|
+
}
|
206
|
+
.row:before,
|
207
|
+
.row:after {
|
208
|
+
display: table;
|
209
|
+
content: "";
|
210
|
+
}
|
211
|
+
.row:after {
|
212
|
+
clear: both;
|
213
|
+
}
|
214
|
+
[class*="span"] {
|
215
|
+
float: left;
|
216
|
+
margin-left: 20px;
|
217
|
+
}
|
218
|
+
.container,
|
219
|
+
.navbar-fixed-top .container,
|
220
|
+
.navbar-fixed-bottom .container {
|
221
|
+
width: 724px;
|
222
|
+
}
|
223
|
+
.span12 {
|
224
|
+
width: 724px;
|
225
|
+
}
|
226
|
+
.span11 {
|
227
|
+
width: 662px;
|
228
|
+
}
|
229
|
+
.span10 {
|
230
|
+
width: 600px;
|
231
|
+
}
|
232
|
+
.span9 {
|
233
|
+
width: 538px;
|
234
|
+
}
|
235
|
+
.span8 {
|
236
|
+
width: 476px;
|
237
|
+
}
|
238
|
+
.span7 {
|
239
|
+
width: 414px;
|
240
|
+
}
|
241
|
+
.span6 {
|
242
|
+
width: 352px;
|
243
|
+
}
|
244
|
+
.span5 {
|
245
|
+
width: 290px;
|
246
|
+
}
|
247
|
+
.span4 {
|
248
|
+
width: 228px;
|
249
|
+
}
|
250
|
+
.span3 {
|
251
|
+
width: 166px;
|
252
|
+
}
|
253
|
+
.span2 {
|
254
|
+
width: 104px;
|
255
|
+
}
|
256
|
+
.span1 {
|
257
|
+
width: 42px;
|
258
|
+
}
|
259
|
+
.offset12 {
|
260
|
+
margin-left: 764px;
|
261
|
+
}
|
262
|
+
.offset11 {
|
263
|
+
margin-left: 702px;
|
264
|
+
}
|
265
|
+
.offset10 {
|
266
|
+
margin-left: 640px;
|
267
|
+
}
|
268
|
+
.offset9 {
|
269
|
+
margin-left: 578px;
|
270
|
+
}
|
271
|
+
.offset8 {
|
272
|
+
margin-left: 516px;
|
273
|
+
}
|
274
|
+
.offset7 {
|
275
|
+
margin-left: 454px;
|
276
|
+
}
|
277
|
+
.offset6 {
|
278
|
+
margin-left: 392px;
|
279
|
+
}
|
280
|
+
.offset5 {
|
281
|
+
margin-left: 330px;
|
282
|
+
}
|
283
|
+
.offset4 {
|
284
|
+
margin-left: 268px;
|
285
|
+
}
|
286
|
+
.offset3 {
|
287
|
+
margin-left: 206px;
|
288
|
+
}
|
289
|
+
.offset2 {
|
290
|
+
margin-left: 144px;
|
291
|
+
}
|
292
|
+
.offset1 {
|
293
|
+
margin-left: 82px;
|
294
|
+
}
|
295
|
+
.row-fluid {
|
296
|
+
width: 100%;
|
297
|
+
*zoom: 1;
|
298
|
+
}
|
299
|
+
.row-fluid:before,
|
300
|
+
.row-fluid:after {
|
301
|
+
display: table;
|
302
|
+
content: "";
|
303
|
+
}
|
304
|
+
.row-fluid:after {
|
305
|
+
clear: both;
|
306
|
+
}
|
307
|
+
.row-fluid [class*="span"] {
|
308
|
+
display: block;
|
309
|
+
float: left;
|
310
|
+
width: 100%;
|
311
|
+
min-height: 28px;
|
312
|
+
margin-left: 2.762430939%;
|
313
|
+
*margin-left: 2.709239449638298%;
|
314
|
+
-webkit-box-sizing: border-box;
|
315
|
+
-moz-box-sizing: border-box;
|
316
|
+
-ms-box-sizing: border-box;
|
317
|
+
box-sizing: border-box;
|
318
|
+
}
|
319
|
+
.row-fluid [class*="span"]:first-child {
|
320
|
+
margin-left: 0;
|
321
|
+
}
|
322
|
+
.row-fluid .span12 {
|
323
|
+
width: 99.999999993%;
|
324
|
+
*width: 99.9468085036383%;
|
325
|
+
}
|
326
|
+
.row-fluid .span11 {
|
327
|
+
width: 91.436464082%;
|
328
|
+
*width: 91.38327259263829%;
|
329
|
+
}
|
330
|
+
.row-fluid .span10 {
|
331
|
+
width: 82.87292817100001%;
|
332
|
+
*width: 82.8197366816383%;
|
333
|
+
}
|
334
|
+
.row-fluid .span9 {
|
335
|
+
width: 74.30939226%;
|
336
|
+
*width: 74.25620077063829%;
|
337
|
+
}
|
338
|
+
.row-fluid .span8 {
|
339
|
+
width: 65.74585634900001%;
|
340
|
+
*width: 65.6926648596383%;
|
341
|
+
}
|
342
|
+
.row-fluid .span7 {
|
343
|
+
width: 57.182320438000005%;
|
344
|
+
*width: 57.129128948638304%;
|
345
|
+
}
|
346
|
+
.row-fluid .span6 {
|
347
|
+
width: 48.618784527%;
|
348
|
+
*width: 48.5655930376383%;
|
349
|
+
}
|
350
|
+
.row-fluid .span5 {
|
351
|
+
width: 40.055248616%;
|
352
|
+
*width: 40.0020571266383%;
|
353
|
+
}
|
354
|
+
.row-fluid .span4 {
|
355
|
+
width: 31.491712705%;
|
356
|
+
*width: 31.4385212156383%;
|
357
|
+
}
|
358
|
+
.row-fluid .span3 {
|
359
|
+
width: 22.928176794%;
|
360
|
+
*width: 22.874985304638297%;
|
361
|
+
}
|
362
|
+
.row-fluid .span2 {
|
363
|
+
width: 14.364640883%;
|
364
|
+
*width: 14.311449393638298%;
|
365
|
+
}
|
366
|
+
.row-fluid .span1 {
|
367
|
+
width: 5.801104972%;
|
368
|
+
*width: 5.747913482638298%;
|
369
|
+
}
|
370
|
+
input,
|
371
|
+
textarea,
|
372
|
+
.uneditable-input {
|
373
|
+
margin-left: 0;
|
374
|
+
}
|
375
|
+
input.span12,
|
376
|
+
textarea.span12,
|
377
|
+
.uneditable-input.span12 {
|
378
|
+
width: 714px;
|
379
|
+
}
|
380
|
+
input.span11,
|
381
|
+
textarea.span11,
|
382
|
+
.uneditable-input.span11 {
|
383
|
+
width: 652px;
|
384
|
+
}
|
385
|
+
input.span10,
|
386
|
+
textarea.span10,
|
387
|
+
.uneditable-input.span10 {
|
388
|
+
width: 590px;
|
389
|
+
}
|
390
|
+
input.span9,
|
391
|
+
textarea.span9,
|
392
|
+
.uneditable-input.span9 {
|
393
|
+
width: 528px;
|
394
|
+
}
|
395
|
+
input.span8,
|
396
|
+
textarea.span8,
|
397
|
+
.uneditable-input.span8 {
|
398
|
+
width: 466px;
|
399
|
+
}
|
400
|
+
input.span7,
|
401
|
+
textarea.span7,
|
402
|
+
.uneditable-input.span7 {
|
403
|
+
width: 404px;
|
404
|
+
}
|
405
|
+
input.span6,
|
406
|
+
textarea.span6,
|
407
|
+
.uneditable-input.span6 {
|
408
|
+
width: 342px;
|
409
|
+
}
|
410
|
+
input.span5,
|
411
|
+
textarea.span5,
|
412
|
+
.uneditable-input.span5 {
|
413
|
+
width: 280px;
|
414
|
+
}
|
415
|
+
input.span4,
|
416
|
+
textarea.span4,
|
417
|
+
.uneditable-input.span4 {
|
418
|
+
width: 218px;
|
419
|
+
}
|
420
|
+
input.span3,
|
421
|
+
textarea.span3,
|
422
|
+
.uneditable-input.span3 {
|
423
|
+
width: 156px;
|
424
|
+
}
|
425
|
+
input.span2,
|
426
|
+
textarea.span2,
|
427
|
+
.uneditable-input.span2 {
|
428
|
+
width: 94px;
|
429
|
+
}
|
430
|
+
input.span1,
|
431
|
+
textarea.span1,
|
432
|
+
.uneditable-input.span1 {
|
433
|
+
width: 32px;
|
434
|
+
}
|
435
|
+
}
|
436
|
+
|
437
|
+
@media (min-width: 1200px) {
|
438
|
+
.row {
|
439
|
+
margin-left: -30px;
|
440
|
+
*zoom: 1;
|
441
|
+
}
|
442
|
+
.row:before,
|
443
|
+
.row:after {
|
444
|
+
display: table;
|
445
|
+
content: "";
|
446
|
+
}
|
447
|
+
.row:after {
|
448
|
+
clear: both;
|
449
|
+
}
|
450
|
+
[class*="span"] {
|
451
|
+
float: left;
|
452
|
+
margin-left: 30px;
|
453
|
+
}
|
454
|
+
.container,
|
455
|
+
.navbar-fixed-top .container,
|
456
|
+
.navbar-fixed-bottom .container {
|
457
|
+
width: 1170px;
|
458
|
+
}
|
459
|
+
.span12 {
|
460
|
+
width: 1170px;
|
461
|
+
}
|
462
|
+
.span11 {
|
463
|
+
width: 1070px;
|
464
|
+
}
|
465
|
+
.span10 {
|
466
|
+
width: 970px;
|
467
|
+
}
|
468
|
+
.span9 {
|
469
|
+
width: 870px;
|
470
|
+
}
|
471
|
+
.span8 {
|
472
|
+
width: 770px;
|
473
|
+
}
|
474
|
+
.span7 {
|
475
|
+
width: 670px;
|
476
|
+
}
|
477
|
+
.span6 {
|
478
|
+
width: 570px;
|
479
|
+
}
|
480
|
+
.span5 {
|
481
|
+
width: 470px;
|
482
|
+
}
|
483
|
+
.span4 {
|
484
|
+
width: 370px;
|
485
|
+
}
|
486
|
+
.span3 {
|
487
|
+
width: 270px;
|
488
|
+
}
|
489
|
+
.span2 {
|
490
|
+
width: 170px;
|
491
|
+
}
|
492
|
+
.span1 {
|
493
|
+
width: 70px;
|
494
|
+
}
|
495
|
+
.offset12 {
|
496
|
+
margin-left: 1230px;
|
497
|
+
}
|
498
|
+
.offset11 {
|
499
|
+
margin-left: 1130px;
|
500
|
+
}
|
501
|
+
.offset10 {
|
502
|
+
margin-left: 1030px;
|
503
|
+
}
|
504
|
+
.offset9 {
|
505
|
+
margin-left: 930px;
|
506
|
+
}
|
507
|
+
.offset8 {
|
508
|
+
margin-left: 830px;
|
509
|
+
}
|
510
|
+
.offset7 {
|
511
|
+
margin-left: 730px;
|
512
|
+
}
|
513
|
+
.offset6 {
|
514
|
+
margin-left: 630px;
|
515
|
+
}
|
516
|
+
.offset5 {
|
517
|
+
margin-left: 530px;
|
518
|
+
}
|
519
|
+
.offset4 {
|
520
|
+
margin-left: 430px;
|
521
|
+
}
|
522
|
+
.offset3 {
|
523
|
+
margin-left: 330px;
|
524
|
+
}
|
525
|
+
.offset2 {
|
526
|
+
margin-left: 230px;
|
527
|
+
}
|
528
|
+
.offset1 {
|
529
|
+
margin-left: 130px;
|
530
|
+
}
|
531
|
+
.row-fluid {
|
532
|
+
width: 100%;
|
533
|
+
*zoom: 1;
|
534
|
+
}
|
535
|
+
.row-fluid:before,
|
536
|
+
.row-fluid:after {
|
537
|
+
display: table;
|
538
|
+
content: "";
|
539
|
+
}
|
540
|
+
.row-fluid:after {
|
541
|
+
clear: both;
|
542
|
+
}
|
543
|
+
.row-fluid [class*="span"] {
|
544
|
+
display: block;
|
545
|
+
float: left;
|
546
|
+
width: 100%;
|
547
|
+
min-height: 28px;
|
548
|
+
margin-left: 2.564102564%;
|
549
|
+
*margin-left: 2.510911074638298%;
|
550
|
+
-webkit-box-sizing: border-box;
|
551
|
+
-moz-box-sizing: border-box;
|
552
|
+
-ms-box-sizing: border-box;
|
553
|
+
box-sizing: border-box;
|
554
|
+
}
|
555
|
+
.row-fluid [class*="span"]:first-child {
|
556
|
+
margin-left: 0;
|
557
|
+
}
|
558
|
+
.row-fluid .span12 {
|
559
|
+
width: 100%;
|
560
|
+
*width: 99.94680851063829%;
|
561
|
+
}
|
562
|
+
.row-fluid .span11 {
|
563
|
+
width: 91.45299145300001%;
|
564
|
+
*width: 91.3997999636383%;
|
565
|
+
}
|
566
|
+
.row-fluid .span10 {
|
567
|
+
width: 82.905982906%;
|
568
|
+
*width: 82.8527914166383%;
|
569
|
+
}
|
570
|
+
.row-fluid .span9 {
|
571
|
+
width: 74.358974359%;
|
572
|
+
*width: 74.30578286963829%;
|
573
|
+
}
|
574
|
+
.row-fluid .span8 {
|
575
|
+
width: 65.81196581200001%;
|
576
|
+
*width: 65.7587743226383%;
|
577
|
+
}
|
578
|
+
.row-fluid .span7 {
|
579
|
+
width: 57.264957265%;
|
580
|
+
*width: 57.2117657756383%;
|
581
|
+
}
|
582
|
+
.row-fluid .span6 {
|
583
|
+
width: 48.717948718%;
|
584
|
+
*width: 48.6647572286383%;
|
585
|
+
}
|
586
|
+
.row-fluid .span5 {
|
587
|
+
width: 40.170940171000005%;
|
588
|
+
*width: 40.117748681638304%;
|
589
|
+
}
|
590
|
+
.row-fluid .span4 {
|
591
|
+
width: 31.623931624%;
|
592
|
+
*width: 31.5707401346383%;
|
593
|
+
}
|
594
|
+
.row-fluid .span3 {
|
595
|
+
width: 23.076923077%;
|
596
|
+
*width: 23.0237315876383%;
|
597
|
+
}
|
598
|
+
.row-fluid .span2 {
|
599
|
+
width: 14.529914530000001%;
|
600
|
+
*width: 14.4767230406383%;
|
601
|
+
}
|
602
|
+
.row-fluid .span1 {
|
603
|
+
width: 5.982905983%;
|
604
|
+
*width: 5.929714493638298%;
|
605
|
+
}
|
606
|
+
input,
|
607
|
+
textarea,
|
608
|
+
.uneditable-input {
|
609
|
+
margin-left: 0;
|
610
|
+
}
|
611
|
+
input.span12,
|
612
|
+
textarea.span12,
|
613
|
+
.uneditable-input.span12 {
|
614
|
+
width: 1160px;
|
615
|
+
}
|
616
|
+
input.span11,
|
617
|
+
textarea.span11,
|
618
|
+
.uneditable-input.span11 {
|
619
|
+
width: 1060px;
|
620
|
+
}
|
621
|
+
input.span10,
|
622
|
+
textarea.span10,
|
623
|
+
.uneditable-input.span10 {
|
624
|
+
width: 960px;
|
625
|
+
}
|
626
|
+
input.span9,
|
627
|
+
textarea.span9,
|
628
|
+
.uneditable-input.span9 {
|
629
|
+
width: 860px;
|
630
|
+
}
|
631
|
+
input.span8,
|
632
|
+
textarea.span8,
|
633
|
+
.uneditable-input.span8 {
|
634
|
+
width: 760px;
|
635
|
+
}
|
636
|
+
input.span7,
|
637
|
+
textarea.span7,
|
638
|
+
.uneditable-input.span7 {
|
639
|
+
width: 660px;
|
640
|
+
}
|
641
|
+
input.span6,
|
642
|
+
textarea.span6,
|
643
|
+
.uneditable-input.span6 {
|
644
|
+
width: 560px;
|
645
|
+
}
|
646
|
+
input.span5,
|
647
|
+
textarea.span5,
|
648
|
+
.uneditable-input.span5 {
|
649
|
+
width: 460px;
|
650
|
+
}
|
651
|
+
input.span4,
|
652
|
+
textarea.span4,
|
653
|
+
.uneditable-input.span4 {
|
654
|
+
width: 360px;
|
655
|
+
}
|
656
|
+
input.span3,
|
657
|
+
textarea.span3,
|
658
|
+
.uneditable-input.span3 {
|
659
|
+
width: 260px;
|
660
|
+
}
|
661
|
+
input.span2,
|
662
|
+
textarea.span2,
|
663
|
+
.uneditable-input.span2 {
|
664
|
+
width: 160px;
|
665
|
+
}
|
666
|
+
input.span1,
|
667
|
+
textarea.span1,
|
668
|
+
.uneditable-input.span1 {
|
669
|
+
width: 60px;
|
670
|
+
}
|
671
|
+
.thumbnails {
|
672
|
+
margin-left: -30px;
|
673
|
+
}
|
674
|
+
.thumbnails > li {
|
675
|
+
margin-left: 30px;
|
676
|
+
}
|
677
|
+
.row-fluid .thumbnails {
|
678
|
+
margin-left: 0;
|
679
|
+
}
|
680
|
+
}
|
681
|
+
|
682
|
+
@media (max-width: 979px) {
|
683
|
+
body {
|
684
|
+
padding-top: 0;
|
685
|
+
}
|
686
|
+
.navbar-fixed-top {
|
687
|
+
position: static;
|
688
|
+
margin-bottom: 18px;
|
689
|
+
}
|
690
|
+
.navbar-fixed-top .navbar-inner {
|
691
|
+
padding: 5px;
|
692
|
+
}
|
693
|
+
.navbar .container {
|
694
|
+
width: auto;
|
695
|
+
padding: 0;
|
696
|
+
}
|
697
|
+
.navbar .brand {
|
698
|
+
padding-right: 10px;
|
699
|
+
padding-left: 10px;
|
700
|
+
margin: 0 0 0 -5px;
|
701
|
+
}
|
702
|
+
.nav-collapse {
|
703
|
+
clear: both;
|
704
|
+
}
|
705
|
+
.nav-collapse .nav {
|
706
|
+
float: none;
|
707
|
+
margin: 0 0 9px;
|
708
|
+
}
|
709
|
+
.nav-collapse .nav > li {
|
710
|
+
float: none;
|
711
|
+
}
|
712
|
+
.nav-collapse .nav > li > a {
|
713
|
+
margin-bottom: 2px;
|
714
|
+
}
|
715
|
+
.nav-collapse .nav > .divider-vertical {
|
716
|
+
display: none;
|
717
|
+
}
|
718
|
+
.nav-collapse .nav .nav-header {
|
719
|
+
color: #999999;
|
720
|
+
text-shadow: none;
|
721
|
+
}
|
722
|
+
.nav-collapse .nav > li > a,
|
723
|
+
.nav-collapse .dropdown-menu a {
|
724
|
+
padding: 6px 15px;
|
725
|
+
font-weight: bold;
|
726
|
+
color: #999999;
|
727
|
+
-webkit-border-radius: 3px;
|
728
|
+
-moz-border-radius: 3px;
|
729
|
+
border-radius: 3px;
|
730
|
+
}
|
731
|
+
.nav-collapse .btn {
|
732
|
+
padding: 4px 10px 4px;
|
733
|
+
font-weight: normal;
|
734
|
+
-webkit-border-radius: 4px;
|
735
|
+
-moz-border-radius: 4px;
|
736
|
+
border-radius: 4px;
|
737
|
+
}
|
738
|
+
.nav-collapse .dropdown-menu li + li a {
|
739
|
+
margin-bottom: 2px;
|
740
|
+
}
|
741
|
+
.nav-collapse .nav > li > a:hover,
|
742
|
+
.nav-collapse .dropdown-menu a:hover {
|
743
|
+
background-color: #222222;
|
744
|
+
}
|
745
|
+
.nav-collapse.in .btn-group {
|
746
|
+
padding: 0;
|
747
|
+
margin-top: 5px;
|
748
|
+
}
|
749
|
+
.nav-collapse .dropdown-menu {
|
750
|
+
position: static;
|
751
|
+
top: auto;
|
752
|
+
left: auto;
|
753
|
+
display: block;
|
754
|
+
float: none;
|
755
|
+
max-width: none;
|
756
|
+
padding: 0;
|
757
|
+
margin: 0 15px;
|
758
|
+
background-color: transparent;
|
759
|
+
border: none;
|
760
|
+
-webkit-border-radius: 0;
|
761
|
+
-moz-border-radius: 0;
|
762
|
+
border-radius: 0;
|
763
|
+
-webkit-box-shadow: none;
|
764
|
+
-moz-box-shadow: none;
|
765
|
+
box-shadow: none;
|
766
|
+
}
|
767
|
+
.nav-collapse .dropdown-menu:before,
|
768
|
+
.nav-collapse .dropdown-menu:after {
|
769
|
+
display: none;
|
770
|
+
}
|
771
|
+
.nav-collapse .dropdown-menu .divider {
|
772
|
+
display: none;
|
773
|
+
}
|
774
|
+
.nav-collapse .navbar-form,
|
775
|
+
.nav-collapse .navbar-search {
|
776
|
+
float: none;
|
777
|
+
padding: 9px 15px;
|
778
|
+
margin: 9px 0;
|
779
|
+
border-top: 1px solid #222222;
|
780
|
+
border-bottom: 1px solid #222222;
|
781
|
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
782
|
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
783
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
784
|
+
}
|
785
|
+
.navbar .nav-collapse .nav.pull-right {
|
786
|
+
float: none;
|
787
|
+
margin-left: 0;
|
788
|
+
}
|
789
|
+
.nav-collapse,
|
790
|
+
.nav-collapse.collapse {
|
791
|
+
height: 0;
|
792
|
+
overflow: hidden;
|
793
|
+
}
|
794
|
+
.navbar .btn-navbar {
|
795
|
+
display: block;
|
796
|
+
}
|
797
|
+
.navbar-static .navbar-inner {
|
798
|
+
padding-right: 10px;
|
799
|
+
padding-left: 10px;
|
800
|
+
}
|
801
|
+
}
|
802
|
+
|
803
|
+
@media (min-width: 980px) {
|
804
|
+
.nav-collapse.collapse {
|
805
|
+
height: auto !important;
|
806
|
+
overflow: visible !important;
|
807
|
+
}
|
808
|
+
}
|