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