card 1.98.0 → 1.98.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (246) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/db/migrate_core_cards/20190718140126_add_guides.rb +19 -0
  4. data/db/migrate_core_cards/data/cards/Xaccount_setting-Xright-Xstructure +9 -2
  5. data/db/migrate_core_cards/data/cards/anyone_signed_in-dashboard +0 -2
  6. data/db/seed/new/card_actions.yml +858 -842
  7. data/db/seed/new/card_acts.yml +2 -2
  8. data/db/seed/new/card_references.yml +965 -951
  9. data/db/seed/new/cards.yml +3351 -3310
  10. data/db/seed/new/schema_migrations_core_cards.yml +4 -0
  11. data/db/seed/test/fixtures/card_actions.yml +1861 -1845
  12. data/db/seed/test/fixtures/card_acts.yml +489 -489
  13. data/db/seed/test/fixtures/card_changes.yml +66 -66
  14. data/db/seed/test/fixtures/card_references.yml +922 -908
  15. data/db/seed/test/fixtures/cards.yml +3100 -3059
  16. data/db/seed/test/fixtures/schema_migrations_core_cards.yml +4 -0
  17. data/lib/card/act_manager.rb +15 -45
  18. data/lib/card/act_manager/event_delay.rb +48 -0
  19. data/lib/card/act_manager/stage_director.rb +2 -2
  20. data/lib/card/act_manager/stage_director/phases.rb +3 -6
  21. data/lib/card/auth/current.rb +5 -0
  22. data/lib/card/set/event/delayed_event.rb +2 -0
  23. data/mod/account/set/right/account.rb +10 -14
  24. data/mod/account/set/right/token.rb +1 -0
  25. data/mod/account/set/type/signup.rb +2 -4
  26. data/mod/account/spec/set/right/account_spec.rb +1 -2
  27. data/mod/account/spec/set/type/signup_spec.rb +2 -1
  28. data/mod/bootstrap/lib/stylesheets/style_bootstrap_cards.scss +1 -6
  29. data/mod/core/set/all/event_conditions.rb +16 -5
  30. data/mod/core/set/all/fetch_helper.rb +4 -1
  31. data/mod/core/set/all/name_events.rb +3 -2
  32. data/mod/core/set/all/references.rb +3 -3
  33. data/mod/core/set/all/rename.rb +3 -2
  34. data/mod/core/set/all/update_read_rules.rb +1 -19
  35. data/mod/core/spec/set/all/event_conditions_spec.rb +36 -38
  36. data/mod/core/spec/set/all/permissions_spec.rb +1 -1
  37. data/mod/date/set/all/calendar.rb +1 -1
  38. data/mod/date/vendor/moment/CHANGELOG.md +8 -0
  39. data/mod/date/vendor/moment/Moment.js.nuspec +5 -5
  40. data/mod/date/vendor/moment/component.json +1 -1
  41. data/mod/date/vendor/moment/locale/az.js +1 -1
  42. data/mod/date/vendor/moment/locale/be.js +1 -1
  43. data/mod/date/vendor/moment/locale/pa-in.js +1 -1
  44. data/mod/date/vendor/moment/meteor/package.js +1 -1
  45. data/mod/date/vendor/moment/min/locales.js +28 -28
  46. data/mod/date/vendor/moment/min/locales.min.js +1 -1
  47. data/mod/date/vendor/moment/min/moment-with-locales.js +33 -33
  48. data/mod/date/vendor/moment/min/moment-with-locales.min.js +1 -1
  49. data/mod/date/vendor/moment/min/moment.min.js +1 -1
  50. data/mod/date/vendor/moment/min/tests.js +48 -11
  51. data/mod/date/vendor/moment/moment.js +5 -5
  52. data/mod/date/vendor/moment/package.json +2 -2
  53. data/mod/date/vendor/moment/src/lib/create/from-string.js +1 -1
  54. data/mod/date/vendor/moment/src/lib/units/day-of-week.js +3 -3
  55. data/mod/date/vendor/moment/src/locale/az.js +1 -1
  56. data/mod/date/vendor/moment/src/locale/be.js +1 -1
  57. data/mod/date/vendor/moment/src/locale/pa-in.js +1 -1
  58. data/mod/date/vendor/moment/src/moment.js +2 -2
  59. data/mod/date/vendor/moment/src/test/locale/az.js +5 -5
  60. data/mod/date/vendor/moment/src/test/locale/be.js +3 -0
  61. data/mod/date/vendor/moment/src/test/locale/pa-in.js +3 -3
  62. data/mod/date/vendor/moment/src/test/moment/locale.js +33 -0
  63. data/mod/date/vendor/moment/src/test/moment/start_end_of.js +1 -1
  64. data/mod/date/vendor/moment/src/test/moment/weeks.js +2 -2
  65. data/mod/date/vendor/tempusdominus/Gruntfile.js +7 -49
  66. data/mod/date/vendor/tempusdominus/build/css/tempusdominus-bootstrap-4.css +3 -1
  67. data/mod/date/vendor/tempusdominus/build/css/tempusdominus-bootstrap-4.min.css +3 -1
  68. data/mod/date/vendor/tempusdominus/build/js/tempusdominus-bootstrap-4.js +128 -116
  69. data/mod/date/vendor/tempusdominus/build/js/tempusdominus-bootstrap-4.min.js +3 -3
  70. data/mod/date/vendor/tempusdominus/composer.json +3 -3
  71. data/mod/date/vendor/tempusdominus/docs/Changelog/index.html +20 -36
  72. data/mod/date/vendor/tempusdominus/docs/ContributorsGuide/index.html +20 -36
  73. data/mod/date/vendor/tempusdominus/docs/Events/index.html +20 -36
  74. data/mod/date/vendor/tempusdominus/docs/Extras/index.html +20 -36
  75. data/mod/date/vendor/tempusdominus/docs/FAQ/index.html +20 -36
  76. data/mod/date/vendor/tempusdominus/docs/Functions/index.html +20 -36
  77. data/mod/date/vendor/tempusdominus/docs/Installing/index.html +30 -50
  78. data/mod/date/vendor/tempusdominus/docs/Options/index.html +21 -37
  79. data/mod/date/vendor/tempusdominus/docs/Usage/index.html +20 -40
  80. data/mod/date/vendor/tempusdominus/docs/css/base.css +1682 -0
  81. data/mod/date/vendor/tempusdominus/docs/css/tempusdominus-bootstrap-4.css +3 -1
  82. data/mod/date/vendor/tempusdominus/docs/index.html +26 -41
  83. data/mod/date/vendor/tempusdominus/docs/js/tempusdominus-bootstrap-4.js +127 -115
  84. data/mod/date/vendor/tempusdominus/docs/search/search_index.json +11 -16
  85. data/mod/date/vendor/tempusdominus/docs/sitemap.xml +10 -10
  86. data/mod/date/vendor/tempusdominus/docs/theme/base.html +11 -12
  87. data/mod/date/vendor/tempusdominus/docs/theme/css/base.css +1682 -0
  88. data/mod/date/vendor/tempusdominus/docs/theme/css/tempusdominus-bootstrap-4.css +3 -1
  89. data/mod/date/vendor/tempusdominus/docs/theme/js/tempusdominus-bootstrap-4.js +127 -115
  90. data/mod/date/vendor/tempusdominus/docs/theme/toc.html +1 -0
  91. data/mod/date/vendor/tempusdominus/package-lock.json +4085 -8197
  92. data/mod/date/vendor/tempusdominus/package.json +17 -19
  93. data/mod/date/vendor/tempusdominus/src/docs/Installing.md +12 -18
  94. data/mod/date/vendor/tempusdominus/src/docs/Options.md +1 -1
  95. data/mod/date/vendor/tempusdominus/src/docs/Usage.md +0 -2
  96. data/mod/date/vendor/tempusdominus/src/docs/index.md +7 -5
  97. data/mod/date/vendor/tempusdominus/src/docs/theme/base.html +11 -12
  98. data/mod/date/vendor/tempusdominus/src/docs/theme/css/base.css +1682 -0
  99. data/mod/date/vendor/tempusdominus/src/docs/theme/css/tempusdominus-bootstrap-4.css +3 -1
  100. data/mod/date/vendor/tempusdominus/src/docs/theme/js/tempusdominus-bootstrap-4.js +127 -115
  101. data/mod/date/vendor/tempusdominus/src/docs/theme/toc.html +1 -0
  102. data/mod/date/vendor/tempusdominus/src/js/tempusdominus-bootstrap-4.js +32 -12
  103. data/mod/date/vendor/tempusdominus/src/sass/_tempusdominus-bootstrap-4.scss +4 -0
  104. data/mod/date/vendor/tempusdominus/src/sass/tempusdominus-bootstrap-4-build.scss +2 -2
  105. data/mod/edit/set/all/bridge.rb +4 -1
  106. data/mod/edit/set/all/bridge/tab_views.rb +4 -0
  107. data/mod/edit/set/all/bridge/tab_visibility.rb +4 -0
  108. data/mod/edit/set/all/edit_content.rb +9 -0
  109. data/mod/edit/set/all/edit_inline.rb +0 -4
  110. data/mod/edit/set/all/edit_type.rb +83 -12
  111. data/mod/edit/set/all/editing.rb +2 -2
  112. data/mod/edit/set/all/form.rb +1 -62
  113. data/mod/edit/set/all/form_buttons.rb +1 -1
  114. data/mod/edit/set/all/new.rb +52 -7
  115. data/mod/edit/spec/set/all/nest_editor_spec.rb +1 -1
  116. data/mod/follow/set/all/notify/base_views.rb +1 -3
  117. data/mod/machines/file/all_script_machine_output/file.js +72 -38108
  118. data/mod/machines/file/all_style_machine_output/file.css +3 -3
  119. data/mod/machines/file/script_html5shiv_printshiv_machine_output/file.js +1 -1
  120. data/mod/machines/lib/javascript/decko/decko.js.coffee +12 -3
  121. data/mod/machines/lib/javascript/decko/overlay.js.coffee +3 -0
  122. data/mod/machines/lib/javascript/decko/slotter.js.coffee +8 -0
  123. data/mod/machines/lib/stylesheets/style_cards.scss +15 -0
  124. data/mod/machines/spec/set/type/css_spec.rb +14 -14
  125. data/mod/machines/spec/shared_examples/machine_input.rb +6 -10
  126. data/mod/navbar/set/abstract/{roles_dropdown.rb → account_dropdown.rb} +8 -2
  127. data/mod/navbar/set/right/enabled_roles.rb +6 -8
  128. data/mod/navbar/set/self/account_links.rb +2 -2
  129. data/mod/navbar/spec/set/self/account_links_spec.rb +31 -0
  130. data/mod/pointer/set/abstract/02_pointer/html_views.rb +1 -1
  131. data/mod/rules/set/rule/editor.rb +1 -1
  132. data/mod/rules/set/type/set/setting_lists.rb +1 -1
  133. data/mod/search/set/self/search.rb +2 -0
  134. data/mod/settings/set/right/guide.rb +8 -0
  135. data/mod/settings/set/right/read.rb +1 -1
  136. data/mod/settings/set/self/guide.rb +3 -0
  137. data/mod/standard/set/all/rich_html/content.rb +0 -6
  138. data/mod/standard/set/all/rich_html/error.rb +3 -3
  139. data/mod/standard/set/all/rich_html/html_views/guide.rb +51 -0
  140. data/mod/standard/set/all/rich_html/html_views/help.rb +6 -0
  141. data/mod/standard/set/all/rich_html/overlay.rb +1 -1
  142. data/mod/standard/set/type/cardtype.rb +1 -1
  143. data/mod/tinymce_editor/lib/javascript/script_tinymce.js +2 -2
  144. data/mod/tinymce_editor/public/assets/tinymce/jquery.tinymce.min.js +1 -1
  145. data/mod/tinymce_editor/public/assets/tinymce/plugins/advlist/plugin.min.js +2 -2
  146. data/mod/tinymce_editor/public/assets/tinymce/plugins/anchor/plugin.min.js +2 -2
  147. data/mod/tinymce_editor/public/assets/tinymce/plugins/autolink/plugin.min.js +2 -2
  148. data/mod/tinymce_editor/public/assets/tinymce/plugins/autoresize/plugin.min.js +2 -2
  149. data/mod/tinymce_editor/public/assets/tinymce/plugins/autosave/plugin.min.js +2 -2
  150. data/mod/tinymce_editor/public/assets/tinymce/plugins/bbcode/plugin.min.js +2 -2
  151. data/mod/tinymce_editor/public/assets/tinymce/plugins/charmap/plugin.min.js +2 -2
  152. data/mod/tinymce_editor/public/assets/tinymce/plugins/code/plugin.min.js +2 -2
  153. data/mod/tinymce_editor/public/assets/tinymce/plugins/codesample/plugin.min.js +2 -2
  154. data/mod/tinymce_editor/public/assets/tinymce/plugins/colorpicker/plugin.min.js +2 -2
  155. data/mod/tinymce_editor/public/assets/tinymce/plugins/contextmenu/plugin.min.js +2 -2
  156. data/mod/tinymce_editor/public/assets/tinymce/plugins/directionality/plugin.min.js +2 -2
  157. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/js/emojis.js +8941 -8941
  158. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/plugin.min.js +2 -2
  159. data/mod/tinymce_editor/public/assets/tinymce/plugins/fullpage/plugin.min.js +2 -2
  160. data/mod/tinymce_editor/public/assets/tinymce/plugins/fullscreen/plugin.min.js +2 -2
  161. data/mod/tinymce_editor/public/assets/tinymce/plugins/help/plugin.min.js +2 -2
  162. data/mod/tinymce_editor/public/assets/tinymce/plugins/hr/plugin.min.js +2 -2
  163. data/mod/tinymce_editor/public/assets/tinymce/plugins/image/plugin.min.js +2 -2
  164. data/mod/tinymce_editor/public/assets/tinymce/plugins/imagetools/plugin.min.js +2 -2
  165. data/mod/tinymce_editor/public/assets/tinymce/plugins/importcss/plugin.min.js +2 -2
  166. data/mod/tinymce_editor/public/assets/tinymce/plugins/insertdatetime/plugin.min.js +2 -2
  167. data/mod/tinymce_editor/public/assets/tinymce/plugins/legacyoutput/plugin.min.js +2 -2
  168. data/mod/tinymce_editor/public/assets/tinymce/plugins/link/plugin.min.js +2 -2
  169. data/mod/tinymce_editor/public/assets/tinymce/plugins/lists/plugin.min.js +2 -2
  170. data/mod/tinymce_editor/public/assets/tinymce/plugins/media/plugin.min.js +2 -2
  171. data/mod/tinymce_editor/public/assets/tinymce/plugins/nonbreaking/plugin.min.js +2 -2
  172. data/mod/tinymce_editor/public/assets/tinymce/plugins/noneditable/plugin.min.js +2 -2
  173. data/mod/tinymce_editor/public/assets/tinymce/plugins/pagebreak/plugin.min.js +2 -2
  174. data/mod/tinymce_editor/public/assets/tinymce/plugins/paste/plugin.min.js +2 -2
  175. data/mod/tinymce_editor/public/assets/tinymce/plugins/preview/plugin.min.js +2 -2
  176. data/mod/tinymce_editor/public/assets/tinymce/plugins/print/plugin.min.js +2 -2
  177. data/mod/tinymce_editor/public/assets/tinymce/plugins/quickbars/plugin.min.js +2 -2
  178. data/mod/tinymce_editor/public/assets/tinymce/plugins/save/plugin.min.js +2 -2
  179. data/mod/tinymce_editor/public/assets/tinymce/plugins/searchreplace/plugin.min.js +2 -2
  180. data/mod/tinymce_editor/public/assets/tinymce/plugins/spellchecker/plugin.min.js +2 -2
  181. data/mod/tinymce_editor/public/assets/tinymce/plugins/tabfocus/plugin.min.js +2 -2
  182. data/mod/tinymce_editor/public/assets/tinymce/plugins/table/plugin.min.js +2 -2
  183. data/mod/tinymce_editor/public/assets/tinymce/plugins/template/plugin.min.js +2 -2
  184. data/mod/tinymce_editor/public/assets/tinymce/plugins/textcolor/plugin.min.js +2 -2
  185. data/mod/tinymce_editor/public/assets/tinymce/plugins/textpattern/plugin.min.js +2 -2
  186. data/mod/tinymce_editor/public/assets/tinymce/plugins/toc/plugin.min.js +2 -2
  187. data/mod/tinymce_editor/public/assets/tinymce/plugins/visualblocks/plugin.min.js +2 -2
  188. data/mod/tinymce_editor/public/assets/tinymce/plugins/visualchars/plugin.min.js +2 -2
  189. data/mod/tinymce_editor/public/assets/tinymce/plugins/wordcount/plugin.min.js +2 -2
  190. data/mod/tinymce_editor/public/assets/tinymce/skins/content/default/content.min.css +1 -1
  191. data/mod/tinymce_editor/public/assets/tinymce/skins/content/document/content.min.css +1 -1
  192. data/mod/tinymce_editor/public/assets/tinymce/skins/content/writer/content.min.css +1 -1
  193. data/mod/tinymce_editor/public/assets/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -1
  194. data/mod/tinymce_editor/public/assets/tinymce/skins/ui/oxide-dark/content.min.css +1 -1
  195. data/mod/tinymce_editor/public/assets/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
  196. data/mod/tinymce_editor/public/assets/tinymce/skins/ui/oxide/content.inline.min.css +1 -1
  197. data/mod/tinymce_editor/public/assets/tinymce/skins/ui/oxide/content.min.css +1 -1
  198. data/mod/tinymce_editor/public/assets/tinymce/skins/ui/oxide/content.mobile.min.css +7 -1
  199. data/mod/tinymce_editor/public/assets/tinymce/skins/ui/oxide/skin.min.css +1 -1
  200. data/mod/tinymce_editor/public/assets/tinymce/skins/ui/oxide/skin.mobile.min.css +7 -1
  201. data/mod/tinymce_editor/public/assets/tinymce/themes/mobile/theme.min.js +2 -2
  202. data/mod/tinymce_editor/public/assets/tinymce/themes/silver/theme.min.js +2 -2
  203. data/mod/tinymce_editor/public/assets/tinymce/tinymce.min.js +2 -2
  204. metadata +10 -47
  205. data/mod/date/vendor/tempusdominus/src/nuget/NuGet.exe +0 -0
  206. data/mod/date/vendor/tempusdominus/src/nuget/Tempus.Dominus.Bootstrap.4.nuspec +0 -29
  207. data/mod/tinymce_editor/public/assets/tinymce/plugins/codesample/css/prism.css +0 -138
  208. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-cool.gif +0 -0
  209. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-cry.gif +0 -0
  210. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed.gif +0 -0
  211. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif +0 -0
  212. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-frown.gif +0 -0
  213. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-innocent.gif +0 -0
  214. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-kiss.gif +0 -0
  215. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-laughing.gif +0 -0
  216. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth.gif +0 -0
  217. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-sealed.gif +0 -0
  218. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-smile.gif +0 -0
  219. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-surprised.gif +0 -0
  220. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out.gif +0 -0
  221. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-undecided.gif +0 -0
  222. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-wink.gif +0 -0
  223. data/mod/tinymce_editor/public/assets/tinymce/plugins/emoticons/img/smiley-yell.gif +0 -0
  224. data/mod/tinymce_editor/public/assets/tinymce/plugins/help/img/logo.png +0 -0
  225. data/mod/tinymce_editor/public/assets/tinymce/plugins/visualblocks/css/visualblocks.css +0 -154
  226. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/content.inline.min.css +0 -1
  227. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/content.min.css +0 -1
  228. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/content.mobile.min.css +0 -1
  229. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce-mobile.woff +0 -0
  230. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
  231. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce-small.svg +0 -63
  232. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
  233. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
  234. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  235. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce.svg +0 -131
  236. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  237. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  238. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/img/anchor.gif +0 -0
  239. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/img/loader.gif +0 -0
  240. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/img/object.gif +0 -0
  241. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/img/trans.gif +0 -0
  242. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/skin.min.css +0 -1
  243. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/skin.min.css.map +0 -0
  244. data/mod/tinymce_editor/public/assets/tinymce/skins/lightgray/skin.mobile.min.css +0 -2
  245. data/mod/tinymce_editor/public/assets/tinymce/themes/inlite/theme.min.js +0 -1
  246. data/mod/tinymce_editor/public/assets/tinymce/themes/modern/theme.min.js +0 -1
@@ -15,9 +15,7 @@
15
15
  <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#144287">
16
16
  <meta name="theme-color" content="#ffffff">
17
17
  <title>Functions - Tempus Dominus - Bootstrap 4</title>
18
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
19
- <link rel="stylesheet" href="https://getbootstrap.com/assets/css/docs.min.css" />
20
- <!--<link rel="stylesheet" href="https://v4-alpha.getbootstrap.com/assets/css/docs.min.css" />-->
18
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha256-Md8eaeo67OiouuXAi8t/Xpd8t2+IaJezATVTWbZqSOw=" crossorigin="anonymous" />
21
19
  <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" />
22
20
  <link href="../theme/css/base.css" rel="stylesheet">
23
21
  <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css" rel="stylesheet">
@@ -28,17 +26,24 @@
28
26
  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
29
27
  <![endif]-->
30
28
  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
31
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
32
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
33
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.4/moment-with-locales.min.js"></script>
34
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.14/moment-timezone-with-data-2012-2022.min.js"></script>
29
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha256-98vAGjEDGN79TjHkYWVD4s87rvWkdWLHPs5MC3FvFX4=" crossorigin="anonymous"></script>
30
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha256-xaF9RpdtRxzwYMWg4ldJoyPWqyDPCRD0Cv7YEEe6Ie8=" crossorigin="anonymous"></script>
31
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment-with-locales.min.js"></script>
32
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.21/moment-timezone-with-data-2012-2022.min.js"></script>
35
33
  <script>var base_url = '..';</script>
36
- <!--<script data-main="../mkdocs/js/search.js" src="../mkdocs/js/require.js"></script>-->
34
+
37
35
  <script src="../theme/js/base.js"></script>
36
+
37
+
38
38
  <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
39
+
40
+
39
41
  <script src="../theme/js/tempusdominus-bootstrap-4.js"></script>
40
- <script src="../search/require.js"></script>
41
- <script src="../search/search.js"></script>
42
+
43
+
44
+
45
+
46
+
42
47
  </head>
43
48
 
44
49
  <body>
@@ -123,7 +128,8 @@
123
128
 
124
129
  <div class="container-fluid">
125
130
  <div class="row">
126
- <div class="col-12 col-md-3 col-xl-2 bd-sidebar"><nav class="bd-links" id="docsNavbarContent">
131
+ <div class="col-12 col-md-3 col-xl-2 bd-sidebar"><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CK7DC5QN&placement=eonasdangithubio" id="_carbonads_js"></script>
132
+ <nav class="bd-links" id="docsNavbarContent">
127
133
  <div class="bd-toc-item active">
128
134
  <ul class="nav bd-sidenav">
129
135
  <li class="active bd-sidenav-active"><a href="#functions">Functions</a></li>
@@ -207,30 +213,8 @@
207
213
  </div>
208
214
  </div>
209
215
  </div>
210
- <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
211
- <div class="modal-dialog">
212
- <div class="modal-content">
213
- <div class="modal-header">
214
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
215
- <h4 class="modal-title" id="exampleModalLabel">Search</h4>
216
- </div>
217
- <div class="modal-body">
218
- <p>
219
- From here you can search these documents. Enter
220
- your search terms below.
221
- </p>
222
- <form role="form">
223
- <div class="form-group">
224
- <input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
225
- </div>
226
- </form>
227
- <div id="mkdocs-search-results"></div>
228
- </div>
229
- <div class="modal-footer">
230
- </div>
231
- </div>
232
- </div>
233
- </div>
216
+
217
+
234
218
  <script>
235
219
  if (top !== self) { top.location.replace(self.location.href); }
236
220
  if (location.hostname !== "localhost" && location.hostname !== "127.0.0.1") {
@@ -244,7 +228,7 @@
244
228
  m = s.getElementsByTagName(o)[0];
245
229
  a.async = 1;
246
230
  a.src = g;
247
- m.parentNode.insertBefore(a, m)
231
+ m.parentNode.insertBefore(a, m);
248
232
  })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
249
233
 
250
234
  ga('create', 'UA-47462200-1', 'eonasdan.github.io');
@@ -15,9 +15,7 @@
15
15
  <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#144287">
16
16
  <meta name="theme-color" content="#ffffff">
17
17
  <title>Installing - Tempus Dominus - Bootstrap 4</title>
18
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
19
- <link rel="stylesheet" href="https://getbootstrap.com/assets/css/docs.min.css" />
20
- <!--<link rel="stylesheet" href="https://v4-alpha.getbootstrap.com/assets/css/docs.min.css" />-->
18
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha256-Md8eaeo67OiouuXAi8t/Xpd8t2+IaJezATVTWbZqSOw=" crossorigin="anonymous" />
21
19
  <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" />
22
20
  <link href="../theme/css/base.css" rel="stylesheet">
23
21
  <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css" rel="stylesheet">
@@ -28,17 +26,24 @@
28
26
  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
29
27
  <![endif]-->
30
28
  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
31
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
32
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
33
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.4/moment-with-locales.min.js"></script>
34
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.14/moment-timezone-with-data-2012-2022.min.js"></script>
29
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha256-98vAGjEDGN79TjHkYWVD4s87rvWkdWLHPs5MC3FvFX4=" crossorigin="anonymous"></script>
30
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha256-xaF9RpdtRxzwYMWg4ldJoyPWqyDPCRD0Cv7YEEe6Ie8=" crossorigin="anonymous"></script>
31
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment-with-locales.min.js"></script>
32
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.21/moment-timezone-with-data-2012-2022.min.js"></script>
35
33
  <script>var base_url = '..';</script>
36
- <!--<script data-main="../mkdocs/js/search.js" src="../mkdocs/js/require.js"></script>-->
34
+
37
35
  <script src="../theme/js/base.js"></script>
36
+
37
+
38
38
  <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
39
+
40
+
39
41
  <script src="../theme/js/tempusdominus-bootstrap-4.js"></script>
40
- <script src="../search/require.js"></script>
41
- <script src="../search/search.js"></script>
42
+
43
+
44
+
45
+
46
+
42
47
  </head>
43
48
 
44
49
  <body>
@@ -123,7 +128,8 @@
123
128
 
124
129
  <div class="container-fluid">
125
130
  <div class="row">
126
- <div class="col-12 col-md-3 col-xl-2 bd-sidebar"><nav class="bd-links" id="docsNavbarContent">
131
+ <div class="col-12 col-md-3 col-xl-2 bd-sidebar"><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CK7DC5QN&placement=eonasdangithubio" id="_carbonads_js"></script>
132
+ <nav class="bd-links" id="docsNavbarContent">
127
133
  <div class="bd-toc-item active">
128
134
  <ul class="nav bd-sidenav">
129
135
  <li class="active bd-sidenav-active"><a href="#minimal-requirements">Minimal Requirements</a></li>
@@ -152,8 +158,8 @@
152
158
  <h1 id="installation-guides">Installation Guides</h1>
153
159
  <ul>
154
160
  <li><a href="#cdn">CDN</a></li>
155
- <li><a href="#nuget">Nuget</a></li>
156
- <li><a href="#rails-">Rails</a></li>
161
+ <li><a href="#rails">Rails</a></li>
162
+ <li><a href="#django">Django</a></li>
157
163
  <li><a href="#angular-wrapper">Angular</a></li>
158
164
  <li><a href="#meteorjs">Meteor.js</a></li>
159
165
  <li><a href="#manual">Manual</a></li>
@@ -166,17 +172,6 @@
166
172
  </code></pre>
167
173
 
168
174
  <h2 id="package-managers">Package Managers</h2>
169
- <h3 id="nuget">Nuget</h3>
170
- <h3 id="tempusdominusbootstrap4"><a href="https://www.nuget.org/packages/Tempus.Dominus.Bootstrap.4/">Tempus.Dominus.Bootstrap.4</a>: <img alt="NuGet version" src="https://badge.fury.io/nu/Tempus.Dominus.Bootstrap.4.png" /></h3>
171
- <pre><code>PM&gt; Install-Package Tempus.Dominus.Bootstrap.4
172
- </code></pre>
173
- <pre><code class="html">&lt;head&gt;
174
- &lt;script type=&quot;text/javascript&quot; src=&quot;/scripts/jquery.min.js&quot;&gt;&lt;/script&gt;
175
- &lt;script type=&quot;text/javascript&quot; src=&quot;/scripts/moment.min.js&quot;&gt;&lt;/script&gt;
176
- &lt;script type=&quot;text/javascript&quot; src=&quot;/scripts/tempusdominus/tempusdominus-bootstrap-4.js&quot;&gt;&lt;/script&gt;
177
- &lt;/head&gt;
178
- </code></pre>
179
-
180
175
  <h3 id="rails">Rails</h3>
181
176
  <p>Rails 5.1 Support - <a href="https://github.com/Bialogs/bootstrap4-datetime-picker-rails">Bootstrap 4 Datetime Picker Rails</a></p>
182
177
  <ol>
@@ -185,8 +180,15 @@
185
180
  <li>Add <code>//= require tempusdominus-bootstrap-4.js</code> to your <code>application.js</code></li>
186
181
  <li>Add <code>@import "tempusdominus-bootstrap-4.css"</code> to your <code>application.scss</code></li>
187
182
  </ol>
183
+ <h3 id="django">Django</h3>
184
+ <p>Python package for Django: <a href="https://pypi.org/project/django-tempus-dominus/">Django Tempus Dominus</a></p>
185
+ <ol>
186
+ <li>Install via pip: <code>pip install django-tempus-dominus</code></li>
187
+ <li>Widgets are provided for Date, DateTime, and Time.</li>
188
+ <li><a href="https://pypi.org/project/django-tempus-dominus/">Full examples are available with Django Forms, Widgets, and Templates</a>.</li>
189
+ </ol>
188
190
  <h3 id="angular-wrapper">Angular Wrapper</h3>
189
- <p>Need new wrapper for this version.</p>
191
+ <p>Follow instructions at <a href="https://github.com/fetrarij/ngx-tempusdominus-bootstrap">ngx-tempusdominus-bootstrap</a> </p>
190
192
  <h3 id="meteorjs">Meteor.js</h3>
191
193
  <p>Need new wrapper for this version.</p>
192
194
  <h2 id="manual">Manual</h2>
@@ -205,30 +207,8 @@
205
207
  </div>
206
208
  </div>
207
209
  </div>
208
- <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
209
- <div class="modal-dialog">
210
- <div class="modal-content">
211
- <div class="modal-header">
212
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
213
- <h4 class="modal-title" id="exampleModalLabel">Search</h4>
214
- </div>
215
- <div class="modal-body">
216
- <p>
217
- From here you can search these documents. Enter
218
- your search terms below.
219
- </p>
220
- <form role="form">
221
- <div class="form-group">
222
- <input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
223
- </div>
224
- </form>
225
- <div id="mkdocs-search-results"></div>
226
- </div>
227
- <div class="modal-footer">
228
- </div>
229
- </div>
230
- </div>
231
- </div>
210
+
211
+
232
212
  <script>
233
213
  if (top !== self) { top.location.replace(self.location.href); }
234
214
  if (location.hostname !== "localhost" && location.hostname !== "127.0.0.1") {
@@ -242,7 +222,7 @@
242
222
  m = s.getElementsByTagName(o)[0];
243
223
  a.async = 1;
244
224
  a.src = g;
245
- m.parentNode.insertBefore(a, m)
225
+ m.parentNode.insertBefore(a, m);
246
226
  })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
247
227
 
248
228
  ga('create', 'UA-47462200-1', 'eonasdan.github.io');
@@ -15,9 +15,7 @@
15
15
  <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#144287">
16
16
  <meta name="theme-color" content="#ffffff">
17
17
  <title>Options - Tempus Dominus - Bootstrap 4</title>
18
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
19
- <link rel="stylesheet" href="https://getbootstrap.com/assets/css/docs.min.css" />
20
- <!--<link rel="stylesheet" href="https://v4-alpha.getbootstrap.com/assets/css/docs.min.css" />-->
18
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha256-Md8eaeo67OiouuXAi8t/Xpd8t2+IaJezATVTWbZqSOw=" crossorigin="anonymous" />
21
19
  <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" />
22
20
  <link href="../theme/css/base.css" rel="stylesheet">
23
21
  <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css" rel="stylesheet">
@@ -28,17 +26,24 @@
28
26
  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
29
27
  <![endif]-->
30
28
  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
31
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
32
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
33
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.4/moment-with-locales.min.js"></script>
34
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.14/moment-timezone-with-data-2012-2022.min.js"></script>
29
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha256-98vAGjEDGN79TjHkYWVD4s87rvWkdWLHPs5MC3FvFX4=" crossorigin="anonymous"></script>
30
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha256-xaF9RpdtRxzwYMWg4ldJoyPWqyDPCRD0Cv7YEEe6Ie8=" crossorigin="anonymous"></script>
31
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment-with-locales.min.js"></script>
32
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.21/moment-timezone-with-data-2012-2022.min.js"></script>
35
33
  <script>var base_url = '..';</script>
36
- <!--<script data-main="../mkdocs/js/search.js" src="../mkdocs/js/require.js"></script>-->
34
+
37
35
  <script src="../theme/js/base.js"></script>
36
+
37
+
38
38
  <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
39
+
40
+
39
41
  <script src="../theme/js/tempusdominus-bootstrap-4.js"></script>
40
- <script src="../search/require.js"></script>
41
- <script src="../search/search.js"></script>
42
+
43
+
44
+
45
+
46
+
42
47
  </head>
43
48
 
44
49
  <body>
@@ -123,7 +128,8 @@
123
128
 
124
129
  <div class="container-fluid">
125
130
  <div class="row">
126
- <div class="col-12 col-md-3 col-xl-2 bd-sidebar"><nav class="bd-links" id="docsNavbarContent">
131
+ <div class="col-12 col-md-3 col-xl-2 bd-sidebar"><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CK7DC5QN&placement=eonasdangithubio" id="_carbonads_js"></script>
132
+ <nav class="bd-links" id="docsNavbarContent">
127
133
  <div class="bd-toc-item active">
128
134
  <ul class="nav bd-sidenav">
129
135
  <li class="active bd-sidenav-active"><a href="#options">Options</a></li>
@@ -466,7 +472,7 @@ Accepts: array of numbers from 0-6
466
472
  <hr />
467
473
  <h3 id="viewmode">viewMode</h3>
468
474
  <pre><code>Default: 'days'
469
- Accepts: 'decades','years','months','days'
475
+ Accepts: 'decades','years','months','days', 'times'
470
476
  </code></pre>
471
477
  <p>The default view to display when the picker is shown.</p>
472
478
  <p><strong>Note</strong>: To limit the picker to selecting, for instance the year and month, use <code>format: MM/YYYY</code>.</p>
@@ -830,30 +836,8 @@ var parseInputDate = function(inputDate) {
830
836
  </div>
831
837
  </div>
832
838
  </div>
833
- <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
834
- <div class="modal-dialog">
835
- <div class="modal-content">
836
- <div class="modal-header">
837
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
838
- <h4 class="modal-title" id="exampleModalLabel">Search</h4>
839
- </div>
840
- <div class="modal-body">
841
- <p>
842
- From here you can search these documents. Enter
843
- your search terms below.
844
- </p>
845
- <form role="form">
846
- <div class="form-group">
847
- <input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
848
- </div>
849
- </form>
850
- <div id="mkdocs-search-results"></div>
851
- </div>
852
- <div class="modal-footer">
853
- </div>
854
- </div>
855
- </div>
856
- </div>
839
+
840
+
857
841
  <script>
858
842
  if (top !== self) { top.location.replace(self.location.href); }
859
843
  if (location.hostname !== "localhost" && location.hostname !== "127.0.0.1") {
@@ -867,7 +851,7 @@ var parseInputDate = function(inputDate) {
867
851
  m = s.getElementsByTagName(o)[0];
868
852
  a.async = 1;
869
853
  a.src = g;
870
- m.parentNode.insertBefore(a, m)
854
+ m.parentNode.insertBefore(a, m);
871
855
  })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
872
856
 
873
857
  ga('create', 'UA-47462200-1', 'eonasdan.github.io');
@@ -15,9 +15,7 @@
15
15
  <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#144287">
16
16
  <meta name="theme-color" content="#ffffff">
17
17
  <title>Usage - Tempus Dominus - Bootstrap 4</title>
18
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
19
- <link rel="stylesheet" href="https://getbootstrap.com/assets/css/docs.min.css" />
20
- <!--<link rel="stylesheet" href="https://v4-alpha.getbootstrap.com/assets/css/docs.min.css" />-->
18
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha256-Md8eaeo67OiouuXAi8t/Xpd8t2+IaJezATVTWbZqSOw=" crossorigin="anonymous" />
21
19
  <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" />
22
20
  <link href="../theme/css/base.css" rel="stylesheet">
23
21
  <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css" rel="stylesheet">
@@ -28,17 +26,24 @@
28
26
  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
29
27
  <![endif]-->
30
28
  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
31
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
32
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
33
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.4/moment-with-locales.min.js"></script>
34
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.14/moment-timezone-with-data-2012-2022.min.js"></script>
29
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha256-98vAGjEDGN79TjHkYWVD4s87rvWkdWLHPs5MC3FvFX4=" crossorigin="anonymous"></script>
30
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha256-xaF9RpdtRxzwYMWg4ldJoyPWqyDPCRD0Cv7YEEe6Ie8=" crossorigin="anonymous"></script>
31
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment-with-locales.min.js"></script>
32
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.21/moment-timezone-with-data-2012-2022.min.js"></script>
35
33
  <script>var base_url = '..';</script>
36
- <!--<script data-main="../mkdocs/js/search.js" src="../mkdocs/js/require.js"></script>-->
34
+
37
35
  <script src="../theme/js/base.js"></script>
36
+
37
+
38
38
  <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
39
+
40
+
39
41
  <script src="../theme/js/tempusdominus-bootstrap-4.js"></script>
40
- <script src="../search/require.js"></script>
41
- <script src="../search/search.js"></script>
42
+
43
+
44
+
45
+
46
+
42
47
  </head>
43
48
 
44
49
  <body>
@@ -123,7 +128,8 @@
123
128
 
124
129
  <div class="container-fluid">
125
130
  <div class="row">
126
- <div class="col-12 col-md-3 col-xl-2 bd-sidebar"><nav class="bd-links" id="docsNavbarContent">
131
+ <div class="col-12 col-md-3 col-xl-2 bd-sidebar"><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CK7DC5QN&placement=eonasdangithubio" id="_carbonads_js"></script>
132
+ <nav class="bd-links" id="docsNavbarContent">
127
133
  <div class="bd-toc-item active">
128
134
  <ul class="nav bd-sidenav">
129
135
  <li class="active bd-sidenav-active"><a href="#bootstrap4-v5-docs">Bootstrap4 v5 Docs</a></li>
@@ -147,10 +153,6 @@
147
153
  <div class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
148
154
  <h1 class="bd-title">Usage</h1>
149
155
 
150
- <p class="bd-lead">
151
- B
152
- </p>
153
-
154
156
 
155
157
  <h1 id="bootstrap4-v5-docs">Bootstrap4 v5 Docs</h1>
156
158
  <div class="alert alert-info">
@@ -825,30 +827,8 @@
825
827
  </div>
826
828
  </div>
827
829
  </div>
828
- <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
829
- <div class="modal-dialog">
830
- <div class="modal-content">
831
- <div class="modal-header">
832
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
833
- <h4 class="modal-title" id="exampleModalLabel">Search</h4>
834
- </div>
835
- <div class="modal-body">
836
- <p>
837
- From here you can search these documents. Enter
838
- your search terms below.
839
- </p>
840
- <form role="form">
841
- <div class="form-group">
842
- <input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
843
- </div>
844
- </form>
845
- <div id="mkdocs-search-results"></div>
846
- </div>
847
- <div class="modal-footer">
848
- </div>
849
- </div>
850
- </div>
851
- </div>
830
+
831
+
852
832
  <script>
853
833
  if (top !== self) { top.location.replace(self.location.href); }
854
834
  if (location.hostname !== "localhost" && location.hostname !== "127.0.0.1") {
@@ -862,7 +842,7 @@
862
842
  m = s.getElementsByTagName(o)[0];
863
843
  a.async = 1;
864
844
  a.src = g;
865
- m.parentNode.insertBefore(a, m)
845
+ m.parentNode.insertBefore(a, m);
866
846
  })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
867
847
 
868
848
  ga('create', 'UA-47462200-1', 'eonasdan.github.io');
@@ -21,3 +21,1685 @@
21
21
  background-color: #144287;
22
22
  border-color: #144287;
23
23
  }
24
+
25
+
26
+ /*!
27
+ * Bootstrap Docs (https://getbootstrap.com/)
28
+ * Copyright 2011-2018 The Bootstrap Authors
29
+ * Copyright 2011-2018 Twitter, Inc.
30
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
31
+ * details, see https://creativecommons.org/licenses/by/3.0/.
32
+ */ .bd-navbar {
33
+ min-height: 4rem;
34
+ background-color: #563d7c;
35
+ box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1)
36
+ }
37
+
38
+ @media (max-width:991.98px) {
39
+ .bd-navbar {
40
+ padding-right: .5rem;
41
+ padding-left: .5rem
42
+ }
43
+
44
+ .bd-navbar .navbar-nav-scroll {
45
+ max-width: 100%;
46
+ height: 2.5rem;
47
+ margin-top: .25rem;
48
+ overflow: hidden;
49
+ font-size: .875rem
50
+ }
51
+
52
+ .bd-navbar .navbar-nav-scroll .navbar-nav {
53
+ padding-bottom: 2rem;
54
+ overflow-x: auto;
55
+ white-space: nowrap;
56
+ -webkit-overflow-scrolling: touch
57
+ }
58
+ }
59
+
60
+ @media (min-width:768px) {
61
+ @supports ((position:-webkit-sticky) or (position:sticky)) {
62
+ .bd-navbar {
63
+ position: -webkit-sticky;
64
+ position: sticky;
65
+ top: 0;
66
+ z-index: 1071
67
+ }
68
+ }
69
+ }
70
+
71
+ .bd-navbar .navbar-nav .nav-link {
72
+ padding-right: .5rem;
73
+ padding-left: .5rem;
74
+ color: #cbbde2
75
+ }
76
+
77
+ .bd-navbar .navbar-nav .nav-link.active, .bd-navbar .navbar-nav .nav-link:hover {
78
+ color: #fff;
79
+ background-color: transparent
80
+ }
81
+
82
+ .bd-navbar .navbar-nav .nav-link.active {
83
+ font-weight: 500
84
+ }
85
+
86
+ .bd-navbar .navbar-nav-svg {
87
+ display: inline-block;
88
+ width: 1rem;
89
+ height: 1rem;
90
+ vertical-align: text-top
91
+ }
92
+
93
+ .bd-navbar .dropdown-menu {
94
+ font-size: .875rem
95
+ }
96
+
97
+ .bd-navbar .dropdown-item.active {
98
+ font-weight: 500;
99
+ color: #212529;
100
+ background-color: transparent;
101
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
102
+ background-repeat: no-repeat;
103
+ background-position: .4rem .6rem;
104
+ background-size: .75rem .75rem
105
+ }
106
+
107
+ .bd-masthead {
108
+ position: relative;
109
+ padding: 3rem 15px
110
+ }
111
+
112
+ .bd-masthead h1 {
113
+ line-height: 1
114
+ }
115
+
116
+ .bd-masthead .btn {
117
+ width: 100%;
118
+ padding: .8rem 2rem;
119
+ font-size: 1.25rem;
120
+ font-weight: 500
121
+ }
122
+
123
+ .bd-masthead .carbonad {
124
+ margin-top: 0 !important;
125
+ margin-bottom: -3rem !important
126
+ }
127
+
128
+ @media (min-width:576px) {
129
+ .bd-masthead {
130
+ padding-top: 5rem;
131
+ padding-bottom: 5rem
132
+ }
133
+
134
+ .bd-masthead .carbonad {
135
+ margin-bottom: 0 !important
136
+ }
137
+ }
138
+
139
+ @media (min-width:768px) {
140
+ .bd-masthead h1 {
141
+ font-size: 4rem
142
+ }
143
+
144
+ .bd-masthead .carbonad {
145
+ margin-top: 3rem !important
146
+ }
147
+ }
148
+
149
+ .half-rule {
150
+ width: 6rem;
151
+ margin: 2.5rem 0
152
+ }
153
+
154
+ .masthead-followup .bd-clipboard {
155
+ display: none
156
+ }
157
+
158
+ .masthead-followup .highlight {
159
+ padding: .5rem 0;
160
+ background-color: transparent
161
+ }
162
+
163
+ #carbonads {
164
+ position: static;
165
+ display: block;
166
+ max-width: 400px;
167
+ padding: 15px 15px 15px 160px;
168
+ margin: 2rem 0;
169
+ overflow: hidden;
170
+ font-size: 13px;
171
+ line-height: 1.4;
172
+ text-align: left;
173
+ background-color: rgba(0,0,0,.05)
174
+ }
175
+
176
+ #carbonads a {
177
+ color: #333;
178
+ text-decoration: none
179
+ }
180
+
181
+ @media (min-width:576px) {
182
+ #carbonads {
183
+ max-width: 330px;
184
+ border-radius: 4px
185
+ }
186
+ }
187
+
188
+ .carbon-img {
189
+ float: left;
190
+ margin-left: -145px
191
+ }
192
+
193
+ .carbon-poweredby {
194
+ display: block;
195
+ color: #777 !important
196
+ }
197
+
198
+ .bd-content {
199
+ -ms-flex-order: 1;
200
+ order: 1
201
+ }
202
+
203
+ .bd-content > h2[id], .bd-content > h3[id], .bd-content > h4[id] {
204
+ pointer-events: none
205
+ }
206
+
207
+ .bd-content > h2[id] > a, .bd-content > h2[id] > div, .bd-content > h3[id] > a, .bd-content > h3[id] > div, .bd-content > h4[id] > a, .bd-content > h4[id] > div {
208
+ pointer-events: auto
209
+ }
210
+
211
+ .bd-content > h2[id]::before, .bd-content > h3[id]::before, .bd-content > h4[id]::before {
212
+ display: block;
213
+ height: 6rem;
214
+ margin-top: -6rem;
215
+ visibility: hidden;
216
+ content: ""
217
+ }
218
+
219
+ .bd-content > table {
220
+ width: 100%;
221
+ max-width: 100%;
222
+ margin-bottom: 1rem
223
+ }
224
+
225
+ @media (max-width:991.98px) {
226
+ .bd-content > table {
227
+ display: block;
228
+ overflow-x: auto;
229
+ -ms-overflow-style: -ms-autohiding-scrollbar
230
+ }
231
+
232
+ .bd-content > table.table-bordered {
233
+ border: 0
234
+ }
235
+ }
236
+
237
+ .bd-content > table > tbody > tr > td, .bd-content > table > tbody > tr > th, .bd-content > table > tfoot > tr > td, .bd-content > table > tfoot > tr > th, .bd-content > table > thead > tr > td, .bd-content > table > thead > tr > th {
238
+ padding: .75rem;
239
+ vertical-align: top;
240
+ border: 1px solid #dee2e6
241
+ }
242
+
243
+ .bd-content > table > tbody > tr > td > p:last-child, .bd-content > table > tbody > tr > th > p:last-child, .bd-content > table > tfoot > tr > td > p:last-child, .bd-content > table > tfoot > tr > th > p:last-child, .bd-content > table > thead > tr > td > p:last-child, .bd-content > table > thead > tr > th > p:last-child {
244
+ margin-bottom: 0
245
+ }
246
+
247
+ .bd-content > table td:first-child > code {
248
+ white-space: nowrap
249
+ }
250
+
251
+ .bd-content > h2:not(:first-child) {
252
+ margin-top: 3rem
253
+ }
254
+
255
+ .bd-content > h3 {
256
+ margin-top: 1.5rem
257
+ }
258
+
259
+ .bd-content > ol li, .bd-content > ul li {
260
+ margin-bottom: .25rem
261
+ }
262
+
263
+ @media (min-width:992px) {
264
+ .bd-content > ol, .bd-content > p, .bd-content > ul {
265
+ max-width: 80%
266
+ }
267
+ }
268
+
269
+ .bd-title {
270
+ margin-top: 1rem;
271
+ margin-bottom: .5rem;
272
+ font-weight: 300
273
+ }
274
+
275
+ @media (min-width:576px) {
276
+ .bd-title {
277
+ font-size: 3rem
278
+ }
279
+ }
280
+
281
+ .bd-lead {
282
+ font-size: 1.125rem;
283
+ font-weight: 300
284
+ }
285
+
286
+ @media (min-width:576px) {
287
+ .bd-lead {
288
+ max-width: 80%;
289
+ margin-bottom: 1rem;
290
+ font-size: 1.5rem
291
+ }
292
+ }
293
+
294
+ .bd-text-purple {
295
+ color: #563d7c
296
+ }
297
+
298
+ .bd-text-purple-bright {
299
+ color: #7952b3
300
+ }
301
+
302
+ #skippy {
303
+ display: block;
304
+ padding: 1em;
305
+ color: #fff;
306
+ background-color: #563d7c;
307
+ outline: 0
308
+ }
309
+
310
+ #skippy .skiplink-text {
311
+ padding: .5em;
312
+ outline: 1px dotted
313
+ }
314
+
315
+ .bd-toc {
316
+ -ms-flex-order: 2;
317
+ order: 2;
318
+ padding-top: 1.5rem;
319
+ padding-bottom: 1.5rem;
320
+ font-size: .875rem
321
+ }
322
+
323
+ @supports ((position:-webkit-sticky) or (position:sticky)) {
324
+ .bd-toc {
325
+ position: -webkit-sticky;
326
+ position: sticky;
327
+ top: 4rem;
328
+ height: calc(100vh - 4rem);
329
+ overflow-y: auto
330
+ }
331
+ }
332
+
333
+ .section-nav {
334
+ padding-left: 0;
335
+ border-left: 1px solid #eee
336
+ }
337
+
338
+ .section-nav ul {
339
+ padding-left: 1rem
340
+ }
341
+
342
+ .section-nav ul ul {
343
+ display: none
344
+ }
345
+
346
+ .toc-entry {
347
+ display: block
348
+ }
349
+
350
+ .toc-entry a {
351
+ display: block;
352
+ padding: .125rem 1.5rem;
353
+ color: #99979c
354
+ }
355
+
356
+ .toc-entry a:hover {
357
+ color: #007bff;
358
+ text-decoration: none
359
+ }
360
+
361
+ .bd-sidebar {
362
+ -ms-flex-order: 0;
363
+ order: 0;
364
+ border-bottom: 1px solid rgba(0,0,0,.1)
365
+ }
366
+
367
+ @media (min-width:768px) {
368
+ .bd-sidebar {
369
+ border-right: 1px solid rgba(0,0,0,.1)
370
+ }
371
+
372
+ @supports ((position:-webkit-sticky) or (position:sticky)) {
373
+ .bd-sidebar {
374
+ position: -webkit-sticky;
375
+ position: sticky;
376
+ top: 4rem;
377
+ z-index: 1000;
378
+ height: calc(100vh - 4rem)
379
+ }
380
+ }
381
+ }
382
+
383
+ @media (min-width:1200px) {
384
+ .bd-sidebar {
385
+ -ms-flex: 0 1 320px;
386
+ flex: 0 1 320px
387
+ }
388
+ }
389
+
390
+ .bd-links {
391
+ padding-top: 1rem;
392
+ padding-bottom: 1rem;
393
+ margin-right: -15px;
394
+ margin-left: -15px
395
+ }
396
+
397
+ @media (min-width:768px) {
398
+ @supports ((position:-webkit-sticky) or (position:sticky)) {
399
+ .bd-links {
400
+ max-height: calc(100vh - 9rem);
401
+ overflow-y: auto
402
+ }
403
+ }
404
+ }
405
+
406
+ @media (min-width:768px) {
407
+ .bd-links {
408
+ display: block !important
409
+ }
410
+ }
411
+
412
+ .bd-search {
413
+ position: relative;
414
+ padding: 1rem 15px;
415
+ margin-right: -15px;
416
+ margin-left: -15px;
417
+ border-bottom: 1px solid rgba(0,0,0,.05)
418
+ }
419
+
420
+ .bd-search .form-control:focus {
421
+ border-color: #7952b3;
422
+ box-shadow: 0 0 0 3px rgba(121,82,179,.25)
423
+ }
424
+
425
+ .bd-search-docs-toggle {
426
+ line-height: 1;
427
+ color: #212529
428
+ }
429
+
430
+ .bd-sidenav {
431
+ display: none
432
+ }
433
+
434
+ .bd-toc-link {
435
+ display: block;
436
+ padding: .25rem 1.5rem;
437
+ font-weight: 500;
438
+ color: rgba(0,0,0,.65)
439
+ }
440
+
441
+ .bd-toc-link:hover {
442
+ color: rgba(0,0,0,.85);
443
+ text-decoration: none
444
+ }
445
+
446
+ .bd-toc-item.active {
447
+ margin-bottom: 1rem
448
+ }
449
+
450
+ .bd-toc-item.active:not(:first-child) {
451
+ margin-top: 1rem
452
+ }
453
+
454
+ .bd-toc-item.active > .bd-toc-link {
455
+ color: rgba(0,0,0,.85)
456
+ }
457
+
458
+ .bd-toc-item.active > .bd-toc-link:hover {
459
+ background-color: transparent
460
+ }
461
+
462
+ .bd-toc-item.active > .bd-sidenav {
463
+ display: block
464
+ }
465
+
466
+ .bd-sidebar .nav > li > a {
467
+ display: block;
468
+ padding: .25rem 1.5rem;
469
+ font-size: 90%;
470
+ color: rgba(0,0,0,.65)
471
+ }
472
+
473
+ .bd-sidebar .nav > li > a:hover {
474
+ color: rgba(0,0,0,.85);
475
+ text-decoration: none;
476
+ background-color: transparent
477
+ }
478
+
479
+ .bd-sidebar .nav > .active:hover > a, .bd-sidebar .nav > .active > a {
480
+ font-weight: 500;
481
+ color: rgba(0,0,0,.85);
482
+ background-color: transparent
483
+ }
484
+
485
+ .bd-footer {
486
+ font-size: 85%;
487
+ text-align: center;
488
+ background-color: #f7f7f7
489
+ }
490
+
491
+ .bd-footer a {
492
+ font-weight: 500;
493
+ color: #495057
494
+ }
495
+
496
+ .bd-footer a:focus, .bd-footer a:hover {
497
+ color: #007bff
498
+ }
499
+
500
+ .bd-footer p {
501
+ margin-bottom: 0
502
+ }
503
+
504
+ @media (min-width:576px) {
505
+ .bd-footer {
506
+ text-align: left
507
+ }
508
+ }
509
+
510
+ .bd-footer-links {
511
+ padding-left: 0;
512
+ margin-bottom: 1rem
513
+ }
514
+
515
+ .bd-footer-links li {
516
+ display: inline-block
517
+ }
518
+
519
+ .bd-footer-links li + li {
520
+ margin-left: 1rem
521
+ }
522
+
523
+ .bd-example-row .row > .col, .bd-example-row .row > [class^=col-] {
524
+ padding-top: .75rem;
525
+ padding-bottom: .75rem;
526
+ background-color: rgba(86,61,124,.15);
527
+ border: 1px solid rgba(86,61,124,.2)
528
+ }
529
+
530
+ .bd-example-row .row + .row {
531
+ margin-top: 1rem
532
+ }
533
+
534
+ .bd-example-row .flex-items-bottom, .bd-example-row .flex-items-middle, .bd-example-row .flex-items-top {
535
+ min-height: 6rem;
536
+ background-color: rgba(255,0,0,.1)
537
+ }
538
+
539
+ .bd-example-row-flex-cols .row {
540
+ min-height: 10rem;
541
+ background-color: rgba(255,0,0,.1)
542
+ }
543
+
544
+ .bd-highlight {
545
+ background-color: rgba(86,61,124,.15);
546
+ border: 1px solid rgba(86,61,124,.15)
547
+ }
548
+
549
+ .example-container {
550
+ width: 800px;
551
+ width: 100%;
552
+ padding-right: 15px;
553
+ padding-left: 15px;
554
+ margin-right: auto;
555
+ margin-left: auto
556
+ }
557
+
558
+ .example-row {
559
+ display: -ms-flexbox;
560
+ display: flex;
561
+ -ms-flex-wrap: wrap;
562
+ flex-wrap: wrap;
563
+ margin-right: -15px;
564
+ margin-left: -15px
565
+ }
566
+
567
+ .example-content-main {
568
+ position: relative;
569
+ width: 100%;
570
+ min-height: 1px;
571
+ padding-right: 15px;
572
+ padding-left: 15px
573
+ }
574
+
575
+ @media (min-width:576px) {
576
+ .example-content-main {
577
+ -ms-flex: 0 0 50%;
578
+ flex: 0 0 50%;
579
+ max-width: 50%
580
+ }
581
+ }
582
+
583
+ @media (min-width:992px) {
584
+ .example-content-main {
585
+ -ms-flex: 0 0 66.666667%;
586
+ flex: 0 0 66.666667%;
587
+ max-width: 66.666667%
588
+ }
589
+ }
590
+
591
+ .example-content-secondary {
592
+ position: relative;
593
+ width: 100%;
594
+ min-height: 1px;
595
+ padding-right: 15px;
596
+ padding-left: 15px
597
+ }
598
+
599
+ @media (min-width:576px) {
600
+ .example-content-secondary {
601
+ -ms-flex: 0 0 50%;
602
+ flex: 0 0 50%;
603
+ max-width: 50%
604
+ }
605
+ }
606
+
607
+ @media (min-width:992px) {
608
+ .example-content-secondary {
609
+ -ms-flex: 0 0 33.333333%;
610
+ flex: 0 0 33.333333%;
611
+ max-width: 33.333333%
612
+ }
613
+ }
614
+
615
+ .bd-example-container {
616
+ min-width: 16rem;
617
+ max-width: 25rem;
618
+ margin-right: auto;
619
+ margin-left: auto
620
+ }
621
+
622
+ .bd-example-container-header {
623
+ height: 3rem;
624
+ margin-bottom: .5rem;
625
+ background-color: #fff;
626
+ border-radius: .25rem
627
+ }
628
+
629
+ .bd-example-container-sidebar {
630
+ float: right;
631
+ width: 4rem;
632
+ height: 8rem;
633
+ background-color: #80bdff;
634
+ border-radius: .25rem
635
+ }
636
+
637
+ .bd-example-container-body {
638
+ height: 8rem;
639
+ margin-right: 4.5rem;
640
+ background-color: #957bbe;
641
+ border-radius: .25rem
642
+ }
643
+
644
+ .bd-example-container-fluid {
645
+ max-width: none
646
+ }
647
+
648
+ .bd-example {
649
+ position: relative;
650
+ padding: 1rem;
651
+ margin: 1rem -15px 0;
652
+ border: solid #f8f9fa;
653
+ border-width: .2rem 0 0
654
+ }
655
+
656
+ .bd-example::after {
657
+ display: block;
658
+ clear: both;
659
+ content: ""
660
+ }
661
+
662
+ @media (min-width:576px) {
663
+ .bd-example {
664
+ padding: 1.5rem;
665
+ margin-right: 0;
666
+ margin-left: 0;
667
+ border-width: .2rem
668
+ }
669
+ }
670
+
671
+ .bd-example + .clipboard + .highlight, .bd-example + .highlight {
672
+ margin-top: 0
673
+ }
674
+
675
+ .bd-example + p {
676
+ margin-top: 2rem
677
+ }
678
+
679
+ .bd-example .pos-f-t {
680
+ position: relative;
681
+ margin: -1rem
682
+ }
683
+
684
+ @media (min-width:576px) {
685
+ .bd-example .pos-f-t {
686
+ margin: -1.5rem
687
+ }
688
+ }
689
+
690
+ .bd-example .custom-file-input:lang(es) ~ .custom-file-label::after {
691
+ content: "Elegir"
692
+ }
693
+
694
+ .bd-example > .form-control + .form-control {
695
+ margin-top: .5rem
696
+ }
697
+
698
+ .bd-example > .alert + .alert, .bd-example > .nav + .nav, .bd-example > .navbar + .navbar, .bd-example > .progress + .btn, .bd-example > .progress + .progress {
699
+ margin-top: 1rem
700
+ }
701
+
702
+ .bd-example > .dropdown-menu:first-child {
703
+ position: static;
704
+ display: block
705
+ }
706
+
707
+ .bd-example > .form-group:last-child {
708
+ margin-bottom: 0
709
+ }
710
+
711
+ .bd-example > .close {
712
+ float: none
713
+ }
714
+
715
+ .bd-example-type .table .type-info {
716
+ color: #999;
717
+ vertical-align: middle
718
+ }
719
+
720
+ .bd-example-type .table td {
721
+ padding: 1rem 0;
722
+ border-color: #eee
723
+ }
724
+
725
+ .bd-example-type .table tr:first-child td {
726
+ border-top: 0
727
+ }
728
+
729
+ .bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
730
+ margin-top: 0;
731
+ margin-bottom: 0
732
+ }
733
+
734
+ .bd-example-bg-classes p {
735
+ padding: 1rem
736
+ }
737
+
738
+ .bd-example > img + img {
739
+ margin-left: .5rem
740
+ }
741
+
742
+ .bd-example > .btn-group {
743
+ margin-top: .25rem;
744
+ margin-bottom: .25rem
745
+ }
746
+
747
+ .bd-example > .btn-toolbar + .btn-toolbar {
748
+ margin-top: .5rem
749
+ }
750
+
751
+ .bd-example-control-sizing input[type=text] + input[type=text], .bd-example-control-sizing select {
752
+ margin-top: .5rem
753
+ }
754
+
755
+ .bd-example-form .input-group {
756
+ margin-bottom: .5rem
757
+ }
758
+
759
+ .bd-example > textarea.form-control {
760
+ resize: vertical
761
+ }
762
+
763
+ .bd-example > .list-group {
764
+ max-width: 400px
765
+ }
766
+
767
+ .bd-example .fixed-top, .bd-example .sticky-top {
768
+ position: static;
769
+ margin: -1rem -1rem 1rem
770
+ }
771
+
772
+ .bd-example .fixed-bottom {
773
+ position: static;
774
+ margin: 1rem -1rem -1rem
775
+ }
776
+
777
+ @media (min-width:576px) {
778
+ .bd-example .fixed-top, .bd-example .sticky-top {
779
+ margin: -1.5rem -1.5rem 1rem
780
+ }
781
+
782
+ .bd-example .fixed-bottom {
783
+ margin: 1rem -1.5rem -1.5rem
784
+ }
785
+ }
786
+
787
+ .bd-example .pagination {
788
+ margin-top: .5rem;
789
+ margin-bottom: .5rem
790
+ }
791
+
792
+ .modal {
793
+ z-index: 1072
794
+ }
795
+
796
+ .modal .popover, .modal .tooltip {
797
+ z-index: 1073
798
+ }
799
+
800
+ .modal-backdrop {
801
+ z-index: 1071
802
+ }
803
+
804
+ .bd-example-modal {
805
+ background-color: #fafafa
806
+ }
807
+
808
+ .bd-example-modal .modal {
809
+ position: relative;
810
+ top: auto;
811
+ right: auto;
812
+ bottom: auto;
813
+ left: auto;
814
+ z-index: 1;
815
+ display: block
816
+ }
817
+
818
+ .bd-example-modal .modal-dialog {
819
+ left: auto;
820
+ margin-right: auto;
821
+ margin-left: auto
822
+ }
823
+
824
+ .bd-example-tabs .nav-tabs {
825
+ margin-bottom: 1rem
826
+ }
827
+
828
+ .bd-example-popover-static {
829
+ padding-bottom: 1.5rem;
830
+ background-color: #f9f9f9
831
+ }
832
+
833
+ .bd-example-popover-static .popover {
834
+ position: relative;
835
+ display: block;
836
+ float: left;
837
+ width: 260px;
838
+ margin: 1.25rem
839
+ }
840
+
841
+ .tooltip-demo a {
842
+ white-space: nowrap
843
+ }
844
+
845
+ .bd-example-tooltip-static .tooltip {
846
+ position: relative;
847
+ display: inline-block;
848
+ margin: 10px 20px;
849
+ opacity: 1
850
+ }
851
+
852
+ .scrollspy-example {
853
+ position: relative;
854
+ height: 200px;
855
+ margin-top: .5rem;
856
+ overflow: auto
857
+ }
858
+
859
+ .scrollspy-example-2 {
860
+ position: relative;
861
+ height: 350px;
862
+ overflow: auto
863
+ }
864
+
865
+ .bd-example-border-utils [class^=border] {
866
+ display: inline-block;
867
+ width: 5rem;
868
+ height: 5rem;
869
+ margin: .25rem;
870
+ background-color: #f5f5f5
871
+ }
872
+
873
+ .bd-example-border-utils-0 [class^=border] {
874
+ border: 1px solid #dee2e6
875
+ }
876
+
877
+ .highlight {
878
+ padding: 1rem;
879
+ margin-top: 1rem;
880
+ margin-bottom: 1rem;
881
+ background-color: #f8f9fa;
882
+ -ms-overflow-style: -ms-autohiding-scrollbar
883
+ }
884
+
885
+ @media (min-width:576px) {
886
+ .highlight {
887
+ padding: 1.5rem
888
+ }
889
+ }
890
+
891
+ .bd-content .highlight {
892
+ margin-right: -15px;
893
+ margin-left: -15px
894
+ }
895
+
896
+ @media (min-width:576px) {
897
+ .bd-content .highlight {
898
+ margin-right: 0;
899
+ margin-left: 0
900
+ }
901
+ }
902
+
903
+ .highlight pre {
904
+ padding: 0;
905
+ margin-top: 0;
906
+ margin-bottom: 0;
907
+ background-color: transparent;
908
+ border: 0
909
+ }
910
+
911
+ .highlight pre code {
912
+ font-size: inherit;
913
+ color: #212529
914
+ }
915
+
916
+ .btn-bd-primary {
917
+ font-weight: 500;
918
+ color: #7952b3;
919
+ border-color: #7952b3
920
+ }
921
+
922
+ .btn-bd-primary:active, .btn-bd-primary:hover {
923
+ color: #fff;
924
+ background-color: #7952b3;
925
+ border-color: #7952b3
926
+ }
927
+
928
+ .btn-bd-primary:focus {
929
+ box-shadow: 0 0 0 3px rgba(121,82,179,.25)
930
+ }
931
+
932
+ .btn-bd-download {
933
+ font-weight: 500;
934
+ color: #ffe484;
935
+ border-color: #ffe484
936
+ }
937
+
938
+ .btn-bd-download:active, .btn-bd-download:hover {
939
+ color: #2a2730;
940
+ background-color: #ffe484;
941
+ border-color: #ffe484
942
+ }
943
+
944
+ .btn-bd-download:focus {
945
+ box-shadow: 0 0 0 3px rgba(255,228,132,.25)
946
+ }
947
+
948
+ .bd-callout {
949
+ padding: 1.25rem;
950
+ margin-top: 1.25rem;
951
+ margin-bottom: 1.25rem;
952
+ border: 1px solid #eee;
953
+ border-left-width: .25rem;
954
+ border-radius: .25rem
955
+ }
956
+
957
+ .bd-callout h4 {
958
+ margin-top: 0;
959
+ margin-bottom: .25rem
960
+ }
961
+
962
+ .bd-callout p:last-child {
963
+ margin-bottom: 0
964
+ }
965
+
966
+ .bd-callout code {
967
+ border-radius: .25rem
968
+ }
969
+
970
+ .bd-callout + .bd-callout {
971
+ margin-top: -.25rem
972
+ }
973
+
974
+ .bd-callout-info {
975
+ border-left-color: #5bc0de
976
+ }
977
+
978
+ .bd-callout-info h4 {
979
+ color: #5bc0de
980
+ }
981
+
982
+ .bd-callout-warning {
983
+ border-left-color: #f0ad4e
984
+ }
985
+
986
+ .bd-callout-warning h4 {
987
+ color: #f0ad4e
988
+ }
989
+
990
+ .bd-callout-danger {
991
+ border-left-color: #d9534f
992
+ }
993
+
994
+ .bd-callout-danger h4 {
995
+ color: #d9534f
996
+ }
997
+
998
+ .bd-examples .img-thumbnail {
999
+ margin-bottom: .75rem
1000
+ }
1001
+
1002
+ .bd-examples h4 {
1003
+ margin-bottom: .25rem
1004
+ }
1005
+
1006
+ .bd-examples p {
1007
+ margin-bottom: 1.25rem
1008
+ }
1009
+
1010
+ @media (max-width:480px) {
1011
+ .bd-examples {
1012
+ margin-right: -.75rem;
1013
+ margin-left: -.75rem
1014
+ }
1015
+
1016
+ .bd-examples > [class^=col-] {
1017
+ padding-right: .75rem;
1018
+ padding-left: .75rem
1019
+ }
1020
+ }
1021
+
1022
+ .bd-browser-bugs td p {
1023
+ margin-bottom: 0
1024
+ }
1025
+
1026
+ .bd-browser-bugs th:first-child {
1027
+ width: 18%
1028
+ }
1029
+
1030
+ .bd-brand-logos {
1031
+ display: table;
1032
+ width: 100%;
1033
+ margin-bottom: 1rem;
1034
+ overflow: hidden;
1035
+ color: #563d7c;
1036
+ background-color: #f9f9f9;
1037
+ border-radius: .25rem
1038
+ }
1039
+
1040
+ .bd-brand-item {
1041
+ padding: 4rem 0;
1042
+ text-align: center
1043
+ }
1044
+
1045
+ .bd-brand-item + .bd-brand-item {
1046
+ border-top: 1px solid #fff
1047
+ }
1048
+
1049
+ .bd-brand-logos .inverse {
1050
+ color: #fff;
1051
+ background-color: #563d7c
1052
+ }
1053
+
1054
+ .bd-brand-item h1, .bd-brand-item h3 {
1055
+ margin-top: 0;
1056
+ margin-bottom: 0
1057
+ }
1058
+
1059
+ .bd-brand-item .bd-booticon {
1060
+ margin-right: auto;
1061
+ margin-left: auto
1062
+ }
1063
+
1064
+ @media (min-width:768px) {
1065
+ .bd-brand-item {
1066
+ display: table-cell;
1067
+ width: 1%
1068
+ }
1069
+
1070
+ .bd-brand-item + .bd-brand-item {
1071
+ border-top: 0;
1072
+ border-left: 1px solid #fff
1073
+ }
1074
+
1075
+ .bd-brand-item h1 {
1076
+ font-size: 4rem
1077
+ }
1078
+ }
1079
+
1080
+ .color-swatches {
1081
+ margin: 0 -5px;
1082
+ overflow: hidden
1083
+ }
1084
+
1085
+ .color-swatch {
1086
+ float: left;
1087
+ width: 4rem;
1088
+ height: 4rem;
1089
+ margin-right: .25rem;
1090
+ margin-left: .25rem;
1091
+ border-radius: .25rem
1092
+ }
1093
+
1094
+ @media (min-width:768px) {
1095
+ .color-swatch {
1096
+ width: 6rem;
1097
+ height: 6rem
1098
+ }
1099
+ }
1100
+
1101
+ .color-swatches .bd-purple {
1102
+ background-color: #563d7c
1103
+ }
1104
+
1105
+ .color-swatches .bd-purple-light {
1106
+ background-color: #cbbde2
1107
+ }
1108
+
1109
+ .color-swatches .bd-purple-lighter {
1110
+ background-color: #e5e1ea
1111
+ }
1112
+
1113
+ .color-swatches .bd-gray {
1114
+ background-color: #f9f9f9
1115
+ }
1116
+
1117
+ .swatch-blue {
1118
+ color: #fff;
1119
+ background-color: #007bff
1120
+ }
1121
+
1122
+ .swatch-indigo {
1123
+ color: #fff;
1124
+ background-color: #6610f2
1125
+ }
1126
+
1127
+ .swatch-purple {
1128
+ color: #fff;
1129
+ background-color: #6f42c1
1130
+ }
1131
+
1132
+ .swatch-pink {
1133
+ color: #fff;
1134
+ background-color: #e83e8c
1135
+ }
1136
+
1137
+ .swatch-red {
1138
+ color: #fff;
1139
+ background-color: #dc3545
1140
+ }
1141
+
1142
+ .swatch-orange {
1143
+ color: #212529;
1144
+ background-color: #fd7e14
1145
+ }
1146
+
1147
+ .swatch-yellow {
1148
+ color: #212529;
1149
+ background-color: #ffc107
1150
+ }
1151
+
1152
+ .swatch-green {
1153
+ color: #fff;
1154
+ background-color: #28a745
1155
+ }
1156
+
1157
+ .swatch-teal {
1158
+ color: #fff;
1159
+ background-color: #20c997
1160
+ }
1161
+
1162
+ .swatch-cyan {
1163
+ color: #fff;
1164
+ background-color: #17a2b8
1165
+ }
1166
+
1167
+ .swatch-white {
1168
+ color: #212529;
1169
+ background-color: #fff
1170
+ }
1171
+
1172
+ .swatch-gray {
1173
+ color: #fff;
1174
+ background-color: #6c757d
1175
+ }
1176
+
1177
+ .swatch-gray-dark {
1178
+ color: #fff;
1179
+ background-color: #343a40
1180
+ }
1181
+
1182
+ .swatch-primary {
1183
+ color: #fff;
1184
+ background-color: #007bff
1185
+ }
1186
+
1187
+ .swatch-secondary {
1188
+ color: #fff;
1189
+ background-color: #6c757d
1190
+ }
1191
+
1192
+ .swatch-success {
1193
+ color: #fff;
1194
+ background-color: #28a745
1195
+ }
1196
+
1197
+ .swatch-info {
1198
+ color: #fff;
1199
+ background-color: #17a2b8
1200
+ }
1201
+
1202
+ .swatch-warning {
1203
+ color: #212529;
1204
+ background-color: #ffc107
1205
+ }
1206
+
1207
+ .swatch-danger {
1208
+ color: #fff;
1209
+ background-color: #dc3545
1210
+ }
1211
+
1212
+ .swatch-light {
1213
+ color: #212529;
1214
+ background-color: #f8f9fa
1215
+ }
1216
+
1217
+ .swatch-dark {
1218
+ color: #fff;
1219
+ background-color: #343a40
1220
+ }
1221
+
1222
+ .swatch-100 {
1223
+ color: #212529;
1224
+ background-color: #f8f9fa
1225
+ }
1226
+
1227
+ .swatch-200 {
1228
+ color: #212529;
1229
+ background-color: #e9ecef
1230
+ }
1231
+
1232
+ .swatch-300 {
1233
+ color: #212529;
1234
+ background-color: #dee2e6
1235
+ }
1236
+
1237
+ .swatch-400 {
1238
+ color: #212529;
1239
+ background-color: #ced4da
1240
+ }
1241
+
1242
+ .swatch-500 {
1243
+ color: #212529;
1244
+ background-color: #adb5bd
1245
+ }
1246
+
1247
+ .swatch-600 {
1248
+ color: #fff;
1249
+ background-color: #6c757d
1250
+ }
1251
+
1252
+ .swatch-700 {
1253
+ color: #fff;
1254
+ background-color: #495057
1255
+ }
1256
+
1257
+ .swatch-800 {
1258
+ color: #fff;
1259
+ background-color: #343a40
1260
+ }
1261
+
1262
+ .swatch-900 {
1263
+ color: #fff;
1264
+ background-color: #212529
1265
+ }
1266
+
1267
+ .bd-clipboard {
1268
+ position: relative;
1269
+ display: none;
1270
+ float: right
1271
+ }
1272
+
1273
+ .bd-clipboard + .highlight {
1274
+ margin-top: 0
1275
+ }
1276
+
1277
+ .btn-clipboard {
1278
+ position: absolute;
1279
+ top: .5rem;
1280
+ right: .5rem;
1281
+ z-index: 10;
1282
+ display: block;
1283
+ padding: .25rem .5rem;
1284
+ font-size: 75%;
1285
+ color: #818a91;
1286
+ cursor: pointer;
1287
+ background-color: transparent;
1288
+ border: 0;
1289
+ border-radius: .25rem
1290
+ }
1291
+
1292
+ .btn-clipboard:hover {
1293
+ color: #fff;
1294
+ background-color: #027de7
1295
+ }
1296
+
1297
+ @media (min-width:768px) {
1298
+ .bd-clipboard {
1299
+ display: block
1300
+ }
1301
+ }
1302
+
1303
+ .hll {
1304
+ background-color: #ffc
1305
+ }
1306
+
1307
+ .c {
1308
+ color: #999
1309
+ }
1310
+
1311
+ .k {
1312
+ color: #069
1313
+ }
1314
+
1315
+ .o {
1316
+ color: #555
1317
+ }
1318
+
1319
+ .cm {
1320
+ color: #999
1321
+ }
1322
+
1323
+ .cp {
1324
+ color: #099
1325
+ }
1326
+
1327
+ .c1 {
1328
+ color: #999
1329
+ }
1330
+
1331
+ .cs {
1332
+ color: #999
1333
+ }
1334
+
1335
+ .gd {
1336
+ background-color: #fcc;
1337
+ border: 1px solid #c00
1338
+ }
1339
+
1340
+ .ge {
1341
+ font-style: italic
1342
+ }
1343
+
1344
+ .gr {
1345
+ color: red
1346
+ }
1347
+
1348
+ .gh {
1349
+ color: #030
1350
+ }
1351
+
1352
+ .gi {
1353
+ background-color: #cfc;
1354
+ border: 1px solid #0c0
1355
+ }
1356
+
1357
+ .go {
1358
+ color: #aaa
1359
+ }
1360
+
1361
+ .gp {
1362
+ color: #009
1363
+ }
1364
+
1365
+ .gu {
1366
+ color: #030
1367
+ }
1368
+
1369
+ .gt {
1370
+ color: #9c6
1371
+ }
1372
+
1373
+ .kc {
1374
+ color: #069
1375
+ }
1376
+
1377
+ .kd {
1378
+ color: #069
1379
+ }
1380
+
1381
+ .kn {
1382
+ color: #069
1383
+ }
1384
+
1385
+ .kp {
1386
+ color: #069
1387
+ }
1388
+
1389
+ .kr {
1390
+ color: #069
1391
+ }
1392
+
1393
+ .kt {
1394
+ color: #078
1395
+ }
1396
+
1397
+ .m {
1398
+ color: #f60
1399
+ }
1400
+
1401
+ .s {
1402
+ color: #d44950
1403
+ }
1404
+
1405
+ .na {
1406
+ color: #4f9fcf
1407
+ }
1408
+
1409
+ .nb {
1410
+ color: #366
1411
+ }
1412
+
1413
+ .nc {
1414
+ color: #0a8
1415
+ }
1416
+
1417
+ .no {
1418
+ color: #360
1419
+ }
1420
+
1421
+ .nd {
1422
+ color: #99f
1423
+ }
1424
+
1425
+ .ni {
1426
+ color: #999
1427
+ }
1428
+
1429
+ .ne {
1430
+ color: #c00
1431
+ }
1432
+
1433
+ .nf {
1434
+ color: #c0f
1435
+ }
1436
+
1437
+ .nl {
1438
+ color: #99f
1439
+ }
1440
+
1441
+ .nn {
1442
+ color: #0cf
1443
+ }
1444
+
1445
+ .nt {
1446
+ color: #2f6f9f
1447
+ }
1448
+
1449
+ .nv {
1450
+ color: #033
1451
+ }
1452
+
1453
+ .ow {
1454
+ color: #000
1455
+ }
1456
+
1457
+ .w {
1458
+ color: #bbb
1459
+ }
1460
+
1461
+ .mf {
1462
+ color: #f60
1463
+ }
1464
+
1465
+ .mh {
1466
+ color: #f60
1467
+ }
1468
+
1469
+ .mi {
1470
+ color: #f60
1471
+ }
1472
+
1473
+ .mo {
1474
+ color: #f60
1475
+ }
1476
+
1477
+ .sb {
1478
+ color: #c30
1479
+ }
1480
+
1481
+ .sc {
1482
+ color: #c30
1483
+ }
1484
+
1485
+ .sd {
1486
+ font-style: italic;
1487
+ color: #c30
1488
+ }
1489
+
1490
+ .s2 {
1491
+ color: #c30
1492
+ }
1493
+
1494
+ .se {
1495
+ color: #c30
1496
+ }
1497
+
1498
+ .sh {
1499
+ color: #c30
1500
+ }
1501
+
1502
+ .si {
1503
+ color: #a00
1504
+ }
1505
+
1506
+ .sx {
1507
+ color: #c30
1508
+ }
1509
+
1510
+ .sr {
1511
+ color: #3aa
1512
+ }
1513
+
1514
+ .s1 {
1515
+ color: #c30
1516
+ }
1517
+
1518
+ .ss {
1519
+ color: #fc3
1520
+ }
1521
+
1522
+ .bp {
1523
+ color: #366
1524
+ }
1525
+
1526
+ .vc {
1527
+ color: #033
1528
+ }
1529
+
1530
+ .vg {
1531
+ color: #033
1532
+ }
1533
+
1534
+ .vi {
1535
+ color: #033
1536
+ }
1537
+
1538
+ .il {
1539
+ color: #f60
1540
+ }
1541
+
1542
+ .css .nt + .nt, .css .o, .css .o + .nt {
1543
+ color: #999
1544
+ }
1545
+
1546
+ .language-bash::before, .language-sh::before {
1547
+ color: #009;
1548
+ content: "$ ";
1549
+ -webkit-user-select: none;
1550
+ -moz-user-select: none;
1551
+ -ms-user-select: none;
1552
+ user-select: none
1553
+ }
1554
+
1555
+ .language-powershell::before {
1556
+ color: #009;
1557
+ content: "PM> ";
1558
+ -webkit-user-select: none;
1559
+ -moz-user-select: none;
1560
+ -ms-user-select: none;
1561
+ user-select: none
1562
+ }
1563
+
1564
+ .anchorjs-link {
1565
+ font-weight: 400;
1566
+ color: rgba(0,123,255,.5);
1567
+ transition: color .16s linear
1568
+ }
1569
+
1570
+ .anchorjs-link:hover {
1571
+ color: #007bff;
1572
+ text-decoration: none
1573
+ }
1574
+
1575
+ .algolia-autocomplete {
1576
+ display: block !important;
1577
+ -ms-flex: 1;
1578
+ flex: 1
1579
+ }
1580
+
1581
+ .algolia-autocomplete .ds-dropdown-menu {
1582
+ width: 100%;
1583
+ min-width: 0 !important;
1584
+ max-width: none !important;
1585
+ padding: .75rem 0 !important;
1586
+ background-color: #fff;
1587
+ background-clip: padding-box;
1588
+ border: 1px solid rgba(0,0,0,.1);
1589
+ box-shadow: 0 .5rem 1rem rgba(0,0,0,.175)
1590
+ }
1591
+
1592
+ @media (min-width:768px) {
1593
+ .algolia-autocomplete .ds-dropdown-menu {
1594
+ width: 175%
1595
+ }
1596
+ }
1597
+
1598
+ .algolia-autocomplete .ds-dropdown-menu::before {
1599
+ display: none !important
1600
+ }
1601
+
1602
+ .algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
1603
+ padding: 0 !important;
1604
+ overflow: visible !important;
1605
+ background-color: transparent !important;
1606
+ border: 0 !important
1607
+ }
1608
+
1609
+ .algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
1610
+ margin-top: 0 !important
1611
+ }
1612
+
1613
+ .algolia-autocomplete .algolia-docsearch-suggestion {
1614
+ padding: 0 !important;
1615
+ overflow: visible !important
1616
+ }
1617
+
1618
+ .algolia-autocomplete .algolia-docsearch-suggestion--category-header {
1619
+ padding: .125rem 1rem !important;
1620
+ margin-top: 0 !important;
1621
+ font-size: .875rem !important;
1622
+ font-weight: 500 !important;
1623
+ color: #7952b3 !important;
1624
+ border-bottom: 0 !important
1625
+ }
1626
+
1627
+ .algolia-autocomplete .algolia-docsearch-suggestion--wrapper {
1628
+ float: none !important;
1629
+ padding-top: 0 !important
1630
+ }
1631
+
1632
+ .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
1633
+ float: none !important;
1634
+ width: auto !important;
1635
+ padding: 0 !important;
1636
+ text-align: left !important
1637
+ }
1638
+
1639
+ .algolia-autocomplete .algolia-docsearch-suggestion--content {
1640
+ float: none !important;
1641
+ width: auto !important;
1642
+ padding: 0 !important
1643
+ }
1644
+
1645
+ .algolia-autocomplete .algolia-docsearch-suggestion--content::before {
1646
+ display: none !important
1647
+ }
1648
+
1649
+ .algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {
1650
+ padding-top: .75rem !important;
1651
+ margin-top: .75rem !important;
1652
+ border-top: 1px solid rgba(0,0,0,.1)
1653
+ }
1654
+
1655
+ .algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column {
1656
+ display: none !important
1657
+ }
1658
+
1659
+ .algolia-autocomplete .algolia-docsearch-suggestion--title {
1660
+ display: block;
1661
+ padding: .25rem 1rem !important;
1662
+ margin-bottom: 0 !important;
1663
+ font-size: .875rem !important;
1664
+ font-weight: 400 !important
1665
+ }
1666
+
1667
+ .algolia-autocomplete .algolia-docsearch-suggestion--text {
1668
+ padding: 0 1rem .5rem !important;
1669
+ margin-top: -.25rem;
1670
+ font-size: .875rem !important;
1671
+ font-weight: 400;
1672
+ line-height: 1.25 !important
1673
+ }
1674
+
1675
+ .algolia-autocomplete .algolia-docsearch-footer {
1676
+ float: none !important;
1677
+ width: auto !important;
1678
+ height: auto !important;
1679
+ padding: .75rem 1rem 0;
1680
+ font-size: .75rem !important;
1681
+ line-height: 1 !important;
1682
+ color: #767676 !important;
1683
+ border-top: 1px solid rgba(0,0,0,.1)
1684
+ }
1685
+
1686
+ .algolia-autocomplete .algolia-docsearch-footer--logo {
1687
+ display: inline !important;
1688
+ overflow: visible !important;
1689
+ color: inherit !important;
1690
+ text-indent: 0 !important;
1691
+ background: 0 0 !important
1692
+ }
1693
+
1694
+ .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
1695
+ color: #5f2dab;
1696
+ background-color: rgba(154,132,187,.12)
1697
+ }
1698
+
1699
+ .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
1700
+ box-shadow: inset 0 -2px 0 0 rgba(95,45,171,.5) !important
1701
+ }
1702
+
1703
+ .algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
1704
+ background-color: rgba(208,189,236,.15) !important
1705
+ }