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