j1m_theme 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +21 -0
  3. data/README.md +41 -0
  4. data/_data/modules/default/j1_theme-0.0.1/j1_bs_theme_switcher.yml +163 -0
  5. data/_data/resources/default/j1_theme-0.0.1/resource.yml +24 -0
  6. data/assets/data/themes.json +36 -0
  7. data/assets/themes/j1/bs_theme_switcher/LICENSE.md +21 -0
  8. data/assets/themes/j1/bs_theme_switcher/README.md +158 -0
  9. data/assets/themes/j1/bs_theme_switcher/examples/css/bootstrap.css +6760 -0
  10. data/assets/themes/j1/bs_theme_switcher/examples/css/bootstrap.css.map +1 -0
  11. data/assets/themes/j1/bs_theme_switcher/examples/css/bootstrap.min.css +6 -0
  12. data/assets/themes/j1/bs_theme_switcher/examples/css/bootstrap.min.css.map +1 -0
  13. data/assets/themes/j1/bs_theme_switcher/examples/js/bootstrap.min.js +12 -0
  14. data/assets/themes/j1/bs_theme_switcher/examples/js/bootstrapThemeSwitcher.js +314 -0
  15. data/assets/themes/j1/bs_theme_switcher/examples/js/jquery-1.11.1.min.js +6 -0
  16. data/assets/themes/j1/bs_theme_switcher/examples/js/jquery.cookie.js +90 -0
  17. data/assets/themes/j1/bs_theme_switcher/examples/thememenu.html +1198 -0
  18. data/assets/themes/j1/bs_theme_switcher/examples/themes.all.json +21 -0
  19. data/assets/themes/j1/bs_theme_switcher/examples/themes.json +13 -0
  20. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/_bootswatch.scss +131 -0
  21. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/_variables.scss +870 -0
  22. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/bootstrap.css +6904 -0
  23. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/bootstrap.min.css +11 -0
  24. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/bootswatch.less +131 -0
  25. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/index.html +1279 -0
  26. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/thumbnail.png +0 -0
  27. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/variables.json +14 -0
  28. data/assets/themes/j1/bs_theme_switcher/examples/themes/cerulean/variables.less +869 -0
  29. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/_bootswatch.scss +262 -0
  30. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/_variables.scss +870 -0
  31. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/bootstrap.css +6939 -0
  32. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/bootstrap.min.css +11 -0
  33. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/bootswatch.less +266 -0
  34. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/index.html +1299 -0
  35. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/thumbnail.png +0 -0
  36. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/variables.json +14 -0
  37. data/assets/themes/j1/bs_theme_switcher/examples/themes/cosmo/variables.less +869 -0
  38. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/_bootswatch.scss +242 -0
  39. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/_variables.scss +870 -0
  40. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/bootstrap.css +6929 -0
  41. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/bootstrap.min.css +11 -0
  42. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/bootswatch.less +246 -0
  43. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/index.html +1299 -0
  44. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/thumbnail.png +0 -0
  45. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/variables.json +14 -0
  46. data/assets/themes/j1/bs_theme_switcher/examples/themes/cyborg/variables.less +869 -0
  47. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/_bootswatch.scss +351 -0
  48. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/_variables.scss +870 -0
  49. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/bootstrap.css +7049 -0
  50. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/bootstrap.min.css +11 -0
  51. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/bootswatch.less +355 -0
  52. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/index.html +1299 -0
  53. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/thumbnail.png +0 -0
  54. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/variables.json +14 -0
  55. data/assets/themes/j1/bs_theme_switcher/examples/themes/darkly/variables.less +869 -0
  56. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/_bootswatch.scss +330 -0
  57. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/_variables.scss +870 -0
  58. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/bootstrap.css +7025 -0
  59. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/bootstrap.min.css +11 -0
  60. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/bootswatch.less +334 -0
  61. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/index.html +1299 -0
  62. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/thumbnail.png +0 -0
  63. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/variables.json +14 -0
  64. data/assets/themes/j1/bs_theme_switcher/examples/themes/flatly/variables.less +869 -0
  65. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/_bootswatch.scss +145 -0
  66. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/_variables.scss +870 -0
  67. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/bootstrap.css +6851 -0
  68. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/bootstrap.min.css +11 -0
  69. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/bootswatch.less +149 -0
  70. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/index.html +1299 -0
  71. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/thumbnail.png +0 -0
  72. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/variables.json +14 -0
  73. data/assets/themes/j1/bs_theme_switcher/examples/themes/journal/variables.less +869 -0
  74. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/_bootswatch.scss +523 -0
  75. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/_variables.scss +870 -0
  76. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/bootstrap.css +7176 -0
  77. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/bootstrap.min.css +11 -0
  78. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/bootswatch.less +527 -0
  79. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/index.html +1299 -0
  80. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/thumbnail.png +0 -0
  81. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/variables.json +14 -0
  82. data/assets/themes/j1/bs_theme_switcher/examples/themes/lumen/variables.less +869 -0
  83. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/_bootswatch.scss +619 -0
  84. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/_variables.scss +870 -0
  85. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/bootstrap.css +7523 -0
  86. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/bootstrap.min.css +11 -0
  87. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/bootswatch.less +623 -0
  88. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/index.html +1299 -0
  89. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/thumbnail.png +0 -0
  90. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/variables.json +14 -0
  91. data/assets/themes/j1/bs_theme_switcher/examples/themes/paper/variables.less +869 -0
  92. data/assets/themes/j1/bs_theme_switcher/js/bs_theme_switcher.js +325 -0
  93. data/assets/themes/j1/bs_theme_switcher/js/bs_theme_switcher.min.js +9 -0
  94. data/assets/themes/j1/bs_theme_switcher/preview.adoc +1086 -0
  95. data/assets/themes/j1/bs_theme_switcher/themes.all.json +60 -0
  96. data/assets/themes/j1/bs_theme_switcher/themes.json +38 -0
  97. data/assets/themes/j1/bs_theme_switcher/themes/.DS_Store +0 -0
  98. data/assets/themes/j1/bs_theme_switcher/themes/._.DS_Store +0 -0
  99. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/_bootswatch.scss +131 -0
  100. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/_variables.scss +870 -0
  101. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/bootstrap.css +6904 -0
  102. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/bootstrap.min.css +11 -0
  103. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/bootswatch.less +131 -0
  104. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/index.html +1279 -0
  105. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/thumbnail.png +0 -0
  106. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/variables.json +14 -0
  107. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cerulean/variables.less +869 -0
  108. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/_bootswatch.scss +262 -0
  109. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/_variables.scss +870 -0
  110. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/bootstrap.css +6939 -0
  111. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/bootstrap.min.css +11 -0
  112. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/bootswatch.less +266 -0
  113. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/index.html +1299 -0
  114. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/thumbnail.png +0 -0
  115. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/variables.json +14 -0
  116. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cosmo/variables.less +869 -0
  117. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/_bootswatch.scss +242 -0
  118. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/_variables.scss +870 -0
  119. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/bootstrap.css +6929 -0
  120. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/bootstrap.min.css +11 -0
  121. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/bootswatch.less +246 -0
  122. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/index.html +1299 -0
  123. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/thumbnail.png +0 -0
  124. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/variables.json +14 -0
  125. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/cyborg/variables.less +869 -0
  126. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/_bootswatch.scss +351 -0
  127. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/_variables.scss +870 -0
  128. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/bootstrap.css +7049 -0
  129. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/bootstrap.min.css +11 -0
  130. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/bootswatch.less +355 -0
  131. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/index.html +1299 -0
  132. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/thumbnail.png +0 -0
  133. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/variables.json +14 -0
  134. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/darkly/variables.less +869 -0
  135. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/_bootswatch.scss +330 -0
  136. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/_variables.scss +870 -0
  137. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/bootstrap.css +7025 -0
  138. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/bootstrap.min.css +11 -0
  139. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/bootswatch.less +334 -0
  140. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/index.html +1299 -0
  141. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/thumbnail.png +0 -0
  142. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/variables.json +14 -0
  143. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/flatly/variables.less +869 -0
  144. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/_bootswatch.scss +145 -0
  145. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/_variables.scss +870 -0
  146. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/bootstrap.css +6851 -0
  147. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/bootstrap.min.css +11 -0
  148. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/bootswatch.less +149 -0
  149. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/index.html +1299 -0
  150. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/thumbnail.png +0 -0
  151. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/variables.json +14 -0
  152. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/journal/variables.less +869 -0
  153. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/_bootswatch.scss +523 -0
  154. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/_variables.scss +870 -0
  155. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/bootstrap.css +7176 -0
  156. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/bootstrap.min.css +11 -0
  157. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/bootswatch.less +527 -0
  158. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/index.html +1299 -0
  159. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/thumbnail.png +0 -0
  160. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/variables.json +14 -0
  161. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/lumen/variables.less +869 -0
  162. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/_bootswatch.scss +619 -0
  163. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/_variables.scss +870 -0
  164. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/bootstrap.css +7523 -0
  165. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/bootstrap.min.css +11 -0
  166. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/bootswatch.less +623 -0
  167. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/index.html +1299 -0
  168. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/thumbnail.png +0 -0
  169. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/variables.json +14 -0
  170. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/paper/variables.less +869 -0
  171. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/_bootswatch.scss +183 -0
  172. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/_variables.scss +870 -0
  173. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/bootstrap.css +6875 -0
  174. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/bootstrap.min.css +11 -0
  175. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/bootswatch.less +187 -0
  176. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/index.html +1299 -0
  177. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/thumbnail.png +0 -0
  178. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/variables.json +14 -0
  179. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/readable/variables.less +869 -0
  180. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/_bootswatch.scss +195 -0
  181. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/_variables.scss +870 -0
  182. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/bootstrap.css +6913 -0
  183. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/bootstrap.min.css +11 -0
  184. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/bootswatch.less +199 -0
  185. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/index.html +1299 -0
  186. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/thumbnail.png +0 -0
  187. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/variables.json +14 -0
  188. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/sandstone/variables.less +869 -0
  189. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/_bootswatch.scss +170 -0
  190. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/_variables.scss +870 -0
  191. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/bootstrap.css +6913 -0
  192. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/bootstrap.min.css +11 -0
  193. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/bootswatch.less +174 -0
  194. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/index.html +1299 -0
  195. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/thumbnail.png +0 -0
  196. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/variables.json +14 -0
  197. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/simplex/variables.less +869 -0
  198. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/_bootswatch.scss +448 -0
  199. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/_variables.scss +870 -0
  200. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/bootstrap.css +7271 -0
  201. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/bootstrap.min.css +11 -0
  202. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/bootswatch.less +448 -0
  203. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/index.html +1299 -0
  204. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/thumbnail.png +0 -0
  205. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/variables.json +14 -0
  206. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/slate/variables.less +869 -0
  207. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/_bootswatch.scss +142 -0
  208. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/_variables.scss +870 -0
  209. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/bootstrap.css +6961 -0
  210. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/bootstrap.min.css +11 -0
  211. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/bootswatch.less +146 -0
  212. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/index.html +1299 -0
  213. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/thumbnail.png +0 -0
  214. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/variables.json +14 -0
  215. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/spacelab/variables.less +869 -0
  216. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/_bootswatch.scss +360 -0
  217. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/_variables.scss +870 -0
  218. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/bootstrap.css +7009 -0
  219. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/bootstrap.min.css +11 -0
  220. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/bootswatch.less +364 -0
  221. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/index.html +1299 -0
  222. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/thumbnail.png +0 -0
  223. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/variables.json +14 -0
  224. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/superhero/variables.less +869 -0
  225. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/_bootswatch.scss +42 -0
  226. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/_variables.scss +861 -0
  227. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/bootstrap.css +6588 -0
  228. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/bootstrap.min.css +7 -0
  229. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/bootswatch.less +42 -0
  230. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/index.html +1281 -0
  231. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/thumbnail.png +0 -0
  232. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/variables.json +14 -0
  233. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/united/variables.less +861 -0
  234. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/_bootswatch.scss +445 -0
  235. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/_variables.scss +870 -0
  236. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/bootstrap.css +7073 -0
  237. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/bootstrap.min.css +11 -0
  238. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/bootswatch.less +449 -0
  239. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/index.html +1299 -0
  240. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/thumbnail.png +0 -0
  241. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/variables.json +14 -0
  242. data/assets/themes/j1/bs_theme_switcher/themes/bootswatch/yeti/variables.less +869 -0
  243. data/assets/themes/j1/bs_theme_switcher/themes/j1/.DS_Store +0 -0
  244. data/assets/themes/j1/bs_theme_switcher/themes/j1/._.DS_Store +0 -0
  245. data/assets/themes/j1/bs_theme_switcher/themes/j1/dark/default/bootstrap.css +6919 -0
  246. data/assets/themes/j1/bs_theme_switcher/themes/j1/dark/default/bootstrap.min.css +1469 -0
  247. data/assets/themes/j1/bs_theme_switcher/themes/j1/dark/default/index.html +1287 -0
  248. data/assets/themes/j1/bs_theme_switcher/themes/j1/dark/default/j1.less +274 -0
  249. data/assets/themes/j1/bs_theme_switcher/themes/j1/dark/default/variables.less +869 -0
  250. data/assets/themes/j1/bs_theme_switcher/themes/j1/fonts/glyphicons-halflings-regular.eot +0 -0
  251. data/assets/themes/j1/bs_theme_switcher/themes/j1/fonts/glyphicons-halflings-regular.svg +288 -0
  252. data/assets/themes/j1/bs_theme_switcher/themes/j1/fonts/glyphicons-halflings-regular.ttf +0 -0
  253. data/assets/themes/j1/bs_theme_switcher/themes/j1/fonts/glyphicons-halflings-regular.woff +0 -0
  254. data/assets/themes/j1/bs_theme_switcher/themes/j1/fonts/glyphicons-halflings-regular.woff2 +0 -0
  255. data/assets/themes/j1/bs_theme_switcher/themes/j1/light/.DS_Store +0 -0
  256. data/assets/themes/j1/bs_theme_switcher/themes/j1/light/._.DS_Store +0 -0
  257. data/assets/themes/j1/bs_theme_switcher/themes/j1/light/default/bootstrap.css +7488 -0
  258. data/assets/themes/j1/bs_theme_switcher/themes/j1/light/default/bootstrap.min.css +1560 -0
  259. data/assets/themes/j1/bs_theme_switcher/themes/j1/light/default/index.html +1287 -0
  260. data/assets/themes/j1/bs_theme_switcher/themes/j1/light/default/j1.less +669 -0
  261. data/assets/themes/j1/bs_theme_switcher/themes/j1/light/default/variables.less +880 -0
  262. data/assets/themes/j1/j1/js/adapters/bs_theme_switcher.js +89 -0
  263. data/exe/console +14 -0
  264. data/exe/setup +8 -0
  265. data/lib/j1m_theme.rb +5 -0
  266. data/lib/j1m_theme/version.rb +3 -0
  267. metadata +355 -0
@@ -0,0 +1,183 @@
1
+ // Readable 3.3.5
2
+ // Bootswatch
3
+ // -----------------------------------------------------
4
+
5
+ $web-font-path: "https://fonts.googleapis.com/css?family=Raleway:400,700" !default;
6
+ @import url($web-font-path);
7
+
8
+ // Navbar =====================================================================
9
+
10
+ .navbar {
11
+ font-family: $headings-font-family;
12
+
13
+ &-nav,
14
+ &-form {
15
+ margin-left: 0;
16
+ margin-right: 0;
17
+ }
18
+
19
+ &-nav > li > a {
20
+ $margin-vertical: (($navbar-height - 2*$padding-base-vertical - $line-height-computed - 2px) / 2);
21
+ margin: $margin-vertical 6px;
22
+ padding: $padding-base-vertical $padding-base-horizontal;
23
+ border: 1px solid transparent;
24
+ border-radius: $border-radius-base;
25
+
26
+ &:hover {
27
+ border: 1px solid #ddd;
28
+ }
29
+ }
30
+
31
+ &-nav > .active > a,
32
+ &-nav > .active > a:hover {
33
+ border: 1px solid #ddd;
34
+ }
35
+
36
+ &-default .navbar-nav > .active > a:hover {
37
+ color: $navbar-default-link-hover-color;
38
+ }
39
+
40
+ &-inverse .navbar-nav > .active > a:hover {
41
+ color: $navbar-inverse-link-hover-color;
42
+ }
43
+
44
+ &-brand {
45
+ padding-top: (($navbar-height - 2*$font-size-large) / 2);
46
+ padding-bottom: (($navbar-height - 2*$font-size-large) / 2);
47
+ line-height: 1.9;
48
+ }
49
+ }
50
+
51
+ @media (min-width: $grid-float-breakpoint) {
52
+ .navbar {
53
+ .navbar-nav > li > a {
54
+ padding: $padding-base-vertical $padding-base-horizontal;
55
+ }
56
+ }
57
+ }
58
+
59
+ @media (max-width: ($grid-float-breakpoint - 1)) {
60
+ .navbar {
61
+ .navbar-nav > li > a {
62
+ margin: 0;
63
+ }
64
+ }
65
+ }
66
+
67
+ // Buttons ====================================================================
68
+
69
+ .btn {
70
+ font-family: $headings-font-family;
71
+ }
72
+
73
+ // Typography =================================================================
74
+
75
+ // Tables =====================================================================
76
+
77
+ // Forms ======================================================================
78
+
79
+ legend {
80
+ font-family: $headings-font-family;
81
+ }
82
+
83
+ .input-group-addon {
84
+ font-family: $font-family-sans-serif;
85
+ }
86
+
87
+ // Navs =======================================================================
88
+
89
+ .nav {
90
+ .open > a,
91
+ .open > a:hover,
92
+ .open > a:focus {
93
+ border: 1px solid #ddd;
94
+ }
95
+ }
96
+
97
+ .pagination {
98
+
99
+ font-family: $headings-font-family;
100
+
101
+ &-lg > li > a,
102
+ &-lg > li > span {
103
+ padding: 14px 24px;
104
+ }
105
+ }
106
+
107
+ .pager {
108
+
109
+ font-family: $headings-font-family;
110
+
111
+ a {
112
+ color: $text-color;
113
+ }
114
+
115
+ a:hover {
116
+ border-color: transparent;
117
+ color: #fff;
118
+ }
119
+
120
+ .disabled a {
121
+ border-color: $pager-border;
122
+ }
123
+ }
124
+
125
+ // Indicators =================================================================
126
+
127
+ .close {
128
+ color: #fff;
129
+ text-decoration: none;
130
+ text-shadow: none;
131
+ opacity: 0.4;
132
+
133
+ &:hover,
134
+ &:focus {
135
+ color: #fff;
136
+ opacity: 1;
137
+ }
138
+ }
139
+
140
+ .alert {
141
+ .alert-link {
142
+ color: $alert-success-text;
143
+ text-decoration: underline;
144
+ }
145
+ }
146
+
147
+ .label {
148
+ font-family: $headings-font-family;
149
+ font-weight: normal;
150
+
151
+ &-default {
152
+ border: 1px solid #ddd;
153
+ color: $text-color;
154
+ }
155
+
156
+ }
157
+
158
+ .badge {
159
+ padding: 1px 7px 5px;
160
+ vertical-align: 2px;
161
+ font-family: $headings-font-family;
162
+ font-weight: normal;
163
+ }
164
+
165
+ // Progress bars ==============================================================
166
+
167
+ // Containers =================================================================
168
+
169
+ .panel {
170
+ @include box-shadow(none);
171
+
172
+ &-default {
173
+ .close {
174
+ color: $text-color;
175
+ }
176
+ }
177
+ }
178
+
179
+ .modal {
180
+ .close {
181
+ color: $text-color;
182
+ }
183
+ }
@@ -0,0 +1,870 @@
1
+ $bootstrap-sass-asset-helper: false !default;
2
+ // Readable 3.3.6
3
+ // Variables
4
+ // --------------------------------------------------
5
+
6
+
7
+ //== Colors
8
+ //
9
+ //## Gray and brand colors for use across Bootstrap.
10
+
11
+ $gray-base: #000 !default;
12
+ $gray-darker: lighten($gray-base, 13.5%) !default; // #222
13
+ $gray-dark: lighten($gray-base, 20%) !default; // #333
14
+ $gray: lighten($gray-base, 33.5%) !default; // #555
15
+ $gray-light: lighten($gray-base, 70%) !default; // #999
16
+ $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
17
+
18
+ $brand-primary: #4582EC !default;
19
+ $brand-success: #3FAD46 !default;
20
+ $brand-info: #5bc0de !default;
21
+ $brand-warning: #f0ad4e !default;
22
+ $brand-danger: #d9534f !default;
23
+
24
+
25
+ //== Scaffolding
26
+ //
27
+ //## Settings for some of the most global styles.
28
+
29
+ //** Background color for `<body>`.
30
+ $body-bg: #fff !default;
31
+ //** Global text color on `<body>`.
32
+ $text-color: $gray-dark !default;
33
+
34
+ //** Global textual link color.
35
+ $link-color: $brand-primary !default;
36
+ //** Link hover color set via `darken()` function.
37
+ $link-hover-color: darken($link-color, 20%) !default;
38
+ //** Link hover decoration.
39
+ $link-hover-decoration: underline !default;
40
+
41
+
42
+ //== Typography
43
+ //
44
+ //## Font, line-height, and color for body text, headings, and more.
45
+
46
+ $font-family-sans-serif: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
47
+ $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
48
+ //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
49
+ $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
50
+ $font-family-base: $font-family-serif !default;
51
+
52
+ $font-size-base: 16px !default;
53
+ $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
54
+ $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
55
+
56
+ $font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
57
+ $font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px
58
+ $font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px
59
+ $font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px
60
+ $font-size-h5: $font-size-base !default;
61
+ $font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
62
+
63
+ //** Unit-less `line-height` for use in components like buttons.
64
+ $line-height-base: 1.428571429 !default; // 20/14
65
+ //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
66
+ $line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
67
+
68
+ //** By default, this inherits from the `<body>`.
69
+ $headings-font-family: $font-family-sans-serif !default;
70
+ $headings-font-weight: bold !default;
71
+ $headings-line-height: 1.1 !default;
72
+ $headings-color: inherit !default;
73
+
74
+
75
+ //== Iconography
76
+ //
77
+ //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
78
+
79
+ //** Load fonts from this directory.
80
+ $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
81
+ //** File name for all font files.
82
+ $icon-font-name: "glyphicons-halflings-regular" !default;
83
+ //** Element ID within SVG icon file.
84
+ $icon-font-svg-id: "glyphicons_halflingsregular" !default;
85
+
86
+
87
+ //== Components
88
+ //
89
+ //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
90
+
91
+ $padding-base-vertical: 8px !default;
92
+ $padding-base-horizontal: 12px !default;
93
+
94
+ $padding-large-vertical: 14px !default;
95
+ $padding-large-horizontal: 16px !default;
96
+
97
+ $padding-small-vertical: 5px !default;
98
+ $padding-small-horizontal: 10px !default;
99
+
100
+ $padding-xs-vertical: 1px !default;
101
+ $padding-xs-horizontal: 5px !default;
102
+
103
+ $line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
104
+ $line-height-small: 1.5 !default;
105
+
106
+ $border-radius-base: 4px !default;
107
+ $border-radius-large: 6px !default;
108
+ $border-radius-small: 3px !default;
109
+
110
+ //** Global color for active items (e.g., navs or dropdowns).
111
+ $component-active-color: #fff !default;
112
+ //** Global background color for active items (e.g., navs or dropdowns).
113
+ $component-active-bg: $brand-primary !default;
114
+
115
+ //** Width of the `border` for generating carets that indicator dropdowns.
116
+ $caret-width-base: 4px !default;
117
+ //** Carets increase slightly in size for larger components.
118
+ $caret-width-large: 5px !default;
119
+
120
+
121
+ //== Tables
122
+ //
123
+ //## Customizes the `.table` component with basic values, each used across all table variations.
124
+
125
+ //** Padding for `<th>`s and `<td>`s.
126
+ $table-cell-padding: 8px !default;
127
+ //** Padding for cells in `.table-condensed`.
128
+ $table-condensed-cell-padding: 5px !default;
129
+
130
+ //** Default background color used for all tables.
131
+ $table-bg: transparent !default;
132
+ //** Background color used for `.table-striped`.
133
+ $table-bg-accent: #f9f9f9 !default;
134
+ //** Background color used for `.table-hover`.
135
+ $table-bg-hover: #f5f5f5 !default;
136
+ $table-bg-active: $table-bg-hover !default;
137
+
138
+ //** Border color for table and cell borders.
139
+ $table-border-color: #ddd !default;
140
+
141
+
142
+ //== Buttons
143
+ //
144
+ //## For each of Bootstrap's buttons, define text, background and border color.
145
+
146
+ $btn-font-weight: normal !default;
147
+
148
+ $btn-default-color: $text-color !default;
149
+ $btn-default-bg: #fff !default;
150
+ $btn-default-border: #ddd !default;
151
+
152
+ $btn-primary-color: #fff !default;
153
+ $btn-primary-bg: $brand-primary !default;
154
+ $btn-primary-border: $btn-primary-bg !default;
155
+
156
+ $btn-success-color: #fff !default;
157
+ $btn-success-bg: $brand-success !default;
158
+ $btn-success-border: $btn-success-bg !default;
159
+
160
+ $btn-info-color: #fff !default;
161
+ $btn-info-bg: $brand-info !default;
162
+ $btn-info-border: $btn-info-bg !default;
163
+
164
+ $btn-warning-color: #fff !default;
165
+ $btn-warning-bg: $brand-warning !default;
166
+ $btn-warning-border: $btn-warning-bg !default;
167
+
168
+ $btn-danger-color: #fff !default;
169
+ $btn-danger-bg: $brand-danger !default;
170
+ $btn-danger-border: $btn-danger-bg !default;
171
+
172
+ $btn-link-disabled-color: $gray-light !default;
173
+
174
+ // Allows for customizing button radius independently from global border radius
175
+ $btn-border-radius-base: $border-radius-base !default;
176
+ $btn-border-radius-large: $border-radius-large !default;
177
+ $btn-border-radius-small: $border-radius-small !default;
178
+
179
+
180
+ //== Forms
181
+ //
182
+ //##
183
+
184
+ //** `<input>` background color
185
+ $input-bg: #fff !default;
186
+ //** `<input disabled>` background color
187
+ $input-bg-disabled: $gray-lighter !default;
188
+
189
+ //** Text color for `<input>`s
190
+ $input-color: $text-color !default;
191
+ //** `<input>` border color
192
+ $input-border: #ddd !default;
193
+
194
+ // TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
195
+ //** Default `.form-control` border radius
196
+ // This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
197
+ $input-border-radius: $border-radius-base !default;
198
+ //** Large `.form-control` border radius
199
+ $input-border-radius-large: $border-radius-large !default;
200
+ //** Small `.form-control` border radius
201
+ $input-border-radius-small: $border-radius-small !default;
202
+
203
+ //** Border color for inputs on focus
204
+ $input-border-focus: #66afe9 !default;
205
+
206
+ //** Placeholder text color
207
+ $input-color-placeholder: $gray-light !default;
208
+
209
+ //** Default `.form-control` height
210
+ $input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;
211
+ //** Large `.form-control` height
212
+ $input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) !default;
213
+ //** Small `.form-control` height
214
+ $input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
215
+
216
+ //** `.form-group` margin
217
+ $form-group-margin-bottom: 15px !default;
218
+
219
+ $legend-color: $text-color !default;
220
+ $legend-border-color: #e5e5e5 !default;
221
+
222
+ //** Background color for textual input addons
223
+ $input-group-addon-bg: $gray-lighter !default;
224
+ //** Border color for textual input addons
225
+ $input-group-addon-border-color: $input-border !default;
226
+
227
+ //** Disabled cursor for form controls and buttons.
228
+ $cursor-disabled: not-allowed !default;
229
+
230
+
231
+ //== Dropdowns
232
+ //
233
+ //## Dropdown menu container and contents.
234
+
235
+ //** Background for the dropdown menu.
236
+ $dropdown-bg: #fff !default;
237
+ //** Dropdown menu `border-color`.
238
+ $dropdown-border: rgba(0,0,0,.15) !default;
239
+ //** Dropdown menu `border-color` **for IE8**.
240
+ $dropdown-fallback-border: #ccc !default;
241
+ //** Divider color for between dropdown items.
242
+ $dropdown-divider-bg: #e5e5e5 !default;
243
+
244
+ //** Dropdown link text color.
245
+ $dropdown-link-color: $gray-dark !default;
246
+ //** Hover color for dropdown links.
247
+ $dropdown-link-hover-color: #fff !default;
248
+ //** Hover background for dropdown links.
249
+ $dropdown-link-hover-bg: $component-active-bg !default;
250
+
251
+ //** Active dropdown menu item text color.
252
+ $dropdown-link-active-color: #fff !default;
253
+ //** Active dropdown menu item background color.
254
+ $dropdown-link-active-bg: $component-active-bg !default;
255
+
256
+ //** Disabled dropdown menu item background color.
257
+ $dropdown-link-disabled-color: $gray-light !default;
258
+
259
+ //** Text color for headers within dropdown menus.
260
+ $dropdown-header-color: $gray-light !default;
261
+
262
+ //** Deprecated `$dropdown-caret-color` as of v3.1.0
263
+ $dropdown-caret-color: #000 !default;
264
+
265
+
266
+ //-- Z-index master list
267
+ //
268
+ // Warning: Avoid customizing these values. They're used for a bird's eye view
269
+ // of components dependent on the z-axis and are designed to all work together.
270
+ //
271
+ // Note: These variables are not generated into the Customizer.
272
+
273
+ $zindex-navbar: 1000 !default;
274
+ $zindex-dropdown: 1000 !default;
275
+ $zindex-popover: 1060 !default;
276
+ $zindex-tooltip: 1070 !default;
277
+ $zindex-navbar-fixed: 1030 !default;
278
+ $zindex-modal-background: 1040 !default;
279
+ $zindex-modal: 1050 !default;
280
+
281
+
282
+ //== Media queries breakpoints
283
+ //
284
+ //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
285
+
286
+ // Extra small screen / phone
287
+ //** Deprecated `$screen-xs` as of v3.0.1
288
+ $screen-xs: 480px !default;
289
+ //** Deprecated `$screen-xs-min` as of v3.2.0
290
+ $screen-xs-min: $screen-xs !default;
291
+ //** Deprecated `$screen-phone` as of v3.0.1
292
+ $screen-phone: $screen-xs-min !default;
293
+
294
+ // Small screen / tablet
295
+ //** Deprecated `$screen-sm` as of v3.0.1
296
+ $screen-sm: 768px !default;
297
+ $screen-sm-min: $screen-sm !default;
298
+ //** Deprecated `$screen-tablet` as of v3.0.1
299
+ $screen-tablet: $screen-sm-min !default;
300
+
301
+ // Medium screen / desktop
302
+ //** Deprecated `$screen-md` as of v3.0.1
303
+ $screen-md: 992px !default;
304
+ $screen-md-min: $screen-md !default;
305
+ //** Deprecated `$screen-desktop` as of v3.0.1
306
+ $screen-desktop: $screen-md-min !default;
307
+
308
+ // Large screen / wide desktop
309
+ //** Deprecated `$screen-lg` as of v3.0.1
310
+ $screen-lg: 1200px !default;
311
+ $screen-lg-min: $screen-lg !default;
312
+ //** Deprecated `$screen-lg-desktop` as of v3.0.1
313
+ $screen-lg-desktop: $screen-lg-min !default;
314
+
315
+ // So media queries don't overlap when required, provide a maximum
316
+ $screen-xs-max: ($screen-sm-min - 1) !default;
317
+ $screen-sm-max: ($screen-md-min - 1) !default;
318
+ $screen-md-max: ($screen-lg-min - 1) !default;
319
+
320
+
321
+ //== Grid system
322
+ //
323
+ //## Define your custom responsive grid.
324
+
325
+ //** Number of columns in the grid.
326
+ $grid-columns: 12 !default;
327
+ //** Padding between columns. Gets divided in half for the left and right.
328
+ $grid-gutter-width: 30px !default;
329
+ // Navbar collapse
330
+ //** Point at which the navbar becomes uncollapsed.
331
+ $grid-float-breakpoint: $screen-sm-min !default;
332
+ //** Point at which the navbar begins collapsing.
333
+ $grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
334
+
335
+
336
+ //== Container sizes
337
+ //
338
+ //## Define the maximum width of `.container` for different screen sizes.
339
+
340
+ // Small screen / tablet
341
+ $container-tablet: (720px + $grid-gutter-width) !default;
342
+ //** For `$screen-sm-min` and up.
343
+ $container-sm: $container-tablet !default;
344
+
345
+ // Medium screen / desktop
346
+ $container-desktop: (940px + $grid-gutter-width) !default;
347
+ //** For `$screen-md-min` and up.
348
+ $container-md: $container-desktop !default;
349
+
350
+ // Large screen / wide desktop
351
+ $container-large-desktop: (1140px + $grid-gutter-width) !default;
352
+ //** For `$screen-lg-min` and up.
353
+ $container-lg: $container-large-desktop !default;
354
+
355
+
356
+ //== Navbar
357
+ //
358
+ //##
359
+
360
+ // Basics of a navbar
361
+ $navbar-height: 65px !default;
362
+ $navbar-margin-bottom: $line-height-computed !default;
363
+ $navbar-border-radius: $border-radius-base !default;
364
+ $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
365
+ $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
366
+ $navbar-collapse-max-height: 340px !default;
367
+
368
+ $navbar-default-color: $text-color !default;
369
+ $navbar-default-bg: $body-bg !default;
370
+ $navbar-default-border: #ddd !default;
371
+
372
+ // Navbar links
373
+ $navbar-default-link-color: $link-color !default;
374
+ $navbar-default-link-hover-color: $link-color !default;
375
+ $navbar-default-link-hover-bg: transparent !default;
376
+ $navbar-default-link-active-color: $navbar-default-link-color !default;
377
+ $navbar-default-link-active-bg: transparent !default;
378
+ $navbar-default-link-disabled-color: #333 !default;
379
+ $navbar-default-link-disabled-bg: transparent !default;
380
+
381
+ // Navbar brand label
382
+ $navbar-default-brand-color: $navbar-default-link-color !default;
383
+ $navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
384
+ $navbar-default-brand-hover-bg: transparent !default;
385
+
386
+ // Navbar toggle
387
+ $navbar-default-toggle-hover-bg: #ddd !default;
388
+ $navbar-default-toggle-icon-bar-bg: #ccc !default;
389
+ $navbar-default-toggle-border-color: #ddd !default;
390
+
391
+
392
+ //=== Inverted navbar
393
+ // Reset inverted navbar basics
394
+ $navbar-inverse-color: $text-color !default;
395
+ $navbar-inverse-bg: $body-bg !default;
396
+ $navbar-inverse-border: #ddd !default;
397
+
398
+ // Inverted navbar links
399
+ $navbar-inverse-link-color: $text-color !default;
400
+ $navbar-inverse-link-hover-color: $text-color !default;
401
+ $navbar-inverse-link-hover-bg: transparent !default;
402
+ $navbar-inverse-link-active-color: $text-color !default;
403
+ $navbar-inverse-link-active-bg: transparent !default;
404
+ $navbar-inverse-link-disabled-color: #ccc !default;
405
+ $navbar-inverse-link-disabled-bg: transparent !default;
406
+
407
+ // Inverted navbar brand label
408
+ $navbar-inverse-brand-color: $navbar-inverse-link-color !default;
409
+ $navbar-inverse-brand-hover-color: $navbar-inverse-link-hover-color !default;
410
+ $navbar-inverse-brand-hover-bg: transparent !default;
411
+
412
+ // Inverted navbar toggle
413
+ $navbar-inverse-toggle-hover-bg: #ddd !default;
414
+ $navbar-inverse-toggle-icon-bar-bg: #ccc !default;
415
+ $navbar-inverse-toggle-border-color: #ddd !default;
416
+
417
+
418
+ //== Navs
419
+ //
420
+ //##
421
+
422
+ //=== Shared nav styles
423
+ $nav-link-padding: 10px 15px !default;
424
+ $nav-link-hover-bg: $gray-lighter !default;
425
+
426
+ $nav-disabled-link-color: $gray-light !default;
427
+ $nav-disabled-link-hover-color: $gray-light !default;
428
+
429
+ //== Tabs
430
+ $nav-tabs-border-color: #ddd !default;
431
+
432
+ $nav-tabs-link-hover-border-color: $gray-lighter !default;
433
+
434
+ $nav-tabs-active-link-hover-bg: $body-bg !default;
435
+ $nav-tabs-active-link-hover-color: $gray !default;
436
+ $nav-tabs-active-link-hover-border-color: #ddd !default;
437
+
438
+ $nav-tabs-justified-link-border-color: #ddd !default;
439
+ $nav-tabs-justified-active-link-border-color: $body-bg !default;
440
+
441
+ //== Pills
442
+ $nav-pills-border-radius: $border-radius-base !default;
443
+ $nav-pills-active-link-hover-bg: $component-active-bg !default;
444
+ $nav-pills-active-link-hover-color: $component-active-color !default;
445
+
446
+
447
+ //== Pagination
448
+ //
449
+ //##
450
+
451
+ $pagination-color: $text-color !default;
452
+ $pagination-bg: #fff !default;
453
+ $pagination-border: #ddd !default;
454
+
455
+ $pagination-hover-color: #fff !default;
456
+ $pagination-hover-bg: $brand-primary !default;
457
+ $pagination-hover-border: $brand-primary !default;
458
+
459
+ $pagination-active-color: #fff !default;
460
+ $pagination-active-bg: $brand-primary !default;
461
+ $pagination-active-border: $brand-primary !default;
462
+
463
+ $pagination-disabled-color: $gray-light !default;
464
+ $pagination-disabled-bg: #fff !default;
465
+ $pagination-disabled-border: #ddd !default;
466
+
467
+
468
+ //== Pager
469
+ //
470
+ //##
471
+
472
+ $pager-bg: $pagination-bg !default;
473
+ $pager-border: $pagination-border !default;
474
+ $pager-border-radius: 15px !default;
475
+
476
+ $pager-hover-bg: $pagination-hover-bg !default;
477
+
478
+ $pager-active-bg: $pagination-active-bg !default;
479
+ $pager-active-color: $pagination-active-color !default;
480
+
481
+ $pager-disabled-color: $gray-light !default;
482
+
483
+
484
+ //== Jumbotron
485
+ //
486
+ //##
487
+
488
+ $jumbotron-padding: 30px !default;
489
+ $jumbotron-color: inherit !default;
490
+ $jumbotron-bg: darken($body-bg, 3%) !default;
491
+ $jumbotron-heading-color: inherit !default;
492
+ $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
493
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
494
+
495
+
496
+ //== Form states and alerts
497
+ //
498
+ //## Define colors for form feedback states and, by default, alerts.
499
+
500
+ $state-success-text: $brand-success !default;
501
+ $state-success-bg: #dff0d8 !default;
502
+ $state-success-border: $brand-success !default;
503
+
504
+ $state-info-text: $brand-info !default;
505
+ $state-info-bg: #d9edf7 !default;
506
+ $state-info-border: $brand-info !default;
507
+
508
+ $state-warning-text: $brand-warning !default;
509
+ $state-warning-bg: #fcf8e3 !default;
510
+ $state-warning-border: $brand-warning !default;
511
+
512
+ $state-danger-text: $brand-danger !default;
513
+ $state-danger-bg: #f2dede !default;
514
+ $state-danger-border: $brand-danger !default;
515
+
516
+
517
+ //== Tooltips
518
+ //
519
+ //##
520
+
521
+ //** Tooltip max width
522
+ $tooltip-max-width: 200px !default;
523
+ //** Tooltip text color
524
+ $tooltip-color: #fff !default;
525
+ //** Tooltip background color
526
+ $tooltip-bg: #000 !default;
527
+ $tooltip-opacity: .9 !default;
528
+
529
+ //** Tooltip arrow width
530
+ $tooltip-arrow-width: 5px !default;
531
+ //** Tooltip arrow color
532
+ $tooltip-arrow-color: $tooltip-bg !default;
533
+
534
+
535
+ //== Popovers
536
+ //
537
+ //##
538
+
539
+ //** Popover body background color
540
+ $popover-bg: #fff !default;
541
+ //** Popover maximum width
542
+ $popover-max-width: 276px !default;
543
+ //** Popover border color
544
+ $popover-border-color: rgba(0,0,0,.2) !default;
545
+ //** Popover fallback border color
546
+ $popover-fallback-border-color: #ccc !default;
547
+
548
+ //** Popover title background color
549
+ $popover-title-bg: darken($popover-bg, 3%) !default;
550
+
551
+ //** Popover arrow width
552
+ $popover-arrow-width: 10px !default;
553
+ //** Popover arrow color
554
+ $popover-arrow-color: $popover-bg !default;
555
+
556
+ //** Popover outer arrow width
557
+ $popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
558
+ //** Popover outer arrow color
559
+ $popover-arrow-outer-color: fadein($popover-border-color, 5%) !default;
560
+ //** Popover outer arrow fallback color
561
+ $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
562
+
563
+
564
+ //== Labels
565
+ //
566
+ //##
567
+
568
+ //** Default label background color
569
+ $label-default-bg: $btn-default-bg !default;
570
+ //** Primary label background color
571
+ $label-primary-bg: $brand-primary !default;
572
+ //** Success label background color
573
+ $label-success-bg: $brand-success !default;
574
+ //** Info label background color
575
+ $label-info-bg: $brand-info !default;
576
+ //** Warning label background color
577
+ $label-warning-bg: $brand-warning !default;
578
+ //** Danger label background color
579
+ $label-danger-bg: $brand-danger !default;
580
+
581
+ //** Default label text color
582
+ $label-color: #fff !default;
583
+ //** Default text color of a linked label
584
+ $label-link-hover-color: #fff !default;
585
+
586
+
587
+ //== Modals
588
+ //
589
+ //##
590
+
591
+ //** Padding applied to the modal body
592
+ $modal-inner-padding: 20px !default;
593
+
594
+ //** Padding applied to the modal title
595
+ $modal-title-padding: 15px !default;
596
+ //** Modal title line-height
597
+ $modal-title-line-height: $line-height-base !default;
598
+
599
+ //** Background color of modal content area
600
+ $modal-content-bg: #fff !default;
601
+ //** Modal content border color
602
+ $modal-content-border-color: rgba(0,0,0,.2) !default;
603
+ //** Modal content border color **for IE8**
604
+ $modal-content-fallback-border-color: #999 !default;
605
+
606
+ //** Modal backdrop background color
607
+ $modal-backdrop-bg: #000 !default;
608
+ //** Modal backdrop opacity
609
+ $modal-backdrop-opacity: .5 !default;
610
+ //** Modal header border color
611
+ $modal-header-border-color: #e5e5e5 !default;
612
+ //** Modal footer border color
613
+ $modal-footer-border-color: $modal-header-border-color !default;
614
+
615
+ $modal-lg: 900px !default;
616
+ $modal-md: 600px !default;
617
+ $modal-sm: 300px !default;
618
+
619
+
620
+ //== Alerts
621
+ //
622
+ //## Define alert colors, border radius, and padding.
623
+
624
+ $alert-padding: 15px !default;
625
+ $alert-border-radius: $border-radius-base !default;
626
+ $alert-link-font-weight: bold !default;
627
+
628
+ $alert-success-bg: $state-success-border !default;
629
+ $alert-success-text: #fff !default;
630
+ $alert-success-border: $state-success-border !default;
631
+
632
+ $alert-info-bg: $state-info-border !default;
633
+ $alert-info-text: #fff !default;
634
+ $alert-info-border: $state-info-border !default;
635
+
636
+ $alert-warning-bg: $state-warning-border !default;
637
+ $alert-warning-text: #fff !default;
638
+ $alert-warning-border: $state-warning-border !default;
639
+
640
+ $alert-danger-bg: $state-danger-border !default;
641
+ $alert-danger-text: #fff !default;
642
+ $alert-danger-border: $state-danger-border !default;
643
+
644
+
645
+ //== Progress bars
646
+ //
647
+ //##
648
+
649
+ //** Background color of the whole progress component
650
+ $progress-bg: #f5f5f5 !default;
651
+ //** Progress bar text color
652
+ $progress-bar-color: #fff !default;
653
+ //** Variable for setting rounded corners on progress bar.
654
+ $progress-border-radius: $border-radius-base !default;
655
+
656
+ //** Default progress bar color
657
+ $progress-bar-bg: $brand-primary !default;
658
+ //** Success progress bar color
659
+ $progress-bar-success-bg: $brand-success !default;
660
+ //** Warning progress bar color
661
+ $progress-bar-warning-bg: $brand-warning !default;
662
+ //** Danger progress bar color
663
+ $progress-bar-danger-bg: $brand-danger !default;
664
+ //** Info progress bar color
665
+ $progress-bar-info-bg: $brand-info !default;
666
+
667
+
668
+ //== List group
669
+ //
670
+ //##
671
+
672
+ //** Background color on `.list-group-item`
673
+ $list-group-bg: #fff !default;
674
+ //** `.list-group-item` border color
675
+ $list-group-border: #ddd !default;
676
+ //** List group border radius
677
+ $list-group-border-radius: $border-radius-base !default;
678
+
679
+ //** Background color of single list items on hover
680
+ $list-group-hover-bg: #f5f5f5 !default;
681
+ //** Text color of active list items
682
+ $list-group-active-color: $component-active-color !default;
683
+ //** Background color of active list items
684
+ $list-group-active-bg: $component-active-bg !default;
685
+ //** Border color of active list elements
686
+ $list-group-active-border: $list-group-active-bg !default;
687
+ //** Text color for content within active list items
688
+ $list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
689
+
690
+ //** Text color of disabled list items
691
+ $list-group-disabled-color: $gray-light !default;
692
+ //** Background color of disabled list items
693
+ $list-group-disabled-bg: $gray-lighter !default;
694
+ //** Text color for content within disabled list items
695
+ $list-group-disabled-text-color: $list-group-disabled-color !default;
696
+
697
+ $list-group-link-color: #555 !default;
698
+ $list-group-link-hover-color: $list-group-link-color !default;
699
+ $list-group-link-heading-color: #333 !default;
700
+
701
+
702
+ //== Panels
703
+ //
704
+ //##
705
+
706
+ $panel-bg: #fff !default;
707
+ $panel-body-padding: 15px !default;
708
+ $panel-heading-padding: 10px 15px !default;
709
+ $panel-footer-padding: $panel-heading-padding !default;
710
+ $panel-border-radius: $border-radius-base !default;
711
+
712
+ //** Border color for elements within panels
713
+ $panel-inner-border: #ddd !default;
714
+ $panel-footer-bg: #fff !default;
715
+
716
+ $panel-default-text: $gray-dark !default;
717
+ $panel-default-border: #ddd !default;
718
+ $panel-default-heading-bg: #f5f5f5 !default;
719
+
720
+ $panel-primary-text: #fff !default;
721
+ $panel-primary-border: $brand-primary !default;
722
+ $panel-primary-heading-bg: $brand-primary !default;
723
+
724
+ $panel-success-text: #fff !default;
725
+ $panel-success-border: $state-success-border !default;
726
+ $panel-success-heading-bg: $state-success-border !default;
727
+
728
+ $panel-info-text: #fff !default;
729
+ $panel-info-border: $state-info-border !default;
730
+ $panel-info-heading-bg: $state-info-border !default;
731
+
732
+ $panel-warning-text: #fff !default;
733
+ $panel-warning-border: $state-warning-border !default;
734
+ $panel-warning-heading-bg: $state-warning-border !default;
735
+
736
+ $panel-danger-text: #fff !default;
737
+ $panel-danger-border: $state-danger-border !default;
738
+ $panel-danger-heading-bg: $state-danger-border !default;
739
+
740
+
741
+ //== Thumbnails
742
+ //
743
+ //##
744
+
745
+ //** Padding around the thumbnail image
746
+ $thumbnail-padding: 4px !default;
747
+ //** Thumbnail background color
748
+ $thumbnail-bg: $body-bg !default;
749
+ //** Thumbnail border color
750
+ $thumbnail-border: #ddd !default;
751
+ //** Thumbnail border radius
752
+ $thumbnail-border-radius: $border-radius-base !default;
753
+
754
+ //** Custom text color for thumbnail captions
755
+ $thumbnail-caption-color: $text-color !default;
756
+ //** Padding around the thumbnail caption
757
+ $thumbnail-caption-padding: 9px !default;
758
+
759
+
760
+ //== Wells
761
+ //
762
+ //##
763
+
764
+ $well-bg: darken($body-bg, 3%) !default;
765
+ $well-border: darken($well-bg, 7%) !default;
766
+
767
+
768
+ //== Badges
769
+ //
770
+ //##
771
+
772
+ $badge-color: #fff !default;
773
+ //** Linked badge text color on hover
774
+ $badge-link-hover-color: #fff !default;
775
+ $badge-bg: $brand-primary !default;
776
+
777
+ //** Badge text color in active nav link
778
+ $badge-active-color: $link-color !default;
779
+ //** Badge background color in active nav link
780
+ $badge-active-bg: #fff !default;
781
+
782
+ $badge-font-weight: bold !default;
783
+ $badge-line-height: 1 !default;
784
+ $badge-border-radius: 10px !default;
785
+
786
+
787
+ //== Breadcrumbs
788
+ //
789
+ //##
790
+
791
+ $breadcrumb-padding-vertical: 8px !default;
792
+ $breadcrumb-padding-horizontal: 15px !default;
793
+ //** Breadcrumb background color
794
+ $breadcrumb-bg: #f5f5f5 !default;
795
+ //** Breadcrumb text color
796
+ $breadcrumb-color: #ccc !default;
797
+ //** Text color of current page in the breadcrumb
798
+ $breadcrumb-active-color: $gray-light !default;
799
+ //** Textual separator for between breadcrumb elements
800
+ $breadcrumb-separator: "/" !default;
801
+
802
+
803
+ //== Carousel
804
+ //
805
+ //##
806
+
807
+ $carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
808
+
809
+ $carousel-control-color: #fff !default;
810
+ $carousel-control-width: 15% !default;
811
+ $carousel-control-opacity: .5 !default;
812
+ $carousel-control-font-size: 20px !default;
813
+
814
+ $carousel-indicator-active-bg: #fff !default;
815
+ $carousel-indicator-border-color: #fff !default;
816
+
817
+ $carousel-caption-color: #fff !default;
818
+
819
+
820
+ //== Close
821
+ //
822
+ //##
823
+
824
+ $close-font-weight: bold !default;
825
+ $close-color: #fff !default;
826
+ $close-text-shadow: 0 1px 0 #fff !default;
827
+
828
+
829
+ //== Code
830
+ //
831
+ //##
832
+
833
+ $code-color: #c7254e !default;
834
+ $code-bg: #f9f2f4 !default;
835
+
836
+ $kbd-color: #fff !default;
837
+ $kbd-bg: #333 !default;
838
+
839
+ $pre-bg: #f5f5f5 !default;
840
+ $pre-color: $gray-dark !default;
841
+ $pre-border-color: #ccc !default;
842
+ $pre-scrollable-max-height: 340px !default;
843
+
844
+
845
+ //== Type
846
+ //
847
+ //##
848
+
849
+ //** Horizontal offset for forms and lists.
850
+ $component-offset-horizontal: 180px !default;
851
+ //** Text muted color
852
+ $text-muted: $gray-light !default;
853
+ //** Abbreviations and acronyms border color
854
+ $abbr-border-color: $gray-light !default;
855
+ //** Headings small color
856
+ $headings-small-color: $gray-light !default;
857
+ //** Blockquote small color
858
+ $blockquote-small-color: $text-color !default;
859
+ //** Blockquote font size
860
+ $blockquote-font-size: ($font-size-base * 1.25) !default;
861
+ //** Blockquote border color
862
+ $blockquote-border-color: $brand-primary !default;
863
+ //** Page header border color
864
+ $page-header-border-color: #ddd !default;
865
+ //** Width of horizontal description list titles
866
+ $dl-horizontal-offset: $component-offset-horizontal !default;
867
+ //** Point at which .dl-horizontal becomes horizontal
868
+ $dl-horizontal-breakpoint: $grid-float-breakpoint !default;
869
+ //** Horizontal line color.
870
+ $hr-border: $gray-lighter !default;