├── README.md ├── documentation ├── css │ ├── 32px.png │ ├── bootstrap.min.css │ ├── style.css │ ├── throbber.gif │ └── tree-viewer.css ├── img │ ├── favicon.ico │ └── logo.png ├── index.html └── js │ ├── bootstrap.min.js │ ├── jquery-3.1.0.min.js │ ├── jstree.active.js │ └── jstree.min.js └── notika └── green-horizotal ├── 404.html ├── accordion.html ├── alert.html ├── analytics.html ├── animations.html ├── area-charts.html ├── bar-charts.html ├── buttons.html ├── chosen-sprite.png ├── code-editor.html ├── color.html ├── compose-email.html ├── contact.html ├── css ├── animate.css ├── animation │ └── animation-custom.css ├── bootstrap-select │ └── bootstrap-select.css ├── bootstrap.min.css ├── c3 │ └── c3.min.css ├── chosen │ ├── chosen-sprite.png │ └── chosen.css ├── code-editor │ ├── 1.jpg │ ├── ambiance.css │ └── codemirror.css ├── color-picker │ ├── farbtastic.css │ ├── marker.png │ ├── mask.png │ └── wheel.png ├── cropper │ └── cropper.min.css ├── datapicker │ └── datepicker3.css ├── dialog │ ├── dialog.css │ └── sweetalert2.min.css ├── dropzone │ └── dropzone.css ├── font-awesome.min.css ├── jquery.dataTables.min.css ├── jvectormap │ └── jquery-jvectormap-2.0.3.css ├── main.css ├── meanmenu │ └── meanmenu.min.css ├── metisMenu │ ├── metisMenu-vertical.css │ └── metisMenu.min.css ├── normalize.css ├── notification │ └── notification.css ├── notika-custom-icon.css ├── owl.carousel.css ├── owl.theme.css ├── owl.transitions.css ├── responsive.css ├── scrollbar │ └── jquery.mCustomScrollbar.min.css ├── summernote │ └── summernote.css ├── themesaller-forms.css └── wave │ ├── button.css │ └── waves.min.css ├── data-map.html ├── data-table.html ├── dialog.html ├── dropdown.html ├── flot-charts.html ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff ├── glyphicons-halflings-regular.woff2 ├── notika-icon.eot ├── notika-icon.svg ├── notika-icon.ttf └── notika-icon.woff ├── form-components.html ├── form-elements.html ├── form-examples.html ├── google-map.html ├── image-cropper.html ├── images ├── select.png ├── sort_asc.png ├── sort_asc_disabled.png ├── sort_both.png ├── sort_desc.png └── sort_desc_disabled.png ├── img ├── blog │ └── 1.jpg ├── chosen-sprite.png ├── country │ ├── 1.png │ ├── 2.png │ └── 3.png ├── cropper │ └── 1.jpg ├── dialog │ └── like.png ├── favicon.ico ├── green1.png ├── logo │ ├── favicon.png │ └── logo.png ├── post │ ├── 1.jpg │ ├── 2.jpg │ └── 4.jpg ├── search-engines │ ├── baidu.png │ ├── bing.png │ ├── duckduckgo.png │ ├── google.png │ ├── yahoo.png │ └── yandex.png └── widgets │ ├── 2.png │ ├── 4.png │ └── 6.png ├── inbox.html ├── index-2.html ├── index-3.html ├── index-4.html ├── index.html ├── invoice.html ├── js ├── animation │ └── animation-active.js ├── autosize.min.js ├── bootstrap-select │ └── bootstrap-select.js ├── bootstrap.min.js ├── charts │ ├── Chart.js │ ├── area-chart.js │ ├── bar-chart.js │ └── line-chart.js ├── chat │ ├── jquery.chat.js │ └── moment.min.js ├── chosen │ └── chosen.jquery.js ├── code-editor │ ├── code-editor-active.js │ ├── code-editor.js │ └── codemirror.js ├── color-picker │ ├── color-picker.js │ └── farbtastic.min.js ├── counterup │ ├── counterup-active.js │ ├── jquery.counterup.min.js │ └── waypoints.min.js ├── cropper │ ├── cropper-actice.js │ └── cropper.min.js ├── data-map │ ├── d3.min.js │ ├── data-maps-active.js │ ├── datamaps.all.min.js │ └── topojson.js ├── data-table │ ├── data-table-act.js │ └── jquery.dataTables.min.js ├── datapicker │ ├── bootstrap-datepicker.js │ └── datepicker-active.js ├── dialog │ ├── dialog-active.js │ └── sweetalert2.min.js ├── dropzone │ └── dropzone.js ├── easytopie │ ├── jquery.easypiechart.min.js │ └── salvattore.min.js ├── flot │ ├── analtic-flot-active.js │ ├── chart-tooltips.js │ ├── curvedLines.js │ ├── flot-active.js │ ├── flot-widget-anatic-active.js │ ├── jquery.flot.js │ ├── jquery.flot.orderBars.js │ ├── jquery.flot.pie.js │ ├── jquery.flot.resize.js │ ├── jquery.flot.time.js │ └── jquery.flot.tooltip.min.js ├── google.maps │ ├── google.maps-active.js │ └── google.maps2-active.js ├── icheck │ ├── icheck-active.js │ └── icheck.min.js ├── jasny-bootstrap.min.js ├── jquery-price-slider.js ├── jquery.scrollUp.min.js ├── jvectormap │ ├── jquery-jvectormap-2.0.2.min.js │ ├── jquery-jvectormap-world-mill-en.js │ └── jvectormap-active.js ├── knob │ ├── jquery.appear.js │ ├── jquery.knob.js │ └── knob-active.js ├── login │ └── login-action.js ├── main.js ├── meanmenu │ └── jquery.meanmenu.js ├── metisMenu │ ├── metisMenu-active.js │ └── metisMenu.min.js ├── notification │ ├── bootstrap-growl.min.js │ └── notification-active.js ├── owl.carousel.min.js ├── plugins.js ├── rangle-slider │ ├── jquery-ui-1.10.4.custom.min.js │ ├── jquery-ui-touch-punch.min.js │ └── rangle-active.js ├── scrollbar │ └── jquery.mCustomScrollbar.concat.min.js ├── sparkline │ ├── jquery.sparkline.min.js │ └── sparkline-active.js ├── summernote │ ├── summernote-active.js │ ├── summernote-updated.min.js │ └── summernote.min.js ├── tawk-chat.js ├── todo │ └── jquery.todo.js ├── vendor │ ├── jquery-1.12.4.min.js │ └── modernizr-2.8.3.min.js ├── wave │ ├── wave-active.js │ └── waves.min.js ├── wizard │ ├── jquery.bootstrap.wizard.min.js │ └── wizard-active.js └── wow.min.js ├── line-charts.html ├── login-register.html ├── modals.html ├── normal-table.html ├── notification.html ├── popovers.html ├── style.css ├── tabs.html ├── tooltips.html ├── typography.html ├── view-email.html ├── widgets.html └── wizard.html /README.md: -------------------------------------------------------------------------------- 1 | # Notika 2 | Free Bootstrap admin dashboard 3 | 4 | # Preview 5 | 6 | ### Screenshot 7 | 8 | ![Notika admin dashboard template preview](https://colorlib.com/wp/wp-content/uploads/sites/2/notika-free-creative-admin-dashboard.jpg) 9 | 10 | ### Demo Site: [Here](https://colorlib.com/polygon/notika/index.html) 11 | 12 | ### Changelog 13 | #### V 1.0.0 14 | Initial Release 15 | ### Authors 16 | [Colorlib](https://colorlib.com) 17 | 18 | ### More info 19 | - [Bootstrap Dashboards](https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/) 20 | - [Angular dashboards](https://colorlib.com/wp/angularjs-admin-templates/) 21 | - [Admin Templates](https://colorlib.com/wp/free-html5-admin-dashboard-templates/) 22 | - [HTML Templates](https://colorlib.com/wp/templates/) 23 | - [Free WordPress Themes](https://colorlib.com/wp/free-wordpress-themes/) 24 | 25 | ### License 26 | 27 | Notika is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the final products. But you always need to state that Colorlib is the original author of this template. 28 | -------------------------------------------------------------------------------- /documentation/css/32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/documentation/css/32px.png -------------------------------------------------------------------------------- /documentation/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0px; 3 | padding: 0px; 4 | } 5 | 6 | 7 | /* 8 | *::-moz-selection { 9 | background-attachment: scroll; 10 | background-clip: border-box; 11 | background-color: #ef4836; 12 | background-image: none; 13 | background-origin: padding-box; 14 | background-position: 0 0; 15 | background-repeat: repeat; 16 | background-size: auto auto; 17 | color: #fff; 18 | } 19 | */ 20 | 21 | h1, 22 | h2, 23 | h3, 24 | h4, 25 | h5, 26 | h6, 27 | p { 28 | margin-top: 0px; 29 | } 30 | 31 | body, 32 | html { 33 | height: 100%; 34 | } 35 | 36 | a:hover, 37 | a:focus { 38 | outline: none; 39 | text-decoration: none; 40 | } 41 | 42 | .body { 43 | font-size: 14px; 44 | } 45 | 46 | .wrapper { 47 | position: relative; 48 | height: 100%; 49 | } 50 | 51 | .left-side { 52 | background-color: #212121; 53 | height: 100%; 54 | left: 0; 55 | position: fixed; 56 | top: 0; 57 | width: 300px; 58 | } 59 | 60 | .logo { 61 | background-color: #333; 62 | box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4) inset; 63 | height: 174px; 64 | line-height: 160px; 65 | text-align: center; 66 | } 67 | 68 | .left-content { 69 | text-align: right; 70 | } 71 | 72 | .left-content {} 73 | 74 | .left-content ul {} 75 | 76 | .left-content ul li { 77 | border-bottom: 1px solid #00c292; 78 | display: block; 79 | height: 50px; 80 | } 81 | 82 | .left-content ul li.active { 83 | background-color: #00c292; 84 | } 85 | 86 | .left-content ul li.active a span { 87 | border-color: #ffffff; 88 | } 89 | 90 | .left-content ul li a { 91 | color: #fff; 92 | line-height: 50px; 93 | padding-right: 30px; 94 | display: block; 95 | text-decoration: none; 96 | } 97 | 98 | .left-content ul li a span { 99 | border-right: 1px solid #00c292; 100 | color: #ffffff; 101 | display: inline-block; 102 | float: left; 103 | font-size: 20px; 104 | height: 49px; 105 | line-height: 50px; 106 | text-align: center; 107 | width: 50px; 108 | } 109 | 110 | .copyright { 111 | background-color: #00c292; 112 | bottom: 0; 113 | color: #ffffff; 114 | left: 0; 115 | padding: 20px; 116 | position: absolute; 117 | text-align: right; 118 | width: 100%; 119 | } 120 | 121 | .copyright p { 122 | margin-bottom: 0px; 123 | } 124 | 125 | .copyright p a { 126 | color: #212121; 127 | font-weight: 700; 128 | } 129 | 130 | .copyright p span { 131 | display: block; 132 | } 133 | 134 | .right-side { 135 | padding-left: 300px; 136 | } 137 | 138 | .right-content { 139 | padding: 50px; 140 | } 141 | 142 | .content { 143 | display: none; 144 | } 145 | 146 | .content.active { 147 | display: block; 148 | } 149 | 150 | pre { 151 | background: url(../img/pre_bg.png); 152 | line-height: 19px; 153 | text-align: left; 154 | padding: 0px; 155 | margin-top: 35px; 156 | font-size: 13px; 157 | margin-bottom: 35px; 158 | } 159 | 160 | .content {} 161 | 162 | .content a { 163 | color: #00c292; 164 | } 165 | 166 | .content h1 { 167 | text-transform: uppercase; 168 | font-weight: 700; 169 | padding-bottom: 35px; 170 | margin-bottom: 35px; 171 | border-bottom: 1px solid #ddd; 172 | } 173 | 174 | #one span { 175 | color: #00c292; 176 | } 177 | 178 | .content#source {} 179 | 180 | .content#source > ul li {} 181 | 182 | .content#source > ul li span { 183 | font-weight: 700; 184 | display: block; 185 | } 186 | 187 | .content#source > ul li > ul { 188 | padding-left: 25px; 189 | } 190 | .logo h1 { 191 | padding: 65px 0; 192 | } 193 | .tree-viewer-pd{ 194 | padding:30px; 195 | } -------------------------------------------------------------------------------- /documentation/css/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/documentation/css/throbber.gif -------------------------------------------------------------------------------- /documentation/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/documentation/img/favicon.ico -------------------------------------------------------------------------------- /documentation/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/documentation/img/logo.png -------------------------------------------------------------------------------- /documentation/js/jstree.active.js: -------------------------------------------------------------------------------- 1 | 2 | (function ($) { 3 | "use strict"; 4 | 5 | 6 | $('#jstree1').jstree({ 7 | 'core' : { 8 | 'check_callback' : true 9 | }, 10 | 'plugins' : [ 'types', 'dnd' ], 11 | 'types' : { 12 | 'default' : { 13 | 'icon' : 'fa fa-folder' 14 | }, 15 | 'html' : { 16 | 'icon' : 'fa fa-file-code-o' 17 | }, 18 | 'svg' : { 19 | 'icon' : 'fa fa-file-picture-o' 20 | }, 21 | 'css' : { 22 | 'icon' : 'fa fa-file-code-o' 23 | }, 24 | 'img' : { 25 | 'icon' : 'fa fa-file-image-o' 26 | }, 27 | 'js' : { 28 | 'icon' : 'fa fa-file-text-o' 29 | } 30 | 31 | } 32 | }); 33 | 34 | $('#using_json').jstree({ 35 | 'core' : { 36 | 'data' : [ 37 | 'Empty Folder', 38 | { 39 | 'text': 'Resources', 40 | 'state': { 41 | 'opened': true 42 | }, 43 | 'children': [ 44 | { 45 | 'text': 'css', 46 | 'children': [ 47 | { 48 | 'text': 'animate.css', 'icon': 'none' 49 | }, 50 | { 51 | 'text': 'bootstrap.css', 'icon': 'none' 52 | }, 53 | { 54 | 'text': 'main.css', 'icon': 'none' 55 | }, 56 | { 57 | 'text': 'style.css', 'icon': 'none' 58 | } 59 | ], 60 | 'state': { 61 | 'opened': true 62 | } 63 | }, 64 | { 65 | 'text': 'js', 66 | 'children': [ 67 | { 68 | 'text': 'bootstrap.js', 'icon': 'none' 69 | }, 70 | { 71 | 'text': 'inspinia.min.js', 'icon': 'none' 72 | }, 73 | { 74 | 'text': 'jquery.min.js', 'icon': 'none' 75 | }, 76 | { 77 | 'text': 'jsTree.min.js', 'icon': 'none' 78 | }, 79 | { 80 | 'text': 'custom.min.js', 'icon': 'none' 81 | } 82 | ], 83 | 'state': { 84 | 'opened': true 85 | } 86 | }, 87 | { 88 | 'text': 'html', 89 | 'children': [ 90 | { 91 | 'text': 'layout.html', 'icon': 'none' 92 | }, 93 | { 94 | 'text': 'navigation.html', 'icon': 'none' 95 | }, 96 | { 97 | 'text': 'navbar.html', 'icon': 'none' 98 | }, 99 | { 100 | 'text': 'footer.html', 'icon': 'none' 101 | }, 102 | { 103 | 'text': 'sidebar.html', 'icon': 'none' 104 | } 105 | ], 106 | 'state': { 107 | 'opened': true 108 | } 109 | } 110 | ] 111 | }, 112 | 'Fonts', 113 | 'Images', 114 | 'Scripts', 115 | 'Templates', 116 | ] 117 | } }); 118 | 119 | 120 | })(jQuery); 121 | 122 | -------------------------------------------------------------------------------- /notika/green-horizotal/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 404 Page | Notika - Notika Admin Template 8 | 9 | 10 | 12 | 13 | 15 | 16 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 29 | 30 | 32 | 33 | 35 | 36 | 38 | 39 | 41 | 42 | 44 | 45 | 47 | 48 | 50 | 51 | 53 | 54 | 55 | 56 | 57 | 60 | 61 |
62 |
63 | 64 |

ERROR 404

65 |

Sorry, but the page you are looking for has note been found. Try checking the URL for an error, then hit the refresh button on your browser or try found something else in our app.

66 | Dashboard 67 | Report Problem 68 |
69 |
70 | 71 | 73 | 74 | 76 | 77 | 79 | 80 | 82 | 83 | 85 | 86 | 88 | 89 | 91 | 92 | 94 | 95 | 96 | 97 | 99 | 100 | 102 | 103 | 104 | 106 | 107 | 108 | 109 | 111 | 112 | 113 | 114 | 116 | 117 | 118 | 120 | 121 | 123 | 124 | 126 | 127 | 129 | 130 | 131 | 132 | -------------------------------------------------------------------------------- /notika/green-horizotal/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/chosen-sprite.png -------------------------------------------------------------------------------- /notika/green-horizotal/css/animation/animation-custom.css: -------------------------------------------------------------------------------- 1 | .animation-single-int{ 2 | padding:20px; 3 | background:#fff; 4 | } 5 | .btn.ant-nk-st{ 6 | box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); 7 | border: none; 8 | outline: none !important; 9 | border-radius: 2px; 10 | font-size: 14px; 11 | color: #fff; 12 | width:100%; 13 | background:#00c292; 14 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/c3/c3.min.css: -------------------------------------------------------------------------------- 1 | .c3 svg{font:10px sans-serif;-webkit-tap-highlight-color:transparent}.c3 line,.c3 path{fill:none;stroke:#000}.c3 text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}.c3-chart-arc path{stroke:#fff}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}.c3-text.c3-empty{fill:gray;font-size:2em}.c3-line{stroke-width:1px}.c3-circle._expanded_{stroke-width:1px;stroke:#fff}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:.75}.c3-target.c3-focused{opacity:1}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important}.c3-region{fill:#4682b4;fill-opacity:.1}.c3-brush .extent{fill-opacity:.1}.c3-legend-item{font-size:12px}.c3-legend-item-hidden{opacity:.15}.c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1}.c3-title{font:14px sans-serif}.c3-tooltip-container{z-index:10}.c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;-webkit-box-shadow:7px 7px 12px -9px #777;-moz-box-shadow:7px 7px 12px -9px #777;box-shadow:7px 7px 12px -9px #777;opacity:.9}.c3-tooltip tr{border:1px solid #CCC}.c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#FFF}.c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999}.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}.c3-tooltip td.value{text-align:right}.c3-area{stroke-width:0;opacity:.2}.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:none}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}.c3-chart-arcs .c3-chart-arcs-gauge-max,.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}.c3-chart-arc .c3-gauge-value{fill:#000} -------------------------------------------------------------------------------- /notika/green-horizotal/css/chosen/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/css/chosen/chosen-sprite.png -------------------------------------------------------------------------------- /notika/green-horizotal/css/code-editor/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/css/code-editor/1.jpg -------------------------------------------------------------------------------- /notika/green-horizotal/css/code-editor/ambiance.css: -------------------------------------------------------------------------------- 1 | /* ambiance theme for codemirror */ 2 | 3 | /* Color scheme */ 4 | 5 | .cm-s-ambiance .cm-keyword { color: #cda869; } 6 | .cm-s-ambiance .cm-atom { color: #CF7EA9; } 7 | .cm-s-ambiance .cm-number { color: #78CF8A; } 8 | .cm-s-ambiance .cm-def { color: #aac6e3; } 9 | .cm-s-ambiance .cm-variable { color: #ffb795; } 10 | .cm-s-ambiance .cm-variable-2 { color: #eed1b3; } 11 | .cm-s-ambiance .cm-variable-3 { color: #faded3; } 12 | .cm-s-ambiance .cm-property { color: #eed1b3; } 13 | .cm-s-ambiance .cm-operator {color: #fff;} 14 | .cm-s-ambiance .cm-comment { color: #555; font-style:italic; } 15 | .cm-s-ambiance .cm-string { color: #8f9d6a; } 16 | .cm-s-ambiance .cm-string-2 { color: #9d937c; } 17 | .cm-s-ambiance .cm-meta { color: #D2A8A1; } 18 | .cm-s-ambiance .cm-qualifier { color: yellow; } 19 | .cm-s-ambiance .cm-builtin { color: #9999cc; } 20 | .cm-s-ambiance .cm-bracket { color: #24C2C7; } 21 | .cm-s-ambiance .cm-tag { color: #fee4ff } 22 | .cm-s-ambiance .cm-attribute { color: #9B859D; } 23 | .cm-s-ambiance .cm-header {color: blue;} 24 | .cm-s-ambiance .cm-quote { color: #24C2C7; } 25 | .cm-s-ambiance .cm-hr { color: pink; } 26 | .cm-s-ambiance .cm-link { color: #F4C20B; } 27 | .cm-s-ambiance .cm-special { color: #FF9D00; } 28 | .cm-s-ambiance .cm-error { color: #AF2018; } 29 | 30 | .cm-s-ambiance .CodeMirror-matchingbracket { color: #0f0; } 31 | .cm-s-ambiance .CodeMirror-nonmatchingbracket { color: #f22; } 32 | 33 | .cm-s-ambiance .CodeMirror-selected { 34 | background: rgba(255, 255, 255, 0.15); 35 | } 36 | .cm-s-ambiance.CodeMirror-focused .CodeMirror-selected { 37 | background: rgba(255, 255, 255, 0.10); 38 | } 39 | 40 | /* Editor styling */ 41 | 42 | .cm-s-ambiance.CodeMirror { 43 | line-height: 1.40em; 44 | color: #E6E1DC; 45 | background-color: #202020; 46 | -webkit-box-shadow: inset 0 0 10px black; 47 | -moz-box-shadow: inset 0 0 10px black; 48 | box-shadow: inset 0 0 10px black; 49 | } 50 | 51 | .cm-s-ambiance .CodeMirror-gutters { 52 | background: #3D3D3D; 53 | border-right: 1px solid #4D4D4D; 54 | box-shadow: 0 10px 20px black; 55 | } 56 | 57 | .cm-s-ambiance .CodeMirror-linenumber { 58 | text-shadow: 0px 1px 1px #4d4d4d; 59 | color: #fff; 60 | padding: 0 5px; 61 | } 62 | 63 | .cm-s-ambiance .CodeMirror-guttermarker { color: #aaa; } 64 | .cm-s-ambiance .CodeMirror-guttermarker-subtle { color: #111; } 65 | 66 | .cm-s-ambiance .CodeMirror-lines .CodeMirror-cursor { 67 | border-left: 1px solid #7991E8; 68 | } 69 | 70 | .cm-s-ambiance .CodeMirror-activeline-background { 71 | background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.031); 72 | } 73 | 74 | .cm-s-ambiance.CodeMirror, 75 | .cm-s-ambiance .CodeMirror-gutters { 76 | background-image: url("1.jpg"); 77 | } 78 | .cm-s-ambiance .cm-property, .cm-s-ambiance .cm-variable, .cm-s-ambiance .cm-string-2 { 79 | color: #fff; 80 | } 81 | .cm-s-ambiance .cm-string { 82 | color: #9C27B0; 83 | } 84 | .cm-s-ambiance .cm-keyword { 85 | color: #673AB7; 86 | } 87 | .cm-s-ambiance .cm-def { 88 | color: #FF5722; 89 | } 90 | .cm-s-ambiance .cm-atom { 91 | color: #F44336; 92 | } 93 | .CodeMirror span { 94 | color: #000; 95 | } 96 | .cm-s-ambiance .cm-number { 97 | color: #000; 98 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/color-picker/farbtastic.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Farbtastic Color Picker 1.2 3 | * © 2008 Steven Wittens 4 | * 5 | * This program is free software; you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation; either version 2 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program; if not, write to the Free Software 17 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | .farbtastic { 20 | position: relative; 21 | } 22 | .farbtastic * { 23 | position: absolute; 24 | cursor: crosshair; 25 | } 26 | .farbtastic, .farbtastic .wheel { 27 | width: 195px; 28 | height: 195px; 29 | } 30 | .farbtastic .color, .farbtastic .overlay { 31 | top: 47px; 32 | left: 47px; 33 | width: 101px; 34 | height: 101px; 35 | } 36 | .farbtastic .wheel { 37 | background: url(wheel.png) no-repeat; 38 | width: 195px; 39 | height: 195px; 40 | } 41 | .farbtastic .overlay { 42 | background: url(mask.png) no-repeat; 43 | } 44 | .farbtastic .marker { 45 | width: 17px; 46 | height: 17px; 47 | margin: -8px 0 0 -8px; 48 | overflow: hidden; 49 | background: url(marker.png) no-repeat; 50 | } 51 | -------------------------------------------------------------------------------- /notika/green-horizotal/css/color-picker/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/css/color-picker/marker.png -------------------------------------------------------------------------------- /notika/green-horizotal/css/color-picker/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/css/color-picker/mask.png -------------------------------------------------------------------------------- /notika/green-horizotal/css/color-picker/wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/css/color-picker/wheel.png -------------------------------------------------------------------------------- /notika/green-horizotal/css/cropper/cropper.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Cropper v0.7.6-beta 3 | * https://github.com/fengyuanchen/cropper 4 | * 5 | * Copyright 2014 Fengyuan Chen 6 | * Released under the MIT license 7 | */ 8 | 9 | .cropper-container{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.cropper-container img{width:100%;height:100%;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important}.cropper-modal,.cropper-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-canvas{background-color:#fff;opacity:0;filter:alpha(opacity=0)}.cropper-modal{background-color:#000;opacity:.5;filter:alpha(opacity=50)}.cropper-dragger{position:absolute;top:10%;left:10%;width:80%;height:80%}.cropper-viewer{display:block;width:100%;height:100%;overflow:hidden;outline-width:1px;outline-style:solid;outline-color:#69f;outline-color:rgba(51,102,255,.75)}.cropper-dashed{position:absolute;display:block;border:0 dashed #fff;opacity:.5;filter:alpha(opacity=50)}.cropper-dashed.dashed-h{top:33.3%;left:0;width:100%;height:33.3%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.3%;width:33.3%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1;filter:alpha(opacity=10)}.cropper-face{top:0;left:0;cursor:move;background-color:#fff}.cropper-line{background-color:#69f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;background-color:#69f;opacity:.75;filter:alpha(opacity=75)}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1;filter:alpha(opacity=100)}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:" ";background-color:#69f;opacity:0;filter:alpha(opacity=0)}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}}.cropper-hidden{display:none!important}.cropper-invisible{position:fixed;top:0;left:0;z-index:-1;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;opacity:0;filter:alpha(opacity=0)}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-canvas,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed} -------------------------------------------------------------------------------- /notika/green-horizotal/css/dialog/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-inner{ 2 | padding:20px; 3 | background:#fff; 4 | } 5 | .swal2-modal h2 { 6 | font-size: 16px; 7 | color: #fff; 8 | line-height: 0px; 9 | margin-top: 20px; 10 | } 11 | .swal2-modal .swal2-spacer{ 12 | height:0px; 13 | } 14 | .swal2-modal .styled{ 15 | border: none !important; 16 | background: #00c292 !important; 17 | padding: 5px 30px; 18 | font-size: 14px; 19 | border-radius: 2px; 20 | outline:none; 21 | } 22 | .swal2-modal{ 23 | border-radius:2px; 24 | background:#444 !important; 25 | } 26 | .dialog-pro .btn-info{ 27 | box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); 28 | border: none; 29 | outline: none !important; 30 | border-radius: 2px; 31 | font-size: 14px; 32 | margin-right: 20px; 33 | color: #fff; 34 | background: #00c292; 35 | } 36 | .dialog-pro .btn-info:hover{ 37 | border: none; 38 | outline: none !important; 39 | background: #00c292; 40 | } 41 | .swal2-modal .swal2-content{ 42 | color: #fff; 43 | font-size: 14px; 44 | line-height: 24px; 45 | margin-top: 20px; 46 | } 47 | .swal2-icon.swal2-success::after, .swal2-icon.swal2-success::before{ 48 | background:#444; 49 | } 50 | .swal2-icon.swal2-success .fix{ 51 | background:#444; 52 | } 53 | .swal2-icon.swal2-success .line{ 54 | background-color: #00c292; 55 | } 56 | .swal2-icon.swal2-success { 57 | border-color: #00c292; 58 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/jvectormap/jquery-jvectormap-2.0.3.css: -------------------------------------------------------------------------------- 1 | svg { 2 | touch-action: none; 3 | } 4 | 5 | .jvectormap-container { 6 | width: 100%; 7 | height: 100%; 8 | position: relative; 9 | overflow: hidden; 10 | touch-action: none; 11 | } 12 | 13 | .jvectormap-tip { 14 | position: absolute; 15 | display: none; 16 | border: solid 1px #CDCDCD; 17 | border-radius: 3px; 18 | background: #292929; 19 | color: white; 20 | font-family: sans-serif, Verdana; 21 | font-size: smaller; 22 | padding: 3px; 23 | } 24 | 25 | .jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback { 26 | position: absolute; 27 | left: 10px; 28 | border-radius: 3px; 29 | background: #292929; 30 | padding: 3px; 31 | color: white; 32 | cursor: pointer; 33 | line-height: 10px; 34 | text-align: center; 35 | box-sizing: content-box; 36 | } 37 | 38 | .jvectormap-zoomin, .jvectormap-zoomout { 39 | width: 10px; 40 | height: 10px; 41 | } 42 | 43 | .jvectormap-zoomin { 44 | top: 10px; 45 | } 46 | 47 | .jvectormap-zoomout { 48 | top: 30px; 49 | } 50 | 51 | .jvectormap-goback { 52 | bottom: 10px; 53 | z-index: 1000; 54 | padding: 6px; 55 | } 56 | 57 | .jvectormap-spinner { 58 | position: absolute; 59 | left: 0; 60 | top: 0; 61 | right: 0; 62 | bottom: 0; 63 | background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); 64 | } 65 | 66 | .jvectormap-legend-title { 67 | font-weight: bold; 68 | font-size: 14px; 69 | text-align: center; 70 | } 71 | 72 | .jvectormap-legend-cnt { 73 | position: absolute; 74 | } 75 | 76 | .jvectormap-legend-cnt-h { 77 | bottom: 0; 78 | right: 0; 79 | } 80 | 81 | .jvectormap-legend-cnt-v { 82 | top: 0; 83 | right: 0; 84 | } 85 | 86 | .jvectormap-legend { 87 | background: black; 88 | color: white; 89 | border-radius: 3px; 90 | } 91 | 92 | .jvectormap-legend-cnt-h .jvectormap-legend { 93 | float: left; 94 | margin: 0 10px 10px 0; 95 | padding: 3px 3px 1px 3px; 96 | } 97 | 98 | .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick { 99 | float: left; 100 | } 101 | 102 | .jvectormap-legend-cnt-v .jvectormap-legend { 103 | margin: 10px 10px 0 0; 104 | padding: 3px; 105 | } 106 | 107 | .jvectormap-legend-cnt-h .jvectormap-legend-tick { 108 | width: 40px; 109 | } 110 | 111 | .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample { 112 | height: 15px; 113 | } 114 | 115 | .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample { 116 | height: 20px; 117 | width: 20px; 118 | display: inline-block; 119 | vertical-align: middle; 120 | } 121 | 122 | .jvectormap-legend-tick-text { 123 | font-size: 12px; 124 | } 125 | 126 | .jvectormap-legend-cnt-h .jvectormap-legend-tick-text { 127 | text-align: center; 128 | } 129 | 130 | .jvectormap-legend-cnt-v .jvectormap-legend-tick-text { 131 | display: inline-block; 132 | vertical-align: middle; 133 | line-height: 20px; 134 | padding-left: 3px; 135 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/main.css: -------------------------------------------------------------------------------- 1 | /*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */ 2 | 3 | /* 4 | * What follows is the result of much research on cross-browser styling. 5 | * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, 6 | * Kroc Camen, and the H5BP dev community and team. 7 | */ 8 | 9 | /* ========================================================================== 10 | Base styles: opinionated defaults 11 | ========================================================================== */ 12 | 13 | html { 14 | color: #222; 15 | font-size: 1em; 16 | line-height: 1.4; 17 | } 18 | 19 | /* 20 | * Remove text-shadow in selection highlight: 21 | * https://twitter.com/miketaylr/status/12228805301 22 | * 23 | * These selection rule sets have to be separate. 24 | * Customize the background color to match your design. 25 | */ 26 | 27 | ::-moz-selection { 28 | background: #b3d4fc; 29 | text-shadow: none; 30 | } 31 | 32 | ::selection { 33 | background: #b3d4fc; 34 | text-shadow: none; 35 | } 36 | 37 | /* 38 | * A better looking default horizontal rule 39 | */ 40 | 41 | hr { 42 | display: block; 43 | height: 1px; 44 | border: 0; 45 | border-top: 1px solid #ccc; 46 | margin: 1em 0; 47 | padding: 0; 48 | } 49 | 50 | /* 51 | * Remove the gap between audio, canvas, iframes, 52 | * images, videos and the bottom of their containers: 53 | * https://github.com/h5bp/html5-boilerplate/issues/440 54 | */ 55 | 56 | audio, 57 | canvas, 58 | iframe, 59 | img, 60 | svg, 61 | video { 62 | vertical-align: middle; 63 | } 64 | 65 | /* 66 | * Remove default fieldset styles. 67 | */ 68 | 69 | fieldset { 70 | border: 0; 71 | margin: 0; 72 | padding: 0; 73 | } 74 | 75 | /* 76 | * Allow only vertical resizing of textareas. 77 | */ 78 | 79 | textarea { 80 | resize: vertical; 81 | } 82 | 83 | /* ========================================================================== 84 | Browser Upgrade Prompt 85 | ========================================================================== */ 86 | 87 | .browserupgrade { 88 | margin: 0.2em 0; 89 | background: #ccc; 90 | color: #000; 91 | padding: 0.2em 0; 92 | } 93 | 94 | /* ========================================================================== 95 | Author's custom styles 96 | ========================================================================== */ 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | /* ========================================================================== 115 | Helper classes 116 | ========================================================================== */ 117 | 118 | /* 119 | * Hide visually and from screen readers: 120 | */ 121 | 122 | .hidden { 123 | display: none !important; 124 | } 125 | 126 | /* 127 | * Hide only visually, but have it available for screen readers: 128 | * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility 129 | */ 130 | 131 | .visuallyhidden { 132 | border: 0; 133 | clip: rect(0 0 0 0); 134 | height: 1px; 135 | margin: -1px; 136 | overflow: hidden; 137 | padding: 0; 138 | position: absolute; 139 | width: 1px; 140 | } 141 | 142 | /* 143 | * Extends the .visuallyhidden class to allow the element 144 | * to be focusable when navigated to via the keyboard: 145 | * https://www.drupal.org/node/897638 146 | */ 147 | 148 | .visuallyhidden.focusable:active, 149 | .visuallyhidden.focusable:focus { 150 | clip: auto; 151 | height: auto; 152 | margin: 0; 153 | overflow: visible; 154 | position: static; 155 | width: auto; 156 | } 157 | 158 | /* 159 | * Hide visually and from screen readers, but maintain layout 160 | */ 161 | 162 | .invisible { 163 | visibility: hidden; 164 | } 165 | 166 | /* 167 | * Clearfix: contain floats 168 | * 169 | * For modern browsers 170 | * 1. The space content is one way to avoid an Opera bug when the 171 | * `contenteditable` attribute is included anywhere else in the document. 172 | * Otherwise it causes space to appear at the top and bottom of elements 173 | * that receive the `clearfix` class. 174 | * 2. The use of `table` rather than `block` is only necessary if using 175 | * `:before` to contain the top-margins of child elements. 176 | */ 177 | 178 | .clearfix:before, 179 | .clearfix:after { 180 | content: " "; /* 1 */ 181 | display: table; /* 2 */ 182 | } 183 | 184 | .clearfix:after { 185 | clear: both; 186 | } 187 | 188 | /* ========================================================================== 189 | EXAMPLE Media Queries for Responsive Design. 190 | These examples override the primary ('mobile first') styles. 191 | Modify as content requires. 192 | ========================================================================== */ 193 | 194 | @media only screen and (min-width: 35em) { 195 | /* Style adjustments for viewports that meet the condition */ 196 | } 197 | 198 | @media print, 199 | (-webkit-min-device-pixel-ratio: 1.25), 200 | (min-resolution: 1.25dppx), 201 | (min-resolution: 120dpi) { 202 | /* Style adjustments for high resolution devices */ 203 | } 204 | 205 | /* ========================================================================== 206 | Print styles. 207 | Inlined to avoid the additional HTTP request: 208 | http://www.phpied.com/delay-loading-your-print-css/ 209 | ========================================================================== */ 210 | 211 | @media print { 212 | *, 213 | *:before, 214 | *:after { 215 | background: transparent !important; 216 | color: #000 !important; /* Black prints faster: 217 | http://www.sanbeiji.com/archives/953 */ 218 | box-shadow: none !important; 219 | text-shadow: none !important; 220 | } 221 | 222 | a, 223 | a:visited { 224 | text-decoration: underline; 225 | } 226 | 227 | a[href]:after { 228 | content: " (" attr(href) ")"; 229 | } 230 | 231 | abbr[title]:after { 232 | content: " (" attr(title) ")"; 233 | } 234 | 235 | /* 236 | * Don't show links that are fragment identifiers, 237 | * or use the `javascript:` pseudo protocol 238 | */ 239 | 240 | a[href^="#"]:after, 241 | a[href^="javascript:"]:after { 242 | content: ""; 243 | } 244 | 245 | pre, 246 | blockquote { 247 | border: 1px solid #999; 248 | page-break-inside: avoid; 249 | } 250 | 251 | /* 252 | * Printing Tables: 253 | * http://css-discuss.incutio.com/wiki/Printing_Tables 254 | */ 255 | 256 | thead { 257 | display: table-header-group; 258 | } 259 | 260 | tr, 261 | img { 262 | page-break-inside: avoid; 263 | } 264 | 265 | img { 266 | max-width: 100% !important; 267 | } 268 | 269 | p, 270 | h2, 271 | h3 { 272 | orphans: 3; 273 | widows: 3; 274 | } 275 | 276 | h2, 277 | h3 { 278 | page-break-after: avoid; 279 | } 280 | } 281 | -------------------------------------------------------------------------------- /notika/green-horizotal/css/meanmenu/meanmenu.min.css: -------------------------------------------------------------------------------- 1 | .mobile-menu-area{ 2 | display:none; 3 | } 4 | a.meanmenu-reveal{display:none} 5 | .mean-container .mean-bar { 6 | background: transparent none repeat scroll 0 0; 7 | float: left; 8 | min-height: 42px; 9 | padding: 4px 0 0; 10 | position: relative; 11 | width: 100%; 12 | z-index: 999999; 13 | } 14 | .mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;} 15 | .mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px} 16 | .mean-container .mean-nav{float:left;width:100%;background:#0c1923} 17 | .mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none} 18 | .mean-container .mean-nav ul li { 19 | background: #f8f8f8 none repeat scroll 0 0; 20 | float: left; 21 | position: relative; 22 | width: 100%; 23 | border-top: 1px solid#ddd; 24 | } 25 | .mean-container .mean-nav ul li a { 26 | background: #f8f8f8 none repeat scroll 0 0; 27 | color: #666666; 28 | display: block; 29 | float: left; 30 | font-size: 16px; 31 | margin: 0; 32 | padding: 1em 5%; 33 | text-align: left; 34 | text-decoration: none; 35 | text-transform: uppercase; 36 | width: 90%; 37 | font-weight: 400; 38 | } 39 | .mobile-menu-area { 40 | background: #262626; 41 | } 42 | .mean-container .mean-nav ul li li a { 43 | border-top: 1px solid rgba(255, 255, 255, 0.25); 44 | opacity: 0.75; 45 | padding: 1em 10%; 46 | text-shadow: none !important; 47 | visibility: visible; 48 | width: 80%; 49 | font-weight: normal; 50 | text-transform: capitalize; 51 | color: #444; 52 | } 53 | .mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0} 54 | .mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%} 55 | .mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%} 56 | .mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%} 57 | .mean-container .mean-nav ul li a:hover { 58 | background: #f8f8f8 none repeat scroll 0 0; 59 | color: #F47E1E; 60 | } 61 | .mean-container .mean-nav ul li a.mean-expand{ 62 | width:26px; 63 | height: 15px; 64 | margin-top: 1px; 65 | padding: 12px !important; 66 | text-align:center; 67 | position:absolute; 68 | right:0;top:0; 69 | z-index:2; 70 | font-weight:700; 71 | background:rgba(255,255,255,.1); 72 | border:0!important; 73 | background: #F8F8F8; 74 | } 75 | .mean-container .mean-nav ul li a.mean-expand:hover { 76 | background: #f8f8f8; 77 | } 78 | .mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both} 79 | .mean-nav .wrapper{width:100%;padding:0;margin:0} 80 | .mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box} 81 | .mean-remove{display:none!important} 82 | .mean-container .mean-bar::after { 83 | color: #ffffff; 84 | content: "MENU"; 85 | font-size: 21px; 86 | left: 5%; 87 | position: absolute; 88 | top: 12px; 89 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/metisMenu/metisMenu-vertical.css: -------------------------------------------------------------------------------- 1 | .sidebar-nav { 2 | background: #fff; 3 | } 4 | .sidebar-nav ul { 5 | padding: 0; 6 | margin: 0; 7 | list-style: none; 8 | background: #f5f5f5; 9 | } 10 | .sidebar-nav .metismenu { 11 | background: #fff; 12 | display: -webkit-box; 13 | display: -ms-flexbox; 14 | display: flex; 15 | -webkit-box-orient: vertical; 16 | -webkit-box-direction: normal; 17 | -ms-flex-direction: column; 18 | flex-direction: column; 19 | } 20 | .sidebar-nav .metismenu li + li { 21 | margin-top: 5px; 22 | } 23 | .sidebar-nav .metismenu li:last-child { 24 | margin-bottom: 5px; 25 | } 26 | .sidebar-nav .metismenu > li { 27 | /* -webkit-box-flex: 1; 28 | -ms-flex: 1 1 0%; 29 | flex: 1 1 0%;*/ 30 | display: -webkit-box; 31 | display: -ms-flexbox; 32 | display: flex; 33 | -webkit-box-orient: vertical; 34 | -webkit-box-direction: normal; 35 | -ms-flex-direction: column; 36 | flex-direction: column; 37 | position: relative; 38 | } 39 | .sidebar-nav .metismenu a { 40 | position: relative; 41 | display: block; 42 | padding: 10px 15px; 43 | color: #444; 44 | outline-width: 0; 45 | transition: all .3s ease-out; 46 | font-size:16px; 47 | font-weight:400; 48 | } 49 | 50 | .sidebar-nav .metismenu ul a { 51 | padding: 10px 15px 10px 40px; 52 | } 53 | 54 | .sidebar-nav .metismenu ul ul a { 55 | padding: 10px 15px 10px 45px; 56 | } 57 | .sidebar-nav .metismenu a:hover, 58 | .sidebar-nav .metismenu a:focus, 59 | .sidebar-nav .metismenu a:active { 60 | color: #555; 61 | text-decoration: none; 62 | background: #e12503; 63 | } 64 | .sidebar-nav .metismenu li .icon-wrap{ 65 | margin-right:5px; 66 | font-size:20px; 67 | color:#303030; 68 | } 69 | .sidebar-nav .metismenu li .sub-icon-mg{ 70 | margin-right:5px; 71 | font-size:16px; 72 | } 73 | #sidebar.active .metismenu li .mini-click-non{ 74 | display:none; 75 | } 76 | #sidebar.active .metismenu li .has-arrow:after{ 77 | display:none; 78 | } 79 | #sidebar.active .metismenu li .submenu-angle li a { 80 | padding: 10px 20px 10px 20px; 81 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/metisMenu/metisMenu.min.css: -------------------------------------------------------------------------------- 1 | /* 2 | * metismenu - v2.7.2 3 | * A jQuery menu plugin 4 | * https://github.com/onokumus/metismenu#readme 5 | * 6 | * Made by Osman Nuri Okumus (https://github.com/onokumus) 7 | * Under MIT License 8 | */ 9 | 10 | .metismenu .arrow{float:right;line-height:1.42857}[dir=rtl] .metismenu .arrow{float:left}.metismenu .glyphicon.arrow:before{content:"\e079"}.metismenu .active>a>.glyphicon.arrow:before{content:"\e114"}.metismenu .fa.arrow:before{content:"\f104"}.metismenu .active>a>.fa.arrow:before{content:"\f107"}.metismenu .ion.arrow:before{content:"\f3d2"}.metismenu .active>a>.ion.arrow:before{content:"\f3d0"}.metismenu .plus-times{float:right}[dir=rtl] .metismenu .plus-times{float:left}.metismenu .fa.plus-times:before{content:"\f067"}.metismenu .active>a>.fa.plus-times{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.metismenu .plus-minus{float:right}[dir=rtl] .metismenu .plus-minus{float:left}.metismenu .fa.plus-minus:before{content:"\f067"}.metismenu .active>a>.fa.plus-minus:before{content:"\f068"}.metismenu .collapse{display:none}.metismenu .collapse.in{display:block}.metismenu .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.metismenu .has-arrow{position:relative}.metismenu .has-arrow:after{position:absolute;content:"";width:.5em;height:.5em;border-width:1px 0 0 1px;border-style:solid;border-color:initial;right:1em;-webkit-transform:rotate(-45deg) translateY(-50%);-ms-transform:rotate(-45deg) translateY(-50%);-o-transform:rotate(-45deg) translateY(-50%);transform:rotate(-45deg) translateY(-50%);-webkit-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top;top:50%;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}[dir=rtl] .metismenu .has-arrow:after{right:auto;left:1em;-webkit-transform:rotate(135deg) translateY(-50%);-ms-transform:rotate(135deg) translateY(-50%);-o-transform:rotate(135deg) translateY(-50%);transform:rotate(135deg) translateY(-50%)}.metismenu .active>.has-arrow:after,.metismenu .has-arrow[aria-expanded=true]:after{-webkit-transform:rotate(-135deg) translateY(-50%);-ms-transform:rotate(-135deg) translateY(-50%);-o-transform:rotate(-135deg) translateY(-50%);transform:rotate(-135deg) translateY(-50%)} -------------------------------------------------------------------------------- /notika/green-horizotal/css/notification/notification.css: -------------------------------------------------------------------------------- 1 | .notification-inner{ 2 | padding:20px; 3 | background:#fff; 4 | } 5 | .notification-hd{ 6 | margin-bottom:20px; 7 | } 8 | .notification-demo h2{ 9 | font-size:16px; 10 | color:#444; 11 | } 12 | .alert-inverse{ 13 | background-color:#333; 14 | border-color:transparent; 15 | color:#fff 16 | } 17 | .alert-inverse .alert-link{ 18 | color:#e6e6e6 19 | } 20 | .alert-link{ 21 | color:#fff!important 22 | } 23 | .alert-success{ 24 | background-color:#4CAF50; 25 | color:#fff 26 | } 27 | .alert-success .alert-link{ 28 | color:#e6e6e6 29 | } 30 | .alert-info{ 31 | background-color:#00c292; 32 | color:#fff 33 | } 34 | .alert-info .alert-link{ 35 | color:#e6e6e6 36 | } 37 | .alert-warning{ 38 | background-color:#FFC107; 39 | color:#fff 40 | } 41 | .alert-warning .alert-link{ 42 | color:#e6e6e6 43 | } 44 | .alert-danger{ 45 | background-color:#F44336; 46 | color:#fff 47 | } 48 | .alert-danger .alert-link{ 49 | color:#e6e6e6 50 | } 51 | .alert{ 52 | padding-left:30px; 53 | font-size:14px 54 | } 55 | .alert span{ 56 | cursor:pointer 57 | } 58 | .alert:not(.alert-dismissible){ 59 | padding-right:30px 60 | } 61 | .alert.alert-dismissable{ 62 | padding-right:44px 63 | } 64 | .alert-inverse{ 65 | background-color:#333; 66 | border-color:transparent; 67 | color:#fff 68 | } 69 | .alert-inverse hr{ 70 | border-top-color:transparent 71 | } 72 | .alert-inverse .alert-link{ 73 | color:#e6e6e6 74 | } 75 | .growl-animated.alert-inverse{ 76 | box-shadow:0 0 5px rgba(51,51,51,.5) 77 | } 78 | .growl-animated.alert-info{ 79 | box-shadow:0 0 5px rgba(33,150,243,.5) 80 | } 81 | .growl-animated.alert-success{ 82 | box-shadow:0 0 5px rgba(76,175,80,.5) 83 | } 84 | .growl-animated.alert-warning{ 85 | box-shadow:0 0 5px rgba(255,193,7,.5) 86 | } 87 | .growl-animated.alert-danger{ 88 | box-shadow:0 0 5px rgba(244,67,54,.5) 89 | } 90 | .notification-demo .btn-info, .notification-demo .btn-inverse, .notification-demo .btn-success, .notification-demo .btn-warning, .notification-demo .btn-danger{ 91 | box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); 92 | border:none; 93 | outline:none !important; 94 | border-radius:2px; 95 | font-size:14px; 96 | margin-right:20px; 97 | color:#fff; 98 | } 99 | .notification-demo .btn-info{ 100 | background:#00c292; 101 | } 102 | .notification-demo .btn-info:hover{ 103 | background:#00c292; 104 | } 105 | .notification-demo .btn-info:hover, .notification-demo .btn-inverse:hover, .notification-demo .btn-success:hover, .notification-demo .btn-warning:hover, .notification-demo .btn-danger:hover{ 106 | border:none; 107 | outline:none; 108 | } 109 | .notification-demo .btn-inverse { 110 | background-color: #454545; 111 | } 112 | .notification-demo .btn-inverse:hover { 113 | background-color: #454545; 114 | } 115 | .notification-demo .btn-success { 116 | background-color: #4CAF50; 117 | } 118 | .notification-demo .btn-success:hover { 119 | background-color: #4CAF50; 120 | } 121 | .notification-demo .btn-warning { 122 | background-color: #FF9800; 123 | } 124 | .notification-demo .btn-warning:hover { 125 | background-color: #FF9800; 126 | } 127 | .notification-demo .btn-danger { 128 | background-color: #F44336; 129 | } 130 | .notification-demo .btn-danger:hover { 131 | background-color: #F44336; 132 | } 133 | .animate-nt a{ 134 | margin-bottom:15px; 135 | } 136 | .animate-nt a.nt-mg-btm-0 { 137 | margin-bottom: 0px; 138 | } 139 | .contact-hd.notification-hd p{ 140 | margin-bottom:0px; 141 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/notika-custom-icon.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'notika-icon'; 3 | src: url('fonts/notika-icon.eot?qzfrsz'); 4 | src: url('fonts/notika-icon.eot?qzfrsz#iefix') format('embedded-opentype'), 5 | url('fonts/notika-icon.ttf?qzfrsz') format('truetype'), 6 | url('fonts/notika-icon.woff?qzfrsz') format('woff'), 7 | url('fonts/notika-icon.svg?qzfrsz#notika-icon') format('svg'); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | 12 | .notika-icon { 13 | /* use !important to prevent issues with browser extensions that change fonts */ 14 | font-family: 'notika-icon' !important; 15 | speak: none; 16 | font-style: normal; 17 | font-weight: normal; 18 | font-variant: normal; 19 | text-transform: none; 20 | line-height: 1; 21 | 22 | /* Better Font Rendering =========== */ 23 | -webkit-font-smoothing: antialiased; 24 | -moz-osx-font-smoothing: grayscale; 25 | } 26 | 27 | .notika-menu-befores:before { 28 | content: "\e93d"; 29 | } 30 | .notika-menu-after:before { 31 | content: "\e93b"; 32 | } 33 | .notika-menu-before:before { 34 | content: "\e93c"; 35 | } 36 | .notika-menu-sidebar:before { 37 | content: "\e93a"; 38 | } 39 | .notika-skype:before { 40 | content: "\e939"; 41 | } 42 | .notika-app:before { 43 | content: "\e936"; 44 | } 45 | .notika-form:before { 46 | content: "\e937"; 47 | } 48 | .notika-windows:before { 49 | content: "\e938"; 50 | } 51 | .notika-bar-chart:before { 52 | content: "\e935"; 53 | } 54 | .notika-alarm:before { 55 | content: "\e900"; 56 | } 57 | .notika-arrow-right:before { 58 | content: "\e901"; 59 | } 60 | .notika-avable:before { 61 | content: "\e902"; 62 | } 63 | .notika-back:before { 64 | content: "\e903"; 65 | } 66 | .notika-calendar:before { 67 | content: "\e904"; 68 | } 69 | .notika-chat:before { 70 | content: "\e905"; 71 | } 72 | .notika-checked:before { 73 | content: "\e906"; 74 | } 75 | .notika-close:before { 76 | content: "\e907"; 77 | } 78 | .notika-cloud:before { 79 | content: "\e908"; 80 | } 81 | .notika-credit-card:before { 82 | content: "\e909"; 83 | } 84 | .notika-dollar:before { 85 | content: "\e90a"; 86 | } 87 | .notika-dot:before { 88 | content: "\e90b"; 89 | } 90 | .notika-down-arrow:before { 91 | content: "\e90c"; 92 | } 93 | .notika-draft:before { 94 | content: "\e90d"; 95 | } 96 | .notika-edit:before { 97 | content: "\e90e"; 98 | } 99 | .notika-eye:before { 100 | content: "\e90f"; 101 | } 102 | .notika-facebook:before { 103 | content: "\e910"; 104 | } 105 | .notika-file:before { 106 | content: "\e911"; 107 | } 108 | .notika-finance:before { 109 | content: "\e912"; 110 | } 111 | .notika-flag:before { 112 | content: "\e913"; 113 | } 114 | .notika-house:before { 115 | content: "\e914"; 116 | } 117 | .notika-ip-locator:before { 118 | content: "\e915"; 119 | } 120 | .notika-left-arrow:before { 121 | content: "\e916"; 122 | } 123 | .notika-mail:before { 124 | content: "\e917"; 125 | } 126 | .notika-map:before { 127 | content: "\e918"; 128 | } 129 | .notika-menu:before { 130 | content: "\e919"; 131 | } 132 | .notika-menus:before { 133 | content: "\e91a"; 134 | } 135 | .notika-minus-symbol:before { 136 | content: "\e91b"; 137 | } 138 | .notika-more-button:before { 139 | content: "\e91c"; 140 | } 141 | .notika-next:before { 142 | content: "\e91d"; 143 | } 144 | .notika-next-pro:before { 145 | content: "\e91e"; 146 | } 147 | .notika-paperclip:before { 148 | content: "\e91f"; 149 | } 150 | .notika-phone:before { 151 | content: "\e920"; 152 | } 153 | .notika-picture:before { 154 | content: "\e921"; 155 | } 156 | .notika-pinterest:before { 157 | content: "\e922"; 158 | } 159 | .notika-plus-symbol:before { 160 | content: "\e923"; 161 | } 162 | .notika-print:before { 163 | content: "\e924"; 164 | } 165 | .notika-promos:before { 166 | content: "\e925"; 167 | } 168 | .notika-refresh:before { 169 | content: "\e926"; 170 | } 171 | .notika-right-arrow:before { 172 | content: "\e927"; 173 | } 174 | .notika-search:before { 175 | content: "\e928"; 176 | } 177 | .notika-sent:before { 178 | content: "\e929"; 179 | } 180 | .notika-settings:before { 181 | content: "\e92a"; 182 | } 183 | .notika-social:before { 184 | content: "\e92b"; 185 | } 186 | .notika-star:before { 187 | content: "\e92c"; 188 | } 189 | .notika-success:before { 190 | content: "\e92d"; 191 | } 192 | .notika-support:before { 193 | content: "\e92e"; 194 | } 195 | .notika-tax:before { 196 | content: "\e92f"; 197 | } 198 | .notika-trash:before { 199 | content: "\e930"; 200 | } 201 | .notika-travel:before { 202 | content: "\e931"; 203 | } 204 | .notika-twitter:before { 205 | content: "\e932"; 206 | } 207 | .notika-up-arrow:before { 208 | content: "\e933"; 209 | } 210 | .notika-wifi:before { 211 | content: "\e934"; 212 | } 213 | -------------------------------------------------------------------------------- /notika/green-horizotal/css/owl.carousel.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Core Owl Carousel CSS File 3 | * v1.3.3 4 | */ 5 | 6 | /* clearfix */ 7 | .owl-carousel .owl-wrapper:after { 8 | content: "."; 9 | display: block; 10 | clear: both; 11 | visibility: hidden; 12 | line-height: 0; 13 | height: 0; 14 | } 15 | /* display none until init */ 16 | .owl-carousel{ 17 | display: none; 18 | position: relative; 19 | width: 100%; 20 | -ms-touch-action: pan-y; 21 | } 22 | .owl-carousel .owl-wrapper{ 23 | display: none; 24 | position: relative; 25 | -webkit-transform: translate3d(0px, 0px, 0px); 26 | } 27 | .owl-carousel .owl-wrapper-outer{ 28 | overflow: hidden; 29 | position: relative; 30 | width: 100%; 31 | } 32 | .owl-carousel .owl-wrapper-outer.autoHeight{ 33 | -webkit-transition: height 500ms ease-in-out; 34 | -moz-transition: height 500ms ease-in-out; 35 | -ms-transition: height 500ms ease-in-out; 36 | -o-transition: height 500ms ease-in-out; 37 | transition: height 500ms ease-in-out; 38 | } 39 | 40 | .owl-carousel .owl-item{ 41 | float: left; 42 | } 43 | .owl-controls .owl-page, 44 | .owl-controls .owl-buttons div{ 45 | cursor: pointer; 46 | } 47 | .owl-controls { 48 | -webkit-user-select: none; 49 | -khtml-user-select: none; 50 | -moz-user-select: none; 51 | -ms-user-select: none; 52 | user-select: none; 53 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 54 | } 55 | 56 | /* mouse grab icon */ 57 | .grabbing { 58 | cursor:url(grabbing.png) 8 8, move; 59 | } 60 | 61 | /* fix */ 62 | .owl-carousel .owl-wrapper, 63 | .owl-carousel .owl-item{ 64 | -webkit-backface-visibility: hidden; 65 | -moz-backface-visibility: hidden; 66 | -ms-backface-visibility: hidden; 67 | -webkit-transform: translate3d(0,0,0); 68 | -moz-transform: translate3d(0,0,0); 69 | -ms-transform: translate3d(0,0,0); 70 | } 71 | 72 | -------------------------------------------------------------------------------- /notika/green-horizotal/css/owl.theme.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Owl Carousel Owl Demo Theme 3 | * v1.3.3 4 | */ 5 | 6 | .owl-theme .owl-controls{ 7 | margin-top: 10px; 8 | text-align: center; 9 | } 10 | 11 | /* Styling Next and Prev buttons */ 12 | 13 | .owl-theme .owl-controls .owl-buttons div{ 14 | color: #FFF; 15 | display: inline-block; 16 | zoom: 1; 17 | *display: inline;/*IE7 life-saver */ 18 | margin: 5px; 19 | padding: 3px 10px; 20 | font-size: 12px; 21 | -webkit-border-radius: 30px; 22 | -moz-border-radius: 30px; 23 | border-radius: 30px; 24 | background: #869791; 25 | filter: Alpha(Opacity=50);/*IE7 fix*/ 26 | opacity: 0.5; 27 | } 28 | /* Clickable class fix problem with hover on touch devices */ 29 | /* Use it for non-touch hover action */ 30 | .owl-theme .owl-controls.clickable .owl-buttons div:hover{ 31 | filter: Alpha(Opacity=100);/*IE7 fix*/ 32 | opacity: 1; 33 | text-decoration: none; 34 | } 35 | 36 | /* Styling Pagination*/ 37 | 38 | .owl-theme .owl-controls .owl-page{ 39 | display: inline-block; 40 | zoom: 1; 41 | *display: inline;/*IE7 life-saver */ 42 | } 43 | .owl-theme .owl-controls .owl-page span{ 44 | display: block; 45 | width: 12px; 46 | height: 12px; 47 | margin: 5px 7px; 48 | filter: Alpha(Opacity=50);/*IE7 fix*/ 49 | opacity: 0.5; 50 | -webkit-border-radius: 20px; 51 | -moz-border-radius: 20px; 52 | border-radius: 20px; 53 | background: #869791; 54 | } 55 | 56 | .owl-theme .owl-controls .owl-page.active span, 57 | .owl-theme .owl-controls.clickable .owl-page:hover span{ 58 | filter: Alpha(Opacity=100);/*IE7 fix*/ 59 | opacity: 1; 60 | } 61 | 62 | /* If PaginationNumbers is true */ 63 | 64 | .owl-theme .owl-controls .owl-page span.owl-numbers{ 65 | height: auto; 66 | width: auto; 67 | color: #FFF; 68 | padding: 2px 10px; 69 | font-size: 12px; 70 | -webkit-border-radius: 30px; 71 | -moz-border-radius: 30px; 72 | border-radius: 30px; 73 | } 74 | 75 | /* preloading images */ 76 | .owl-item.loading{ 77 | min-height: 150px; 78 | background: url(AjaxLoader.gif) no-repeat center center 79 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/owl.transitions.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Owl Carousel CSS3 Transitions 3 | * v1.3.2 4 | */ 5 | 6 | .owl-origin { 7 | -webkit-perspective: 1200px; 8 | -webkit-perspective-origin-x : 50%; 9 | -webkit-perspective-origin-y : 50%; 10 | -moz-perspective : 1200px; 11 | -moz-perspective-origin-x : 50%; 12 | -moz-perspective-origin-y : 50%; 13 | perspective : 1200px; 14 | } 15 | /* fade */ 16 | .owl-fade-out { 17 | z-index: 10; 18 | -webkit-animation: fadeOut .7s both ease; 19 | -moz-animation: fadeOut .7s both ease; 20 | animation: fadeOut .7s both ease; 21 | } 22 | .owl-fade-in { 23 | -webkit-animation: fadeIn .7s both ease; 24 | -moz-animation: fadeIn .7s both ease; 25 | animation: fadeIn .7s both ease; 26 | } 27 | /* backSlide */ 28 | .owl-backSlide-out { 29 | -webkit-animation: backSlideOut 1s both ease; 30 | -moz-animation: backSlideOut 1s both ease; 31 | animation: backSlideOut 1s both ease; 32 | } 33 | .owl-backSlide-in { 34 | -webkit-animation: backSlideIn 1s both ease; 35 | -moz-animation: backSlideIn 1s both ease; 36 | animation: backSlideIn 1s both ease; 37 | } 38 | /* goDown */ 39 | .owl-goDown-out { 40 | -webkit-animation: scaleToFade .7s ease both; 41 | -moz-animation: scaleToFade .7s ease both; 42 | animation: scaleToFade .7s ease both; 43 | } 44 | .owl-goDown-in { 45 | -webkit-animation: goDown .6s ease both; 46 | -moz-animation: goDown .6s ease both; 47 | animation: goDown .6s ease both; 48 | } 49 | /* scaleUp */ 50 | .owl-fadeUp-in { 51 | -webkit-animation: scaleUpFrom .5s ease both; 52 | -moz-animation: scaleUpFrom .5s ease both; 53 | animation: scaleUpFrom .5s ease both; 54 | } 55 | 56 | .owl-fadeUp-out { 57 | -webkit-animation: scaleUpTo .5s ease both; 58 | -moz-animation: scaleUpTo .5s ease both; 59 | animation: scaleUpTo .5s ease both; 60 | } 61 | /* Keyframes */ 62 | /*empty*/ 63 | @-webkit-keyframes empty { 64 | 0% {opacity: 1} 65 | } 66 | @-moz-keyframes empty { 67 | 0% {opacity: 1} 68 | } 69 | @keyframes empty { 70 | 0% {opacity: 1} 71 | } 72 | @-webkit-keyframes fadeIn { 73 | 0% { opacity:0; } 74 | 100% { opacity:1; } 75 | } 76 | @-moz-keyframes fadeIn { 77 | 0% { opacity:0; } 78 | 100% { opacity:1; } 79 | } 80 | @keyframes fadeIn { 81 | 0% { opacity:0; } 82 | 100% { opacity:1; } 83 | } 84 | @-webkit-keyframes fadeOut { 85 | 0% { opacity:1; } 86 | 100% { opacity:0; } 87 | } 88 | @-moz-keyframes fadeOut { 89 | 0% { opacity:1; } 90 | 100% { opacity:0; } 91 | } 92 | @keyframes fadeOut { 93 | 0% { opacity:1; } 94 | 100% { opacity:0; } 95 | } 96 | @-webkit-keyframes backSlideOut { 97 | 25% { opacity: .5; -webkit-transform: translateZ(-500px); } 98 | 75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } 99 | 100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } 100 | } 101 | @-moz-keyframes backSlideOut { 102 | 25% { opacity: .5; -moz-transform: translateZ(-500px); } 103 | 75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } 104 | 100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } 105 | } 106 | @keyframes backSlideOut { 107 | 25% { opacity: .5; transform: translateZ(-500px); } 108 | 75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } 109 | 100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } 110 | } 111 | @-webkit-keyframes backSlideIn { 112 | 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); } 113 | 75% { opacity: .5; -webkit-transform: translateZ(-500px); } 114 | 100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); } 115 | } 116 | @-moz-keyframes backSlideIn { 117 | 0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); } 118 | 75% { opacity: .5; -moz-transform: translateZ(-500px); } 119 | 100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); } 120 | } 121 | @keyframes backSlideIn { 122 | 0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); } 123 | 75% { opacity: .5; transform: translateZ(-500px); } 124 | 100% { opacity: 1; transform: translateZ(0) translateX(0); } 125 | } 126 | @-webkit-keyframes scaleToFade { 127 | to { opacity: 0; -webkit-transform: scale(.8); } 128 | } 129 | @-moz-keyframes scaleToFade { 130 | to { opacity: 0; -moz-transform: scale(.8); } 131 | } 132 | @keyframes scaleToFade { 133 | to { opacity: 0; transform: scale(.8); } 134 | } 135 | @-webkit-keyframes goDown { 136 | from { -webkit-transform: translateY(-100%); } 137 | } 138 | @-moz-keyframes goDown { 139 | from { -moz-transform: translateY(-100%); } 140 | } 141 | @keyframes goDown { 142 | from { transform: translateY(-100%); } 143 | } 144 | 145 | @-webkit-keyframes scaleUpFrom { 146 | from { opacity: 0; -webkit-transform: scale(1.5); } 147 | } 148 | @-moz-keyframes scaleUpFrom { 149 | from { opacity: 0; -moz-transform: scale(1.5); } 150 | } 151 | @keyframes scaleUpFrom { 152 | from { opacity: 0; transform: scale(1.5); } 153 | } 154 | 155 | @-webkit-keyframes scaleUpTo { 156 | to { opacity: 0; -webkit-transform: scale(1.5); } 157 | } 158 | @-moz-keyframes scaleUpTo { 159 | to { opacity: 0; -moz-transform: scale(1.5); } 160 | } 161 | @keyframes scaleUpTo { 162 | to { opacity: 0; transform: scale(1.5); } 163 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/wave/button.css: -------------------------------------------------------------------------------- 1 | /*----------------------------------------*/ 2 | /* 1. Buttons CSS 3 | /*----------------------------------------*/ 4 | 5 | .btn-demo-notika{ 6 | padding:20px; 7 | background:#fff; 8 | } 9 | .btn-demo-notika h2{ 10 | font-size:20px; 11 | color:#444; 12 | } 13 | .btn-demo-notika p{ 14 | font-size:14px; 15 | color:#444; 16 | line-height:24px; 17 | margin-bottom:0px; 18 | } 19 | .btn-demo-notika .btn{ 20 | margin-right:10px; 21 | } 22 | .btn-default.notika-btn-default, .btn-info.notika-btn-info, .btn-primary.notika-btn-primary, .btn-success.notika-btn-success, .btn-warning.notika-btn-warning, .btn-danger.notika-btn-danger{ 23 | box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); 24 | border:none; 25 | outline:none !important; 26 | border-radius:2px; 27 | font-size:14px; 28 | } 29 | .btn-default.notika-btn-default{ 30 | background-color: #fff; 31 | } 32 | .btn-info.notika-btn-info, .btn-info.info-icon-notika{ 33 | background-color: #00BCD4; 34 | } 35 | .btn-primary.notika-btn-primary, .btn-primary.notika-gp-primary, .btn-primary.primary-icon-notika{ 36 | background-color: #2196F3; 37 | } 38 | .btn-success.notika-btn-success, .btn-success.success-icon-notika{ 39 | background-color: #00c292; 40 | } 41 | .btn-warning.notika-btn-warning, .btn-warning.warning-icon-notika{ 42 | background-color: #FF9800; 43 | } 44 | .btn-danger.notika-btn-danger, .btn-danger.danger-icon-notika{ 45 | background-color: #F44336 !important; 46 | } 47 | .btn-default.notika-btn-default:hover, .btn-info.notika-btn-info:hover, .btn-primary.notika-btn-primary:hover, .btn-success.notika-btn-success:hover, .btn-warning.notika-btn-warning:hover, .btn-danger.notika-btn-danger:hover, .btn-primary.primary-icon-notika:hover, .btn-info.info-icon-notika:hover, .btn-success.success-icon-notika:hover, .btn-warning.warning-icon-notika:hover, .btn-danger.danger-icon-notika:hover, .btn-teal.teal-icon-notika:hover, .btn-orange.orange-icon-notika:hover, .btn-cyan.cyan-icon-notika:hover, .btn-lightgreen.lightgreen-icon-notika:hover, .btn-lime.lime-icon-notika:hover, .btn-amber.amber-icon-notika:hover, .btn-gray.gray-icon-notika:hover, .btn-lightblue.lightblue-icon-notika:hover, .btn-deeporange.deeporange-icon-notika:hover{ 48 | background:none; 49 | border:none; 50 | outline:none; 51 | } 52 | .btn-info.notika-btn-info:hover, .btn-info.info-icon-notika:hover{ 53 | background: #00BCD4; 54 | } 55 | .btn-primary.notika-btn-primary:hover, .btn-primary.notika-gp-primary:hover, .btn-primary.primary-icon-notika:hover{ 56 | background: #2196F3; 57 | } 58 | .btn-success.notika-btn-success:hover, .btn-success.success-icon-notika:hover{ 59 | background: #00c292; 60 | } 61 | .btn-warning.notika-btn-warning:hover, .btn-warning.warning-icon-notika:hover{ 62 | background: #FF9800; 63 | } 64 | .btn-danger.notika-btn-danger:hover, .btn-danger.danger-icon-notika:hover{ 65 | background: #F44336 !important; 66 | } 67 | .btn-primary.notika-gp-primary, .btn-primary.notika-gp-default{ 68 | margin-right:0px; 69 | border:none; 70 | outline:none; 71 | box-shadow:none; 72 | } 73 | .btn-default.notika-gp-default{ 74 | box-shadow:none; 75 | border:none; 76 | outline:none !important; 77 | background:#fff; 78 | margin-right:0px; 79 | } 80 | .notika-group-btn, .material-design-btn .btn{ 81 | box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); 82 | margin-bottom:10px; 83 | } 84 | .material-design-btn .btn{ 85 | border:none; 86 | outline:none !important; 87 | border-radius:2px; 88 | color:#fff; 89 | padding: 5px 30px; 90 | font-size:14px; 91 | } 92 | .notika-btn-cyan, .btn-cyan.cyan-icon-notika{ 93 | background:#00BCD4; 94 | } 95 | .btn-cyan.cyan-icon-notika:hover{ 96 | background:#00BCD4; 97 | } 98 | .notika-btn-teal, .btn-teal.teal-icon-notika{ 99 | background:#009688; 100 | } 101 | .btn-teal.teal-icon-notika:hover{ 102 | background:#009688; 103 | } 104 | .notika-btn-amber, .btn-amber.amber-icon-notika{ 105 | background:#FFC107; 106 | } 107 | .btn-amber.amber-icon-notika:hover{ 108 | background:#FFC107; 109 | } 110 | .notika-btn-orange, .btn-orange.orange-icon-notika{ 111 | background:#FF9800; 112 | } 113 | .btn-orange.orange-icon-notika:hover{ 114 | background:#FF9800; 115 | } 116 | .notika-btn-deeporange, .btn-deeporange.deeporange-icon-notika{ 117 | background:#FF5722; 118 | } 119 | .btn-deeporange.deeporange-icon-notika:hover{ 120 | background:#FF5722; 121 | } 122 | .notika-btn-red{ 123 | background:#F44336; 124 | } 125 | .notika-btn-pink{ 126 | background:#E91E63; 127 | } 128 | .notika-btn-lightblue, .btn-lightblue.lightblue-icon-notika{ 129 | background:#03A9F4; 130 | } 131 | .btn-lightblue.lightblue-icon-notika:hover{ 132 | background:#03A9F4; 133 | } 134 | .notika-btn-blue{ 135 | background:#2196F3; 136 | } 137 | .notika-btn-indigo{ 138 | background:#3F51B5; 139 | } 140 | .notika-btn-lime, .btn-lime.lime-icon-notika{ 141 | background:#CDDC39; 142 | } 143 | .btn-lime.lime-icon-notika:hover{ 144 | background:#CDDC39; 145 | } 146 | .notika-btn-lightgreen, .btn-lightgreen.lightgreen-icon-notika{ 147 | background:#8BC34A; 148 | } 149 | .btn-lightgreen.lightgreen-icon-notika:hover{ 150 | background:#8BC34A; 151 | } 152 | .notika-btn-green{ 153 | background:#4CAF50; 154 | } 155 | .notika-btn-purple{ 156 | background:#BA68C8; 157 | } 158 | .notika-btn-deeppurple{ 159 | background:#673AB7; 160 | } 161 | .notika-btn-gray, .btn-gray.gray-icon-notika{ 162 | background:#9E9E9E; 163 | } 164 | .btn-gray.gray-icon-notika:hover{ 165 | background:#9E9E9E; 166 | } 167 | .notika-btn-bluegray{ 168 | background:#607D8B; 169 | } 170 | .notika-btn-black{ 171 | background:#444; 172 | } 173 | .btn-default.btn-icon-notika{ 174 | border:none; 175 | outline:none !important; 176 | background:#fff; 177 | box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); 178 | margin-bottom:10px; 179 | font-size:14px; 180 | color:#444; 181 | } 182 | .btn-default.btn-icon-notika:hover, .btn-default.btn-icon-notika:active, .btn-default.btn-icon-notika:focus{ 183 | box-shadow:none; 184 | border:none; 185 | outline:none !important; 186 | background:none; 187 | box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); 188 | } 189 | .btn-primary.primary-icon-notika, .btn-info.info-icon-notika, .btn-success.success-icon-notika, .btn-warning.warning-icon-notika, .btn-danger.danger-icon-notika, .btn-teal.teal-icon-notika, .btn-orange.orange-icon-notika, .btn-cyan.cyan-icon-notika, .btn-lightgreen.lightgreen-icon-notika, .btn-lime.lime-icon-notika, .btn-amber.amber-icon-notika, .btn-gray.gray-icon-notika, .btn-lightblue.lightblue-icon-notika, .btn-deeporange.deeporange-icon-notika{ 190 | border:none; 191 | outline:none !important; 192 | box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12); 193 | margin-bottom:10px; 194 | font-size:14px; 195 | color:#fff; 196 | } 197 | .button-icon-btn i { 198 | font-size: 14px; 199 | line-height: 24px; 200 | } 201 | .button-icon-btn-rd .btn, .button-icon-btn-cl .btn{ 202 | border-radius:50%; 203 | } 204 | .btn-reco-mg{ 205 | margin-bottom:0px !important; 206 | } 207 | .mg-t-30.butt-mg-t-20{ 208 | margin-top:20px; 209 | } 210 | .notika-btn-hd { 211 | margin-bottom: 20px; 212 | } -------------------------------------------------------------------------------- /notika/green-horizotal/css/wave/waves.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Waves v0.7.6 3 | * http://fian.my.id/Waves 4 | * 5 | * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 6 | * Released under the MIT license 7 | * https://github.com/fians/Waves/blob/master/LICENSE */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:-webkit-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-o-transition-property:-o-transform,opacity;transition-property:transform,opacity;-webkit-transform:scale(0) translate(0,0);-moz-transform:scale(0) translate(0,0);-ms-transform:scale(0) translate(0,0);-o-transform:scale(0) translate(0,0);transform:scale(0) translate(0,0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:rgba(255,255,255,.4);background:-webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:rgba(255,255,255,.4)}.waves-notransition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important}.waves-button,.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 100%)}.waves-button,.waves-button-input,.waves-button:hover,.waves-button:visited{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:0;color:inherit;background-color:rgba(0,0,0,0);font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:.85em 1.1em;border-radius:.2em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.waves-float{-webkit-mask-image:none;-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.waves-float:active{-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.3);box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.waves-block{display:block} -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/notika-icon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/notika-icon.eot -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/notika-icon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/notika-icon.ttf -------------------------------------------------------------------------------- /notika/green-horizotal/fonts/notika-icon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/fonts/notika-icon.woff -------------------------------------------------------------------------------- /notika/green-horizotal/images/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/images/select.png -------------------------------------------------------------------------------- /notika/green-horizotal/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/images/sort_asc.png -------------------------------------------------------------------------------- /notika/green-horizotal/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /notika/green-horizotal/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/images/sort_both.png -------------------------------------------------------------------------------- /notika/green-horizotal/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/images/sort_desc.png -------------------------------------------------------------------------------- /notika/green-horizotal/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/blog/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/blog/1.jpg -------------------------------------------------------------------------------- /notika/green-horizotal/img/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/chosen-sprite.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/country/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/country/1.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/country/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/country/2.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/country/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/country/3.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/cropper/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/cropper/1.jpg -------------------------------------------------------------------------------- /notika/green-horizotal/img/dialog/like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/dialog/like.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/favicon.ico -------------------------------------------------------------------------------- /notika/green-horizotal/img/green1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/green1.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/logo/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/logo/favicon.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/logo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/logo/logo.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/post/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/post/1.jpg -------------------------------------------------------------------------------- /notika/green-horizotal/img/post/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/post/2.jpg -------------------------------------------------------------------------------- /notika/green-horizotal/img/post/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/post/4.jpg -------------------------------------------------------------------------------- /notika/green-horizotal/img/search-engines/baidu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/search-engines/baidu.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/search-engines/bing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/search-engines/bing.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/search-engines/duckduckgo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/search-engines/duckduckgo.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/search-engines/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/search-engines/google.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/search-engines/yahoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/search-engines/yahoo.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/search-engines/yandex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/search-engines/yandex.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/widgets/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/widgets/2.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/widgets/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/widgets/4.png -------------------------------------------------------------------------------- /notika/green-horizotal/img/widgets/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/puikinsh/notika/69381b55aa5e3cfca8b9173678b40d4e64ac4082/notika/green-horizotal/img/widgets/6.png -------------------------------------------------------------------------------- /notika/green-horizotal/js/autosize.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | Autosize 3.0.17 3 | license: MIT 4 | http://www.jacklmoore.com/autosize 5 | */ 6 | !function(e,t){if("function"==typeof define&&define.amd)define(["exports","module"],t);else if("undefined"!=typeof exports&&"undefined"!=typeof module)t(exports,module);else{var n={exports:{}};t(n.exports,n),e.autosize=n.exports}}(this,function(e,t){"use strict";function n(e){function t(){var t=window.getComputedStyle(e,null);"vertical"===t.resize?e.style.resize="none":"both"===t.resize&&(e.style.resize="horizontal"),l="content-box"===t.boxSizing?-(parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)):parseFloat(t.borderTopWidth)+parseFloat(t.borderBottomWidth),isNaN(l)&&(l=0),a()}function n(t){var n=e.style.width;e.style.width="0px",e.offsetWidth,e.style.width=n,e.style.overflowY=t,r()}function o(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}function r(){var t=e.style.height,n=o(e),r=document.documentElement&&document.documentElement.scrollTop;e.style.height="auto";var i=e.scrollHeight+l;return 0===e.scrollHeight?void(e.style.height=t):(e.style.height=i+"px",s=e.clientWidth,n.forEach(function(e){e.node.scrollTop=e.scrollTop}),void(r&&(document.documentElement.scrollTop=r)))}function a(){r();var t=window.getComputedStyle(e,null),o=Math.round(parseFloat(t.height)),i=Math.round(parseFloat(e.style.height));if(o!==i?"visible"!==t.overflowY&&n("visible"):"hidden"!==t.overflowY&&n("hidden"),u!==o){u=o;var a=d("autosize:resized");e.dispatchEvent(a)}}if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!i.has(e)){var l=null,s=e.clientWidth,u=null,c=function(){e.clientWidth!==s&&a()},p=function(t){window.removeEventListener("resize",c,!1),e.removeEventListener("input",a,!1),e.removeEventListener("keyup",a,!1),e.removeEventListener("autosize:destroy",p,!1),e.removeEventListener("autosize:update",a,!1),i["delete"](e),Object.keys(t).forEach(function(n){e.style[n]=t[n]})}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",p,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",a,!1),window.addEventListener("resize",c,!1),e.addEventListener("input",a,!1),e.addEventListener("autosize:update",a,!1),i.add(e),e.style.overflowX="hidden",e.style.wordWrap="break-word",t()}}function o(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName){var t=d("autosize:destroy");e.dispatchEvent(t)}}function r(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName){var t=d("autosize:update");e.dispatchEvent(t)}}var i="function"==typeof Set?new Set:function(){var e=[];return{has:function(t){return Boolean(e.indexOf(t)>-1)},add:function(t){e.push(t)},"delete":function(t){e.splice(e.indexOf(t),1)}}}(),d=function(e){return new Event(e)};try{new Event("test")}catch(a){d=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}var l=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?(l=function(e){return e},l.destroy=function(e){return e},l.update=function(e){return e}):(l=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],function(e){return n(e,t)}),e},l.destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],o),e},l.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],r),e}),t.exports=l}); -------------------------------------------------------------------------------- /notika/green-horizotal/js/charts/area-chart.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | /*----------------------------------------*/ 5 | /* 1. Area Chart 6 | /*----------------------------------------*/ 7 | var ctx = document.getElementById("areachartfalse"); 8 | var areachartfalse = new Chart(ctx, { 9 | type: 'line', 10 | data: { 11 | labels: ["January", "February", "March", "April"], 12 | datasets: [{ 13 | label: "My First dataset", 14 | fill: false, 15 | backgroundColor: '#00c292', 16 | borderColor: '#00c292', 17 | data: [0, -20, 20, -20, 20, -20, 20] 18 | }] 19 | }, 20 | options: { 21 | responsive: true, 22 | maintainAspectRatio: false, 23 | spanGaps: false, 24 | title:{ 25 | display:true, 26 | text:'Area Chart Fill False' 27 | }, 28 | elements: { 29 | line: { 30 | tension: 0.000001 31 | } 32 | }, 33 | plugins: { 34 | filler: { 35 | propagate: false 36 | } 37 | }, 38 | scales: { 39 | xAxes: [{ 40 | ticks: { 41 | autoSkip: false, 42 | maxRotation: 0 43 | } 44 | }] 45 | } 46 | } 47 | }); 48 | 49 | /*----------------------------------------*/ 50 | /* 2. Area Chart origin 51 | /*----------------------------------------*/ 52 | var ctx = document.getElementById("areachartorigin"); 53 | var areachartorigin = new Chart(ctx, { 54 | type: 'line', 55 | data: { 56 | labels: ["January", "February", "March", "April"], 57 | datasets: [{ 58 | label: "My First dataset", 59 | fill: 'origin', 60 | backgroundColor: '#00c292', 61 | borderColor: '#00c292', 62 | data: [0, -20, 20, -20] 63 | }] 64 | }, 65 | options: { 66 | responsive: true, 67 | maintainAspectRatio: false, 68 | spanGaps: false, 69 | title:{ 70 | display:true, 71 | text:'Area Chart Fill origin' 72 | }, 73 | elements: { 74 | line: { 75 | tension: 0.000001 76 | } 77 | }, 78 | plugins: { 79 | filler: { 80 | propagate: false 81 | } 82 | }, 83 | scales: { 84 | xAxes: [{ 85 | ticks: { 86 | autoSkip: false, 87 | maxRotation: 0 88 | } 89 | }] 90 | } 91 | } 92 | }); 93 | /*----------------------------------------*/ 94 | /* 3. Area Chart start 95 | /*----------------------------------------*/ 96 | var ctx = document.getElementById("areachartfillstart"); 97 | var areachartfillstart = new Chart(ctx, { 98 | type: 'line', 99 | data: { 100 | labels: ["January", "February", "March", "April"], 101 | datasets: [{ 102 | label: "My First dataset", 103 | fill: 'start', 104 | backgroundColor: '#00c292', 105 | borderColor: '#00c292', 106 | data: [0, 10, 20, 30] 107 | }] 108 | }, 109 | options: { 110 | responsive: true, 111 | maintainAspectRatio: false, 112 | spanGaps: false, 113 | title:{ 114 | display:true, 115 | text:'Area Chart Fill start' 116 | }, 117 | elements: { 118 | line: { 119 | tension: 0.000001 120 | } 121 | }, 122 | plugins: { 123 | filler: { 124 | propagate: false 125 | } 126 | }, 127 | scales: { 128 | xAxes: [{ 129 | ticks: { 130 | autoSkip: false, 131 | maxRotation: 0 132 | } 133 | }] 134 | } 135 | } 136 | }); 137 | 138 | 139 | /*----------------------------------------*/ 140 | /* 4. Area Chart end 141 | /*----------------------------------------*/ 142 | var ctx = document.getElementById("areachartend"); 143 | var areachartend = new Chart(ctx, { 144 | type: 'line', 145 | data: { 146 | labels: ["January", "February", "March", "April"], 147 | datasets: [{ 148 | label: "My First dataset", 149 | fill: 'end', 150 | backgroundColor: '#00c292', 151 | borderColor: '#00c292', 152 | data: [100, 90, 70, 60] 153 | }] 154 | }, 155 | options: { 156 | responsive: true, 157 | maintainAspectRatio: false, 158 | spanGaps: false, 159 | title:{ 160 | display:true, 161 | text:'Area Chart Fill end' 162 | }, 163 | elements: { 164 | line: { 165 | tension: 0.000001 166 | } 167 | }, 168 | plugins: { 169 | filler: { 170 | propagate: false 171 | } 172 | }, 173 | scales: { 174 | xAxes: [{ 175 | ticks: { 176 | autoSkip: false, 177 | maxRotation: 0 178 | } 179 | }] 180 | } 181 | } 182 | }); 183 | 184 | 185 | 186 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/charts/bar-chart.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | /*----------------------------------------*/ 4 | /* 1. Bar Chart 5 | /*----------------------------------------*/ 6 | 7 | var ctx = document.getElementById("barchart1"); 8 | var barchart1 = new Chart(ctx, { 9 | type: 'bar', 10 | data: { 11 | labels: ["Red", "Blue", "Yellow", "Green"], 12 | datasets: [{ 13 | label: 'Bar Chart', 14 | data: [12, 19, 3, 5, 2, 3], 15 | backgroundColor: [ 16 | 'rgba(255, 99, 132, 0.2)', 17 | 'rgb(50,205,50, 0.2)', 18 | 'rgba(255, 206, 86, 0.2)', 19 | 'rgba(75, 192, 192, 0.2)' 20 | ], 21 | borderColor: [ 22 | 'rgba(255,99,132,1)', 23 | 'rgba(54, 162, 235, 1)', 24 | 'rgba(255, 206, 86, 1)', 25 | 'rgba(75, 192, 192, 1)' 26 | ], 27 | borderWidth: 1 28 | }] 29 | }, 30 | options: { 31 | scales: { 32 | yAxes: [{ 33 | ticks: { 34 | beginAtZero:true 35 | } 36 | }] 37 | } 38 | } 39 | }); 40 | /*----------------------------------------*/ 41 | /* 2. Bar Chart vertical 42 | /*----------------------------------------*/ 43 | var ctx = document.getElementById("barchart2"); 44 | var barchart2 = new Chart(ctx, { 45 | type: 'bar', 46 | data: { 47 | labels: ["January", "February"], 48 | datasets: [{ 49 | label: 'Dataset 1', 50 | data: [150, 170], 51 | borderWidth: 1, 52 | backgroundColor: [ 53 | 'rgba(255, 99, 132, 0.2)', 54 | 'rgb(50,205,50, 0.2)' 55 | ], 56 | borderColor: [ 57 | 'rgba(255,99,132,1)', 58 | 'rgba(54, 162, 235, 1)' 59 | ], 60 | }, { 61 | label: 'Dataset 2', 62 | data: [-188, -177], 63 | backgroundColor: [ 64 | 'rgba(255, 99, 132, 0.2)', 65 | 'rgb(50,205,50, 0.2)' 66 | ], 67 | borderColor: [ 68 | 'rgba(255,99,132,1)', 69 | 'rgba(54, 162, 235, 1)' 70 | ], 71 | borderWidth: 1 72 | }] 73 | }, 74 | options: { 75 | responsive: true, 76 | legend: { 77 | position: 'top', 78 | }, 79 | title: { 80 | display: true, 81 | text: 'Bar Chart Vertical' 82 | } 83 | } 84 | }); 85 | /*----------------------------------------*/ 86 | /* 3. Bar Chart Horizontal 87 | /*----------------------------------------*/ 88 | var ctx = document.getElementById("barchart3"); 89 | var barchart3 = new Chart(ctx, { 90 | type: 'horizontalBar', 91 | data: { 92 | labels: ["May", "June"], 93 | datasets: [{ 94 | label: 'Dataset 1', 95 | data: [3, 9], 96 | borderWidth: 1, 97 | backgroundColor: [ 98 | 'rgba(255, 99, 132, 0.2)', 99 | 'rgb(50,205,50, 0.2)' 100 | ], 101 | borderColor: [ 102 | 'rgba(255,99,132,1)', 103 | 'rgba(54, 162, 235, 1)' 104 | ], 105 | }, { 106 | label: 'Dataset 2', 107 | data: [-9, -15], 108 | backgroundColor: [ 109 | 'rgba(255, 99, 132, 0.2)', 110 | 'rgb(50,205,50, 0.2)' 111 | ], 112 | borderColor: [ 113 | 'rgba(255,99,132,1)', 114 | 'rgba(54, 162, 235, 1)' 115 | ], 116 | borderWidth: 1 117 | }] 118 | }, 119 | options: { 120 | responsive: true, 121 | legend: { 122 | position: 'top', 123 | }, 124 | title: { 125 | display: true, 126 | text: 'Bar Chart horizontal' 127 | } 128 | } 129 | }); 130 | 131 | /*----------------------------------------*/ 132 | /* 4. Bar Chart Multi axis 133 | /*----------------------------------------*/ 134 | var ctx = document.getElementById("barchart4"); 135 | var barchart4 = new Chart(ctx, { 136 | type: 'bar', 137 | data: { 138 | labels: ["March", "April"], 139 | datasets: [{ 140 | label: 'Dataset 1', 141 | data: [12, 19, 3, 5, 2, 3, 9], 142 | borderWidth: 1, 143 | yAxisID: "y-axis-1", 144 | backgroundColor: [ 145 | 'rgba(255, 99, 132, 0.2)', 146 | 'rgb(50,205,50, 0.2)', 147 | 'rgba(255, 206, 86, 0.2)', 148 | 'rgba(75, 192, 192, 0.2)', 149 | 'rgba(153, 102, 255, 0.2)', 150 | 'rgba(255, 159, 64, 0.2)' 151 | ], 152 | borderColor: [ 153 | 'rgba(255,99,132,1)', 154 | 'rgba(54, 162, 235, 1)', 155 | 'rgba(255, 206, 86, 1)', 156 | 'rgba(75, 192, 192, 1)', 157 | 'rgba(153, 102, 255, 1)', 158 | 'rgba(255, 159, 64, 1)' 159 | ], 160 | }, { 161 | label: 'Dataset 2', 162 | data: [-3, -6, -5, -9, -15, -20], 163 | borderWidth: 1, 164 | yAxisID: "y-axis-2", 165 | backgroundColor: [ 166 | 'rgba(255, 99, 132, 0.2)', 167 | 'rgb(50,205,50, 0.2)', 168 | 'rgba(255, 206, 86, 0.2)', 169 | 'rgba(75, 192, 192, 0.2)', 170 | 'rgba(153, 102, 255, 0.2)', 171 | 'rgba(255, 159, 64, 0.2)' 172 | ], 173 | borderColor: [ 174 | 'rgba(255,99,132,1)', 175 | 'rgba(54, 162, 235, 1)', 176 | 'rgba(255, 206, 86, 1)', 177 | 'rgba(75, 192, 192, 1)', 178 | 'rgba(153, 102, 255, 1)', 179 | 'rgba(255, 159, 64, 1)' 180 | ], 181 | 182 | }] 183 | }, 184 | options: { 185 | responsive: true, 186 | title:{ 187 | display:true, 188 | text:"Bar Chart Multi Axis" 189 | }, 190 | tooltips: { 191 | mode: 'index', 192 | intersect: true 193 | }, 194 | scales: { 195 | yAxes: [{ 196 | type: "linear", 197 | display: true, 198 | position: "left", 199 | id: "y-axis-1", 200 | }, { 201 | type: "linear", 202 | display: true, 203 | position: "right", 204 | id: "y-axis-2", 205 | gridLines: { 206 | drawOnChartArea: false 207 | } 208 | }], 209 | } 210 | } 211 | }); 212 | 213 | 214 | 215 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/charts/line-chart.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | /*----------------------------------------*/ 5 | /* 1. Basic Line Chart 6 | /*----------------------------------------*/ 7 | var ctx = document.getElementById("basiclinechart"); 8 | var basiclinechart = new Chart(ctx, { 9 | type: 'line', 10 | data: { 11 | labels: ["January", "February", "March"], 12 | datasets: [{ 13 | label: "My First dataset", 14 | fill: false, 15 | backgroundColor: '#00c292', 16 | borderColor: '#00c292', 17 | data: [9, 12, 19] 18 | }, { 19 | label: "My Second dataset", 20 | fill: false, 21 | backgroundColor: '#fb9678', 22 | borderColor: '#fb9678', 23 | data: [-12, -3, -4] 24 | 25 | }] 26 | }, 27 | options: { 28 | responsive: true, 29 | title:{ 30 | display:true, 31 | text:'Basic Line Chart' 32 | }, 33 | tooltips: { 34 | mode: 'index', 35 | intersect: false, 36 | }, 37 | hover: { 38 | mode: 'nearest', 39 | intersect: true 40 | }, 41 | scales: { 42 | xAxes: [{ 43 | display: true, 44 | scaleLabel: { 45 | display: true, 46 | labelString: 'Month' 47 | } 48 | }], 49 | yAxes: [{ 50 | display: true, 51 | scaleLabel: { 52 | display: true, 53 | labelString: 'Value' 54 | } 55 | }] 56 | } 57 | } 58 | }); 59 | 60 | /*----------------------------------------*/ 61 | /* 2. Line Chart Interpolation 62 | /*----------------------------------------*/ 63 | 64 | var ctx = document.getElementById("linechartinterpolation"); 65 | var linechartinterpolation = new Chart(ctx, { 66 | type: 'line', 67 | data: { 68 | labels: ["0", "1", "2"], 69 | datasets: [{ 70 | label: "Cubic interpolation", 71 | fill: false, 72 | backgroundColor: '#00c292', 73 | borderColor: '#00c292', 74 | data: [0, 15, 17, 200, 0, 12, -200, 5, 200, 8, 200, 12, 200], 75 | cubicInterpolationMode: 'monotone' 76 | }, { 77 | label: "Cubic interpolation", 78 | fill: false, 79 | backgroundColor: '#fb9678', 80 | borderColor: '#fb9678', 81 | data: [-100, 200, 12, -200, 12, 200, 8, -200, 9, 200, -200, -12, -200] 82 | 83 | }] 84 | }, 85 | options: { 86 | responsive: true, 87 | title:{ 88 | display:true, 89 | text:'Line Chart interpolation' 90 | }, 91 | tooltips: { 92 | mode: 'index' 93 | }, 94 | scales: { 95 | xAxes: [{ 96 | display: true, 97 | scaleLabel: { 98 | display: true 99 | } 100 | }], 101 | yAxes: [{ 102 | display: true, 103 | scaleLabel: { 104 | display: true, 105 | labelString: 'Value' 106 | }, 107 | ticks: { 108 | suggestedMin: -10, 109 | suggestedMax: 200, 110 | } 111 | }] 112 | } 113 | } 114 | }); 115 | 116 | 117 | /*----------------------------------------*/ 118 | /* 3. Line Chart styles 119 | /*----------------------------------------*/ 120 | 121 | var ctx = document.getElementById("linechartstyles"); 122 | var linechartstyles = new Chart(ctx, { 123 | type: 'line', 124 | data: { 125 | labels: ["January", "February", "March"], 126 | datasets: [{ 127 | label: "Unfilled", 128 | fill: false, 129 | backgroundColor: '#01c0c8', 130 | borderColor: '#01c0c8', 131 | data: [0, 15, 17, 200, 0, 12] 132 | }, { 133 | label: "Dashed", 134 | fill: false, 135 | backgroundColor: '#fb9678', 136 | borderColor: '#fb9678', 137 | borderDash: [5, 5], 138 | data: [-100, 200, 12, -200, 12] 139 | 140 | }] 141 | }, 142 | options: { 143 | responsive: true, 144 | title:{ 145 | display:true, 146 | text:'Line Chart Style' 147 | }, 148 | tooltips: { 149 | mode: 'index', 150 | intersect: false, 151 | }, 152 | hover: { 153 | mode: 'nearest', 154 | intersect: true 155 | }, 156 | scales: { 157 | xAxes: [{ 158 | display: true, 159 | scaleLabel: { 160 | display: true, 161 | labelString: 'Month' 162 | } 163 | }], 164 | yAxes: [{ 165 | display: true, 166 | scaleLabel: { 167 | display: true, 168 | labelString: 'Value' 169 | } 170 | }] 171 | } 172 | } 173 | }); 174 | /*----------------------------------------*/ 175 | /* 4. Line Chart point circle 176 | /*----------------------------------------*/ 177 | 178 | var ctx = document.getElementById("linechartpointcircle"); 179 | var linechartpointcircle = new Chart(ctx, { 180 | type: 'line', 181 | data: { 182 | labels: ["May", "June", "July"], 183 | datasets: [{ 184 | label: "My First dataset", 185 | backgroundColor: '#00c292', 186 | borderColor: '#00c292', 187 | data: [0, 10, 20, 30, 40, 50, 60], 188 | fill: false, 189 | pointRadius: 4, 190 | pointHoverRadius: 10, 191 | showLine: false 192 | }] 193 | }, 194 | options: { 195 | responsive: true, 196 | title:{ 197 | display:true, 198 | text:'Line Chart Point Circle' 199 | }, 200 | legend: { 201 | display: false 202 | }, 203 | elements: { 204 | point: { 205 | pointStyle: 'circle', 206 | } 207 | } 208 | } 209 | }); 210 | 211 | 212 | 213 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/chat/jquery.chat.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Theme: Notika Template 3 | * Author: Kalam 4 | * Chat application 5 | */ 6 | 7 | !function($) { 8 | "use strict"; 9 | 10 | var ChatApp = function() { 11 | this.$body = $("body"), 12 | this.$chatInput = $('.chat-input'), 13 | this.$chatList = $('.conversation-list'), 14 | this.$chatSendBtn = $('.chat-send .btn') 15 | }; 16 | 17 | //saves chat entry - You should send ajax call to server in order to save chat enrty 18 | ChatApp.prototype.save = function() { 19 | var chatText = this.$chatInput.val(); 20 | var chatTime = moment().format("h:mm"); 21 | if (chatText == "") { 22 | sweetAlert("Oops...", "You forgot to enter your chat message", "error"); 23 | this.$chatInput.focus(); 24 | } else { 25 | $('
  • male' + chatTime + '
    John Deo

    ' + chatText + '

  • ').appendTo('ul.conversation-list'); 26 | this.$chatInput.val(''); 27 | this.$chatInput.focus(); 28 | this.$chatList.scrollTo('100%', '100%', { 29 | easing: 'swing' 30 | }); 31 | } 32 | }, 33 | ChatApp.prototype.init = function () { 34 | var $this = this; 35 | //binding keypress event on chat input box - on enter we are adding the chat into chat list - 36 | $this.$chatInput.keypress(function (ev) { 37 | var p = ev.which; 38 | if (p == 13) { 39 | $this.save(); 40 | return false; 41 | } 42 | }); 43 | 44 | 45 | //binding send button click 46 | $this.$chatSendBtn.click(function (ev) { 47 | $this.save(); 48 | return false; 49 | }); 50 | }, 51 | //init ChatApp 52 | $.ChatApp = new ChatApp, $.ChatApp.Constructor = ChatApp 53 | 54 | }(window.jQuery), 55 | 56 | //initializing main application module 57 | function($) { 58 | "use strict"; 59 | $.ChatApp.init(); 60 | }(window.jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/code-editor/code-editor-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | var editor_one = CodeMirror.fromTextArea(document.getElementById("code1"), { 4 | lineNumbers: true, 5 | matchBrackets: true, 6 | styleActiveLine: true, 7 | theme:"ambiance" 8 | }); 9 | 10 | var editor_two = CodeMirror.fromTextArea(document.getElementById("code2"), { 11 | lineNumbers: true, 12 | matchBrackets: true, 13 | styleActiveLine: true 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/color-picker/color-picker.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | $(".color-picker")[0] && $(".color-picker").each(function() { 5 | var colorOutput = $(this).closest(".nk-container").find(".nk-value"); 6 | $(this).farbtastic(colorOutput) 7 | }); 8 | 9 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/color-picker/farbtastic.min.js: -------------------------------------------------------------------------------- 1 | jQuery.fn.farbtastic=function(e){$.farbtastic(this,e);return this};jQuery.farbtastic=function(e,t){var e=$(e).get(0);return e.farbtastic||(e.farbtastic=new jQuery._farbtastic(e,t))};jQuery._farbtastic=function(e,t){var n=this;$(e).html('
    ');var r=$(".farbtastic",e);n.wheel=$(".wheel",e).get(0);n.radius=84;n.square=100;n.width=194;if(navigator.appVersion.match(/MSIE [0-6]\./)){$("*",r).each(function(){if(this.currentStyle.backgroundImage!="none"){var e=this.currentStyle.backgroundImage;e=this.currentStyle.backgroundImage.substring(5,e.length-2);$(this).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+e+"')"})}})}n.linkTo=function(e){if(typeof n.callback=="object"){$(n.callback).unbind("keyup",n.updateValue)}n.color=null;if(typeof e=="function"){n.callback=e}else if(typeof e=="object"||typeof e=="string"){n.callback=$(e);n.callback.bind("keyup",n.updateValue);if(n.callback.get(0).value){n.setColor(n.callback.get(0).value)}}return this};n.updateValue=function(e){if(this.value&&this.value!=n.color){n.setColor(this.value)}};n.setColor=function(e){var t=n.unpack(e);if(n.color!=e&&t){n.color=e;n.rgb=t;n.hsl=n.RGBToHSL(n.rgb);n.updateDisplay()}return this};n.setHSL=function(e){n.hsl=e;n.rgb=n.HSLToRGB(e);n.color=n.pack(n.rgb);n.updateDisplay();return this};n.widgetCoords=function(e){var t,r;var i=e.target||e.srcElement;var s=n.wheel;if(typeof e.offsetX!="undefined"){var o={x:e.offsetX,y:e.offsetY};var u=i;while(u){u.mouseX=o.x;u.mouseY=o.y;o.x+=u.offsetLeft;o.y+=u.offsetTop;u=u.offsetParent}var u=s;var a={x:0,y:0};while(u){if(typeof u.mouseX!="undefined"){t=u.mouseX-a.x;r=u.mouseY-a.y;break}a.x+=u.offsetLeft;a.y+=u.offsetTop;u=u.offsetParent}u=i;while(u){u.mouseX=undefined;u.mouseY=undefined;u=u.offsetParent}}else{var o=n.absolutePosition(s);t=(e.pageX||0*(e.clientX+$("html").get(0).scrollLeft))-o.x;r=(e.pageY||0*(e.clientY+$("html").get(0).scrollTop))-o.y}return{x:t-n.width/2,y:r-n.width/2}};n.mousedown=function(e){if(!document.dragging){$(document).bind("mousemove",n.mousemove).bind("mouseup",n.mouseup);document.dragging=true}var t=n.widgetCoords(e);n.circleDrag=Math.max(Math.abs(t.x),Math.abs(t.y))*2>n.square;n.mousemove(e);return false};n.mousemove=function(e){var t=n.widgetCoords(e);if(n.circleDrag){var r=Math.atan2(t.x,-t.y)/6.28;if(r<0)r+=1;n.setHSL([r,n.hsl[1],n.hsl[2]])}else{var i=Math.max(0,Math.min(1,-(t.x/n.square)+.5));var s=Math.max(0,Math.min(1,-(t.y/n.square)+.5));n.setHSL([n.hsl[0],i,s])}return false};n.mouseup=function(){$(document).unbind("mousemove",n.mousemove);$(document).unbind("mouseup",n.mouseup);document.dragging=false};n.updateDisplay=function(){var e=n.hsl[0]*6.28;$(".h-marker",r).css({left:Math.round(Math.sin(e)*n.radius+n.width/2)+"px",top:Math.round(-Math.cos(e)*n.radius+n.width/2)+"px"});$(".sl-marker",r).css({left:Math.round(n.square*(.5-n.hsl[1])+n.width/2)+"px",top:Math.round(n.square*(.5-n.hsl[2])+n.width/2)+"px"});$(".color",r).css("backgroundColor",n.pack(n.HSLToRGB([n.hsl[0],1,.5])));if(typeof n.callback=="object"){$(n.callback).css({backgroundColor:n.color,color:n.hsl[2]>.5?"#000":"#fff"});$(n.callback).each(function(){if(this.value&&this.value!=n.color){this.value=n.color}})}else if(typeof n.callback=="function"){n.callback.call(n,n.color)}};n.absolutePosition=function(e){var t={x:e.offsetLeft,y:e.offsetTop};if(e.offsetParent){var r=n.absolutePosition(e.offsetParent);t.x+=r.x;t.y+=r.y}return t};n.pack=function(e){var t=Math.round(e[0]*255);var n=Math.round(e[1]*255);var r=Math.round(e[2]*255);return"#"+(t<16?"0":"")+t.toString(16)+(n<16?"0":"")+n.toString(16)+(r<16?"0":"")+r.toString(16)};n.unpack=function(e){if(e.length==7){return[parseInt("0x"+e.substring(1,3))/255,parseInt("0x"+e.substring(3,5))/255,parseInt("0x"+e.substring(5,7))/255]}else if(e.length==4){return[parseInt("0x"+e.substring(1,2))/15,parseInt("0x"+e.substring(2,3))/15,parseInt("0x"+e.substring(3,4))/15]}};n.HSLToRGB=function(e){var t,n,r,i,s;var o=e[0],u=e[1],a=e[2];n=a<=.5?a*(u+1):a+u-a*u;t=a*2-n;return[this.hueToRGB(t,n,o+.33333),this.hueToRGB(t,n,o),this.hueToRGB(t,n,o-.33333)]};n.hueToRGB=function(e,t,n){n=n<0?n+1:n>1?n-1:n;if(n*6<1)return e+(t-e)*n*6;if(n*2<1)return t;if(n*3<2)return e+(t-e)*(.66666-n)*6;return e};n.RGBToHSL=function(e){var t,n,r,i,s,o;var u=e[0],a=e[1],f=e[2];t=Math.min(u,Math.min(a,f));n=Math.max(u,Math.max(a,f));r=n-t;o=(t+n)/2;s=0;if(o>0&&o<1){s=r/(o<.5?2*o:2-2*o)}i=0;if(r>0){if(n==u&&n!=a)i+=(a-f)/r;if(n==a&&n!=f)i+=2+(f-u)/r;if(n==f&&n!=u)i+=4+(u-a)/r;i/=6}return[i,s,o]};$("*",r).mousedown(n.mousedown);n.setColor("#000000");if(t){n.linkTo(t)}} -------------------------------------------------------------------------------- /notika/green-horizotal/js/counterup/counterup-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | /*---------------------------- 4 | counterUp js active 5 | ------------------------------ */ 6 | $('.counter').counterUp({ 7 | delay: 10, 8 | time: 1000 9 | }); 10 | 11 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/counterup/jquery.counterup.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * jquery.counterup.js 1.0 3 | * 4 | * Copyright 2013, Benjamin Intal http://gambit.ph @bfintal 5 | * Released under the GPL v2 License 6 | * 7 | * Date: Nov 26, 2013 8 | */(function(e){"use strict";e.fn.counterUp=function(t){var n=e.extend({time:400,delay:10},t);return this.each(function(){var t=e(this),r=n,i=function(){var e=[],n=r.time/r.delay,i=t.text(),s=/[0-9]+,[0-9]+/.test(i);i=i.replace(/,/g,"");var o=/^[0-9]+$/.test(i),u=/^[0-9]+\.[0-9]+$/.test(i),a=u?(i.split(".")[1]||[]).length:0;for(var f=n;f>=1;f--){var l=parseInt(i/n*f);u&&(l=parseFloat(i/n*f).toFixed(a));if(s)while(/(\d+)(\d{3})/.test(l.toString()))l=l.toString().replace(/(\d+)(\d{3})/,"$1,$2");e.unshift(l)}t.data("counterup-nums",e);t.text("0");var c=function(){t.text(t.data("counterup-nums").shift());if(t.data("counterup-nums").length)setTimeout(t.data("counterup-func"),r.delay);else{delete t.data("counterup-nums");t.data("counterup-nums",null);t.data("counterup-func",null)}};t.data("counterup-func",c);setTimeout(t.data("counterup-func"),r.delay)};t.waypoint(i,{offset:"100%",triggerOnce:!0})})}})(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/cropper/cropper-actice.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | 5 | var $image = $(".image-crop > img") 6 | $($image).cropper({ 7 | aspectRatio: 1.618, 8 | preview: ".img-preview", 9 | done: function(data) { 10 | // Output the result data for cropping image. 11 | } 12 | }); 13 | 14 | var $inputImage = $("#inputImage"); 15 | if (window.FileReader) { 16 | $inputImage.change(function() { 17 | var fileReader = new FileReader(), 18 | files = this.files, 19 | file; 20 | 21 | if (!files.length) { 22 | return; 23 | } 24 | 25 | file = files[0]; 26 | 27 | if (/^image\/\w+$/.test(file.type)) { 28 | fileReader.readAsDataURL(file); 29 | fileReader.onload = function () { 30 | $inputImage.val(""); 31 | $image.cropper("reset", true).cropper("replace", this.result); 32 | }; 33 | } else { 34 | showMessage("Please choose an image file."); 35 | } 36 | }); 37 | } else { 38 | $inputImage.addClass("hide"); 39 | } 40 | 41 | $("#download").on('click', function() { 42 | window.open($image.cropper("getDataURL")); 43 | }); 44 | 45 | $("#zoomIn").on('click', function() { 46 | $image.cropper("zoom", 0.1); 47 | }); 48 | 49 | $("#zoomOut").on('click', function() { 50 | $image.cropper("zoom", -0.1); 51 | }); 52 | 53 | $("#rotateLeft").on('click', function() { 54 | $image.cropper("rotate", 45); 55 | }); 56 | 57 | $("#rotateRight").on('click', function() { 58 | $image.cropper("rotate", -45); 59 | }); 60 | 61 | $("#setDrag").on('click', function() { 62 | $image.cropper("setDragMode", "crop"); 63 | }); 64 | 65 | 66 | 67 | 68 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/data-map/data-maps-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | var basic = new Datamap({ 5 | element: document.getElementById("basic_map"), 6 | responsive: true, 7 | fills: { 8 | defaultFill: "#DBDAD6" 9 | }, 10 | geographyConfig: { 11 | highlightFillColor: '#00c292', 12 | highlightBorderWidth: 0, 13 | }, 14 | }); 15 | 16 | var selected_map = new Datamap({ 17 | element: document.getElementById("selected_map"), 18 | responsive: true, 19 | fills: { 20 | defaultFill: "#DBDAD6", 21 | active: "#00c292" 22 | }, 23 | geographyConfig: { 24 | highlightFillColor: '#00c292', 25 | highlightBorderWidth: 0, 26 | }, 27 | data: { 28 | USA: { fillKey: "active" }, 29 | RUS: { fillKey: "active" }, 30 | DEU: { fillKey: "active" }, 31 | BRA: { fillKey: "active" } 32 | } 33 | }); 34 | 35 | var usa_map = new Datamap({ 36 | element: document.getElementById("usa_map"), 37 | responsive: true, 38 | scope: 'usa', 39 | fills: { 40 | defaultFill: "#DBDAD6", 41 | active: "#00c292" 42 | }, 43 | geographyConfig: { 44 | highlightFillColor: '#00c292', 45 | highlightBorderWidth: 0 46 | }, 47 | data: { 48 | NE: { fillKey: "active" }, 49 | CA: { fillKey: "active" }, 50 | NY: { fillKey: "active" }, 51 | } 52 | }); 53 | 54 | var arc_map = new Datamap({ 55 | element: document.getElementById("arc_map"), 56 | responsive: true, 57 | fills: { 58 | defaultFill: "#F2F2F0", 59 | active: "#00c292", 60 | usa: "#00c292" 61 | }, 62 | geographyConfig: { 63 | highlightFillColor: '#00c292', 64 | highlightBorderWidth: 0 65 | }, 66 | data: { 67 | USA: {fillKey: "usa"}, 68 | RUS: {fillKey: "active"}, 69 | DEU: {fillKey: "active"}, 70 | POL: {fillKey: "active"}, 71 | JAP: {fillKey: "active"}, 72 | AUS: {fillKey: "active"}, 73 | BRA: {fillKey: "active"} 74 | } 75 | }); 76 | 77 | arc_map.arc( 78 | [ 79 | { origin: 'USA', destination: 'RUS'}, 80 | { origin: 'USA', destination: 'DEU'}, 81 | { origin: 'USA', destination: 'POL'}, 82 | { origin: 'USA', destination: 'JAP'}, 83 | { origin: 'USA', destination: 'AUS'}, 84 | { origin: 'USA', destination: 'BRA'} 85 | ], 86 | { strokeColor: '#00c292', strokeWidth: 1} 87 | ); 88 | 89 | 90 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/data-table/data-table-act.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | $(document).ready(function() { 5 | $('#data-table-basic').DataTable(); 6 | }); 7 | 8 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/datapicker/datepicker-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | $('#data_1 .input-group.date').datepicker({ 4 | todayBtn: "linked", 5 | keyboardNavigation: false, 6 | forceParse: false, 7 | calendarWeeks: true, 8 | autoclose: true 9 | }); 10 | 11 | $('#data_2 .input-group.date').datepicker({ 12 | startView: 1, 13 | todayBtn: "linked", 14 | keyboardNavigation: false, 15 | forceParse: false, 16 | autoclose: true, 17 | format: "dd/mm/yyyy" 18 | }); 19 | 20 | $('#data_3 .input-group.date').datepicker({ 21 | startView: 2, 22 | todayBtn: "linked", 23 | keyboardNavigation: false, 24 | forceParse: false, 25 | autoclose: true 26 | }); 27 | 28 | $('#data_4 .input-group.date').datepicker({ 29 | minViewMode: 1, 30 | keyboardNavigation: false, 31 | forceParse: false, 32 | forceParse: false, 33 | autoclose: true, 34 | todayHighlight: true 35 | }); 36 | 37 | $('#data_5 .input-daterange').datepicker({ 38 | keyboardNavigation: false, 39 | forceParse: false, 40 | autoclose: true 41 | }); 42 | 43 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/dialog/dialog-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | /*---------------------- 5 | Dialogs 6 | -----------------------*/ 7 | 8 | //Basic 9 | $('#sa-basic').on('click', function(){ 10 | swal("Here's a message!"); 11 | }); 12 | 13 | //A title with a text under 14 | $('#sa-title').on('click', function(){ 15 | swal("Here's a message!", "Lorem ipsum dolor cry sit amet, consectetur adipiscing elit. Sed lorem erat, tincidunt vitae ipsum et, Spensaduran pellentesque maximus eniman. Mauriseleifend ex semper, lobortis purus.") 16 | }); 17 | 18 | //Success Message 19 | $('#sa-success').on('click', function(){ 20 | swal("Good job!", "Lorem ipsum dolor cry sit amet, consectetur adipiscing elit. Sed lorem erat, tincidunt vitae ipsum et, Spensaduran pellentesque maximus eniman. Mauriseleifend ex semper, lobortis purus.", "success") 21 | }); 22 | 23 | //Warning Message 24 | $('#sa-warning').on('click', function(){ 25 | swal({ 26 | title: "Are you sure?", 27 | text: "You will not be able to recover this imaginary file!", 28 | type: "warning", 29 | showCancelButton: true, 30 | confirmButtonText: "Yes, delete it!", 31 | }).then(function(){ 32 | swal("Deleted!", "Your imaginary file has been deleted.", "success"); 33 | }); 34 | }); 35 | 36 | //Parameter 37 | $('#sa-params').on('click', function(){ 38 | swal({ 39 | title: "Are you sure?", 40 | text: "You will not be able to recover this imaginary file!", 41 | type: "warning", 42 | showCancelButton: true, 43 | confirmButtonText: "Yes, delete it!", 44 | cancelButtonText: "No, cancel plx!", 45 | }).then(function(isConfirm){ 46 | if (isConfirm) { 47 | swal("Deleted!", "Your imaginary file has been deleted.", "success"); 48 | } else { 49 | swal("Cancelled", "Your imaginary file is safe :)", "error"); 50 | } 51 | }); 52 | }); 53 | 54 | //Custom Image 55 | $('#sa-image').on('click', function(){ 56 | swal({ 57 | title: "Sweet!", 58 | text: "Here's a custom image.", 59 | imageUrl: "img/dialog/like.png" 60 | }); 61 | }); 62 | 63 | //Auto Close Timer 64 | $('#sa-close').on('click', function(){ 65 | swal({ 66 | title: "Auto close alert!", 67 | text: "I will close in 2 seconds.", 68 | timer: 2000 69 | }); 70 | }); 71 | 72 | 73 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/easytopie/jquery.easypiechart.min.js: -------------------------------------------------------------------------------- 1 | /**! 2 | * easyPieChart 3 | * Lightweight plugin to render simple, animated and retina optimized pie charts 4 | * 5 | * @license 6 | * @author Robert Fleischmann (http://robert-fleischmann.de) 7 | * @version 2.1.6 8 | **/ 9 | !function(a,b){"object"==typeof exports?module.exports=b(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],b):b(a.jQuery)}(this,function(a){var b=function(a,b){var c,d=document.createElement("canvas");a.appendChild(d),"undefined"!=typeof G_vmlCanvasManager&&G_vmlCanvasManager.initElement(d);var e=d.getContext("2d");d.width=d.height=b.size;var f=1;window.devicePixelRatio>1&&(f=window.devicePixelRatio,d.style.width=d.style.height=[b.size,"px"].join(""),d.width=d.height=b.size*f,e.scale(f,f)),e.translate(b.size/2,b.size/2),e.rotate((-0.5+b.rotate/180)*Math.PI);var g=(b.size-b.lineWidth)/2;b.scaleColor&&b.scaleLength&&(g-=b.scaleLength+2),Date.now=Date.now||function(){return+new Date};var h=function(a,b,c){c=Math.min(Math.max(-1,c||0),1);var d=0>=c?!0:!1;e.beginPath(),e.arc(0,0,g,0,2*Math.PI*c,d),e.strokeStyle=a,e.lineWidth=b,e.stroke()},i=function(){var a,c;e.lineWidth=1,e.fillStyle=b.scaleColor,e.save();for(var d=24;d>0;--d)d%6===0?(c=b.scaleLength,a=0):(c=.6*b.scaleLength,a=b.scaleLength-c),e.fillRect(-b.size/2+a,0,c,1),e.rotate(Math.PI/12);e.restore()},j=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(a){window.setTimeout(a,1e3/60)}}(),k=function(){b.scaleColor&&i(),b.trackColor&&h(b.trackColor,b.trackWidth||b.lineWidth,1)};this.getCanvas=function(){return d},this.getCtx=function(){return e},this.clear=function(){e.clearRect(b.size/-2,b.size/-2,b.size,b.size)},this.draw=function(a){b.scaleColor||b.trackColor?e.getImageData&&e.putImageData?c?e.putImageData(c,0,0):(k(),c=e.getImageData(0,0,b.size*f,b.size*f)):(this.clear(),k()):this.clear(),e.lineCap=b.lineCap;var d;d="function"==typeof b.barColor?b.barColor(a):b.barColor,h(d,b.lineWidth,a/100)}.bind(this),this.animate=function(a,c){var d=Date.now();b.onStart(a,c);var e=function(){var f=Math.min(Date.now()-d,b.animate.duration),g=b.easing(this,f,a,c-a,b.animate.duration);this.draw(g),b.onStep(a,c,g),f>=b.animate.duration?b.onStop(a,c):j(e)}.bind(this);j(e)}.bind(this)},c=function(a,c){var d={barColor:"#ef1e25",trackColor:"#f9f9f9",scaleColor:"#dfe0e0",scaleLength:5,lineCap:"round",lineWidth:3,trackWidth:void 0,size:110,rotate:0,animate:{duration:1e3,enabled:!0},easing:function(a,b,c,d,e){return b/=e/2,1>b?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},onStart:function(){},onStep:function(){},onStop:function(){}};if("undefined"!=typeof b)d.renderer=b;else{if("undefined"==typeof SVGRenderer)throw new Error("Please load either the SVG- or the CanvasRenderer");d.renderer=SVGRenderer}var e={},f=0,g=function(){this.el=a,this.options=e;for(var b in d)d.hasOwnProperty(b)&&(e[b]=c&&"undefined"!=typeof c[b]?c[b]:d[b],"function"==typeof e[b]&&(e[b]=e[b].bind(this)));e.easing="string"==typeof e.easing&&"undefined"!=typeof jQuery&&jQuery.isFunction(jQuery.easing[e.easing])?jQuery.easing[e.easing]:d.easing,"number"==typeof e.animate&&(e.animate={duration:e.animate,enabled:!0}),"boolean"!=typeof e.animate||e.animate||(e.animate={duration:1e3,enabled:e.animate}),this.renderer=new e.renderer(a,e),this.renderer.draw(f),a.dataset&&a.dataset.percent?this.update(parseFloat(a.dataset.percent)):a.getAttribute&&a.getAttribute("data-percent")&&this.update(parseFloat(a.getAttribute("data-percent")))}.bind(this);this.update=function(a){return a=parseFloat(a),e.animate.enabled?this.renderer.animate(f,a):this.renderer.draw(a),f=a,this}.bind(this),this.disableAnimation=function(){return e.animate.enabled=!1,this},this.enableAnimation=function(){return e.animate.enabled=!0,this},g()};a.fn.easyPieChart=function(b){return this.each(function(){var d;a.data(this,"easyPieChart")||(d=a.extend({},b,a(this).data()),a.data(this,"easyPieChart",new c(this,d)))})}}); -------------------------------------------------------------------------------- /notika/green-horizotal/js/easytopie/salvattore.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Salvattore 1.0.9 by @rnmp and @ppold 3 | * https://github.com/rnmp/salvattore 4 | */ 5 | !function(e,t){"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?module.exports=t():e.salvattore=t()}(this,function(){/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license */ 6 | window.matchMedia||(window.matchMedia=function(){"use strict";var e=window.styleMedia||window.media;if(!e){var t=document.createElement("style"),n=document.getElementsByTagName("script")[0],r=null;t.type="text/css",t.id="matchmediajs-test",n.parentNode.insertBefore(t,n),r="getComputedStyle"in window&&window.getComputedStyle(t,null)||t.currentStyle,e={matchMedium:function(e){var n="@media "+e+"{ #matchmediajs-test { width: 1px; } }";return t.styleSheet?t.styleSheet.cssText=n:t.textContent=n,"1px"===r.width}}}return function(t){return{matches:e.matchMedium(t||"all"),media:t||"all"}}}()),/*! matchMedia() polyfill addListener/removeListener extension. Author & copyright (c) 2012: Scott Jehl. Dual MIT/BSD license */ 7 | function(){"use strict";if(window.matchMedia&&window.matchMedia("all").addListener)return!1;var e=window.matchMedia,t=e("only all").matches,n=!1,r=0,a=[],i=function(t){clearTimeout(r),r=setTimeout(function(){for(var t=0,n=a.length;n>t;t++){var r=a[t].mql,i=a[t].listeners||[],o=e(r.media).matches;if(o!==r.matches){r.matches=o;for(var c=0,l=i.length;l>c;c++)i[c].call(window,r)}}},30)};window.matchMedia=function(r){var o=e(r),c=[],l=0;return o.addListener=function(e){t&&(n||(n=!0,window.addEventListener("resize",i,!0)),0===l&&(l=a.push({mql:o,listeners:c})),c.push(e))},o.removeListener=function(e){for(var t=0,n=c.length;n>t;t++)c[t]===e&&c.splice(t,1)},o}}(),function(){"use strict";for(var e=0,t=["ms","moz","webkit","o"],n=0;n *:nth-child("+o+"n-"+d+")",s.push(n.querySelectorAll(a));s.forEach(function(e){var n=t.createElement("div"),r=t.createDocumentFragment();n.className=l.join(" "),Array.prototype.forEach.call(e,function(e){r.appendChild(e)}),n.appendChild(r),u.appendChild(n)}),e.appendChild(u),c(e,"columns",o)},r.removeColumns=function(n){var r=t.createRange();r.selectNodeContents(n);var a=Array.prototype.filter.call(r.extractContents().childNodes,function(t){return t instanceof e.HTMLElement}),i=a.length,o=a[0].childNodes.length,l=new Array(o*i);Array.prototype.forEach.call(a,function(e,t){Array.prototype.forEach.call(e.children,function(e,n){l[n*i+t]=e})});var s=t.createElement("div");return c(s,"columns",0),l.filter(function(e){return!!e}).forEach(function(e){s.appendChild(e)}),s},r.recreateColumns=function(t){e.requestAnimationFrame(function(){r.addColumns(t,r.removeColumns(t));var e=new CustomEvent("columnsChange");t.dispatchEvent(e)})},r.mediaQueryChange=function(e){e.matches&&Array.prototype.forEach.call(a,r.recreateColumns)},r.getCSSRules=function(e){var t;try{t=e.sheet.cssRules||e.sheet.rules}catch(n){return[]}return t||[]},r.getStylesheets=function(){var e=Array.prototype.slice.call(t.querySelectorAll("style"));return e.forEach(function(t,n){"text/css"!==t.type&&""!==t.type&&e.splice(n,1)}),Array.prototype.concat.call(e,Array.prototype.slice.call(t.querySelectorAll("link[rel='stylesheet']")))},r.mediaRuleHasColumnsSelector=function(e){var t,n;try{t=e.length}catch(r){t=0}for(;t--;)if(n=e[t],n.selectorText&&n.selectorText.match(/\[data-columns\](.*)::?before$/))return!0;return!1},r.scanMediaQueries=function(){var t=[];if(e.matchMedia){r.getStylesheets().forEach(function(e){Array.prototype.forEach.call(r.getCSSRules(e),function(e){try{e.media&&e.cssRules&&r.mediaRuleHasColumnsSelector(e.cssRules)&&t.push(e)}catch(n){}})});var n=i.filter(function(e){return-1===t.indexOf(e)});o.filter(function(e){return-1!==n.indexOf(e.rule)}).forEach(function(e){e.mql.removeListener(r.mediaQueryChange)}),o=o.filter(function(e){return-1===n.indexOf(e.rule)}),t.filter(function(e){return-1==i.indexOf(e)}).forEach(function(t){var n=e.matchMedia(t.media.mediaText);n.addListener(r.mediaQueryChange),o.push({rule:t,mql:n})}),i.length=0,i=t}},r.rescanMediaQueries=function(){r.scanMediaQueries(),Array.prototype.forEach.call(a,r.recreateColumns)},r.nextElementColumnIndex=function(e,t){var n,r,a,i=e.children,o=i.length,c=0,l=0;for(a=0;o>a;a++)n=i[a],r=n.children.length+(t[a].children||t[a].childNodes).length,0===c&&(c=r),c>r&&(l=a,c=r);return l},r.createFragmentsList=function(e){for(var n=new Array(e),r=0;r!==e;)n[r]=t.createDocumentFragment(),r++;return n},r.appendElements=function(e,t){var n=e.children,a=n.length,i=r.createFragmentsList(a);Array.prototype.forEach.call(t,function(t){var n=r.nextElementColumnIndex(e,i);i[n].appendChild(t)}),Array.prototype.forEach.call(n,function(e,t){e.appendChild(i[t])})},r.prependElements=function(e,n){var a=e.children,i=a.length,o=r.createFragmentsList(i),c=i-1;n.forEach(function(e){var t=o[c];t.insertBefore(e,t.firstChild),0===c?c=i-1:c--}),Array.prototype.forEach.call(a,function(e,t){e.insertBefore(o[t],e.firstChild)});for(var l=t.createDocumentFragment(),s=n.length%i;0!==s--;)l.appendChild(e.lastChild);e.insertBefore(l,e.firstChild)},r.registerGrid=function(n){if("none"!==e.getComputedStyle(n).display){var i=t.createRange();i.selectNodeContents(n);var o=t.createElement("div");o.appendChild(i.extractContents()),c(o,"columns",0),r.addColumns(n,o),a.push(n)}},r.init=function(){var e=t.createElement("style");e.innerHTML="[data-columns]::before{display:block;visibility:hidden;position:absolute;font-size:1px;}",t.head.appendChild(e);var n=t.querySelectorAll("[data-columns]");Array.prototype.forEach.call(n,r.registerGrid),r.scanMediaQueries()},r.init(),{appendElements:r.appendElements,prependElements:r.prependElements,registerGrid:r.registerGrid,recreateColumns:r.recreateColumns,rescanMediaQueries:r.rescanMediaQueries,init:r.init,append_elements:r.appendElements,prepend_elements:r.prependElements,register_grid:r.registerGrid,recreate_columns:r.recreateColumns,rescan_media_queries:r.rescanMediaQueries}}(window,window.document);return e}); -------------------------------------------------------------------------------- /notika/green-horizotal/js/flot/chart-tooltips.js: -------------------------------------------------------------------------------- 1 | 2 | $(document).ready(function() { 3 | 4 | // Tooltips for Flot Charts 5 | if ($('.flot-chart')[0]) { 6 | $('.flot-chart').bind('plothover', function (event, pos, item) { 7 | if (item) { 8 | var x = item.datapoint[0].toFixed(2), 9 | y = item.datapoint[1].toFixed(2); 10 | $('.flot-tooltip').html(item.series.label + ' of ' + x + ' = ' + y).css({top: item.pageY+5, left: item.pageX+5}).show(); 11 | } 12 | else { 13 | $('.flot-tooltip').hide(); 14 | } 15 | }); 16 | 17 | $('
    ').appendTo('body'); 18 | } 19 | }); 20 | -------------------------------------------------------------------------------- /notika/green-horizotal/js/flot/jquery.flot.orderBars.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Flot plugin to order bars side by side. 3 | * 4 | * Released under the MIT license by Benjamin BUFFET, 20-Sep-2010. 5 | * 6 | * This plugin is an alpha version. 7 | * 8 | * To activate the plugin you must specify the parameter "order" for the specific serie : 9 | * 10 | * $.plot($("#placeholder"), [{ data: [ ... ], bars :{ order = null or integer }]) 11 | * 12 | * If 2 series have the same order param, they are ordered by the position in the array; 13 | * 14 | * The plugin adjust the point by adding a value depanding of the barwidth 15 | * Exemple for 3 series (barwidth : 0.1) : 16 | * 17 | * first bar décalage : -0.15 18 | * second bar décalage : -0.05 19 | * third bar décalage : 0.05 20 | * 21 | */ 22 | 23 | (function($){ 24 | function init(plot){ 25 | var orderedBarSeries; 26 | var nbOfBarsToOrder; 27 | var borderWidth; 28 | var borderWidthInXabsWidth; 29 | var pixelInXWidthEquivalent = 1; 30 | var isHorizontal = false; 31 | 32 | /* 33 | * This method add shift to x values 34 | */ 35 | function reOrderBars(plot, serie, datapoints){ 36 | var shiftedPoints = null; 37 | 38 | if(serieNeedToBeReordered(serie)){ 39 | checkIfGraphIsHorizontal(serie); 40 | calculPixel2XWidthConvert(plot); 41 | retrieveBarSeries(plot); 42 | calculBorderAndBarWidth(serie); 43 | 44 | if(nbOfBarsToOrder >= 2){ 45 | var position = findPosition(serie); 46 | var decallage = 0; 47 | 48 | var centerBarShift = calculCenterBarShift(); 49 | 50 | if (isBarAtLeftOfCenter(position)){ 51 | decallage = -1*(sumWidth(orderedBarSeries,position-1,Math.floor(nbOfBarsToOrder / 2)-1)) - centerBarShift; 52 | }else{ 53 | decallage = sumWidth(orderedBarSeries,Math.ceil(nbOfBarsToOrder / 2),position-2) + centerBarShift + borderWidthInXabsWidth*2; 54 | } 55 | 56 | shiftedPoints = shiftPoints(datapoints,serie,decallage); 57 | datapoints.points = shiftedPoints; 58 | } 59 | } 60 | return shiftedPoints; 61 | } 62 | 63 | function serieNeedToBeReordered(serie){ 64 | return serie.bars != null 65 | && serie.bars.show 66 | && serie.bars.order != null; 67 | } 68 | 69 | function calculPixel2XWidthConvert(plot){ 70 | var gridDimSize = isHorizontal ? plot.getPlaceholder().innerHeight() : plot.getPlaceholder().innerWidth(); 71 | var minMaxValues = isHorizontal ? getAxeMinMaxValues(plot.getData(),1) : getAxeMinMaxValues(plot.getData(),0); 72 | var AxeSize = minMaxValues[1] - minMaxValues[0]; 73 | pixelInXWidthEquivalent = AxeSize / gridDimSize; 74 | } 75 | 76 | function getAxeMinMaxValues(series,AxeIdx){ 77 | var minMaxValues = new Array(); 78 | for(var i = 0; i < series.length; i++){ 79 | minMaxValues[0] = series[i].data[0][AxeIdx]; 80 | minMaxValues[1] = series[i].data[series[i].data.length - 1][AxeIdx]; 81 | } 82 | return minMaxValues; 83 | } 84 | 85 | function retrieveBarSeries(plot){ 86 | orderedBarSeries = findOthersBarsToReOrders(plot.getData()); 87 | nbOfBarsToOrder = orderedBarSeries.length; 88 | } 89 | 90 | function findOthersBarsToReOrders(series){ 91 | var retSeries = new Array(); 92 | 93 | for(var i = 0; i < series.length; i++){ 94 | if(series[i].bars.order != null && series[i].bars.show){ 95 | retSeries.push(series[i]); 96 | } 97 | } 98 | 99 | return retSeries.sort(sortByOrder); 100 | } 101 | 102 | function sortByOrder(serie1,serie2){ 103 | var x = serie1.bars.order; 104 | var y = serie2.bars.order; 105 | return ((x < y) ? -1 : ((x > y) ? 1 : 0)); 106 | } 107 | 108 | function calculBorderAndBarWidth(serie){ 109 | borderWidth = serie.bars.lineWidth ? serie.bars.lineWidth : 2; 110 | borderWidthInXabsWidth = borderWidth * pixelInXWidthEquivalent; 111 | } 112 | 113 | function checkIfGraphIsHorizontal(serie){ 114 | if(serie.bars.horizontal){ 115 | isHorizontal = true; 116 | } 117 | } 118 | 119 | function findPosition(serie){ 120 | var pos = 0 121 | for (var i = 0; i < orderedBarSeries.length; ++i) { 122 | if (serie == orderedBarSeries[i]){ 123 | pos = i; 124 | break; 125 | } 126 | } 127 | 128 | return pos+1; 129 | } 130 | 131 | function calculCenterBarShift(){ 132 | var width = 0; 133 | 134 | if(nbOfBarsToOrder%2 != 0) 135 | width = (orderedBarSeries[Math.ceil(nbOfBarsToOrder / 2)].bars.barWidth)/2; 136 | 137 | return width; 138 | } 139 | 140 | function isBarAtLeftOfCenter(position){ 141 | return position <= Math.ceil(nbOfBarsToOrder / 2); 142 | } 143 | 144 | function sumWidth(series,start,end){ 145 | var totalWidth = 0; 146 | 147 | for(var i = start; i <= end; i++){ 148 | totalWidth += series[i].bars.barWidth+borderWidthInXabsWidth*2; 149 | } 150 | 151 | return totalWidth; 152 | } 153 | 154 | function shiftPoints(datapoints,serie,dx){ 155 | var ps = datapoints.pointsize; 156 | var points = datapoints.points; 157 | var j = 0; 158 | for(var i = isHorizontal ? 1 : 0;i < points.length; i += ps){ 159 | points[i] += dx; 160 | //Adding the new x value in the serie to be abble to display the right tooltip value, 161 | //using the index 3 to not overide the third index. 162 | serie.data[j][3] = points[i]; 163 | j++; 164 | } 165 | 166 | return points; 167 | } 168 | 169 | plot.hooks.processDatapoints.push(reOrderBars); 170 | 171 | } 172 | 173 | var options = { 174 | series : { 175 | bars: {order: null} // or number/string 176 | } 177 | }; 178 | 179 | $.plot.plugins.push({ 180 | init: init, 181 | options: options, 182 | name: "orderBars", 183 | version: "0.2" 184 | }); 185 | 186 | })(jQuery); 187 | 188 | -------------------------------------------------------------------------------- /notika/green-horizotal/js/flot/jquery.flot.resize.js: -------------------------------------------------------------------------------- 1 | /* Flot plugin for automatically redrawing plots as the placeholder resizes. 2 | 3 | Copyright (c) 2007-2014 IOLA and Ole Laursen. 4 | Licensed under the MIT license. 5 | 6 | It works by listening for changes on the placeholder div (through the jQuery 7 | resize event plugin) - if the size changes, it will redraw the plot. 8 | 9 | There are no options. If you need to disable the plugin for some plots, you 10 | can just fix the size of their placeholders. 11 | 12 | */ 13 | 14 | /* Inline dependency: 15 | * jQuery resize event - v1.1 - 3/14/2010 16 | * http://benalman.com/projects/jquery-resize-plugin/ 17 | * 18 | * Copyright (c) 2010 "Cowboy" Ben Alman 19 | * Dual licensed under the MIT and GPL licenses. 20 | * http://benalman.com/about/license/ 21 | */ 22 | (function($,e,t){"$:nomunge";var i=[],n=$.resize=$.extend($.resize,{}),a,r=false,s="setTimeout",u="resize",m=u+"-special-event",o="pendingDelay",l="activeDelay",f="throttleWindow";n[o]=200;n[l]=20;n[f]=true;$.event.special[u]={setup:function(){if(!n[f]&&this[s]){return false}var e=$(this);i.push(this);e.data(m,{w:e.width(),h:e.height()});if(i.length===1){a=t;h()}},teardown:function(){if(!n[f]&&this[s]){return false}var e=$(this);for(var t=i.length-1;t>=0;t--){if(i[t]==this){i.splice(t,1);break}}e.removeData(m);if(!i.length){if(r){cancelAnimationFrame(a)}else{clearTimeout(a)}a=null}},add:function(e){if(!n[f]&&this[s]){return false}var i;function a(e,n,a){var r=$(this),s=r.data(m)||{};s.w=n!==t?n:r.width();s.h=a!==t?a:r.height();i.apply(this,arguments)}if($.isFunction(e)){i=e;return a}else{i=e.handler;e.handler=a}}};function h(t){if(r===true){r=t||1}for(var s=i.length-1;s>=0;s--){var l=$(i[s]);if(l[0]==e||l.is(":visible")){var f=l.width(),c=l.height(),d=l.data(m);if(d&&(f!==d.w||c!==d.h)){l.trigger(u,[d.w=f,d.h=c]);r=t||true}}else{d=l.data(m);d.w=0;d.h=0}}if(a!==null){if(r&&(t==null||t-r<1e3)){a=e.requestAnimationFrame(h)}else{a=setTimeout(h,n[o]);r=false}}}if(!e.requestAnimationFrame){e.requestAnimationFrame=function(){return e.webkitRequestAnimationFrame||e.mozRequestAnimationFrame||e.oRequestAnimationFrame||e.msRequestAnimationFrame||function(t,i){return e.setTimeout(function(){t((new Date).getTime())},n[l])}}()}if(!e.cancelAnimationFrame){e.cancelAnimationFrame=function(){return e.webkitCancelRequestAnimationFrame||e.mozCancelRequestAnimationFrame||e.oCancelRequestAnimationFrame||e.msCancelRequestAnimationFrame||clearTimeout}()}})(jQuery,this); 23 | 24 | (function ($) { 25 | var options = { }; // no options 26 | 27 | function init(plot) { 28 | function onResize() { 29 | var placeholder = plot.getPlaceholder(); 30 | 31 | // somebody might have hidden us and we can't plot 32 | // when we don't have the dimensions 33 | if (placeholder.width() == 0 || placeholder.height() == 0) 34 | return; 35 | 36 | plot.resize(); 37 | plot.setupGrid(); 38 | plot.draw(); 39 | } 40 | 41 | function bindEvents(plot, eventHolder) { 42 | plot.getPlaceholder().resize(onResize); 43 | } 44 | 45 | function shutdown(plot, eventHolder) { 46 | plot.getPlaceholder().unbind("resize", onResize); 47 | } 48 | 49 | plot.hooks.bindEvents.push(bindEvents); 50 | plot.hooks.shutdown.push(shutdown); 51 | } 52 | 53 | $.plot.plugins.push({ 54 | init: init, 55 | options: options, 56 | name: 'resize', 57 | version: '1.0' 58 | }); 59 | })(jQuery); 60 | -------------------------------------------------------------------------------- /notika/green-horizotal/js/google.maps/google.maps-active.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | function initMap() { 4 | 5 | var myLatlng = {lat: 23.777176, lng: 90.399452}; 6 | var map6 = new google.maps.Map(document.getElementById('map6'), { 7 | zoom: 4, 8 | center: myLatlng 9 | }); 10 | var marker = new google.maps.Marker({ 11 | position: myLatlng, 12 | map: map6, 13 | title: 'Click to zoom' 14 | }); 15 | 16 | var TILE_SIZE = 256; 17 | 18 | function createInfoWindowContent(latLng, zoom) { 19 | var scale = 1 << zoom; 20 | 21 | var worldCoordinate = project(latLng); 22 | 23 | var pixelCoordinate = new google.maps.Point( 24 | Math.floor(worldCoordinate.x * scale), 25 | Math.floor(worldCoordinate.y * scale)); 26 | 27 | var tileCoordinate = new google.maps.Point( 28 | Math.floor(worldCoordinate.x * scale / TILE_SIZE), 29 | Math.floor(worldCoordinate.y * scale / TILE_SIZE)); 30 | 31 | return [ 32 | 'Chicago, IL', 33 | 'LatLng: ' + latLng, 34 | 'Zoom level: ' + zoom, 35 | 'World Coordinate: ' + worldCoordinate, 36 | 'Pixel Coordinate: ' + pixelCoordinate, 37 | 'Tile Coordinate: ' + tileCoordinate 38 | ].join('
    '); 39 | } 40 | 41 | // The mapping between latitude, longitude and pixels is defined by the web 42 | // mercator projection. 43 | function project(latLng) { 44 | var siny = Math.sin(latLng.lat() * Math.PI / 180); 45 | 46 | // Truncating to 0.9999 effectively limits latitude to 89.189. This is 47 | // about a third of a tile past the edge of the world tile. 48 | siny = Math.min(Math.max(siny, -0.9999), 0.9999); 49 | 50 | return new google.maps.Point( 51 | TILE_SIZE * (0.5 + latLng.lng() / 360), 52 | TILE_SIZE * (0.5 - Math.log((1 + siny) / (1 - siny)) / (4 * Math.PI))); 53 | } 54 | 55 | } 56 | 57 | 58 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /notika/green-horizotal/js/google.maps/google.maps2-active.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | function initMap() { 4 | 5 | 6 | 7 | map2 = new google.maps.Map(document.getElementById('map2'), { 8 | center: {lat: -34.397, lng: 150.644}, 9 | zoom: 8 10 | }); 11 | 12 | 13 | var mapOptions = { 14 | zoom: 12, 15 | scrollwheel: false, 16 | center: new google.maps.LatLng(20.192828, 85.853742), 17 | 18 | }; 19 | var mapElement = document.getElementById('googleMap'); 20 | var googleMap = new google.maps.Map(mapElement, mapOptions); 21 | var marker = new google.maps.Marker({ 22 | position: new google.maps.LatLng(20.192828, 85.853742), 23 | googleMap: googleMap, 24 | title: 'Ramble!', 25 | icon: 'img/googlemap/1.png', 26 | animation: google.maps.Animation.BOUNCE 27 | 28 | }); 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | var myLatlng = {lat: -25.363, lng: 131.044}; 37 | 38 | var map6 = new google.maps.Map(document.getElementById('map86'), { 39 | zoom: 4, 40 | center: myLatlng 41 | }); 42 | 43 | var marker = new google.maps.Marker({ 44 | position: myLatlng, 45 | map: map6, 46 | title: 'Click to zoom' 47 | }); 48 | 49 | var map7 = new google.maps.Map(document.getElementById('map7'), { 50 | zoom: 4, 51 | center: {lat: -25.363882, lng: 131.044922 } 52 | }); 53 | 54 | 55 | 56 | } 57 | 58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /notika/green-horizotal/js/icheck/icheck-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | $('.i-checks').iCheck({ 5 | checkboxClass: 'icheckbox_square-green', 6 | radioClass: 'iradio_square-green', 7 | }); 8 | 9 | 10 | 11 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/icheck/icheck.min.js: -------------------------------------------------------------------------------- 1 | /*! iCheck v1.0.2 by Damir Sultanov, http://git.io/arlzeA, MIT Licensed */ 2 | (function(f){function A(a,b,d){var c=a[0],g=/er/.test(d)?_indeterminate:/bl/.test(d)?n:k,e=d==_update?{checked:c[k],disabled:c[n],indeterminate:"true"==a.attr(_indeterminate)||"false"==a.attr(_determinate)}:c[g];if(/^(ch|di|in)/.test(d)&&!e)x(a,g);else if(/^(un|en|de)/.test(d)&&e)q(a,g);else if(d==_update)for(var f in e)e[f]?x(a,f,!0):q(a,f,!0);else if(!b||"toggle"==d){if(!b)a[_callback]("ifClicked");e?c[_type]!==r&&q(a,g):x(a,g)}}function x(a,b,d){var c=a[0],g=a.parent(),e=b==k,u=b==_indeterminate, 3 | v=b==n,s=u?_determinate:e?y:"enabled",F=l(a,s+t(c[_type])),B=l(a,b+t(c[_type]));if(!0!==c[b]){if(!d&&b==k&&c[_type]==r&&c.name){var w=a.closest("form"),p='input[name="'+c.name+'"]',p=w.length?w.find(p):f(p);p.each(function(){this!==c&&f(this).data(m)&&q(f(this),b)})}u?(c[b]=!0,c[k]&&q(a,k,"force")):(d||(c[b]=!0),e&&c[_indeterminate]&&q(a,_indeterminate,!1));D(a,e,b,d)}c[n]&&l(a,_cursor,!0)&&g.find("."+C).css(_cursor,"default");g[_add](B||l(a,b)||"");g.attr("role")&&!u&&g.attr("aria-"+(v?n:k),"true"); 4 | g[_remove](F||l(a,s)||"")}function q(a,b,d){var c=a[0],g=a.parent(),e=b==k,f=b==_indeterminate,m=b==n,s=f?_determinate:e?y:"enabled",q=l(a,s+t(c[_type])),r=l(a,b+t(c[_type]));if(!1!==c[b]){if(f||!d||"force"==d)c[b]=!1;D(a,e,s,d)}!c[n]&&l(a,_cursor,!0)&&g.find("."+C).css(_cursor,"pointer");g[_remove](r||l(a,b)||"");g.attr("role")&&!f&&g.attr("aria-"+(m?n:k),"false");g[_add](q||l(a,s)||"")}function E(a,b){if(a.data(m)){a.parent().html(a.attr("style",a.data(m).s||""));if(b)a[_callback](b);a.off(".i").unwrap(); 5 | f(_label+'[for="'+a[0].id+'"]').add(a.closest(_label)).off(".i")}}function l(a,b,f){if(a.data(m))return a.data(m).o[b+(f?"":"Class")]}function t(a){return a.charAt(0).toUpperCase()+a.slice(1)}function D(a,b,f,c){if(!c){if(b)a[_callback]("ifToggled");a[_callback]("ifChanged")[_callback]("if"+t(f))}}var m="iCheck",C=m+"-helper",r="radio",k="checked",y="un"+k,n="disabled";_determinate="determinate";_indeterminate="in"+_determinate;_update="update";_type="type";_click="click";_touch="touchbegin.i touchend.i"; 6 | _add="addClass";_remove="removeClass";_callback="trigger";_label="label";_cursor="cursor";_mobile=/ipad|iphone|ipod|android|blackberry|windows phone|opera mini|silk/i.test(navigator.userAgent);f.fn[m]=function(a,b){var d='input[type="checkbox"], input[type="'+r+'"]',c=f(),g=function(a){a.each(function(){var a=f(this);c=a.is(d)?c.add(a):c.add(a.find(d))})};if(/^(check|uncheck|toggle|indeterminate|determinate|disable|enable|update|destroy)$/i.test(a))return a=a.toLowerCase(),g(this),c.each(function(){var c= 7 | f(this);"destroy"==a?E(c,"ifDestroyed"):A(c,!0,a);f.isFunction(b)&&b()});if("object"!=typeof a&&a)return this;var e=f.extend({checkedClass:k,disabledClass:n,indeterminateClass:_indeterminate,labelHover:!0},a),l=e.handle,v=e.hoverClass||"hover",s=e.focusClass||"focus",t=e.activeClass||"active",B=!!e.labelHover,w=e.labelHoverClass||"hover",p=(""+e.increaseArea).replace("%","")|0;if("checkbox"==l||l==r)d='input[type="'+l+'"]';-50>p&&(p=-50);g(this);return c.each(function(){var a=f(this);E(a);var c=this, 8 | b=c.id,g=-p+"%",d=100+2*p+"%",d={position:"absolute",top:g,left:g,display:"block",width:d,height:d,margin:0,padding:0,background:"#fff",border:0,opacity:0},g=_mobile?{position:"absolute",visibility:"hidden"}:p?d:{position:"absolute",opacity:0},l="checkbox"==c[_type]?e.checkboxClass||"icheckbox":e.radioClass||"i"+r,z=f(_label+'[for="'+b+'"]').add(a.closest(_label)),u=!!e.aria,y=m+"-"+Math.random().toString(36).substr(2,6),h='
    ")[_callback]("ifCreated").parent().append(e.insert);d=f('').css(d).appendTo(h);a.data(m,{o:e,s:a.attr("style")}).css(g);e.inheritClass&&h[_add](c.className||"");e.inheritID&&b&&h.attr("id",m+"-"+b);"static"==h.css("position")&&h.css("position","relative");A(a,!0,_update);if(z.length)z.on(_click+".i mouseover.i mouseout.i "+_touch,function(b){var d=b[_type],e=f(this);if(!c[n]){if(d==_click){if(f(b.target).is("a"))return; 10 | A(a,!1,!0)}else B&&(/ut|nd/.test(d)?(h[_remove](v),e[_remove](w)):(h[_add](v),e[_add](w)));if(_mobile)b.stopPropagation();else return!1}});a.on(_click+".i focus.i blur.i keyup.i keydown.i keypress.i",function(b){var d=b[_type];b=b.keyCode;if(d==_click)return!1;if("keydown"==d&&32==b)return c[_type]==r&&c[k]||(c[k]?q(a,k):x(a,k)),!1;if("keyup"==d&&c[_type]==r)!c[k]&&x(a,k);else if(/us|ur/.test(d))h["blur"==d?_remove:_add](s)});d.on(_click+" mousedown mouseup mouseover mouseout "+_touch,function(b){var d= 11 | b[_type],e=/wn|up/.test(d)?t:v;if(!c[n]){if(d==_click)A(a,!1,!0);else{if(/wn|er|in/.test(d))h[_add](e);else h[_remove](e+" "+t);if(z.length&&B&&e==v)z[/ut|nd/.test(d)?_remove:_add](w)}if(_mobile)b.stopPropagation();else return!1}})})}})(window.jQuery||window.Zepto); -------------------------------------------------------------------------------- /notika/green-horizotal/js/jquery.scrollUp.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * scrollup v2.4.1 3 | * Url: http://markgoodyear.com/labs/scrollup/ 4 | * Copyright (c) Mark Goodyear — @markgdyr — http://markgoodyear.com 5 | * License: MIT 6 | */ 7 | !function(l,o,e){"use strict";l.fn.scrollUp=function(o){l.data(e.body,"scrollUp")||(l.data(e.body,"scrollUp",!0),l.fn.scrollUp.init(o))},l.fn.scrollUp.init=function(r){var s,t,c,i,n,a,d,p=l.fn.scrollUp.settings=l.extend({},l.fn.scrollUp.defaults,r),f=!1;switch(d=p.scrollTrigger?l(p.scrollTrigger):l("",{id:p.scrollName,href:"#top"}),p.scrollTitle&&d.attr("title",p.scrollTitle),d.appendTo("body"),p.scrollImg||p.scrollTrigger||d.html(p.scrollText),d.css({display:"none",position:"fixed",zIndex:p.zIndex}),p.activeOverlay&&l("
    ",{id:p.scrollName+"-active"}).css({position:"absolute",top:p.scrollDistance+"px",width:"100%",borderTop:"1px dotted"+p.activeOverlay,zIndex:p.zIndex}).appendTo("body"),p.animation){case"fade":s="fadeIn",t="fadeOut",c=p.animationSpeed;break;case"slide":s="slideDown",t="slideUp",c=p.animationSpeed;break;default:s="show",t="hide",c=0}i="top"===p.scrollFrom?p.scrollDistance:l(e).height()-l(o).height()-p.scrollDistance,n=l(o).scroll(function(){l(o).scrollTop()>i?f||(d[s](c),f=!0):f&&(d[t](c),f=!1)}),p.scrollTarget?"number"==typeof p.scrollTarget?a=p.scrollTarget:"string"==typeof p.scrollTarget&&(a=Math.floor(l(p.scrollTarget).offset().top)):a=0,d.click(function(o){o.preventDefault(),l("html, body").animate({scrollTop:a},p.scrollSpeed,p.easingType)})},l.fn.scrollUp.defaults={scrollName:"scrollUp",scrollDistance:300,scrollFrom:"top",scrollSpeed:300,easingType:"linear",animation:"fade",animationSpeed:200,scrollTrigger:!1,scrollTarget:!1,scrollText:"Scroll to top",scrollTitle:!1,scrollImg:!1,activeOverlay:!1,zIndex:2147483647},l.fn.scrollUp.destroy=function(r){l.removeData(e.body,"scrollUp"),l("#"+l.fn.scrollUp.settings.scrollName).remove(),l("#"+l.fn.scrollUp.settings.scrollName+"-active").remove(),l.fn.jquery.split(".")[1]>=7?l(o).off("scroll",r):l(o).unbind("scroll",r)},l.scrollUp=l.fn.scrollUp}(jQuery,window,document); -------------------------------------------------------------------------------- /notika/green-horizotal/js/jvectormap/jvectormap-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | var mapData = { 4 | "US": 298, 5 | "SA": 200, 6 | "DE": 220, 7 | "FR": 540, 8 | "CN": 120, 9 | "AU": 760, 10 | "BR": 550, 11 | "IN": 200, 12 | "GB": 120, 13 | }; 14 | 15 | $('#world-map').vectorMap({ 16 | map: 'world_mill_en', 17 | backgroundColor: "transparent", 18 | regionStyle: { 19 | initial: { 20 | fill: '#00c292', 21 | "fill-opacity": 0.9, 22 | stroke: 'none', 23 | "stroke-width": 0, 24 | "stroke-opacity": 0 25 | } 26 | }, 27 | 28 | series: { 29 | regions: [{ 30 | values: mapData, 31 | scale: ["#ccc", "#00c292"], 32 | normalizeFunction: 'polynomial' 33 | }] 34 | }, 35 | }); 36 | 37 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/knob/jquery.appear.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery.appear 3 | * https://github.com/bas2k/jquery.appear/ 4 | * http://code.google.com/p/jquery-appear/ 5 | * 6 | * Copyright (c) 2009 Michael Hixson 7 | * Copyright (c) 2012 Alexander Brovikov 8 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 9 | */ 10 | (function($) { 11 | $.fn.appear = function(fn, options) { 12 | 13 | var settings = $.extend({ 14 | 15 | //arbitrary data to pass to fn 16 | data: undefined, 17 | 18 | //call fn only on the first appear? 19 | one: true, 20 | 21 | // X & Y accuracy 22 | accX: 0, 23 | accY: 0 24 | 25 | }, options); 26 | 27 | return this.each(function() { 28 | 29 | var t = $(this); 30 | 31 | //whether the element is currently visible 32 | t.appeared = false; 33 | 34 | if (!fn) { 35 | 36 | //trigger the custom event 37 | t.trigger('appear', settings.data); 38 | return; 39 | } 40 | 41 | var w = $(window); 42 | 43 | //fires the appear event when appropriate 44 | var check = function() { 45 | 46 | //is the element hidden? 47 | if (!t.is(':visible')) { 48 | 49 | //it became hidden 50 | t.appeared = false; 51 | return; 52 | } 53 | 54 | //is the element inside the visible window? 55 | var a = w.scrollLeft(); 56 | var b = w.scrollTop(); 57 | var o = t.offset(); 58 | var x = o.left; 59 | var y = o.top; 60 | 61 | var ax = settings.accX; 62 | var ay = settings.accY; 63 | var th = t.height(); 64 | var wh = w.height(); 65 | var tw = t.width(); 66 | var ww = w.width(); 67 | 68 | if (y + th + ay >= b && 69 | y <= b + wh + ay && 70 | x + tw + ax >= a && 71 | x <= a + ww + ax) { 72 | 73 | //trigger the custom event 74 | if (!t.appeared) t.trigger('appear', settings.data); 75 | 76 | } else { 77 | 78 | //it scrolled out of view 79 | t.appeared = false; 80 | } 81 | }; 82 | 83 | //create a modified fn with some additional logic 84 | var modifiedFn = function() { 85 | 86 | //mark the element as visible 87 | t.appeared = true; 88 | 89 | //is this supposed to happen only once? 90 | if (settings.one) { 91 | 92 | //remove the check 93 | w.unbind('scroll', check); 94 | var i = $.inArray(check, $.fn.appear.checks); 95 | if (i >= 0) $.fn.appear.checks.splice(i, 1); 96 | } 97 | 98 | //trigger the original fn 99 | fn.apply(this, arguments); 100 | }; 101 | 102 | //bind the modified fn to the element 103 | if (settings.one) t.one('appear', settings.data, modifiedFn); 104 | else t.bind('appear', settings.data, modifiedFn); 105 | 106 | //check whenever the window scrolls 107 | w.scroll(check); 108 | 109 | //check whenever the dom changes 110 | $.fn.appear.checks.push(check); 111 | 112 | //check now 113 | (check)(); 114 | }); 115 | }; 116 | 117 | //keep a queue of appearance checks 118 | $.extend($.fn.appear, { 119 | 120 | checks: [], 121 | timeout: null, 122 | 123 | //process the queue 124 | checkAll: function() { 125 | var length = $.fn.appear.checks.length; 126 | if (length > 0) while (length--) ($.fn.appear.checks[length])(); 127 | }, 128 | 129 | //check the queue asynchronously 130 | run: function() { 131 | if ($.fn.appear.timeout) clearTimeout($.fn.appear.timeout); 132 | $.fn.appear.timeout = setTimeout($.fn.appear.checkAll, 20); 133 | } 134 | }); 135 | 136 | //run checks when these methods are called 137 | $.each(['append', 'prepend', 'after', 'before', 'attr', 138 | 'removeAttr', 'addClass', 'removeClass', 'toggleClass', 139 | 'remove', 'css', 'show', 'hide'], function(i, n) { 140 | var old = $.fn[n]; 141 | if (old) { 142 | $.fn[n] = function() { 143 | var r = old.apply(this, arguments); 144 | $.fn.appear.run(); 145 | return r; 146 | } 147 | } 148 | }); 149 | 150 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/knob/knob-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | /*--------------------- 4 | Circular Bars - Knob 5 | --------------------- */ 6 | if(typeof($.fn.knob) != 'undefined') { 7 | $('.knob').each(function () { 8 | var $this = $(this), 9 | knobVal = $this.attr('data-rel'); 10 | 11 | $this.knob({ 12 | 'draw' : function () { 13 | $(this.i).val(this.cv + '%') 14 | } 15 | }); 16 | 17 | $this.appear(function() { 18 | $({ 19 | value: 0 20 | }).animate({ 21 | value: knobVal 22 | }, { 23 | duration : 2000, 24 | easing : 'swing', 25 | step : function () { 26 | $this.val(Math.ceil(this.value)).trigger('change'); 27 | } 28 | }); 29 | }, {accX: 0, accY: -150}); 30 | }); 31 | } 32 | 33 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/login/login-action.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | $("body").on("click", "[data-ma-action]", function(e) { 5 | e.preventDefault(); 6 | var $this = $(this), 7 | action = $(this).data("ma-action"); 8 | switch (action) { 9 | case "nk-login-switch": 10 | var loginblock = $this.data("ma-block"), 11 | loginParent = $this.closest(".nk-block"); 12 | loginParent.removeClass("toggled"), setTimeout(function() { 13 | $(loginblock).addClass("toggled") 14 | }); 15 | break; 16 | case "print": 17 | window.print(); 18 | break; 19 | } 20 | }); 21 | 22 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/main.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | $(".chosen")[0] && $(".chosen").chosen({ 5 | width: "100%", 6 | allow_single_deselect: !0 7 | }); 8 | /*-------------------------- 9 | auto-size Active Class 10 | ---------------------------- */ 11 | $(".auto-size")[0] && autosize($(".auto-size")); 12 | /*-------------------------- 13 | Collapse Accordion Active Class 14 | ---------------------------- */ 15 | $(".collapse")[0] && ($(".collapse").on("show.bs.collapse", function(e) { 16 | $(this).closest(".panel").find(".panel-heading").addClass("active") 17 | }), $(".collapse").on("hide.bs.collapse", function(e) { 18 | $(this).closest(".panel").find(".panel-heading").removeClass("active") 19 | }), $(".collapse.in").each(function() { 20 | $(this).closest(".panel").find(".panel-heading").addClass("active") 21 | })); 22 | /*---------------------------- 23 | jQuery tooltip 24 | ------------------------------ */ 25 | $('[data-toggle="tooltip"]').tooltip(); 26 | /*-------------------------- 27 | popover 28 | ---------------------------- */ 29 | $('[data-toggle="popover"]')[0] && $('[data-toggle="popover"]').popover(); 30 | /*-------------------------- 31 | File Download 32 | ---------------------------- */ 33 | $('.btn.dw-al-ft').on('click', function(e) { 34 | e.preventDefault(); 35 | }); 36 | /*-------------------------- 37 | Sidebar Left 38 | ---------------------------- */ 39 | $('#sidebarCollapse').on('click', function () { 40 | $('#sidebar').toggleClass('active'); 41 | 42 | }); 43 | $('#sidebarCollapse').on('click', function () { 44 | $("body").toggleClass("mini-navbar"); 45 | SmoothlyMenu(); 46 | }); 47 | $('.menu-switcher-pro').on('click', function () { 48 | var button = $(this).find('i.nk-indicator'); 49 | button.toggleClass('notika-menu-befores').toggleClass('notika-menu-after'); 50 | 51 | }); 52 | $('.menu-switcher-pro.fullscreenbtn').on('click', function () { 53 | var button = $(this).find('i.nk-indicator'); 54 | button.toggleClass('notika-back').toggleClass('notika-next-pro'); 55 | }); 56 | /*-------------------------- 57 | Button BTN Left 58 | ---------------------------- */ 59 | 60 | $(".nk-int-st")[0] && ($("body").on("focus", ".nk-int-st .form-control", function() { 61 | $(this).closest(".nk-int-st").addClass("nk-toggled") 62 | }), $("body").on("blur", ".form-control", function() { 63 | var p = $(this).closest(".form-group, .input-group"), 64 | i = p.find(".form-control").val(); 65 | p.hasClass("fg-float") ? 0 == i.length && $(this).closest(".nk-int-st").removeClass("nk-toggled") : $(this).closest(".nk-int-st").removeClass("nk-toggled") 66 | })), $(".fg-float")[0] && $(".fg-float .form-control").each(function() { 67 | var i = $(this).val(); 68 | 0 == !i.length && $(this).closest(".nk-int-st").addClass("nk-toggled") 69 | }); 70 | /*-------------------------- 71 | mCustomScrollbar 72 | ---------------------------- */ 73 | $(window).on("load",function(){ 74 | $(".widgets-chat-scrollbar").mCustomScrollbar({ 75 | setHeight:460, 76 | autoHideScrollbar: true, 77 | scrollbarPosition: "outside", 78 | theme:"light-1" 79 | }); 80 | $(".notika-todo-scrollbar").mCustomScrollbar({ 81 | setHeight:445, 82 | autoHideScrollbar: true, 83 | scrollbarPosition: "outside", 84 | theme:"light-1" 85 | }); 86 | $(".comment-scrollbar").mCustomScrollbar({ 87 | autoHideScrollbar: true, 88 | scrollbarPosition: "outside", 89 | theme:"light-1" 90 | }); 91 | }); 92 | /*---------------------------- 93 | jQuery MeanMenu 94 | ------------------------------ */ 95 | jQuery('nav#dropdown').meanmenu(); 96 | 97 | /*---------------------------- 98 | wow js active 99 | ------------------------------ */ 100 | new WOW().init(); 101 | 102 | /*---------------------------- 103 | owl active 104 | ------------------------------ */ 105 | $("#owl-demo").owlCarousel({ 106 | autoPlay: false, 107 | slideSpeed:2000, 108 | pagination:false, 109 | navigation:true, 110 | items : 4, 111 | /* transitionStyle : "fade", */ /* [This code for animation ] */ 112 | navigationText:["",""], 113 | itemsDesktop : [1199,4], 114 | itemsDesktopSmall : [980,3], 115 | itemsTablet: [768,2], 116 | itemsMobile : [479,1], 117 | }); 118 | 119 | /*---------------------------- 120 | price-slider active 121 | ------------------------------ */ 122 | $( "#slider-range" ).slider({ 123 | range: true, 124 | min: 40, 125 | max: 600, 126 | values: [ 60, 570 ], 127 | slide: function( event, ui ) { 128 | $( "#amount" ).val( "£" + ui.values[ 0 ] + " - £" + ui.values[ 1 ] ); 129 | } 130 | }); 131 | $( "#amount" ).val( "£" + $( "#slider-range" ).slider( "values", 0 ) + 132 | " - £" + $( "#slider-range" ).slider( "values", 1 ) ); 133 | 134 | /*-------------------------- 135 | scrollUp 136 | ---------------------------- */ 137 | $.scrollUp({ 138 | scrollText: '', 139 | easingType: 'linear', 140 | scrollSpeed: 900, 141 | animation: 'fade' 142 | }); 143 | 144 | 145 | 146 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/metisMenu/metisMenu-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | $('#menu1').metisMenu(); 5 | 6 | })(jQuery); 7 | 8 | 9 | -------------------------------------------------------------------------------- /notika/green-horizotal/js/metisMenu/metisMenu.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * metismenu - v2.7.2 3 | * A jQuery menu plugin 4 | * https://github.com/onokumus/metismenu#readme 5 | * 6 | * Made by Osman Nuri Okumus (https://github.com/onokumus) 7 | * Under MIT License 8 | */ 9 | 10 | !function(n,i){if("function"==typeof define&&define.amd)define(["jquery"],i);else if("undefined"!=typeof exports)i(require("jquery"));else{i(n.jquery),n.metisMenu={}}}(this,function(n){"use strict";var i;i=n,i&&i.__esModule;var t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n};var e=function(n){var i=!1;function t(i){var t=this,s=!1;return n(this).one(e.TRANSITION_END,function(){s=!0}),setTimeout(function(){s||e.triggerTransitionEnd(t)},i),this}var e={TRANSITION_END:"mmTransitionEnd",triggerTransitionEnd:function(t){n(t).trigger(i.end)},supportsTransitionEnd:function(){return Boolean(i)}};return i=!window.QUnit&&{end:"transitionend"},n.fn.mmEmulateTransitionEnd=t,e.supportsTransitionEnd()&&(n.event.special[e.TRANSITION_END]={bindType:i.end,delegateType:i.end,handle:function(i){if(n(i.target).is(this))return i.handleObj.handler.apply(this,arguments)}}),e}(jQuery);!function(n){var i="metisMenu",s="metisMenu",o="."+s,a=n.fn[i],r={toggle:!0,preventDefault:!0,activeClass:"active",collapseClass:"collapse",collapseInClass:"in",collapsingClass:"collapsing",triggerElement:"a",parentTrigger:"li",subMenu:"ul"},l={SHOW:"show"+o,SHOWN:"shown"+o,HIDE:"hide"+o,HIDDEN:"hidden"+o,CLICK_DATA_API:"click"+o+".data-api"},c=function(){function i(n,t){!function(n,i){if(!(n instanceof i))throw new TypeError("Cannot call a class as a function")}(this,i),this._element=n,this._config=this._getConfig(t),this._transitioning=null,this.init()}return i.prototype.init=function(){var i=this;n(this._element).find(this._config.parentTrigger+"."+this._config.activeClass).has(this._config.subMenu).children(this._config.subMenu).attr("aria-expanded",!0).addClass(this._config.collapseClass+" "+this._config.collapseInClass),n(this._element).find(this._config.parentTrigger).not("."+this._config.activeClass).has(this._config.subMenu).children(this._config.subMenu).attr("aria-expanded",!1).addClass(this._config.collapseClass),n(this._element).find(this._config.parentTrigger).has(this._config.subMenu).children(this._config.triggerElement).on(l.CLICK_DATA_API,function(t){var e=n(this),s=e.parent(i._config.parentTrigger),o=s.siblings(i._config.parentTrigger).children(i._config.triggerElement),a=s.children(i._config.subMenu);i._config.preventDefault&&t.preventDefault(),"true"!==e.attr("aria-disabled")&&(s.hasClass(i._config.activeClass)?(e.attr("aria-expanded",!1),i._hide(a)):(i._show(a),e.attr("aria-expanded",!0),i._config.toggle&&o.attr("aria-expanded",!1)),i._config.onTransitionStart&&i._config.onTransitionStart(t))})},i.prototype._show=function(i){if(!this._transitioning&&!n(i).hasClass(this._config.collapsingClass)){var t=this,s=n(i),o=n.Event(l.SHOW);if(s.trigger(o),!o.isDefaultPrevented()){s.parent(this._config.parentTrigger).addClass(this._config.activeClass),this._config.toggle&&this._hide(s.parent(this._config.parentTrigger).siblings().children(this._config.subMenu+"."+this._config.collapseInClass).attr("aria-expanded",!1)),s.removeClass(this._config.collapseClass).addClass(this._config.collapsingClass).height(0),this.setTransitioning(!0);var a=function(){t._config&&t._element&&(s.removeClass(t._config.collapsingClass).addClass(t._config.collapseClass+" "+t._config.collapseInClass).height("").attr("aria-expanded",!0),t.setTransitioning(!1),s.trigger(l.SHOWN))};e.supportsTransitionEnd()?s.height(s[0].scrollHeight).one(e.TRANSITION_END,a).mmEmulateTransitionEnd(350):a()}}},i.prototype._hide=function(i){if(!this._transitioning&&n(i).hasClass(this._config.collapseInClass)){var t=this,s=n(i),o=n.Event(l.HIDE);if(s.trigger(o),!o.isDefaultPrevented()){s.parent(this._config.parentTrigger).removeClass(this._config.activeClass),s.height(s.height())[0].offsetHeight,s.addClass(this._config.collapsingClass).removeClass(this._config.collapseClass).removeClass(this._config.collapseInClass),this.setTransitioning(!0);var a=function(){t._config&&t._element&&(t._transitioning&&t._config.onTransitionEnd&&t._config.onTransitionEnd(),t.setTransitioning(!1),s.trigger(l.HIDDEN),s.removeClass(t._config.collapsingClass).addClass(t._config.collapseClass).attr("aria-expanded",!1))};e.supportsTransitionEnd()?0==s.height()||"none"==s.css("display")?a():s.height(0).one(e.TRANSITION_END,a).mmEmulateTransitionEnd(350):a()}}},i.prototype.setTransitioning=function(n){this._transitioning=n},i.prototype.dispose=function(){n.removeData(this._element,s),n(this._element).find(this._config.parentTrigger).has(this._config.subMenu).children(this._config.triggerElement).off("click"),this._transitioning=null,this._config=null,this._element=null},i.prototype._getConfig=function(i){return i=n.extend({},r,i)},i._jQueryInterface=function(e){return this.each(function(){var o=n(this),a=o.data(s),l=n.extend({},r,o.data(),"object"===(void 0===e?"undefined":t(e))&&e);if(!a&&/dispose/.test(e)&&this.dispose(),a||(a=new i(this,l),o.data(s,a)),"string"==typeof e){if(void 0===a[e])throw new Error('No method named "'+e+'"');a[e]()}})},i}();n.fn[i]=c._jQueryInterface,n.fn[i].Constructor=c,n.fn[i].noConflict=function(){return n.fn[i]=a,c._jQueryInterface}}(jQuery)}); 11 | //# sourceMappingURL=metisMenu.js.map -------------------------------------------------------------------------------- /notika/green-horizotal/js/notification/bootstrap-growl.min.js: -------------------------------------------------------------------------------- 1 | /* Project: Bootstrap Growl - v2.0.1 | Author: Mouse0270 aka Robert McIntosh | License: MIT License | Website: https://github.com/mouse0270/bootstrap-growl */ 2 | (function(e,t,n,r){var i="growl",s="plugin_"+i,o={element:"body",type:"info",allow_dismiss:true,placement:{from:"top",align:"right"},offset:20,spacing:10,z_index:1031,delay:5e3,timer:1e3,url_target:"_blank",mouse_over:false,animate:{enter:"animated fadeInDown",exit:"animated fadeOutUp"},onShow:null,onShown:null,onHide:null,onHidden:null,icon_type:"class",template:''};var u=function(t,n){o=e.extend(true,{},o,n)},a=function(t){if(!t){e('[data-growl="container"]').find('[data-growl="dismiss"]').trigger("click")}else{e('[data-growl="container"][data-growl-position="'+t+'"]').find('[data-growl="dismiss"]').trigger("click")}},f=function(t,n,r){var n={content:{message:typeof n=="object"?n.message:n,title:n.title?n.title:null,icon:n.icon?n.icon:null,url:n.url?n.url:null}};r=e.extend(true,{},n,r);this.settings=e.extend(true,{},o,r);plugin=this;l(r,this.settings,plugin);this.$template=$template},l=function(e,t,n){var r={settings:t,element:t.element,template:t.template};if(typeof t.offset=="number"){t.offset={x:t.offset,y:t.offset}}$template=c(r);h($template,r.settings);p($template,r.settings);d($template,r.settings,n)},c=function(t){var n=e(t.settings.template);n.addClass("alert-"+t.settings.type);n.attr("data-growl-position",t.settings.placement.from+"-"+t.settings.placement.align);n.find('[data-growl="dismiss"]').css("display","none");n.removeClass("alert-dismissable");if(t.settings.allow_dismiss){n.addClass("alert-dismissable");n.find('[data-growl="dismiss"]').css("display","block")}return n},h=function(e,t){e.find('[data-growl="dismiss"]').css({"z-index":t.z_index-1>=1?t.z_index-1:1});if(t.content.icon){if(t.icon_type.toLowerCase()=="class"){e.find('[data-growl="icon"]').addClass(t.content.icon)}else{if(e.find('[data-growl="icon"]').is("img")){e.find('[data-growl="icon"]').attr("src",t.content.icon)}else{e.find('[data-growl="icon"]').append('')}}}if(t.content.title){e.find('[data-growl="title"]').html(t.content.title)}if(t.content.message){e.find('[data-growl="message"]').html(t.content.message)}if(t.content.url){e.find('[data-growl="url"]').attr("href",t.content.url).attr("target",t.url_target);e.find('[data-growl="url"]').css({position:"absolute",top:0,left:0,width:"100%",height:"100%","z-index":t.z_index-2>=1?t.z_index-2:1})}},p=function(t,n){var r=n.offset.y,i={position:n.element==="body"?"fixed":"absolute",margin:0,"z-index":n.z_index,display:"inline-block"},s=false;e('[data-growl-position="'+n.placement.from+"-"+n.placement.align+'"]').each(function(){return r=Math.max(r,parseInt(e(this).css(n.placement.from))+e(this).outerHeight()+n.spacing)});i[n.placement.from]=r+"px";t.css(i);if(n.onShow){n.onShow(event)}e(n.element).append(t);switch(n.placement.align){case"center":t.css({left:"50%",marginLeft:-(t.outerWidth()/2)+"px"});break;case"left":t.css("left",n.offset.x+"px");break;case"right":t.css("right",n.offset.x+"px");break}t.addClass("growl-animated");t.one("webkitAnimationStart oanimationstart MSAnimationStart animationstart",function(e){s=true});t.one("webkitAnimationEnd oanimationend MSAnimationEnd animationend",function(e){if(n.onShown){n.onShown(e)}});setTimeout(function(){if(!s){if(n.onShown){n.onShown(event)}}},600)},d=function(e,t,n){e.addClass(t.animate.enter);e.find('[data-growl="dismiss"]').on("click",function(){n.close()});e.on("mouseover",function(t){e.addClass("hovering")}).on("mouseout",function(){e.removeClass("hovering")});if(t.delay>=1){e.data("growl-delay",t.delay);var r=setInterval(function(){var i=parseInt(e.data("growl-delay"))-t.timer;if(!e.hasClass("hovering")&&t.mouse_over=="pause"||t.mouse_over!="pause"){e.data("growl-delay",i)}if(i<=0){clearInterval(r);n.close()}},t.timer)}};f.prototype={update:function(e,t){switch(e){case"icon":if(this.settings.icon_type.toLowerCase()=="class"){this.$template.find('[data-growl="icon"]').removeClass(this.settings.content.icon);this.$template.find('[data-growl="icon"]').addClass(t)}else{if(this.$template.find('[data-growl="icon"]').is("img")){this.$template.find('[data-growl="icon"]')}else{this.$template.find('[data-growl="icon"]').find("img").attr().attr("src",t)}}break;case"url":this.$template.find('[data-growl="url"]').attr("href",t);break;case"type":this.$template.removeClass("alert-"+this.settings.type);this.$template.addClass("alert-"+t);break;default:this.$template.find('[data-growl="'+e+'"]').html(t)}return this},close:function(){var t=this.$template,n=this.settings,r=t.css(n.placement.from),i=false;if(n.onHide){n.onHide(event)}t.addClass(this.settings.animate.exit);t.nextAll('[data-growl-position="'+this.settings.placement.from+"-"+this.settings.placement.align+'"]').each(function(){e(this).css(n.placement.from,r);r=parseInt(r)+n.spacing+e(this).outerHeight()});t.one("webkitAnimationStart oanimationstart MSAnimationStart animationstart",function(e){i=true});t.one("webkitAnimationEnd oanimationend MSAnimationEnd animationend",function(t){e(this).remove();if(n.onHidden){n.onHidden(t)}});setTimeout(function(){if(!i){t.remove();if(n.onHidden){n.onHidden(event)}}},100);return this}};e.growl=function(e,t){if(e==false&&t.command=="closeAll"){a(t.position);return false}else if(e==false){u(this,t);return false}var n=new f(this,e,t);return n}})(jQuery,window,document) 3 | -------------------------------------------------------------------------------- /notika/green-horizotal/js/notification/notification-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | /* 5 | * Notifications 6 | */ 7 | function notify(from, align, icon, type, animIn, animOut){ 8 | $.growl({ 9 | icon: icon, 10 | title: ' Bootstrap Growl ', 11 | message: 'Turning standard Bootstrap alerts into awesome notifications', 12 | url: '' 13 | },{ 14 | element: 'body', 15 | type: type, 16 | allow_dismiss: true, 17 | placement: { 18 | from: from, 19 | align: align 20 | }, 21 | offset: { 22 | x: 20, 23 | y: 85 24 | }, 25 | spacing: 10, 26 | z_index: 1031, 27 | delay: 2500, 28 | timer: 1000, 29 | url_target: '_blank', 30 | mouse_over: false, 31 | animate: { 32 | enter: animIn, 33 | exit: animOut 34 | }, 35 | icon_type: 'class', 36 | template: '' 46 | }); 47 | }; 48 | 49 | $('.notification-demo .btn').on('click', function(e){ 50 | e.preventDefault(); 51 | var nFrom = $(this).attr('data-from'); 52 | var nAlign = $(this).attr('data-align'); 53 | var nIcons = $(this).attr('data-icon'); 54 | var nType = $(this).attr('data-type'); 55 | var nAnimIn = $(this).attr('data-animation-in'); 56 | var nAnimOut = $(this).attr('data-animation-out'); 57 | 58 | notify(nFrom, nAlign, nIcons, nType, nAnimIn, nAnimOut); 59 | }); 60 | 61 | 62 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/plugins.js: -------------------------------------------------------------------------------- 1 | // Avoid `console` errors in browsers that lack a console. 2 | (function() { 3 | var method; 4 | var noop = function () {}; 5 | var methods = [ 6 | 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 7 | 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', 8 | 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', 9 | 'timeline', 'timelineEnd', 'timeStamp', 'trace', 'warn' 10 | ]; 11 | var length = methods.length; 12 | var console = (window.console = window.console || {}); 13 | 14 | while (length--) { 15 | method = methods[length]; 16 | 17 | // Only stub undefined methods. 18 | if (!console[method]) { 19 | console[method] = noop; 20 | } 21 | } 22 | }()); 23 | 24 | // Place any jQuery/helper plugins in here. 25 | -------------------------------------------------------------------------------- /notika/green-horizotal/js/rangle-slider/jquery-ui-touch-punch.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Touch Punch 0.2.3 3 | * 4 | * Copyright 2011–2014, Dave Furfero 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * 7 | * Depends: 8 | * jquery.ui.widget.js 9 | * jquery.ui.mouse.js 10 | */ 11 | !function(a){function f(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var e,b=a.ui.mouse.prototype,c=b._mouseInit,d=b._mouseDestroy;b._touchStart=function(a){var b=this;!e&&b._mouseCapture(a.originalEvent.changedTouches[0])&&(e=!0,b._touchMoved=!1,f(a,"mouseover"),f(a,"mousemove"),f(a,"mousedown"))},b._touchMove=function(a){e&&(this._touchMoved=!0,f(a,"mousemove"))},b._touchEnd=function(a){e&&(f(a,"mouseup"),f(a,"mouseout"),this._touchMoved||f(a,"click"),e=!1)},b._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),c.call(b)},b._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),d.call(b)}}}(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/rangle-slider/rangle-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | 5 | var initialSpark = 60; 6 | var sparkTooltip = function(event, ui) { 7 | var curSpark = ui.value || initialSpark 8 | var sparktip = '' + curSpark + ''; 9 | $(this).find('.ui-slider-handle').html(sparktip); 10 | } 11 | 12 | $("#slider9").slider({ 13 | orientation: "vertical", 14 | range: "min", 15 | min: 1, 16 | max: 100, 17 | step: 1, 18 | value: initialSpark, 19 | create: sparkTooltip, 20 | slide: sparkTooltip 21 | }); 22 | 23 | 24 | 25 | $("#slider6").slider({ 26 | orientation: "vertical", 27 | range: "min", 28 | min: 0, 29 | max: 100, 30 | value: 60, 31 | slide: function(event, ui) { 32 | $("#volume").val(ui.value); 33 | } 34 | }); 35 | 36 | $("#volume").val( 37 | $("#slider6").slider("value") 38 | ); 39 | 40 | $("#slider7").slider({ 41 | orientation: "vertical", 42 | range: true, 43 | values: [27, 67], 44 | slide: function(event, ui) { 45 | $("#sales").val("$" + ui.values[0] + " - $" + ui.values[1]); 46 | } 47 | }); 48 | $("#sales").val( "$" + $("#slider7").slider("values", 0) + " - $" + $("#slider7").slider("values", 1)); 49 | 50 | $("#eq > .sliderv-wrapper").each(function() { 51 | var value = parseInt($(this).text(), 10); 52 | $(this).empty().slider({ 53 | value: value, 54 | range: "min", 55 | animate: true, 56 | orientation: "vertical" 57 | }); 58 | }); 59 | 60 | $("#eq2 > .sliderv-wrapper").each(function() { 61 | var value = parseInt($(this).text(), 10); 62 | $(this).empty().slider({ 63 | value: value, 64 | range: "min", 65 | animate: true, 66 | orientation: "vertical" 67 | }); 68 | }); 69 | 70 | var initialYear = 1980; 71 | var yearTooltip = function(event, ui) { 72 | var curYear = ui.value || initialYear 73 | var yeartip = '' + curYear + ''; 74 | $(this).find('.ui-slider-handle').html(yeartip); 75 | } 76 | 77 | $("#slider10").slider({ 78 | value: initialYear, 79 | range: "min", 80 | min: 1950, 81 | max: 2020, 82 | step: 1, 83 | create: yearTooltip, 84 | slide: yearTooltip 85 | }); 86 | 87 | 88 | 89 | $('#slider8').slider({ 90 | range: true, 91 | values: [500, 1500], 92 | min: 10, 93 | max: 2000, 94 | step: 10, 95 | slide: function(event, ui) { 96 | $("#budget").val("$" + ui.values[0] + " - $" + ui.values[1]); 97 | } 98 | }); 99 | $("#budget").val("$" + $("#slider8").slider("values", 0) + " - $" + $("#slider8").slider("values", 1)); 100 | 101 | 102 | 103 | $("#slider").slider({ 104 | range: "min", 105 | min: 10, 106 | max: 100, 107 | value: 80 108 | }); 109 | $("#slider1").slider({ 110 | range: true, 111 | values: [17, 83] 112 | }); 113 | 114 | 115 | $( "#slider2" ).slider({ 116 | range: "min", 117 | value: 140, 118 | min: 1, 119 | max: 800, 120 | slide: function(event, ui) { 121 | $("#amountp").val("$" + ui.value); 122 | } 123 | }); 124 | 125 | $("#amountp").val( 126 | "$" + $("#slider2").slider("value") 127 | ); 128 | 129 | $("#slider3").slider({ 130 | range: "max", 131 | min: 1, 132 | max: 10, 133 | value: 2, 134 | slide: function(event, ui) { 135 | $("#bedrooms").val(ui.value); 136 | } 137 | }); 138 | 139 | $("#bedrooms").val( 140 | $("#slider3").slider("value") 141 | ); 142 | 143 | 144 | 145 | 146 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/sparkline/sparkline-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | /*---------------------------- 5 | jQuery sparkline Chart 6 | ------------------------------ */ 7 | if($('.sparkline-bar-stats1')[0]) { 8 | $('.sparkline-bar-stats1').sparkline('html', { 9 | type: 'bar', 10 | height: 36, 11 | barWidth: 3, 12 | barColor: '#00c292', 13 | barSpacing: 2 14 | }); 15 | } 16 | if($('.sparkline-bar-stats2')[0]) { 17 | $('.sparkline-bar-stats2').sparkline('html', { 18 | type: 'bar', 19 | height: 36, 20 | barWidth: 3, 21 | barColor: '#fb9678', 22 | barSpacing: 2 23 | }); 24 | } 25 | if($('.sparkline-bar-stats3')[0]) { 26 | $('.sparkline-bar-stats3').sparkline('html', { 27 | type: 'bar', 28 | height: 36, 29 | barWidth: 3, 30 | barColor: '#01c0c8', 31 | barSpacing: 2 32 | }); 33 | } 34 | if($('.sparkline-bar-stats4')[0]) { 35 | $('.sparkline-bar-stats4').sparkline('html', { 36 | type: 'bar', 37 | height: 36, 38 | barWidth: 3, 39 | barColor: '#ab8ce4', 40 | barSpacing: 2 41 | }); 42 | } 43 | 44 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/summernote/summernote-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | $(".html-editor-cm")[0] && $(".html-editor-cm").summernote({ 5 | height: 335 6 | }), 7 | $(".html-editor")[0] && $(".html-editor").summernote({ 8 | height: 150 9 | }), $(".html-editor-click")[0] && ($("body").on("click", ".hec-button", function() { 10 | $(".html-editor-click").summernote({ 11 | focus: !0 12 | }), $(".hec-save").show() 13 | }), $("body").on("click", ".hec-save", function() { 14 | $(".html-editor-click").code(), $(".html-editor-click").destroy(), $(".hec-save").hide(), notify("Content Saved Successfully!", "success") 15 | })), $(".html-editor-airmod")[0] && $(".html-editor-airmod").summernote({ 16 | airMode: !0 17 | }); 18 | 19 | 20 | 21 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/tawk-chat.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); 5 | (function(){ 6 | var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; 7 | s1.async=true; 8 | s1.src='https://embed.tawk.to/59474840e9c6d324a47360f9/default'; 9 | s1.charset='UTF-8'; 10 | s1.setAttribute('crossorigin','*'); 11 | s0.parentNode.insertBefore(s1,s0); 12 | })(); 13 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/todo/jquery.todo.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Theme: Minton Admin Template 3 | * Author: Coderthemes 4 | * Todo - Application 5 | */ 6 | 7 | !function($) { 8 | "use strict"; 9 | 10 | var TodoApp = function() { 11 | this.$body = $("body"), 12 | this.$todoContainer = $('#todo-container'), 13 | this.$todoMessage = $("#todo-message"), 14 | this.$todoRemaining = $("#todo-remaining"), 15 | this.$todoTotal = $("#todo-total"), 16 | this.$archiveBtn = $("#btn-archive"), 17 | this.$todoList = $("#todo-list"), 18 | this.$todoDonechk = ".todo-done", 19 | this.$todoForm = $("#todo-form"), 20 | this.$todoInput = $("#todo-input-text"), 21 | this.$todoBtn = $("#todo-btn-submit"), 22 | 23 | this.$todoData = [ 24 | { 25 | 'id': '1', 26 | 'text': 'Fivamus sagittis lacus vel', 27 | 'done': false 28 | }, 29 | { 30 | 'id': '2', 31 | 'text': 'Nullam dolor nibh ultricies', 32 | 'done': true 33 | }, 34 | { 35 | 'id': '3', 36 | 'text': 'Cras mattis consectetur purus', 37 | 'done': true 38 | }, 39 | { 40 | 'id': '4', 41 | 'text': 'Integer posuere erat ante', 42 | 'done': true 43 | }, 44 | { 45 | 'id': '5', 46 | 'text': 'Praesent commodo cursus magnavel', 47 | 'done': false 48 | }, 49 | { 50 | 'id': '6', 51 | 'text': 'Cras mattis consectetur', 52 | 'done': true 53 | }, 54 | { 55 | 'id': '7', 56 | 'text': 'Fivamus sagittis lacus vel', 57 | 'done': true 58 | }, 59 | { 60 | 'id': '8', 61 | 'text': 'Nullam dolor nibh ultricies', 62 | 'done': true 63 | }, 64 | { 65 | 'id': '9', 66 | 'text': 'Nullam dolor nibh ultricies', 67 | 'done': true 68 | }]; 69 | 70 | this.$todoCompletedData = []; 71 | this.$todoUnCompletedData = []; 72 | }; 73 | 74 | //mark/unmark - you can use ajax to save data on server side 75 | TodoApp.prototype.markTodo = function(todoId, complete) { 76 | for(var count=0; count
    '); 115 | else { 116 | remaining = remaining + 1; 117 | this.$todoList.prepend('
  • '); 118 | } 119 | } 120 | 121 | //set total in ui 122 | this.$todoTotal.text(this.$todoData.length); 123 | //set remaining 124 | this.$todoRemaining.text(remaining); 125 | }, 126 | //init todo app 127 | TodoApp.prototype.init = function () { 128 | var $this = this; 129 | //generating todo list 130 | this.generate(); 131 | 132 | //binding archive 133 | this.$archiveBtn.on("click", function(e) { 134 | e.preventDefault(); 135 | $this.archives(); 136 | return false; 137 | }); 138 | 139 | //binding todo done chk 140 | $(document).on("change", this.$todoDonechk, function() { 141 | if(this.checked) 142 | $this.markTodo($(this).attr('id'), true); 143 | else 144 | $this.markTodo($(this).attr('id'), false); 145 | //regenerate list 146 | $this.generate(); 147 | }); 148 | 149 | //binding the new todo button 150 | this.$todoBtn.on("click", function() { 151 | if ($this.$todoInput.val() == "" || typeof($this.$todoInput.val()) == 'undefined' || $this.$todoInput.val() == null) { 152 | sweetAlert("Oops...", "You forgot to enter todo text", "error"); 153 | $this.$todoInput.focus(); 154 | } else { 155 | $this.addTodo($this.$todoInput.val()); 156 | } 157 | }); 158 | }, 159 | //init TodoApp 160 | $.TodoApp = new TodoApp, $.TodoApp.Constructor = TodoApp 161 | 162 | }(window.jQuery), 163 | 164 | //initializing todo app 165 | function($) { 166 | "use strict"; 167 | $.TodoApp.init() 168 | }(window.jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/wave/wave-active.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | Waves.attach(".btn:not(.btn-icon):not(.btn-float)"), Waves.attach(".btn-icon, .btn-float", ["waves-circle", "waves-float"]), Waves.init(); 5 | 6 | })(jQuery); -------------------------------------------------------------------------------- /notika/green-horizotal/js/wave/waves.min.js: -------------------------------------------------------------------------------- 1 | !function(t,e){"use strict";"function"==typeof define&&define.amd?define([],function(){return t.Waves=e.call(t),t.Waves}):"object"==typeof exports?module.exports=e.call(t):t.Waves=e.call(t)}("object"==typeof global?global:this,function(){"use strict";function t(t){return null!==t&&t===t.window}function e(e){return t(e)?e:9===e.nodeType&&e.defaultView}function n(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function o(t){return n(t)&&t.nodeType>0}function a(t){var e=f.call(t);return"[object String]"===e?d(t):n(t)&&/^\[object (Array|HTMLCollection|NodeList|Object)\]$/.test(e)&&t.hasOwnProperty("length")?t:o(t)?[t]:[]}function i(t){var n,o,a={top:0,left:0},i=t&&t.ownerDocument;return n=i.documentElement,void 0!==t.getBoundingClientRect&&(a=t.getBoundingClientRect()),o=e(i),{top:a.top+o.pageYOffset-n.clientTop,left:a.left+o.pageXOffset-n.clientLeft}}function r(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e+=n+":"+t[n]+";");return e}function s(t,e,n){if(n){n.classList.remove("waves-rippling");var o=n.getAttribute("data-x"),a=n.getAttribute("data-y"),i=n.getAttribute("data-scale"),s=n.getAttribute("data-translate"),u=350-(Date.now()-Number(n.getAttribute("data-hold")));u<0&&(u=0),"mousemove"===t.type&&(u=150);var c="mousemove"===t.type?2500:v.duration;setTimeout(function(){var t={top:a+"px",left:o+"px",opacity:"0","-webkit-transition-duration":c+"ms","-moz-transition-duration":c+"ms","-o-transition-duration":c+"ms","transition-duration":c+"ms","-webkit-transform":i+" "+s,"-moz-transform":i+" "+s,"-ms-transform":i+" "+s,"-o-transform":i+" "+s,transform:i+" "+s};n.setAttribute("style",r(t)),setTimeout(function(){try{e.removeChild(n)}catch(t){return!1}},c)},u)}}function u(t){if(!1===h.allowEvent(t))return null;for(var e=null,n=t.target||t.srcElement;n.parentElement;){if(!(n instanceof SVGElement)&&n.classList.contains("waves-effect")){e=n;break}n=n.parentElement}return e}function c(t){var e=u(t);if(null!==e){if(e.disabled||e.getAttribute("disabled")||e.classList.contains("disabled"))return;if(h.registerEvent(t),"touchstart"===t.type&&v.delay){var n=!1,o=setTimeout(function(){o=null,v.show(t,e)},v.delay),a=function(a){o&&(clearTimeout(o),o=null,v.show(t,e)),n||(n=!0,v.hide(a,e)),r()},i=function(t){o&&(clearTimeout(o),o=null),a(t),r()};e.addEventListener("touchmove",i,!1),e.addEventListener("touchend",a,!1),e.addEventListener("touchcancel",a,!1);var r=function(){e.removeEventListener("touchmove",i),e.removeEventListener("touchend",a),e.removeEventListener("touchcancel",a)}}else v.show(t,e),m&&(e.addEventListener("touchend",v.hide,!1),e.addEventListener("touchcancel",v.hide,!1)),e.addEventListener("mouseup",v.hide,!1),e.addEventListener("mouseleave",v.hide,!1)}}var l=l||{},d=document.querySelectorAll.bind(document),f=Object.prototype.toString,m="ontouchstart"in window,v={duration:750,delay:200,show:function(t,e,n){if(2===t.button)return!1;e=e||this;var o=document.createElement("div");o.className="waves-ripple waves-rippling",e.appendChild(o);var a=i(e),s=0,u=0;"touches"in t&&t.touches.length?(s=t.touches[0].pageY-a.top,u=t.touches[0].pageX-a.left):(s=t.pageY-a.top,u=t.pageX-a.left),u=u>=0?u:0,s=s>=0?s:0;var c="scale("+e.clientWidth/100*3+")",l="translate(0,0)";n&&(l="translate("+n.x+"px, "+n.y+"px)"),o.setAttribute("data-hold",Date.now()),o.setAttribute("data-x",u),o.setAttribute("data-y",s),o.setAttribute("data-scale",c),o.setAttribute("data-translate",l);var d={top:s+"px",left:u+"px"};o.classList.add("waves-notransition"),o.setAttribute("style",r(d)),o.classList.remove("waves-notransition"),d["-webkit-transform"]=c+" "+l,d["-moz-transform"]=c+" "+l,d["-ms-transform"]=c+" "+l,d["-o-transform"]=c+" "+l,d.transform=c+" "+l,d.opacity="1";var f="mousemove"===t.type?2500:v.duration;d["-webkit-transition-duration"]=f+"ms",d["-moz-transition-duration"]=f+"ms",d["-o-transition-duration"]=f+"ms",d["transition-duration"]=f+"ms",o.setAttribute("style",r(d))},hide:function(t,e){for(var n=(e=e||this).getElementsByClassName("waves-rippling"),o=0,a=n.length;o=0&&null!==e.wait){var d={type:"mouseup",button:1};setTimeout(function(t,e){return function(){v.hide(t,e)}}(d,o),e.wait)}},l.calm=function(t){for(var e={type:"mouseup",button:1},n=0,o=(t=a(t)).length;n=a.currentIndex());e(c.nextSelector,d).toggleClass("disabled",a.currentIndex()>=a.navigationLength());e(c.backSelector,d).toggleClass("disabled", 13 | 0==g.length);a.rebindClick(e(c.nextSelector,d),a.next);a.rebindClick(e(c.previousSelector,d),a.previous);a.rebindClick(e(c.lastSelector,d),a.last);a.rebindClick(e(c.firstSelector,d),a.first);a.rebindClick(e(c.backSelector,d),a.back);if(c.onTabShow&&"function"===typeof c.onTabShow&&!1===c.onTabShow(f,b,a.currentIndex()))return!1};this.next=function(h){if(d.hasClass("last")||c.onNext&&"function"===typeof c.onNext&&!1===c.onNext(f,b,a.nextIndex()))return!1;h=a.currentIndex();$index=a.nextIndex();$index> 14 | a.navigationLength()||(g.push(h),b.find('li:has([data-toggle="tab"]):eq('+$index+") a").tab("show"))};this.previous=function(h){if(d.hasClass("first")||c.onPrevious&&"function"===typeof c.onPrevious&&!1===c.onPrevious(f,b,a.previousIndex()))return!1;h=a.currentIndex();$index=a.previousIndex();0>$index||(g.push(h),b.find('li:has([data-toggle="tab"]):eq('+$index+") a").tab("show"))};this.first=function(h){if(c.onFirst&&"function"===typeof c.onFirst&&!1===c.onFirst(f,b,a.firstIndex())||d.hasClass("disabled"))return!1; 15 | g.push(a.currentIndex());b.find('li:has([data-toggle="tab"]):eq(0) a').tab("show")};this.last=function(h){if(c.onLast&&"function"===typeof c.onLast&&!1===c.onLast(f,b,a.lastIndex())||d.hasClass("disabled"))return!1;g.push(a.currentIndex());b.find('li:has([data-toggle="tab"]):eq('+a.navigationLength()+") a").tab("show")};this.back=function(){if(0==g.length)return null;var a=g.pop();if(c.onBack&&"function"===typeof c.onBack&&!1===c.onBack(f,b,a))return g.push(a),!1;d.find('li:has([data-toggle="tab"]):eq('+ 16 | a+") a").tab("show")};this.currentIndex=function(){return b.find('li:has([data-toggle="tab"])').index(f)};this.firstIndex=function(){return 0};this.lastIndex=function(){return a.navigationLength()};this.getIndex=function(a){return b.find('li:has([data-toggle="tab"])').index(a)};this.nextIndex=function(){return b.find('li:has([data-toggle="tab"])').index(f)+1};this.previousIndex=function(){return b.find('li:has([data-toggle="tab"])').index(f)-1};this.navigationLength=function(){return b.find('li:has([data-toggle="tab"])').length- 17 | 1};this.activeTab=function(){return f};this.nextTab=function(){return b.find('li:has([data-toggle="tab"]):eq('+(a.currentIndex()+1)+")").length?b.find('li:has([data-toggle="tab"]):eq('+(a.currentIndex()+1)+")"):null};this.previousTab=function(){return 0>=a.currentIndex()?null:b.find('li:has([data-toggle="tab"]):eq('+parseInt(a.currentIndex()-1)+")")};this.show=function(b){b=isNaN(b)?d.find('li:has([data-toggle="tab"]) a[href=#'+b+"]"):d.find('li:has([data-toggle="tab"]):eq('+b+") a");0