@gravitee/ui-components 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/assets/css/asciidoctor/asciidoctor.css +441 -0
  2. package/assets/css/documentation.css +21 -0
  3. package/assets/css/github-markdown-css/github-markdown.css +985 -0
  4. package/assets/css/gravitee-console-theme-v2-color.css +59 -0
  5. package/assets/css/gravitee-console-theme.css +63 -0
  6. package/assets/css/gravitee-theme.generated.css +42 -0
  7. package/assets/css/highlight.js/github.css +10 -0
  8. package/assets/i18n/en.json +154 -0
  9. package/assets/i18n/fr.json +154 -0
  10. package/assets/icons/action.svg +1 -0
  11. package/assets/icons/alert.svg +1 -0
  12. package/assets/icons/appliances.svg +1 -0
  13. package/assets/icons/av.svg +1 -0
  14. package/assets/icons/clothers.svg +1 -0
  15. package/assets/icons/code.svg +1 -0
  16. package/assets/icons/communication.svg +1 -0
  17. package/assets/icons/content.svg +1 -0
  18. package/assets/icons/cooking.svg +1 -0
  19. package/assets/icons/custom.svg +1 -0
  20. package/assets/icons/design.svg +1 -0
  21. package/assets/icons/devices.svg +1 -0
  22. package/assets/icons/editor.svg +1 -0
  23. package/assets/icons/file.svg +1 -0
  24. package/assets/icons/finance.svg +1 -0
  25. package/assets/icons/food.svg +1 -0
  26. package/assets/icons/general.svg +1 -0
  27. package/assets/icons/hardware.svg +1 -0
  28. package/assets/icons/home.svg +1 -0
  29. package/assets/icons/image.svg +1 -0
  30. package/assets/icons/layout.svg +1 -0
  31. package/assets/icons/maps.svg +1 -0
  32. package/assets/icons/mde.svg +1 -0
  33. package/assets/icons/media.svg +1 -0
  34. package/assets/icons/navigation.svg +1 -0
  35. package/assets/icons/notification.svg +1 -0
  36. package/assets/icons/places.svg +1 -0
  37. package/assets/icons/shopping.svg +1 -0
  38. package/assets/icons/social.svg +1 -0
  39. package/assets/icons/text.svg +1 -0
  40. package/assets/icons/thirdparty.svg +1 -0
  41. package/assets/icons/tools.svg +1 -0
  42. package/assets/icons/wheather.svg +1 -0
  43. package/assets/images/avatar.png +0 -0
  44. package/assets/images/gravitee-favicon.png +0 -0
  45. package/assets/images/gravitee-g-logo-cyan.svg +1 -0
  46. package/assets/images/gravitee-g-logo-dark-blue.svg +1 -0
  47. package/assets/images/gravitee-g-logo-white.svg +1 -0
  48. package/assets/images/gravitee-loader.gif +0 -0
  49. package/assets/images/gravitee-logo-cyan.svg +1 -0
  50. package/assets/images/gravitee-logo-dark-blue.svg +1 -0
  51. package/assets/images/gravitee-logo-white.svg +1 -0
  52. package/package.json +171 -0
  53. package/src/atoms/gv-autocomplete.js +1 -0
  54. package/src/atoms/gv-button.js +1 -0
  55. package/src/atoms/gv-checkbox.js +1 -0
  56. package/src/atoms/gv-date-picker-calendar.js +1 -0
  57. package/src/atoms/gv-date-picker-cell.js +1 -0
  58. package/src/atoms/gv-date-picker.js +1 -0
  59. package/src/atoms/gv-file-upload.js +1 -0
  60. package/src/atoms/gv-icon.js +1 -0
  61. package/src/atoms/gv-image.js +1 -0
  62. package/src/atoms/gv-input-message.js +1 -0
  63. package/src/atoms/gv-input.js +1 -0
  64. package/src/atoms/gv-link.js +1 -0
  65. package/src/atoms/gv-message.js +1 -0
  66. package/src/atoms/gv-metric.js +1 -0
  67. package/src/atoms/gv-relative-time.js +1 -0
  68. package/src/atoms/gv-select-native.js +1 -0
  69. package/src/atoms/gv-select.js +1 -0
  70. package/src/atoms/gv-spinner.js +1 -0
  71. package/src/atoms/gv-state.js +1 -0
  72. package/src/atoms/gv-switch.js +1 -0
  73. package/src/atoms/gv-tag.js +1 -0
  74. package/src/atoms/gv-text.js +1 -0
  75. package/src/charts/gv-chart-bar.js +1 -0
  76. package/src/charts/gv-chart-gauge.js +1 -0
  77. package/src/charts/gv-chart-histogram.js +1 -0
  78. package/src/charts/gv-chart-line.js +1 -0
  79. package/src/charts/gv-chart-map.js +1 -0
  80. package/src/charts/gv-chart-pie.js +1 -0
  81. package/src/index.js +1 -0
  82. package/src/lib/cron-expression.js +1 -0
  83. package/src/lib/date.js +1 -0
  84. package/src/lib/events.js +1 -0
  85. package/src/lib/http-client-schema-form.js +1 -0
  86. package/src/lib/http.js +1 -0
  87. package/src/lib/i18n.js +1 -0
  88. package/src/lib/item.js +1 -0
  89. package/src/lib/properties.js +1 -0
  90. package/src/lib/schema-form.js +1 -0
  91. package/src/lib/studio.js +1 -0
  92. package/src/lib/style.js +1 -0
  93. package/src/lib/text-format.js +1 -0
  94. package/src/lib/theme.js +1 -0
  95. package/src/lib/utils.js +1 -0
  96. package/src/mixins/chart-element.js +1 -0
  97. package/src/mixins/input-element.js +1 -0
  98. package/src/mixins/item-resource.js +1 -0
  99. package/src/mixins/keyboard-element.js +1 -0
  100. package/src/mixins/update-after-browser.js +1 -0
  101. package/src/mixins/with-resize-observer.js +1 -0
  102. package/src/mixins/with-skeleton-attribute.js +1 -0
  103. package/src/molecules/gv-card-full.js +1 -0
  104. package/src/molecules/gv-card-list.js +1 -0
  105. package/src/molecules/gv-card.js +1 -0
  106. package/src/molecules/gv-category-list.js +1 -0
  107. package/src/molecules/gv-category.js +1 -0
  108. package/src/molecules/gv-code.js +1 -0
  109. package/src/molecules/gv-confirm.js +1 -0
  110. package/src/molecules/gv-cron-editor.js +1 -0
  111. package/src/molecules/gv-dropdown-menu.js +1 -0
  112. package/src/molecules/gv-expandable.js +1 -0
  113. package/src/molecules/gv-expression-language.js +1 -0
  114. package/src/molecules/gv-identity-picture.js +1 -0
  115. package/src/molecules/gv-list.js +1 -0
  116. package/src/molecules/gv-metrics.js +1 -0
  117. package/src/molecules/gv-modal.js +1 -0
  118. package/src/molecules/gv-nav.js +1 -0
  119. package/src/molecules/gv-option.js +1 -0
  120. package/src/molecules/gv-plans.js +1 -0
  121. package/src/molecules/gv-popover.js +1 -0
  122. package/src/molecules/gv-promote.js +1 -0
  123. package/src/molecules/gv-rating-list.js +1 -0
  124. package/src/molecules/gv-rating.js +1 -0
  125. package/src/molecules/gv-row-expandable.js +1 -0
  126. package/src/molecules/gv-row.js +1 -0
  127. package/src/molecules/gv-stats.js +1 -0
  128. package/src/molecules/gv-stepper.js +1 -0
  129. package/src/molecules/gv-table.js +1 -0
  130. package/src/molecules/gv-tree.js +1 -0
  131. package/src/organisms/gv-documentation.js +1 -0
  132. package/src/organisms/gv-header.js +1 -0
  133. package/src/organisms/gv-http-client.js +1 -0
  134. package/src/organisms/gv-menu.js +1 -0
  135. package/src/organisms/gv-newsletter-subscription.js +1 -0
  136. package/src/organisms/gv-pagination.js +1 -0
  137. package/src/organisms/gv-properties.js +1 -0
  138. package/src/organisms/gv-resizable-views.js +1 -0
  139. package/src/organisms/gv-resources.js +1 -0
  140. package/src/organisms/gv-schema-form-array.js +1 -0
  141. package/src/organisms/gv-schema-form-control-object.js +1 -0
  142. package/src/organisms/gv-schema-form-control.js +1 -0
  143. package/src/organisms/gv-schema-form.js +1 -0
  144. package/src/organisms/gv-tabs.js +1 -0
  145. package/src/organisms/gv-user-menu.js +1 -0
  146. package/src/organisms/gv-vertical-menu.js +1 -0
  147. package/src/policy-studio/gv-flow-step.js +1 -0
  148. package/src/policy-studio/gv-flow.js +1 -0
  149. package/src/policy-studio/gv-policy-studio-menu.js +1 -0
  150. package/src/policy-studio/gv-policy-studio.js +1 -0
  151. package/src/styles/empty.js +1 -0
  152. package/src/styles/input.js +1 -0
  153. package/src/styles/link.js +1 -0
  154. package/src/styles/shapes.js +1 -0
  155. package/src/styles/skeleton.js +1 -0
  156. package/src/styles/zoom.js +1 -0
  157. package/src/theme/gv-theme.js +1 -0
  158. package/wc/gv-autocomplete.js +1 -0
  159. package/wc/gv-button.js +1 -0
  160. package/wc/gv-card-full.js +1 -0
  161. package/wc/gv-card-list.js +1 -0
  162. package/wc/gv-card.js +1 -0
  163. package/wc/gv-category-list.js +1 -0
  164. package/wc/gv-category.js +1 -0
  165. package/wc/gv-chart-bar.js +1 -0
  166. package/wc/gv-chart-gauge.js +1 -0
  167. package/wc/gv-chart-histogram.js +1 -0
  168. package/wc/gv-chart-line.js +1 -0
  169. package/wc/gv-chart-map.js +1 -0
  170. package/wc/gv-chart-pie.js +1 -0
  171. package/wc/gv-checkbox.js +1 -0
  172. package/wc/gv-code.js +1 -0
  173. package/wc/gv-confirm.js +1 -0
  174. package/wc/gv-cron-editor.js +1 -0
  175. package/wc/gv-date-picker-calendar.js +1 -0
  176. package/wc/gv-date-picker-cell.js +1 -0
  177. package/wc/gv-date-picker.js +1 -0
  178. package/wc/gv-documentation.js +1 -0
  179. package/wc/gv-dropdown-menu.js +1 -0
  180. package/wc/gv-expandable.js +1 -0
  181. package/wc/gv-expression-language.js +1 -0
  182. package/wc/gv-file-upload.js +1 -0
  183. package/wc/gv-flow-step.js +1 -0
  184. package/wc/gv-flow.js +1 -0
  185. package/wc/gv-header.js +1 -0
  186. package/wc/gv-http-client.js +1 -0
  187. package/wc/gv-icon.js +1 -0
  188. package/wc/gv-identity-picture.js +1 -0
  189. package/wc/gv-image.js +1 -0
  190. package/wc/gv-input-message.js +1 -0
  191. package/wc/gv-input.js +1 -0
  192. package/wc/gv-link.js +1 -0
  193. package/wc/gv-list.js +1 -0
  194. package/wc/gv-menu.js +1 -0
  195. package/wc/gv-message.js +1 -0
  196. package/wc/gv-metric.js +1 -0
  197. package/wc/gv-metrics.js +1 -0
  198. package/wc/gv-modal.js +1 -0
  199. package/wc/gv-nav.js +1 -0
  200. package/wc/gv-newsletter-subscription.js +1 -0
  201. package/wc/gv-option.js +1 -0
  202. package/wc/gv-pagination.js +1 -0
  203. package/wc/gv-plans.js +1 -0
  204. package/wc/gv-policy-studio-menu.js +1 -0
  205. package/wc/gv-policy-studio.js +1 -0
  206. package/wc/gv-popover.js +1 -0
  207. package/wc/gv-promote.js +1 -0
  208. package/wc/gv-properties.js +1 -0
  209. package/wc/gv-rating-list.js +1 -0
  210. package/wc/gv-rating.js +1 -0
  211. package/wc/gv-relative-time.js +1 -0
  212. package/wc/gv-resizable-views.js +1 -0
  213. package/wc/gv-resources.js +1 -0
  214. package/wc/gv-row-expandable.js +1 -0
  215. package/wc/gv-row.js +1 -0
  216. package/wc/gv-schema-form-array.js +1 -0
  217. package/wc/gv-schema-form-control-object.js +1 -0
  218. package/wc/gv-schema-form-control.js +1 -0
  219. package/wc/gv-schema-form.js +1 -0
  220. package/wc/gv-select-native.js +1 -0
  221. package/wc/gv-select.js +1 -0
  222. package/wc/gv-spinner.js +1 -0
  223. package/wc/gv-state.js +1 -0
  224. package/wc/gv-stats.js +1 -0
  225. package/wc/gv-stepper.js +1 -0
  226. package/wc/gv-switch.js +1 -0
  227. package/wc/gv-table.js +1 -0
  228. package/wc/gv-tabs.js +1 -0
  229. package/wc/gv-tag.js +1 -0
  230. package/wc/gv-text.js +1 -0
  231. package/wc/gv-theme.js +1 -0
  232. package/wc/gv-tree.js +1 -0
  233. package/wc/gv-user-menu.js +1 -0
  234. package/wc/gv-vertical-menu.js +1 -0
@@ -0,0 +1,441 @@
1
+ /**
2
+ * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ /* Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
17
+ /* Uncomment @import statement to use as custom stylesheet */
18
+ /*@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";*/
19
+ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
20
+ audio,video{display:inline-block}
21
+ audio:not([controls]){display:none;height:0}
22
+ html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
23
+ a{background:none}
24
+ a:focus{outline:thin dotted}
25
+ a:active,a:hover{outline:0}
26
+ h1{font-size:2em;margin:.67em 0}
27
+ abbr[title]{border-bottom:1px dotted}
28
+ b,strong{font-weight:bold}
29
+ dfn{font-style:italic}
30
+ hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
31
+ mark{background:#ff0;color:#000}
32
+ code,kbd,pre,samp{font-family:monospace;font-size:1em}
33
+ pre{white-space:pre-wrap}
34
+ q{quotes:"\201C" "\201D" "\2018" "\2019"}
35
+ small{font-size:80%}
36
+ sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
37
+ sup{top:-.5em}
38
+ sub{bottom:-.25em}
39
+ img{border:0}
40
+ svg:not(:root){overflow:hidden}
41
+ figure{margin:0}
42
+ fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
43
+ legend{border:0;padding:0}
44
+ button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
45
+ button,input{line-height:normal}
46
+ button,select{text-transform:none}
47
+ button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
48
+ button[disabled],html input[disabled]{cursor:default}
49
+ input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
50
+ button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
51
+ textarea{overflow:auto;vertical-align:top}
52
+ table{border-collapse:collapse;border-spacing:0}
53
+ *,*::before,*::after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
54
+ html,body{font-size:100%}
55
+ body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:auto;tab-size:4;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
56
+ a:hover{cursor:pointer}
57
+ img,object,embed{max-width:100%;height:auto}
58
+ object,embed{height:100%}
59
+ img{-ms-interpolation-mode:bicubic}
60
+ .left{float:left!important}
61
+ .right{float:right!important}
62
+ .text-left{text-align:left!important}
63
+ .text-right{text-align:right!important}
64
+ .text-center{text-align:center!important}
65
+ .text-justify{text-align:justify!important}
66
+ .hide{display:none}
67
+ img,object,svg{display:inline-block;vertical-align:middle}
68
+ textarea{height:auto;min-height:50px}
69
+ select{width:100%}
70
+ .center{margin-left:auto;margin-right:auto}
71
+ .stretch{width:100%}
72
+ .subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
73
+ div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}
74
+ a{color:#2156a5;text-decoration:underline;line-height:inherit}
75
+ a:hover,a:focus{color:#1d4b8f}
76
+ a img{border:0}
77
+ p{font-family:inherit;font-weight:400;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
78
+ p aside{font-size:.875em;line-height:1.35;font-style:italic}
79
+ h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
80
+ h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
81
+ h1{font-size:2.125em}
82
+ h2{font-size:1.6875em}
83
+ h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}
84
+ h4,h5{font-size:1.125em}
85
+ h6{font-size:1em}
86
+ hr{border:solid #dddddf;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}
87
+ em,i{font-style:italic;line-height:inherit}
88
+ strong,b{font-weight:bold;line-height:inherit}
89
+ small{font-size:60%;line-height:inherit}
90
+ code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)}
91
+ ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
92
+ ul,ol{margin-left:1.5em}
93
+ ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}
94
+ ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}
95
+ ul.square{list-style-type:square}
96
+ ul.circle{list-style-type:circle}
97
+ ul.disc{list-style-type:disc}
98
+ ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}
99
+ dl dt{margin-bottom:.3125em;font-weight:bold}
100
+ dl dd{margin-bottom:1.25em}
101
+ abbr,acronym{text-transform:uppercase;font-size:90%;color:rgba(0,0,0,.8);border-bottom:1px dotted #ddd;cursor:help}
102
+ abbr{text-transform:none}
103
+ blockquote{margin:0 0 1.25em;padding:.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}
104
+ blockquote cite{display:block;font-size:.9375em;color:rgba(0,0,0,.6)}
105
+ blockquote cite::before{content:"\2014 \0020"}
106
+ blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,.6)}
107
+ blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)}
108
+ @media screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}
109
+ h1{font-size:2.75em}
110
+ h2{font-size:2.3125em}
111
+ h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em}
112
+ h4{font-size:1.4375em}}
113
+ table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede}
114
+ table thead,table tfoot{background:#f7f8f7}
115
+ table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
116
+ table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
117
+ table tr.even,table tr.alt{background:#f8f8f7}
118
+ table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}
119
+ h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
120
+ h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title strong,h4 strong,h5 strong,h6 strong{font-weight:400}
121
+ .clearfix::before,.clearfix::after,.float-group::before,.float-group::after{content:" ";display:table}
122
+ .clearfix::after,.float-group::after{clear:both}
123
+ :not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;-webkit-border-radius:4px;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed;word-wrap:break-word}
124
+ :not(pre)>code.nobreak{word-wrap:normal}
125
+ :not(pre)>code.nowrap{white-space:nowrap}
126
+ pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
127
+ pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
128
+ pre>code{display:block}
129
+ pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
130
+ em em{font-style:normal}
131
+ strong strong{font-weight:400}
132
+ .keyseq{color:rgba(51,51,51,.8)}
133
+ kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em white inset;box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em #fff inset;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
134
+ .keyseq kbd:first-child{margin-left:0}
135
+ .keyseq kbd:last-child{margin-right:0}
136
+ .menuseq,.menuref{color:#000}
137
+ .menuseq b:not(.caret),.menuref{font-weight:inherit}
138
+ .menuseq{word-spacing:-.02em}
139
+ .menuseq b.caret{font-size:1.25em;line-height:.8}
140
+ .menuseq i.caret{font-weight:bold;text-align:center;width:.45em}
141
+ b.button::before,b.button::after{position:relative;top:-1px;font-weight:400}
142
+ b.button::before{content:"[";padding:0 3px 0 2px}
143
+ b.button::after{content:"]";padding:0 2px 0 3px}
144
+ p a>code:hover{color:rgba(0,0,0,.9)}
145
+ #header,#content,#footnotes,#footer{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
146
+ #header::before,#header::after,#content::before,#content::after,#footnotes::before,#footnotes::after,#footer::before,#footer::after{content:" ";display:table}
147
+ #header::after,#content::after,#footnotes::after,#footer::after{clear:both}
148
+ #content{margin-top:1.25em}
149
+ #content::before{content:none}
150
+ #header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
151
+ #header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf}
152
+ #header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px}
153
+ #header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}
154
+ #header .details span:first-child{margin-left:-.125em}
155
+ #header .details span.email a{color:rgba(0,0,0,.85)}
156
+ #header .details br{display:none}
157
+ #header .details br+span::before{content:"\00a0\2013\00a0"}
158
+ #header .details br+span.author::before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,.85)}
159
+ #header .details br+span#revremark::before{content:"\00a0|\00a0"}
160
+ #header #revnumber{text-transform:capitalize}
161
+ #header #revnumber::after{content:"\00a0"}
162
+ #content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #dddddf;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem}
163
+ #toc{border-bottom:1px solid #e7e7e9;padding-bottom:.5em}
164
+ #toc>ul{margin-left:.125em}
165
+ #toc ul.sectlevel0>li>a{font-style:italic}
166
+ #toc ul.sectlevel0 ul.sectlevel1{margin:.5em 0}
167
+ #toc ul{font-family:"Open Sans","DejaVu Sans",sans-serif;list-style-type:none}
168
+ #toc li{line-height:1.3334;margin-top:.3334em}
169
+ #toc a{text-decoration:none}
170
+ #toc a:active{text-decoration:underline}
171
+ #toctitle{color:#7a2518;font-size:1.2em}
172
+ @media screen and (min-width:768px){#toctitle{font-size:1.375em}
173
+ body.toc2{padding-left:15em;padding-right:0}
174
+ #toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
175
+ #toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
176
+ #toc.toc2>ul{font-size:.9em;margin-bottom:0}
177
+ #toc.toc2 ul ul{margin-left:0;padding-left:1em}
178
+ #toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:.5em;margin-bottom:.5em}
179
+ body.toc2.toc-right{padding-left:0;padding-right:15em}
180
+ body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #e7e7e9;left:auto;right:0}}
181
+ @media screen and (min-width:1280px){body.toc2{padding-left:20em;padding-right:0}
182
+ #toc.toc2{width:20em}
183
+ #toc.toc2 #toctitle{font-size:1.375em}
184
+ #toc.toc2>ul{font-size:.95em}
185
+ #toc.toc2 ul ul{padding-left:1.25em}
186
+ body.toc2.toc-right{padding-left:0;padding-right:20em}}
187
+ #content #toc{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
188
+ #content #toc>:first-child{margin-top:0}
189
+ #content #toc>:last-child{margin-bottom:0}
190
+ #footer{max-width:100%;background:rgba(0,0,0,.8);padding:1.25em}
191
+ #footer-text{color:rgba(255,255,255,.8);line-height:1.44}
192
+ #content{margin-bottom:.625em}
193
+ .sect1{padding-bottom:.625em}
194
+ @media screen and (min-width:768px){#content{margin-bottom:1.25em}
195
+ .sect1{padding-bottom:1.25em}}
196
+ .sect1:last-child{padding-bottom:0}
197
+ .sect1+.sect1{border-top:1px solid #e7e7e9}
198
+ #content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;display:block;text-decoration:none!important;visibility:hidden;text-align:center;font-weight:400}
199
+ #content h1>a.anchor::before,h2>a.anchor::before,h3>a.anchor::before,#toctitle>a.anchor::before,.sidebarblock>.content>.title>a.anchor::before,h4>a.anchor::before,h5>a.anchor::before,h6>a.anchor::before{content:"\00A7";font-size:.85em;display:block;padding-top:.1em}
200
+ #content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}
201
+ #content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none}
202
+ #content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
203
+ details,.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
204
+ details>summary:first-of-type{cursor:pointer;display:list-item;outline:none;margin-bottom:.75em}
205
+ .admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
206
+ table.tableblock.fit-content>caption.title{white-space:nowrap;width:0}
207
+ .paragraph.lead>p,#preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:1.21875em;line-height:1.6;color:rgba(0,0,0,.85)}
208
+ table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:inherit}
209
+ .admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}
210
+ .admonitionblock>table td.icon{text-align:center;width:80px}
211
+ .admonitionblock>table td.icon img{max-width:none}
212
+ .admonitionblock>table td.icon .title{font-weight:bold;font-family:"Open Sans","DejaVu Sans",sans-serif;text-transform:uppercase}
213
+ .admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6)}
214
+ .admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
215
+ .exampleblock>.content{border-style:solid;border-width:1px;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;-webkit-border-radius:4px;border-radius:4px}
216
+ .exampleblock>.content>:first-child{margin-top:0}
217
+ .exampleblock>.content>:last-child{margin-bottom:0}
218
+ .sidebarblock{border-style:solid;border-width:1px;border-color:#dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;-webkit-border-radius:4px;border-radius:4px}
219
+ .sidebarblock>:first-child{margin-top:0}
220
+ .sidebarblock>:last-child{margin-bottom:0}
221
+ .sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
222
+ .exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
223
+ .literalblock pre,.listingblock>.content>pre{-webkit-border-radius:4px;border-radius:4px;word-wrap:break-word;overflow-x:auto;padding:1em;font-size:.8125em}
224
+ @media screen and (min-width:768px){.literalblock pre,.listingblock>.content>pre{font-size:.90625em}}
225
+ @media screen and (min-width:1280px){.literalblock pre,.listingblock>.content>pre{font-size:1em}}
226
+ .literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class="highlight"],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
227
+ .literalblock.output pre{color:#f7f7f8;background:rgba(0,0,0,.9)}
228
+ .listingblock>.content{position:relative}
229
+ .listingblock code[data-lang]::before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:inherit;opacity:.5}
230
+ .listingblock:hover code[data-lang]::before{display:block}
231
+ .listingblock.terminal pre .command::before{content:attr(data-prompt);padding-right:.5em;color:inherit;opacity:.5}
232
+ .listingblock.terminal pre .command:not([data-prompt])::before{content:"$"}
233
+ .listingblock pre.highlightjs{padding:0}
234
+ .listingblock pre.highlightjs>code{padding:1em;-webkit-border-radius:4px;border-radius:4px}
235
+ .listingblock pre.prettyprint{border-width:0}
236
+ .prettyprint{background:#f7f7f8}
237
+ pre.prettyprint .linenums{line-height:1.45;margin-left:2em}
238
+ pre.prettyprint li{background:none;list-style-type:inherit;padding-left:0}
239
+ pre.prettyprint li code[data-lang]::before{opacity:1}
240
+ pre.prettyprint li:not(:first-child) code[data-lang]::before{display:none}
241
+ table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
242
+ table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
243
+ table.linenotable td.code{padding-left:.75em}
244
+ table.linenotable td.linenos{border-right:1px solid currentColor;opacity:.35;padding-right:.5em}
245
+ pre.pygments .lineno{border-right:1px solid currentColor;opacity:.35;display:inline-block;margin-right:.75em}
246
+ pre.pygments .lineno::before{content:"";margin-right:-.125em}
247
+ .quoteblock{margin:0 1em 1.25em 1.5em;display:table}
248
+ .quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em}
249
+ .quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
250
+ .quoteblock blockquote{margin:0;padding:0;border:0}
251
+ .quoteblock blockquote::before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)}
252
+ .quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}
253
+ .quoteblock .attribution{margin-top:.75em;margin-right:.5ex;text-align:right}
254
+ .verseblock{margin:0 1em 1.25em}
255
+ .verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
256
+ .verseblock pre strong{font-weight:400}
257
+ .verseblock .attribution{margin-top:1.25rem;margin-left:.5ex}
258
+ .quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic}
259
+ .quoteblock .attribution br,.verseblock .attribution br{display:none}
260
+ .quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.025em;color:rgba(0,0,0,.6)}
261
+ .quoteblock.abstract blockquote::before,.quoteblock.excerpt blockquote::before,.quoteblock .quoteblock blockquote::before{display:none}
262
+ .quoteblock.abstract blockquote,.quoteblock.abstract p,.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{line-height:1.6;word-spacing:0}
263
+ .quoteblock.abstract{margin:0 1em 1.25em;display:block}
264
+ .quoteblock.abstract>.title{margin:0 0 .375em;font-size:1.15em;text-align:center}
265
+ .quoteblock.excerpt>blockquote,.quoteblock .quoteblock{padding:0 0 .25em 1em;border-left:.25em solid #dddddf}
266
+ .quoteblock.excerpt,.quoteblock .quoteblock{margin-left:0}
267
+ .quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{color:inherit;font-size:1.0625rem}
268
+ .quoteblock.excerpt .attribution,.quoteblock .quoteblock .attribution{color:inherit;text-align:left;margin-right:0}
269
+ table.tableblock{max-width:100%;border-collapse:separate}
270
+ p.tableblock:last-child{margin-bottom:0}
271
+ td.tableblock>.content>:last-child{margin-bottom:-1.25em}
272
+ td.tableblock>.content>:last-child.sidebarblock{margin-bottom:0}
273
+ table.tableblock,th.tableblock,td.tableblock{border:0 solid #dedede}
274
+ table.grid-all>thead>tr>.tableblock,table.grid-all>tbody>tr>.tableblock{border-width:0 1px 1px 0}
275
+ table.grid-all>tfoot>tr>.tableblock{border-width:1px 1px 0 0}
276
+ table.grid-cols>*>tr>.tableblock{border-width:0 1px 0 0}
277
+ table.grid-rows>thead>tr>.tableblock,table.grid-rows>tbody>tr>.tableblock{border-width:0 0 1px}
278
+ table.grid-rows>tfoot>tr>.tableblock{border-width:1px 0 0}
279
+ table.grid-all>*>tr>.tableblock:last-child,table.grid-cols>*>tr>.tableblock:last-child{border-right-width:0}
280
+ table.grid-all>tbody>tr:last-child>.tableblock,table.grid-all>thead:last-child>tr>.tableblock,table.grid-rows>tbody>tr:last-child>.tableblock,table.grid-rows>thead:last-child>tr>.tableblock{border-bottom-width:0}
281
+ table.frame-all{border-width:1px}
282
+ table.frame-sides{border-width:0 1px}
283
+ table.frame-topbot,table.frame-ends{border-width:1px 0}
284
+ table.stripes-all tr,table.stripes-odd tr:nth-of-type(odd),table.stripes-even tr:nth-of-type(even),table.stripes-hover tr:hover{background:#f8f8f7}
285
+ th.halign-left,td.halign-left{text-align:left}
286
+ th.halign-right,td.halign-right{text-align:right}
287
+ th.halign-center,td.halign-center{text-align:center}
288
+ th.valign-top,td.valign-top{vertical-align:top}
289
+ th.valign-bottom,td.valign-bottom{vertical-align:bottom}
290
+ th.valign-middle,td.valign-middle{vertical-align:middle}
291
+ table thead th,table tfoot th{font-weight:bold}
292
+ tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}
293
+ tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:rgba(0,0,0,.8);font-weight:bold}
294
+ p.tableblock>code:only-child{background:none;padding:0}
295
+ p.tableblock{font-size:1em}
296
+ ol{margin-left:1.75em}
297
+ ul li ol{margin-left:1.5em}
298
+ dl dd{margin-left:1.125em}
299
+ dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
300
+ ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
301
+ ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
302
+ ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
303
+ ul.unstyled,ol.unstyled{margin-left:0}
304
+ ul.checklist{margin-left:.625em}
305
+ ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
306
+ ul.checklist li>p:first-child>input[type="checkbox"]:first-child{margin-right:.25em}
307
+ ul.inline{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap;list-style:none;margin:0 0 .625em -1.25em}
308
+ ul.inline>li{margin-left:1.25em}
309
+ .unstyled dl dt{font-weight:400;font-style:normal}
310
+ ol.arabic{list-style-type:decimal}
311
+ ol.decimal{list-style-type:decimal-leading-zero}
312
+ ol.loweralpha{list-style-type:lower-alpha}
313
+ ol.upperalpha{list-style-type:upper-alpha}
314
+ ol.lowerroman{list-style-type:lower-roman}
315
+ ol.upperroman{list-style-type:upper-roman}
316
+ ol.lowergreek{list-style-type:lower-greek}
317
+ .hdlist>table,.colist>table{border:0;background:none}
318
+ .hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}
319
+ td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em}
320
+ td.hdlist1{font-weight:bold;padding-bottom:1.25em}
321
+ .literalblock+.colist,.listingblock+.colist{margin-top:-.5em}
322
+ .colist td:not([class]):first-child{padding:.4em .75em 0;line-height:1;vertical-align:top}
323
+ .colist td:not([class]):first-child img{max-width:none}
324
+ .colist td:not([class]):last-child{padding:.25em 0}
325
+ .thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}
326
+ .imageblock.left{margin:.25em .625em 1.25em 0}
327
+ .imageblock.right{margin:.25em 0 1.25em .625em}
328
+ .imageblock>.title{margin-bottom:0}
329
+ .imageblock.thumb,.imageblock.th{border-width:6px}
330
+ .imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em}
331
+ .image.left,.image.right{margin-top:.25em;margin-bottom:.25em;display:inline-block;line-height:0}
332
+ .image.left{margin-right:.625em}
333
+ .image.right{margin-left:.625em}
334
+ a.image{text-decoration:none;display:inline-block}
335
+ a.image object{pointer-events:none}
336
+ sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
337
+ sup.footnote a,sup.footnoteref a{text-decoration:none}
338
+ sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
339
+ #footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
340
+ #footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
341
+ #footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em}
342
+ #footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
343
+ #footnotes .footnote:last-of-type{margin-bottom:0}
344
+ #content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
345
+ .gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}
346
+ .gist .file-data>table td.line-data{width:99%}
347
+ div.unbreakable{page-break-inside:avoid}
348
+ .big{font-size:larger}
349
+ .small{font-size:smaller}
350
+ .underline{text-decoration:underline}
351
+ .overline{text-decoration:overline}
352
+ .line-through{text-decoration:line-through}
353
+ .aqua{color:#00bfbf}
354
+ .aqua-background{background:#00fafa}
355
+ .black{color:#000}
356
+ .black-background{background:#000}
357
+ .blue{color:#0000bf}
358
+ .blue-background{background:#0000fa}
359
+ .fuchsia{color:#bf00bf}
360
+ .fuchsia-background{background:#fa00fa}
361
+ .gray{color:#606060}
362
+ .gray-background{background:#7d7d7d}
363
+ .green{color:#006000}
364
+ .green-background{background:#007d00}
365
+ .lime{color:#00bf00}
366
+ .lime-background{background:#00fa00}
367
+ .maroon{color:#600000}
368
+ .maroon-background{background:#7d0000}
369
+ .navy{color:#000060}
370
+ .navy-background{background:#00007d}
371
+ .olive{color:#606000}
372
+ .olive-background{background:#7d7d00}
373
+ .purple{color:#600060}
374
+ .purple-background{background:#7d007d}
375
+ .red{color:#bf0000}
376
+ .red-background{background:#fa0000}
377
+ .silver{color:#909090}
378
+ .silver-background{background:#bcbcbc}
379
+ .teal{color:#006060}
380
+ .teal-background{background:#007d7d}
381
+ .white{color:#bfbfbf}
382
+ .white-background{background:#fafafa}
383
+ .yellow{color:#bfbf00}
384
+ .yellow-background{background:#fafa00}
385
+ span.icon>.fa{cursor:default}
386
+ a span.icon>.fa{cursor:inherit}
387
+ .admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;text-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:default}
388
+ .admonitionblock td.icon .icon-note::before{content:"\f05a";color:#19407c}
389
+ .admonitionblock td.icon .icon-tip::before{content:"\f0eb";text-shadow:1px 1px 2px rgba(155,155,0,.8);color:#111}
390
+ .admonitionblock td.icon .icon-warning::before{content:"\f071";color:#bf6900}
391
+ .admonitionblock td.icon .icon-caution::before{content:"\f06d";color:#bf3400}
392
+ .admonitionblock td.icon .icon-important::before{content:"\f06a";color:#bf0000}
393
+ .conum[data-value]{display:inline-block;color:#fff!important;background:rgba(0,0,0,.8);-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans","DejaVu Sans",sans-serif;font-style:normal;font-weight:bold}
394
+ .conum[data-value] *{color:#fff!important}
395
+ .conum[data-value]+b{display:none}
396
+ .conum[data-value]::after{content:attr(data-value)}
397
+ pre .conum[data-value]{position:relative;top:-.125em}
398
+ b.conum *{color:inherit!important}
399
+ .conum:not([data-value]):empty{display:none}
400
+ dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
401
+ h1,h2,p,td.content,span.alt{letter-spacing:-.01em}
402
+ p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
403
+ p,blockquote,dt,td.content,span.alt{font-size:1.0625rem}
404
+ p{margin-bottom:1.25rem}
405
+ .sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
406
+ .exampleblock>.content{background:#fffef7;border-color:#e0e0dc;-webkit-box-shadow:0 1px 4px #e0e0dc;box-shadow:0 1px 4px #e0e0dc}
407
+ .print-only{display:none!important}
408
+ @page{margin:1.25cm .75cm}
409
+ @media print{*{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
410
+ html{font-size:80%}
411
+ a{color:inherit!important;text-decoration:underline!important}
412
+ a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
413
+ a[href^="http:"]:not(.bare)::after,a[href^="https:"]:not(.bare)::after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}
414
+ abbr[title]::after{content:" (" attr(title) ")"}
415
+ pre,blockquote,tr,img,object,svg{page-break-inside:avoid}
416
+ thead{display:table-header-group}
417
+ svg{max-width:100%}
418
+ p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3}
419
+ h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid}
420
+ #toc,.sidebarblock,.exampleblock>.content{background:none!important}
421
+ #toc{border-bottom:1px solid #dddddf!important;padding-bottom:0!important}
422
+ body.book #header{text-align:center}
423
+ body.book #header>h1:first-child{border:0!important;margin:2.5em 0 1em}
424
+ body.book #header .details{border:0!important;display:block;padding:0!important}
425
+ body.book #header .details span:first-child{margin-left:0!important}
426
+ body.book #header .details br{display:block}
427
+ body.book #header .details br+span::before{content:none!important}
428
+ body.book #toc{border:0!important;text-align:left!important;padding:0!important;margin:0!important}
429
+ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-break-before:always}
430
+ .listingblock code[data-lang]::before{display:block}
431
+ #footer{padding:0 .9375em}
432
+ .hide-on-print{display:none!important}
433
+ .print-only{display:block!important}
434
+ .hide-for-print{display:none!important}
435
+ .show-for-print{display:inherit!important}}
436
+ @media print,amzn-kf8{#header>h1:first-child{margin-top:1.25rem}
437
+ .sect1{padding:0!important}
438
+ .sect1+.sect1{border:0}
439
+ #footer{background:none}
440
+ #footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
441
+ @media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
@@ -0,0 +1,21 @@
1
+ /*
2
+ * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ @import "github-markdown-css/github-markdown.css";
17
+ @import "highlight.js/github.css";
18
+
19
+ .markdown-body.small {
20
+ font-size: 14px;
21
+ }