rvnstat 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (271) hide show
  1. checksums.yaml +7 -0
  2. data/._README.md +0 -0
  3. data/._ss.png +0 -0
  4. data/.gitignore +17 -0
  5. data/Gemfile +6 -0
  6. data/LICENSE.txt +22 -0
  7. data/README.md +34 -0
  8. data/Rakefile +1 -0
  9. data/bin/._rvnstat +0 -0
  10. data/bin/rvnstat +9 -0
  11. data/config.ru +4 -0
  12. data/config.yml +3 -0
  13. data/lib/._app.rb +0 -0
  14. data/lib/._config.rb +0 -0
  15. data/lib/._require.rb +0 -0
  16. data/lib/._rvnstat.rb +0 -0
  17. data/lib/._vnstat.rb +0 -0
  18. data/lib/app.rb +102 -0
  19. data/lib/config.rb +13 -0
  20. data/lib/require.rb +10 -0
  21. data/lib/rvnstat.rb +5 -0
  22. data/lib/rvnstat/._version.rb +0 -0
  23. data/lib/rvnstat/version.rb +3 -0
  24. data/lib/vnstat.rb +74 -0
  25. data/public/CNAME +1 -0
  26. data/public/CONTRIBUTING.md +192 -0
  27. data/public/Gruntfile.js +418 -0
  28. data/public/LICENSE +21 -0
  29. data/public/README.md +173 -0
  30. data/public/_config.yml +35 -0
  31. data/public/bower.json +24 -0
  32. data/public/browserstack.json +44 -0
  33. data/public/composer.json +25 -0
  34. data/public/dist/css/._custom.css +0 -0
  35. data/public/dist/css/bootstrap-theme.css +347 -0
  36. data/public/dist/css/bootstrap-theme.css.map +1 -0
  37. data/public/dist/css/bootstrap-theme.min.css +7 -0
  38. data/public/dist/css/bootstrap.css +5831 -0
  39. data/public/dist/css/bootstrap.css.map +1 -0
  40. data/public/dist/css/bootstrap.min.css +7 -0
  41. data/public/dist/css/custom.css +20 -0
  42. data/public/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  43. data/public/dist/fonts/glyphicons-halflings-regular.svg +229 -0
  44. data/public/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  45. data/public/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  46. data/public/dist/js/bootstrap.js +1951 -0
  47. data/public/dist/js/bootstrap.min.js +6 -0
  48. data/public/docs/LICENSE +319 -0
  49. data/public/docs/_data/glyphicons.yml +203 -0
  50. data/public/docs/_data/showcase.yml +19 -0
  51. data/public/docs/_includes/ads.html +1 -0
  52. data/public/docs/_includes/customizer-variables.html +1690 -0
  53. data/public/docs/_includes/footer.html +70 -0
  54. data/public/docs/_includes/header.html +42 -0
  55. data/public/docs/_includes/nav-about.html +9 -0
  56. data/public/docs/_includes/nav-components.html +138 -0
  57. data/public/docs/_includes/nav-css.html +127 -0
  58. data/public/docs/_includes/nav-customize.html +46 -0
  59. data/public/docs/_includes/nav-getting-started.html +62 -0
  60. data/public/docs/_includes/nav-javascript.html +89 -0
  61. data/public/docs/_includes/nav-main.html +36 -0
  62. data/public/docs/_includes/nav-migration.html +12 -0
  63. data/public/docs/_includes/social-buttons.html +16 -0
  64. data/public/docs/_layouts/default.html +55 -0
  65. data/public/docs/_layouts/home.html +18 -0
  66. data/public/docs/about.html +149 -0
  67. data/public/docs/assets/css/docs.css +1394 -0
  68. data/public/docs/assets/css/docs.min.css +6 -0
  69. data/public/docs/assets/css/pygments-manni.css +66 -0
  70. data/public/docs/assets/ico/apple-touch-icon-144-precomposed.png +0 -0
  71. data/public/docs/assets/ico/favicon.ico +0 -0
  72. data/public/docs/assets/img/components.png +0 -0
  73. data/public/docs/assets/img/devices.png +0 -0
  74. data/public/docs/assets/img/sass-less.png +0 -0
  75. data/public/docs/assets/js/application.js +101 -0
  76. data/public/docs/assets/js/customize.min.js +49 -0
  77. data/public/docs/assets/js/customizer.js +348 -0
  78. data/public/docs/assets/js/docs.min.js +16 -0
  79. data/public/docs/assets/js/ie8-responsive-file-warning.js +12 -0
  80. data/public/docs/assets/js/raw-files.min.js +8 -0
  81. data/public/docs/assets/js/vendor/blob.js +166 -0
  82. data/public/docs/assets/js/vendor/filesaver.js +236 -0
  83. data/public/docs/assets/js/vendor/holder.js +645 -0
  84. data/public/docs/assets/js/vendor/jszip.js +1474 -0
  85. data/public/docs/assets/js/vendor/less.min.js +16 -0
  86. data/public/docs/assets/js/vendor/uglify.min.js +14 -0
  87. data/public/docs/components.html +3001 -0
  88. data/public/docs/css.html +3346 -0
  89. data/public/docs/customize.html +356 -0
  90. data/public/docs/customizer-nav.jade +15 -0
  91. data/public/docs/customizer-variables.jade +21 -0
  92. data/public/docs/dist/css/bootstrap-theme.css.map +1 -0
  93. data/public/docs/dist/css/bootstrap-theme.min.css +7 -0
  94. data/public/docs/dist/css/bootstrap.css.map +1 -0
  95. data/public/docs/dist/css/bootstrap.min.css +7 -0
  96. data/public/docs/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  97. data/public/docs/dist/fonts/glyphicons-halflings-regular.svg +229 -0
  98. data/public/docs/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  99. data/public/docs/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  100. data/public/docs/dist/js/bootstrap.min.js +7 -0
  101. data/public/docs/examples/blog/blog.css +168 -0
  102. data/public/docs/examples/blog/index.html +171 -0
  103. data/public/docs/examples/carousel/carousel.css +148 -0
  104. data/public/docs/examples/carousel/index.html +206 -0
  105. data/public/docs/examples/cover/cover.css +161 -0
  106. data/public/docs/examples/cover/index.html +75 -0
  107. data/public/docs/examples/dashboard/dashboard.css +93 -0
  108. data/public/docs/examples/dashboard/index.html +243 -0
  109. data/public/docs/examples/grid/grid.css +28 -0
  110. data/public/docs/examples/grid/index.html +152 -0
  111. data/public/docs/examples/jumbotron-narrow/index.html +82 -0
  112. data/public/docs/examples/jumbotron-narrow/jumbotron-narrow.css +79 -0
  113. data/public/docs/examples/jumbotron/index.html +99 -0
  114. data/public/docs/examples/jumbotron/jumbotron.css +5 -0
  115. data/public/docs/examples/justified-nav/index.html +84 -0
  116. data/public/docs/examples/justified-nav/justified-nav.css +88 -0
  117. data/public/docs/examples/navbar-fixed-top/index.html +91 -0
  118. data/public/docs/examples/navbar-fixed-top/navbar-fixed-top.css +4 -0
  119. data/public/docs/examples/navbar-static-top/index.html +92 -0
  120. data/public/docs/examples/navbar-static-top/navbar-static-top.css +7 -0
  121. data/public/docs/examples/navbar/index.html +90 -0
  122. data/public/docs/examples/navbar/navbar.css +8 -0
  123. data/public/docs/examples/non-responsive/index.html +105 -0
  124. data/public/docs/examples/non-responsive/non-responsive.css +120 -0
  125. data/public/docs/examples/offcanvas/index.html +130 -0
  126. data/public/docs/examples/offcanvas/offcanvas.css +51 -0
  127. data/public/docs/examples/offcanvas/offcanvas.js +5 -0
  128. data/public/docs/examples/screenshots/blog.jpg +0 -0
  129. data/public/docs/examples/screenshots/carousel.jpg +0 -0
  130. data/public/docs/examples/screenshots/cover.jpg +0 -0
  131. data/public/docs/examples/screenshots/dashboard.jpg +0 -0
  132. data/public/docs/examples/screenshots/grid.jpg +0 -0
  133. data/public/docs/examples/screenshots/jumbotron-narrow.jpg +0 -0
  134. data/public/docs/examples/screenshots/jumbotron.jpg +0 -0
  135. data/public/docs/examples/screenshots/justified-nav.jpg +0 -0
  136. data/public/docs/examples/screenshots/navbar-fixed.jpg +0 -0
  137. data/public/docs/examples/screenshots/navbar-static.jpg +0 -0
  138. data/public/docs/examples/screenshots/navbar.jpg +0 -0
  139. data/public/docs/examples/screenshots/non-responsive.jpg +0 -0
  140. data/public/docs/examples/screenshots/offcanvas.jpg +0 -0
  141. data/public/docs/examples/screenshots/sign-in.jpg +0 -0
  142. data/public/docs/examples/screenshots/starter-template.jpg +0 -0
  143. data/public/docs/examples/screenshots/sticky-footer-navbar.jpg +0 -0
  144. data/public/docs/examples/screenshots/sticky-footer.jpg +0 -0
  145. data/public/docs/examples/screenshots/theme.jpg +0 -0
  146. data/public/docs/examples/signin/index.html +50 -0
  147. data/public/docs/examples/signin/signin.css +40 -0
  148. data/public/docs/examples/starter-template/index.html +68 -0
  149. data/public/docs/examples/starter-template/starter-template.css +7 -0
  150. data/public/docs/examples/sticky-footer-navbar/index.html +91 -0
  151. data/public/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css +45 -0
  152. data/public/docs/examples/sticky-footer/index.html +55 -0
  153. data/public/docs/examples/sticky-footer/sticky-footer.css +38 -0
  154. data/public/docs/examples/theme/index.html +384 -0
  155. data/public/docs/examples/theme/theme.css +14 -0
  156. data/public/docs/getting-started.html +773 -0
  157. data/public/docs/grunt/bs-glyphicons-data-generator.js +33 -0
  158. data/public/docs/grunt/bs-lessdoc-parser.js +236 -0
  159. data/public/docs/grunt/bs-raw-files-generator.js +31 -0
  160. data/public/docs/index.html +72 -0
  161. data/public/docs/javascript.html +2141 -0
  162. data/public/docs/migration.html +423 -0
  163. data/public/fonts/glyphicons-halflings-regular.eot +0 -0
  164. data/public/fonts/glyphicons-halflings-regular.svg +229 -0
  165. data/public/fonts/glyphicons-halflings-regular.ttf +0 -0
  166. data/public/fonts/glyphicons-halflings-regular.woff +0 -0
  167. data/public/js/._exporting.js +0 -0
  168. data/public/js/._highcharts-all.js +0 -0
  169. data/public/js/._jquery-min.js +0 -0
  170. data/public/js/.jscs.json +15 -0
  171. data/public/js/.jshintrc +14 -0
  172. data/public/js/affix.js +137 -0
  173. data/public/js/alert.js +88 -0
  174. data/public/js/bootstrap.min.js +6 -0
  175. data/public/js/button.js +107 -0
  176. data/public/js/carousel.js +205 -0
  177. data/public/js/collapse.js +170 -0
  178. data/public/js/dropdown.js +147 -0
  179. data/public/js/highcharts.js +294 -0
  180. data/public/js/jquery-1.11.0.min.js +4 -0
  181. data/public/js/modal.js +243 -0
  182. data/public/js/popover.js +110 -0
  183. data/public/js/scrollspy.js +153 -0
  184. data/public/js/tab.js +125 -0
  185. data/public/js/tests/index.html +54 -0
  186. data/public/js/tests/unit/affix.js +50 -0
  187. data/public/js/tests/unit/alert.js +62 -0
  188. data/public/js/tests/unit/button.js +122 -0
  189. data/public/js/tests/unit/carousel.js +110 -0
  190. data/public/js/tests/unit/collapse.js +164 -0
  191. data/public/js/tests/unit/dropdown.js +218 -0
  192. data/public/js/tests/unit/modal.js +195 -0
  193. data/public/js/tests/unit/phantom.js +69 -0
  194. data/public/js/tests/unit/popover.js +133 -0
  195. data/public/js/tests/unit/scrollspy.js +36 -0
  196. data/public/js/tests/unit/tab.js +86 -0
  197. data/public/js/tests/unit/tooltip.js +432 -0
  198. data/public/js/tests/vendor/jquery.js +6 -0
  199. data/public/js/tests/vendor/qunit.css +245 -0
  200. data/public/js/tests/vendor/qunit.js +2210 -0
  201. data/public/js/tooltip.js +399 -0
  202. data/public/js/transition.js +48 -0
  203. data/public/less/.csscomb.json +297 -0
  204. data/public/less/.csslintrc +19 -0
  205. data/public/less/alerts.less +67 -0
  206. data/public/less/badges.less +55 -0
  207. data/public/less/bootstrap.less +49 -0
  208. data/public/less/breadcrumbs.less +26 -0
  209. data/public/less/button-groups.less +226 -0
  210. data/public/less/buttons.less +155 -0
  211. data/public/less/carousel.less +232 -0
  212. data/public/less/close.less +33 -0
  213. data/public/less/code.less +63 -0
  214. data/public/less/component-animations.less +29 -0
  215. data/public/less/dropdowns.less +213 -0
  216. data/public/less/forms.less +419 -0
  217. data/public/less/glyphicons.less +233 -0
  218. data/public/less/grid.less +100 -0
  219. data/public/less/input-groups.less +157 -0
  220. data/public/less/jumbotron.less +44 -0
  221. data/public/less/labels.less +64 -0
  222. data/public/less/list-group.less +110 -0
  223. data/public/less/media.less +56 -0
  224. data/public/less/mixins.less +926 -0
  225. data/public/less/modals.less +138 -0
  226. data/public/less/navbar.less +616 -0
  227. data/public/less/navs.less +242 -0
  228. data/public/less/normalize.less +423 -0
  229. data/public/less/pager.less +55 -0
  230. data/public/less/pagination.less +88 -0
  231. data/public/less/panels.less +230 -0
  232. data/public/less/popovers.less +133 -0
  233. data/public/less/print.less +101 -0
  234. data/public/less/progress-bars.less +80 -0
  235. data/public/less/responsive-utilities.less +93 -0
  236. data/public/less/scaffolding.less +134 -0
  237. data/public/less/tables.less +233 -0
  238. data/public/less/theme.less +247 -0
  239. data/public/less/thumbnails.less +36 -0
  240. data/public/less/tooltip.less +95 -0
  241. data/public/less/type.less +296 -0
  242. data/public/less/utilities.less +56 -0
  243. data/public/less/variables.less +827 -0
  244. data/public/less/wells.less +29 -0
  245. data/public/package.json +71 -0
  246. data/public/test-infra/README.md +100 -0
  247. data/public/test-infra/npm-shrinkwrap.canonical.json +1 -0
  248. data/public/test-infra/requirements.txt +1 -0
  249. data/public/test-infra/s3_cache.py +107 -0
  250. data/public/test-infra/sauce_browsers.yml +83 -0
  251. data/public/test-infra/shrinkwrap.js +24 -0
  252. data/public/test-infra/uncached-npm-install.sh +4 -0
  253. data/rvnstat.gemspec +26 -0
  254. data/rvnstat.yml +3 -0
  255. data/ss.png +0 -0
  256. data/untitled.txt +0 -0
  257. data/views/._hourly.erb +0 -0
  258. data/views/._index.erb +0 -0
  259. data/views/._live_traffic.erb +0 -0
  260. data/views/._monthly.erb +0 -0
  261. data/views/._top_ten.erb +0 -0
  262. data/views/day_detail.erb +44 -0
  263. data/views/day_total.erb +42 -0
  264. data/views/graph_test.erb +2 -0
  265. data/views/hourly.erb +19 -0
  266. data/views/index.erb +71 -0
  267. data/views/layout.erb +28 -0
  268. data/views/live_traffic.erb +57 -0
  269. data/views/monthly.erb +21 -0
  270. data/views/top_ten.erb +21 -0
  271. metadata +385 -0
@@ -0,0 +1,233 @@
1
+ //
2
+ // Glyphicons for Bootstrap
3
+ //
4
+ // Since icons are fonts, they can be placed anywhere text is placed and are
5
+ // thus automatically sized to match the surrounding child. To use, create an
6
+ // inline element with the appropriate classes, like so:
7
+ //
8
+ // <a href="#"><span class="glyphicon glyphicon-star"></span> Star</a>
9
+
10
+ // Import the fonts
11
+ @font-face {
12
+ font-family: 'Glyphicons Halflings';
13
+ src: ~"url('@{icon-font-path}@{icon-font-name}.eot')";
14
+ src: ~"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')",
15
+ ~"url('@{icon-font-path}@{icon-font-name}.woff') format('woff')",
16
+ ~"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')",
17
+ ~"url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg')";
18
+ }
19
+
20
+ // Catchall baseclass
21
+ .glyphicon {
22
+ position: relative;
23
+ top: 1px;
24
+ display: inline-block;
25
+ font-family: 'Glyphicons Halflings';
26
+ font-style: normal;
27
+ font-weight: normal;
28
+ line-height: 1;
29
+ -webkit-font-smoothing: antialiased;
30
+ -moz-osx-font-smoothing: grayscale;
31
+ }
32
+
33
+ // Individual icons
34
+ .glyphicon-asterisk { &:before { content: "\2a"; } }
35
+ .glyphicon-plus { &:before { content: "\2b"; } }
36
+ .glyphicon-euro { &:before { content: "\20ac"; } }
37
+ .glyphicon-minus { &:before { content: "\2212"; } }
38
+ .glyphicon-cloud { &:before { content: "\2601"; } }
39
+ .glyphicon-envelope { &:before { content: "\2709"; } }
40
+ .glyphicon-pencil { &:before { content: "\270f"; } }
41
+ .glyphicon-glass { &:before { content: "\e001"; } }
42
+ .glyphicon-music { &:before { content: "\e002"; } }
43
+ .glyphicon-search { &:before { content: "\e003"; } }
44
+ .glyphicon-heart { &:before { content: "\e005"; } }
45
+ .glyphicon-star { &:before { content: "\e006"; } }
46
+ .glyphicon-star-empty { &:before { content: "\e007"; } }
47
+ .glyphicon-user { &:before { content: "\e008"; } }
48
+ .glyphicon-film { &:before { content: "\e009"; } }
49
+ .glyphicon-th-large { &:before { content: "\e010"; } }
50
+ .glyphicon-th { &:before { content: "\e011"; } }
51
+ .glyphicon-th-list { &:before { content: "\e012"; } }
52
+ .glyphicon-ok { &:before { content: "\e013"; } }
53
+ .glyphicon-remove { &:before { content: "\e014"; } }
54
+ .glyphicon-zoom-in { &:before { content: "\e015"; } }
55
+ .glyphicon-zoom-out { &:before { content: "\e016"; } }
56
+ .glyphicon-off { &:before { content: "\e017"; } }
57
+ .glyphicon-signal { &:before { content: "\e018"; } }
58
+ .glyphicon-cog { &:before { content: "\e019"; } }
59
+ .glyphicon-trash { &:before { content: "\e020"; } }
60
+ .glyphicon-home { &:before { content: "\e021"; } }
61
+ .glyphicon-file { &:before { content: "\e022"; } }
62
+ .glyphicon-time { &:before { content: "\e023"; } }
63
+ .glyphicon-road { &:before { content: "\e024"; } }
64
+ .glyphicon-download-alt { &:before { content: "\e025"; } }
65
+ .glyphicon-download { &:before { content: "\e026"; } }
66
+ .glyphicon-upload { &:before { content: "\e027"; } }
67
+ .glyphicon-inbox { &:before { content: "\e028"; } }
68
+ .glyphicon-play-circle { &:before { content: "\e029"; } }
69
+ .glyphicon-repeat { &:before { content: "\e030"; } }
70
+ .glyphicon-refresh { &:before { content: "\e031"; } }
71
+ .glyphicon-list-alt { &:before { content: "\e032"; } }
72
+ .glyphicon-lock { &:before { content: "\e033"; } }
73
+ .glyphicon-flag { &:before { content: "\e034"; } }
74
+ .glyphicon-headphones { &:before { content: "\e035"; } }
75
+ .glyphicon-volume-off { &:before { content: "\e036"; } }
76
+ .glyphicon-volume-down { &:before { content: "\e037"; } }
77
+ .glyphicon-volume-up { &:before { content: "\e038"; } }
78
+ .glyphicon-qrcode { &:before { content: "\e039"; } }
79
+ .glyphicon-barcode { &:before { content: "\e040"; } }
80
+ .glyphicon-tag { &:before { content: "\e041"; } }
81
+ .glyphicon-tags { &:before { content: "\e042"; } }
82
+ .glyphicon-book { &:before { content: "\e043"; } }
83
+ .glyphicon-bookmark { &:before { content: "\e044"; } }
84
+ .glyphicon-print { &:before { content: "\e045"; } }
85
+ .glyphicon-camera { &:before { content: "\e046"; } }
86
+ .glyphicon-font { &:before { content: "\e047"; } }
87
+ .glyphicon-bold { &:before { content: "\e048"; } }
88
+ .glyphicon-italic { &:before { content: "\e049"; } }
89
+ .glyphicon-text-height { &:before { content: "\e050"; } }
90
+ .glyphicon-text-width { &:before { content: "\e051"; } }
91
+ .glyphicon-align-left { &:before { content: "\e052"; } }
92
+ .glyphicon-align-center { &:before { content: "\e053"; } }
93
+ .glyphicon-align-right { &:before { content: "\e054"; } }
94
+ .glyphicon-align-justify { &:before { content: "\e055"; } }
95
+ .glyphicon-list { &:before { content: "\e056"; } }
96
+ .glyphicon-indent-left { &:before { content: "\e057"; } }
97
+ .glyphicon-indent-right { &:before { content: "\e058"; } }
98
+ .glyphicon-facetime-video { &:before { content: "\e059"; } }
99
+ .glyphicon-picture { &:before { content: "\e060"; } }
100
+ .glyphicon-map-marker { &:before { content: "\e062"; } }
101
+ .glyphicon-adjust { &:before { content: "\e063"; } }
102
+ .glyphicon-tint { &:before { content: "\e064"; } }
103
+ .glyphicon-edit { &:before { content: "\e065"; } }
104
+ .glyphicon-share { &:before { content: "\e066"; } }
105
+ .glyphicon-check { &:before { content: "\e067"; } }
106
+ .glyphicon-move { &:before { content: "\e068"; } }
107
+ .glyphicon-step-backward { &:before { content: "\e069"; } }
108
+ .glyphicon-fast-backward { &:before { content: "\e070"; } }
109
+ .glyphicon-backward { &:before { content: "\e071"; } }
110
+ .glyphicon-play { &:before { content: "\e072"; } }
111
+ .glyphicon-pause { &:before { content: "\e073"; } }
112
+ .glyphicon-stop { &:before { content: "\e074"; } }
113
+ .glyphicon-forward { &:before { content: "\e075"; } }
114
+ .glyphicon-fast-forward { &:before { content: "\e076"; } }
115
+ .glyphicon-step-forward { &:before { content: "\e077"; } }
116
+ .glyphicon-eject { &:before { content: "\e078"; } }
117
+ .glyphicon-chevron-left { &:before { content: "\e079"; } }
118
+ .glyphicon-chevron-right { &:before { content: "\e080"; } }
119
+ .glyphicon-plus-sign { &:before { content: "\e081"; } }
120
+ .glyphicon-minus-sign { &:before { content: "\e082"; } }
121
+ .glyphicon-remove-sign { &:before { content: "\e083"; } }
122
+ .glyphicon-ok-sign { &:before { content: "\e084"; } }
123
+ .glyphicon-question-sign { &:before { content: "\e085"; } }
124
+ .glyphicon-info-sign { &:before { content: "\e086"; } }
125
+ .glyphicon-screenshot { &:before { content: "\e087"; } }
126
+ .glyphicon-remove-circle { &:before { content: "\e088"; } }
127
+ .glyphicon-ok-circle { &:before { content: "\e089"; } }
128
+ .glyphicon-ban-circle { &:before { content: "\e090"; } }
129
+ .glyphicon-arrow-left { &:before { content: "\e091"; } }
130
+ .glyphicon-arrow-right { &:before { content: "\e092"; } }
131
+ .glyphicon-arrow-up { &:before { content: "\e093"; } }
132
+ .glyphicon-arrow-down { &:before { content: "\e094"; } }
133
+ .glyphicon-share-alt { &:before { content: "\e095"; } }
134
+ .glyphicon-resize-full { &:before { content: "\e096"; } }
135
+ .glyphicon-resize-small { &:before { content: "\e097"; } }
136
+ .glyphicon-exclamation-sign { &:before { content: "\e101"; } }
137
+ .glyphicon-gift { &:before { content: "\e102"; } }
138
+ .glyphicon-leaf { &:before { content: "\e103"; } }
139
+ .glyphicon-fire { &:before { content: "\e104"; } }
140
+ .glyphicon-eye-open { &:before { content: "\e105"; } }
141
+ .glyphicon-eye-close { &:before { content: "\e106"; } }
142
+ .glyphicon-warning-sign { &:before { content: "\e107"; } }
143
+ .glyphicon-plane { &:before { content: "\e108"; } }
144
+ .glyphicon-calendar { &:before { content: "\e109"; } }
145
+ .glyphicon-random { &:before { content: "\e110"; } }
146
+ .glyphicon-comment { &:before { content: "\e111"; } }
147
+ .glyphicon-magnet { &:before { content: "\e112"; } }
148
+ .glyphicon-chevron-up { &:before { content: "\e113"; } }
149
+ .glyphicon-chevron-down { &:before { content: "\e114"; } }
150
+ .glyphicon-retweet { &:before { content: "\e115"; } }
151
+ .glyphicon-shopping-cart { &:before { content: "\e116"; } }
152
+ .glyphicon-folder-close { &:before { content: "\e117"; } }
153
+ .glyphicon-folder-open { &:before { content: "\e118"; } }
154
+ .glyphicon-resize-vertical { &:before { content: "\e119"; } }
155
+ .glyphicon-resize-horizontal { &:before { content: "\e120"; } }
156
+ .glyphicon-hdd { &:before { content: "\e121"; } }
157
+ .glyphicon-bullhorn { &:before { content: "\e122"; } }
158
+ .glyphicon-bell { &:before { content: "\e123"; } }
159
+ .glyphicon-certificate { &:before { content: "\e124"; } }
160
+ .glyphicon-thumbs-up { &:before { content: "\e125"; } }
161
+ .glyphicon-thumbs-down { &:before { content: "\e126"; } }
162
+ .glyphicon-hand-right { &:before { content: "\e127"; } }
163
+ .glyphicon-hand-left { &:before { content: "\e128"; } }
164
+ .glyphicon-hand-up { &:before { content: "\e129"; } }
165
+ .glyphicon-hand-down { &:before { content: "\e130"; } }
166
+ .glyphicon-circle-arrow-right { &:before { content: "\e131"; } }
167
+ .glyphicon-circle-arrow-left { &:before { content: "\e132"; } }
168
+ .glyphicon-circle-arrow-up { &:before { content: "\e133"; } }
169
+ .glyphicon-circle-arrow-down { &:before { content: "\e134"; } }
170
+ .glyphicon-globe { &:before { content: "\e135"; } }
171
+ .glyphicon-wrench { &:before { content: "\e136"; } }
172
+ .glyphicon-tasks { &:before { content: "\e137"; } }
173
+ .glyphicon-filter { &:before { content: "\e138"; } }
174
+ .glyphicon-briefcase { &:before { content: "\e139"; } }
175
+ .glyphicon-fullscreen { &:before { content: "\e140"; } }
176
+ .glyphicon-dashboard { &:before { content: "\e141"; } }
177
+ .glyphicon-paperclip { &:before { content: "\e142"; } }
178
+ .glyphicon-heart-empty { &:before { content: "\e143"; } }
179
+ .glyphicon-link { &:before { content: "\e144"; } }
180
+ .glyphicon-phone { &:before { content: "\e145"; } }
181
+ .glyphicon-pushpin { &:before { content: "\e146"; } }
182
+ .glyphicon-usd { &:before { content: "\e148"; } }
183
+ .glyphicon-gbp { &:before { content: "\e149"; } }
184
+ .glyphicon-sort { &:before { content: "\e150"; } }
185
+ .glyphicon-sort-by-alphabet { &:before { content: "\e151"; } }
186
+ .glyphicon-sort-by-alphabet-alt { &:before { content: "\e152"; } }
187
+ .glyphicon-sort-by-order { &:before { content: "\e153"; } }
188
+ .glyphicon-sort-by-order-alt { &:before { content: "\e154"; } }
189
+ .glyphicon-sort-by-attributes { &:before { content: "\e155"; } }
190
+ .glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
191
+ .glyphicon-unchecked { &:before { content: "\e157"; } }
192
+ .glyphicon-expand { &:before { content: "\e158"; } }
193
+ .glyphicon-collapse-down { &:before { content: "\e159"; } }
194
+ .glyphicon-collapse-up { &:before { content: "\e160"; } }
195
+ .glyphicon-log-in { &:before { content: "\e161"; } }
196
+ .glyphicon-flash { &:before { content: "\e162"; } }
197
+ .glyphicon-log-out { &:before { content: "\e163"; } }
198
+ .glyphicon-new-window { &:before { content: "\e164"; } }
199
+ .glyphicon-record { &:before { content: "\e165"; } }
200
+ .glyphicon-save { &:before { content: "\e166"; } }
201
+ .glyphicon-open { &:before { content: "\e167"; } }
202
+ .glyphicon-saved { &:before { content: "\e168"; } }
203
+ .glyphicon-import { &:before { content: "\e169"; } }
204
+ .glyphicon-export { &:before { content: "\e170"; } }
205
+ .glyphicon-send { &:before { content: "\e171"; } }
206
+ .glyphicon-floppy-disk { &:before { content: "\e172"; } }
207
+ .glyphicon-floppy-saved { &:before { content: "\e173"; } }
208
+ .glyphicon-floppy-remove { &:before { content: "\e174"; } }
209
+ .glyphicon-floppy-save { &:before { content: "\e175"; } }
210
+ .glyphicon-floppy-open { &:before { content: "\e176"; } }
211
+ .glyphicon-credit-card { &:before { content: "\e177"; } }
212
+ .glyphicon-transfer { &:before { content: "\e178"; } }
213
+ .glyphicon-cutlery { &:before { content: "\e179"; } }
214
+ .glyphicon-header { &:before { content: "\e180"; } }
215
+ .glyphicon-compressed { &:before { content: "\e181"; } }
216
+ .glyphicon-earphone { &:before { content: "\e182"; } }
217
+ .glyphicon-phone-alt { &:before { content: "\e183"; } }
218
+ .glyphicon-tower { &:before { content: "\e184"; } }
219
+ .glyphicon-stats { &:before { content: "\e185"; } }
220
+ .glyphicon-sd-video { &:before { content: "\e186"; } }
221
+ .glyphicon-hd-video { &:before { content: "\e187"; } }
222
+ .glyphicon-subtitles { &:before { content: "\e188"; } }
223
+ .glyphicon-sound-stereo { &:before { content: "\e189"; } }
224
+ .glyphicon-sound-dolby { &:before { content: "\e190"; } }
225
+ .glyphicon-sound-5-1 { &:before { content: "\e191"; } }
226
+ .glyphicon-sound-6-1 { &:before { content: "\e192"; } }
227
+ .glyphicon-sound-7-1 { &:before { content: "\e193"; } }
228
+ .glyphicon-copyright-mark { &:before { content: "\e194"; } }
229
+ .glyphicon-registration-mark { &:before { content: "\e195"; } }
230
+ .glyphicon-cloud-download { &:before { content: "\e197"; } }
231
+ .glyphicon-cloud-upload { &:before { content: "\e198"; } }
232
+ .glyphicon-tree-conifer { &:before { content: "\e199"; } }
233
+ .glyphicon-tree-deciduous { &:before { content: "\e200"; } }
@@ -0,0 +1,100 @@
1
+ //
2
+ // Grid system
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Container widths
7
+ //
8
+ // Set the container width, and override it for fixed navbars in media queries.
9
+
10
+ .container {
11
+ .container-fixed();
12
+
13
+ @media (min-width: @screen-sm-min) {
14
+ width: @container-sm;
15
+ }
16
+ @media (min-width: @screen-md-min) {
17
+ width: @container-md;
18
+ }
19
+ @media (min-width: @screen-lg-min) {
20
+ width: @container-lg;
21
+ }
22
+ }
23
+
24
+
25
+ // Fluid container
26
+ //
27
+ // Utilizes the mixin meant for fixed width containers, but without any defined
28
+ // width for fluid, full width layouts.
29
+
30
+ .container-fluid {
31
+ .container-fixed();
32
+ }
33
+
34
+
35
+ // Row
36
+ //
37
+ // Rows contain and clear the floats of your columns.
38
+
39
+ .row {
40
+ .make-row();
41
+ }
42
+
43
+
44
+ // Columns
45
+ //
46
+ // Common styles for small and large grid columns
47
+
48
+ .make-grid-columns();
49
+
50
+
51
+ // Extra small grid
52
+ //
53
+ // Columns, offsets, pushes, and pulls for extra small devices like
54
+ // smartphones.
55
+
56
+ .make-grid-columns-float(xs);
57
+ .make-grid(@grid-columns, xs, width);
58
+ .make-grid(@grid-columns, xs, pull);
59
+ .make-grid(@grid-columns, xs, push);
60
+ .make-grid(@grid-columns, xs, offset);
61
+
62
+
63
+ // Small grid
64
+ //
65
+ // Columns, offsets, pushes, and pulls for the small device range, from phones
66
+ // to tablets.
67
+
68
+ @media (min-width: @screen-sm-min) {
69
+ .make-grid-columns-float(sm);
70
+ .make-grid(@grid-columns, sm, width);
71
+ .make-grid(@grid-columns, sm, pull);
72
+ .make-grid(@grid-columns, sm, push);
73
+ .make-grid(@grid-columns, sm, offset);
74
+ }
75
+
76
+
77
+ // Medium grid
78
+ //
79
+ // Columns, offsets, pushes, and pulls for the desktop device range.
80
+
81
+ @media (min-width: @screen-md-min) {
82
+ .make-grid-columns-float(md);
83
+ .make-grid(@grid-columns, md, width);
84
+ .make-grid(@grid-columns, md, pull);
85
+ .make-grid(@grid-columns, md, push);
86
+ .make-grid(@grid-columns, md, offset);
87
+ }
88
+
89
+
90
+ // Large grid
91
+ //
92
+ // Columns, offsets, pushes, and pulls for the large desktop device range.
93
+
94
+ @media (min-width: @screen-lg-min) {
95
+ .make-grid-columns-float(lg);
96
+ .make-grid(@grid-columns, lg, width);
97
+ .make-grid(@grid-columns, lg, pull);
98
+ .make-grid(@grid-columns, lg, push);
99
+ .make-grid(@grid-columns, lg, offset);
100
+ }
@@ -0,0 +1,157 @@
1
+ //
2
+ // Input groups
3
+ // --------------------------------------------------
4
+
5
+ // Base styles
6
+ // -------------------------
7
+ .input-group {
8
+ position: relative; // For dropdowns
9
+ display: table;
10
+ border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table
11
+
12
+ // Undo padding and float of grid classes
13
+ &[class*="col-"] {
14
+ float: none;
15
+ padding-left: 0;
16
+ padding-right: 0;
17
+ }
18
+
19
+ .form-control {
20
+ // IE9 fubars the placeholder attribute in text inputs and the arrows on
21
+ // select elements in input groups. To fix it, we float the input. Details:
22
+ // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855
23
+ float: left;
24
+
25
+ width: 100%;
26
+ margin-bottom: 0;
27
+ }
28
+ }
29
+
30
+ // Sizing options
31
+ //
32
+ // Remix the default form control sizing classes into new ones for easier
33
+ // manipulation.
34
+
35
+ .input-group-lg > .form-control,
36
+ .input-group-lg > .input-group-addon,
37
+ .input-group-lg > .input-group-btn > .btn { .input-lg(); }
38
+ .input-group-sm > .form-control,
39
+ .input-group-sm > .input-group-addon,
40
+ .input-group-sm > .input-group-btn > .btn { .input-sm(); }
41
+
42
+
43
+ // Display as table-cell
44
+ // -------------------------
45
+ .input-group-addon,
46
+ .input-group-btn,
47
+ .input-group .form-control {
48
+ display: table-cell;
49
+
50
+ &:not(:first-child):not(:last-child) {
51
+ border-radius: 0;
52
+ }
53
+ }
54
+ // Addon and addon wrapper for buttons
55
+ .input-group-addon,
56
+ .input-group-btn {
57
+ width: 1%;
58
+ white-space: nowrap;
59
+ vertical-align: middle; // Match the inputs
60
+ }
61
+
62
+ // Text input groups
63
+ // -------------------------
64
+ .input-group-addon {
65
+ padding: @padding-base-vertical @padding-base-horizontal;
66
+ font-size: @font-size-base;
67
+ font-weight: normal;
68
+ line-height: 1;
69
+ color: @input-color;
70
+ text-align: center;
71
+ background-color: @input-group-addon-bg;
72
+ border: 1px solid @input-group-addon-border-color;
73
+ border-radius: @border-radius-base;
74
+
75
+ // Sizing
76
+ &.input-sm {
77
+ padding: @padding-small-vertical @padding-small-horizontal;
78
+ font-size: @font-size-small;
79
+ border-radius: @border-radius-small;
80
+ }
81
+ &.input-lg {
82
+ padding: @padding-large-vertical @padding-large-horizontal;
83
+ font-size: @font-size-large;
84
+ border-radius: @border-radius-large;
85
+ }
86
+
87
+ // Nuke default margins from checkboxes and radios to vertically center within.
88
+ input[type="radio"],
89
+ input[type="checkbox"] {
90
+ margin-top: 0;
91
+ }
92
+ }
93
+
94
+ // Reset rounded corners
95
+ .input-group .form-control:first-child,
96
+ .input-group-addon:first-child,
97
+ .input-group-btn:first-child > .btn,
98
+ .input-group-btn:first-child > .btn-group > .btn,
99
+ .input-group-btn:first-child > .dropdown-toggle,
100
+ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
101
+ .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
102
+ .border-right-radius(0);
103
+ }
104
+ .input-group-addon:first-child {
105
+ border-right: 0;
106
+ }
107
+ .input-group .form-control:last-child,
108
+ .input-group-addon:last-child,
109
+ .input-group-btn:last-child > .btn,
110
+ .input-group-btn:last-child > .btn-group > .btn,
111
+ .input-group-btn:last-child > .dropdown-toggle,
112
+ .input-group-btn:first-child > .btn:not(:first-child),
113
+ .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
114
+ .border-left-radius(0);
115
+ }
116
+ .input-group-addon:last-child {
117
+ border-left: 0;
118
+ }
119
+
120
+ // Button input groups
121
+ // -------------------------
122
+ .input-group-btn {
123
+ position: relative;
124
+ // Jankily prevent input button groups from wrapping with `white-space` and
125
+ // `font-size` in combination with `inline-block` on buttons.
126
+ font-size: 0;
127
+ white-space: nowrap;
128
+
129
+ // Negative margin for spacing, position for bringing hovered/focused/actived
130
+ // element above the siblings.
131
+ > .btn {
132
+ position: relative;
133
+ + .btn {
134
+ margin-left: -1px;
135
+ }
136
+ // Bring the "active" button to the front
137
+ &:hover,
138
+ &:focus,
139
+ &:active {
140
+ z-index: 2;
141
+ }
142
+ }
143
+
144
+ // Negative margin to only have a 1px border between the two
145
+ &:first-child {
146
+ > .btn,
147
+ > .btn-group {
148
+ margin-right: -1px;
149
+ }
150
+ }
151
+ &:last-child {
152
+ > .btn,
153
+ > .btn-group {
154
+ margin-left: -1px;
155
+ }
156
+ }
157
+ }