jekyll-theme-doc-project 0.0.2 → 0.0.3

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 (137) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/dexwebsite.html +177 -0
  3. data/_layouts/hippolayout.html +41 -0
  4. data/_sass/dexwebsite.scss +1944 -0
  5. data/assets/dex-website-assets/assets.yml +58 -0
  6. data/assets/dex-website-assets/bootstrap-dexwebsite.css +332 -0
  7. data/assets/dex-website-assets/bootstrap-dexwebsite.js +976 -0
  8. data/assets/dex-website-assets/bootstrap-theme-dexwebsite.css +596 -0
  9. data/assets/dex-website-assets/dexwebsite_techdocs.scss +7 -0
  10. data/assets/dex-website-assets/images/list-icon.png +0 -0
  11. data/assets/dex-website-assets/src/fonts/icomoon.woff +0 -0
  12. data/assets/dex-website-assets/src/scripts/bootstrap-collapse.js +207 -0
  13. data/assets/dex-website-assets/src/scripts/bootstrap.js +2311 -0
  14. data/assets/dex-website-assets/src/scripts/dp-navigation-popover.js +419 -0
  15. data/assets/dex-website-assets/src/scripts/hero-carousel.js +30 -0
  16. data/assets/dex-website-assets/src/scripts/hero-no-cta.js +20 -0
  17. data/assets/dex-website-assets/src/scripts/images.js +47 -0
  18. data/assets/dex-website-assets/src/scripts/in-page-carousel.js +75 -0
  19. data/assets/dex-website-assets/src/scripts/jquery-cookie.js +119 -0
  20. data/assets/dex-website-assets/src/scripts/jquery-lazyload.js +246 -0
  21. data/assets/dex-website-assets/src/scripts/jquery.js +10322 -0
  22. data/assets/dex-website-assets/src/scripts/menu.js +100 -0
  23. data/assets/dex-website-assets/src/scripts/multi-column-with-image.js +14 -0
  24. data/assets/dex-website-assets/src/scripts/nav.js +35 -0
  25. data/assets/dex-website-assets/src/scripts/owl-carousel.js +3074 -0
  26. data/assets/dex-website-assets/src/scripts/product-nav.js +112 -0
  27. data/assets/dex-website-assets/src/scripts/search.js +41 -0
  28. data/assets/dex-website-assets/src/scripts/single-field-form.js +28 -0
  29. data/assets/dex-website-assets/src/scripts/subscribe-form.js +54 -0
  30. data/assets/dex-website-assets/src/scripts/video-responsive.js +15 -0
  31. data/assets/dex-website-assets/src/styles/_base.scss +2 -0
  32. data/assets/dex-website-assets/src/styles/_mixins.scss +73 -0
  33. data/assets/dex-website-assets/src/styles/_variables.scss +45 -0
  34. data/assets/dex-website-assets/src/styles/bootstrap-collapse.css +25 -0
  35. data/assets/dex-website-assets/src/styles/bootstrap-collapse.css.map +7 -0
  36. data/assets/dex-website-assets/src/styles/bootstrap-collapse.scss +26 -0
  37. data/assets/dex-website-assets/src/styles/bootstrap-theme.css +475 -0
  38. data/assets/dex-website-assets/src/styles/bootstrap.css +6565 -0
  39. data/assets/dex-website-assets/src/styles/content-slot.css +343 -0
  40. data/assets/dex-website-assets/src/styles/content-slot.css.map +7 -0
  41. data/assets/dex-website-assets/src/styles/content-slot.scss +506 -0
  42. data/assets/dex-website-assets/src/styles/custom-controls.css +40 -0
  43. data/assets/dex-website-assets/src/styles/custom-controls.css.map +7 -0
  44. data/assets/dex-website-assets/src/styles/custom-controls.scss +48 -0
  45. data/assets/dex-website-assets/src/styles/font-icons-variables.css +3 -0
  46. data/assets/dex-website-assets/src/styles/font-icons-variables.css.map +7 -0
  47. data/assets/dex-website-assets/src/styles/font-icons-variables.scss +3 -0
  48. data/assets/dex-website-assets/src/styles/font-icons.css +28 -0
  49. data/assets/dex-website-assets/src/styles/font-icons.css.map +7 -0
  50. data/assets/dex-website-assets/src/styles/font-icons.scss +40 -0
  51. data/assets/dex-website-assets/src/styles/footer.css +98 -0
  52. data/assets/dex-website-assets/src/styles/footer.css.map +7 -0
  53. data/assets/dex-website-assets/src/styles/footer.scss +130 -0
  54. data/assets/dex-website-assets/src/styles/grid-responsive.css +50 -0
  55. data/assets/dex-website-assets/src/styles/grid-responsive.css.map +7 -0
  56. data/assets/dex-website-assets/src/styles/grid-responsive.scss +67 -0
  57. data/assets/dex-website-assets/src/styles/grid.css +821 -0
  58. data/assets/dex-website-assets/src/styles/grid.css.map +7 -0
  59. data/assets/dex-website-assets/src/styles/grid.scss +1159 -0
  60. data/assets/dex-website-assets/src/styles/header-banner-button-cta.css +79 -0
  61. data/assets/dex-website-assets/src/styles/header-banner-button-cta.css.map +7 -0
  62. data/assets/dex-website-assets/src/styles/header-banner-button-cta.scss +103 -0
  63. data/assets/dex-website-assets/src/styles/hero-carousel.css +175 -0
  64. data/assets/dex-website-assets/src/styles/hero-carousel.css.map +7 -0
  65. data/assets/dex-website-assets/src/styles/hero-carousel.scss +179 -0
  66. data/assets/dex-website-assets/src/styles/hero-no-cta.css +1106 -0
  67. data/assets/dex-website-assets/src/styles/hero-no-cta.css.map +7 -0
  68. data/assets/dex-website-assets/src/styles/hero-no-cta.scss +125 -0
  69. data/assets/dex-website-assets/src/styles/home.css +237 -0
  70. data/assets/dex-website-assets/src/styles/home.css.map +7 -0
  71. data/assets/dex-website-assets/src/styles/home.scss +299 -0
  72. data/assets/dex-website-assets/src/styles/media.css +17 -0
  73. data/assets/dex-website-assets/src/styles/media.css.map +7 -0
  74. data/assets/dex-website-assets/src/styles/media.scss +18 -0
  75. data/assets/dex-website-assets/src/styles/menu-button.css +122 -0
  76. data/assets/dex-website-assets/src/styles/menu-button.css.map +7 -0
  77. data/assets/dex-website-assets/src/styles/menu-button.scss +121 -0
  78. data/assets/dex-website-assets/src/styles/menu.css +428 -0
  79. data/assets/dex-website-assets/src/styles/menu.css.map +7 -0
  80. data/assets/dex-website-assets/src/styles/menu.scss +578 -0
  81. data/assets/dex-website-assets/src/styles/message.css +34 -0
  82. data/assets/dex-website-assets/src/styles/message.css.map +7 -0
  83. data/assets/dex-website-assets/src/styles/message.scss +38 -0
  84. data/assets/dex-website-assets/src/styles/multi-column-left-icon.css +57 -0
  85. data/assets/dex-website-assets/src/styles/multi-column-left-icon.css.map +7 -0
  86. data/assets/dex-website-assets/src/styles/multi-column-left-icon.scss +104 -0
  87. data/assets/dex-website-assets/src/styles/multi-column-with-image.css +49 -0
  88. data/assets/dex-website-assets/src/styles/multi-column-with-image.css.map +7 -0
  89. data/assets/dex-website-assets/src/styles/multi-column-with-image.scss +63 -0
  90. data/assets/dex-website-assets/src/styles/navbar.css +82 -0
  91. data/assets/dex-website-assets/src/styles/navbar.css.map +7 -0
  92. data/assets/dex-website-assets/src/styles/navbar.scss +91 -0
  93. data/assets/dex-website-assets/src/styles/navigation.css +66 -0
  94. data/assets/dex-website-assets/src/styles/navigation.scss +81 -0
  95. data/assets/dex-website-assets/src/styles/oas.css +22 -0
  96. data/assets/dex-website-assets/src/styles/oas.css.map +7 -0
  97. data/assets/dex-website-assets/src/styles/oas.scss +27 -0
  98. data/assets/dex-website-assets/src/styles/owl-carousel.css +202 -0
  99. data/assets/dex-website-assets/src/styles/owl-carousel.css.map +7 -0
  100. data/assets/dex-website-assets/src/styles/owl-carousel.scss +215 -0
  101. data/assets/dex-website-assets/src/styles/popover.css +63 -0
  102. data/assets/dex-website-assets/src/styles/popover.css.map +7 -0
  103. data/assets/dex-website-assets/src/styles/popover.scss +65 -0
  104. data/assets/dex-website-assets/src/styles/product-nav.css +74 -0
  105. data/assets/dex-website-assets/src/styles/product-nav.css.map +7 -0
  106. data/assets/dex-website-assets/src/styles/product-nav.scss +110 -0
  107. data/assets/dex-website-assets/src/styles/sdk-downloader.css +155 -0
  108. data/assets/dex-website-assets/src/styles/sdk-downloader.css.map +7 -0
  109. data/assets/dex-website-assets/src/styles/sdk-downloader.scss +279 -0
  110. data/assets/dex-website-assets/src/styles/search.css +148 -0
  111. data/assets/dex-website-assets/src/styles/search.css.map +7 -0
  112. data/assets/dex-website-assets/src/styles/search.scss +188 -0
  113. data/assets/dex-website-assets/src/styles/sidebar.css +68 -0
  114. data/assets/dex-website-assets/src/styles/sidebar.css.map +7 -0
  115. data/assets/dex-website-assets/src/styles/sidebar.scss +87 -0
  116. data/assets/dex-website-assets/src/styles/single-field-form.css +157 -0
  117. data/assets/dex-website-assets/src/styles/single-field-form.css.map +7 -0
  118. data/assets/dex-website-assets/src/styles/single-field-form.scss +88 -0
  119. data/assets/dex-website-assets/src/styles/subscribe-form.css +53 -0
  120. data/assets/dex-website-assets/src/styles/subscribe-form.css.map +7 -0
  121. data/assets/dex-website-assets/src/styles/subscribe-form.scss +63 -0
  122. data/assets/dex-website-assets/src/styles/typography.css +85 -0
  123. data/assets/dex-website-assets/src/styles/typography.css.map +7 -0
  124. data/assets/dex-website-assets/src/styles/typography.scss +96 -0
  125. data/assets/dex-website-assets/src/styles/utility.css +102 -0
  126. data/assets/dex-website-assets/src/styles/utility.css.map +7 -0
  127. data/assets/dex-website-assets/src/styles/utility.scss +135 -0
  128. data/assets/dex-website-assets/src/styles/value-props.css +49 -0
  129. data/assets/dex-website-assets/src/styles/value-props.css.map +7 -0
  130. data/assets/dex-website-assets/src/styles/value-props.scss +64 -0
  131. data/assets/hippo-assets/customscriptshippo.js +18 -0
  132. data/assets/hippo-assets/highlighter.min.css +3 -0
  133. data/assets/hippo-assets/hipposidebar.css +199 -0
  134. data/assets/hippo-assets/hipposidebarpage.min.css +1 -0
  135. data/assets/hippo-assets/includescript.min.js +3 -0
  136. data/assets/hippo-assets/navtabshippo.css +4 -0
  137. metadata +136 -1
@@ -0,0 +1,1944 @@
1
+ /* font weight in current dexwebsite has incorrect weight -- is nearly unreadable without this setting */
2
+ .docs p, .docs h1, .docs h2, .docs h3, .docs h4, .docs h5, .docs h6, .docs ul, .docs ol, .docs li,
3
+ .docs .alert, .docs .bs-callout, .docs dd, .docs dt {
4
+ font-weight: 400;
5
+ line-height: 1.5em;
6
+ }
7
+
8
+ /* headings */
9
+
10
+ .docs h1, .docs h2, .docs h3, .docs h4, .docs h5, .docs h5 {
11
+ margin-top: 12px;
12
+ margin-bottom: 4px;
13
+ }
14
+
15
+ .docs h1 {
16
+ font-size: 2.2em;
17
+ }
18
+
19
+ .docs h2 {
20
+ font-size: 1.7em;
21
+ }
22
+
23
+ .docs h3 {
24
+ font-size: 1.3em;
25
+ }
26
+
27
+ .docs h4 {
28
+ font-size: 1.0em;
29
+ font-style: italic;
30
+ }
31
+
32
+ .docs h5 {
33
+ font-size: 1.0em;
34
+ color: gray;
35
+ }
36
+
37
+ .docs h6 {
38
+ font-size: 1.0em;
39
+ font-weight: 300;
40
+ }
41
+
42
+ /* inline code */
43
+ code,
44
+ kbd,
45
+ pre,
46
+ samp {
47
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
48
+ }
49
+
50
+ code {
51
+ padding: 2px 4px;
52
+ font-size: 90%;
53
+ color: #c7254e;
54
+ background-color: #f9f2f4;
55
+ border-radius: 4px;
56
+ }
57
+
58
+ /* code blocks */
59
+ /* handled primarily through monokai.css, but for <pre> blocks...*/
60
+
61
+ /* Monokai theme from https://github.com/richleland/pygments-css (Unlicense)*/
62
+
63
+ .docs .highlight, pre {
64
+ white-space: pre;
65
+ overflow: auto;
66
+ word-wrap: normal; /* horizontal scrolling */
67
+ -moz-border-radius: 5px;
68
+ -webkit-border-radius: 5px;
69
+ border-radius: 5px;
70
+ padding: 15px;
71
+ padding-left: 10px;
72
+ background: #202020;
73
+ color: #C1C2C3;
74
+ word-break: break-all;
75
+ word-wrap: break-word;
76
+ font-size: 14px;
77
+ }
78
+
79
+ /* syntax highlighting from within code blocks */
80
+ .docs .highlight .hll { background-color: #202020 }
81
+ .docs .highlight .c { color: #75715e } /* Comment */
82
+ .docs .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
83
+ .docs .highlight .k { color: #66d9ef } /* Keyword */
84
+ .docs .highlight .l { color: #ae81ff } /* Literal */
85
+ .docs .highlight .n { color: #f8f8f2 } /* Name */
86
+ .docs .highlight .o { color: #f92672 } /* Operator */
87
+ .docs .highlight .p { color: #f8f8f2 } /* Punctuation */
88
+ .docs .highlight .cm { color: #75715e } /* Comment.Multiline */
89
+ .docs .highlight .cp { color: #75715e } /* Comment.Preproc */
90
+ .docs .highlight .c1 { color: #75715e } /* Comment.Single */
91
+ .docs .highlight .cs { color: #75715e } /* Comment.Special */
92
+ .docs .highlight .ge { font-style: italic } /* Generic.Emph */
93
+ .docs .highlight .gs { font-weight: bold } /* Generic.Strong */
94
+ .docs .highlight .kc { color: #66d9ef } /* Keyword.Constant */
95
+ .docs .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
96
+ .docs .highlight .kn { color: #f92672 } /* Keyword.Namespace */
97
+ .docs .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
98
+ .docs .highlight .kr { color: #66d9ef } /* Keyword.Reserved */
99
+ .docs .highlight .kt { color: #66d9ef } /* Keyword.Type */
100
+ .docs .highlight .ld { color: #e6db74 } /* Literal.Date */
101
+ .docs .highlight .m { color: #ae81ff } /* Literal.Number */
102
+ .docs .highlight .s { color: #e6db74 } /* Literal.String */
103
+ .docs .highlight .na { color: #a6e22e } /* Name.Attribute */
104
+ .docs .highlight .nb { color: #f8f8f2 } /* Name.Builtin */
105
+ .docs .highlight .nc { color: #a6e22e } /* Name.Class */
106
+ .docs .highlight .no { color: #66d9ef } /* Name.Constant */
107
+ .docs .highlight .nd { color: #a6e22e } /* Name.Decorator */
108
+ .docs .highlight .ni { color: #f8f8f2 } /* Name.Entity */
109
+ .docs .highlight .ne { color: #a6e22e } /* Name.Exception */
110
+ .docs .highlight .nf { color: #a6e22e } /* Name.Function */
111
+ .docs .highlight .nl { color: #f8f8f2 } /* Name.Label */
112
+ .docs .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
113
+ .docs .highlight .nx { color: #a6e22e } /* Name.Other */
114
+ .docs .highlight .py { color: #f8f8f2 } /* Name.Property */
115
+ .docs .highlight .nt { color: #f92672 } /* Name.Tag */
116
+ .docs .highlight .nv { color: #f8f8f2 } /* Name.Variable */
117
+ .docs .highlight .ow { color: #f92672 } /* Operator.Word */
118
+ .docs .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
119
+ .docs .highlight .mf { color: #ae81ff } /* Literal.Number.Float */
120
+ .docs .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
121
+ .docs .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
122
+ .docs .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
123
+ .docs .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
124
+ .docs .highlight .sc { color: #e6db74 } /* Literal.String.Char */
125
+ .docs .highlight .sd { color: #e6db74 } /* Literal.String.Doc */
126
+ .docs .highlight .s2 { color: #e6db74 } /* Literal.String.Double */
127
+ .docs .highlight .se { color: #ae81ff } /* Literal.String.Escape */
128
+ .docs .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
129
+ .docs .highlight .si { color: #e6db74 } /* Literal.String.Interpol */
130
+ .docs .highlight .sx { color: #e6db74 } /* Literal.String.Other */
131
+ .docs .highlight .sr { color: #e6db74 } /* Literal.String.Regex */
132
+ .docs .highlight .s1 { color: #e6db74 } /* Literal.String.Single */
133
+ .docs .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
134
+ .docs .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
135
+ .docs .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
136
+ .docs .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
137
+ .docs .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
138
+ .docs .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
139
+
140
+ .docs .highlight .gh { } /* Generic Heading & Diff Header */
141
+ .docs .highlight .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
142
+ .docs .highlight .gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
143
+ .docs .highlight .gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
144
+ .docs .highlight .err {color: #a61717; background-color: transparent !important;
145
+ }
146
+
147
+ /* lists and sublists */
148
+
149
+ .docs ul, .docs ol {
150
+ margin-left: 0px;
151
+ font-color: black;
152
+ }
153
+
154
+ .docs li {
155
+ margin-top: 10px;
156
+ margin-bottom: 10px;
157
+ }
158
+
159
+ .docs ul li, .docs ol li {
160
+ margin-left: 0px;
161
+ }
162
+
163
+ .docs ul li {
164
+ list-style-type: disc;
165
+ }
166
+
167
+ .docs ol li ol li {
168
+ list-style-type: lower-latin;
169
+ }
170
+
171
+ /* video */
172
+ /* note: for some reason videos have a dark black bottom border below the player. adding this style to mask it. */
173
+ video {
174
+ border: 1px solid #444;
175
+ }
176
+
177
+ /* callout styles*/
178
+
179
+ .docs .bs-callout {
180
+ padding: 20px;
181
+ margin: 20px 0;
182
+ border: 1px solid #eee;
183
+ border-left-width: 5px;
184
+ border-radius: 3px;
185
+ }
186
+ .docs .calloutTitle {
187
+ margin-top: 0;
188
+ margin-bottom: 5px;
189
+ font-size: 18px;
190
+ }
191
+ .docs .bs-callout p:last-child {
192
+ margin-bottom: 0;
193
+ }
194
+ .docs .bs-callout code {
195
+ border-radius: 3px;
196
+ }
197
+ .docs .bs-callout+.bs-callout {
198
+ margin-top: -5px;
199
+ }
200
+ .docs .bs-callout-default {
201
+ border-left-color: #777;
202
+ }
203
+ .docs .bs-callout-default .calloutTitle {
204
+ color: #777;
205
+ }
206
+ .docs .bs-callout-primary {
207
+ border-left-color: #428bca;
208
+ }
209
+ .docs .bs-callout-primary .calloutTitle {
210
+ color: #428bca;
211
+ }
212
+ .docs .bs-callout-success {
213
+ border-left-color: #5cb85c;
214
+ }
215
+ .docs .bs-callout-success .calloutTitle {
216
+ color: #5cb85c;
217
+ }
218
+ .docs .bs-callout-danger {
219
+ border-left-color: #d9534f;
220
+ }
221
+ .docs .bs-callout-danger .calloutTitle {
222
+ color: #d9534f;
223
+ }
224
+ .docs .bs-callout-warning {
225
+ border-left-color: #f0ad4e;
226
+ }
227
+ .docs .bs-callout-warning .calloutTitle {
228
+ color: #f0ad4e;
229
+ }
230
+ .docs .bs-callout-info {
231
+ border-left-color: #5bc0de;
232
+ }
233
+ .docs .bs-callout-info .calloutTitle {
234
+ color: #5bc0de;
235
+ }
236
+
237
+ /* alerts */
238
+
239
+ .docs .alert {
240
+ text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
241
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
242
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
243
+ }
244
+ .docs .alert-success {
245
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
246
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
247
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
248
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
249
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
250
+ background-repeat: repeat-x;
251
+ border-color: #b2dba1;
252
+ }
253
+ .docs .alert-info {
254
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
255
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
256
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
257
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
258
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
259
+ background-repeat: repeat-x;
260
+ border-color: #9acfea;
261
+ }
262
+ .docs .alert-warning {
263
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
264
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
265
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
266
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
267
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
268
+ background-repeat: repeat-x;
269
+ border-color: #f5e79e;
270
+ }
271
+ .docs .alert-danger {
272
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
273
+ background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
274
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
275
+ background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
276
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
277
+ background-repeat: repeat-x;
278
+ border-color: #dca7a7;
279
+ }
280
+
281
+ /* overwrite random styles in message.scss for alerts*/
282
+ .docs .alert.alert-warning {
283
+ padding-left: 15px !important;
284
+ border-color: #f5e79e !important;
285
+ }
286
+
287
+ .docs .alert {
288
+ margin-bottom: 20px;
289
+ }
290
+
291
+
292
+ /* images */
293
+
294
+ .docs img {
295
+ max-width: 800px;
296
+ }
297
+
298
+ .docs figcaption {
299
+ padding-bottom: 12px;
300
+ padding-top: 6px;
301
+ margin-bottom: 20px;
302
+ font-style: italic;
303
+ color: gray;
304
+ font-size: 13px;
305
+ }
306
+
307
+ .docs img.border {
308
+ border: 1px solid #dedede;
309
+ }
310
+
311
+ .docs img.inline {
312
+ max-height: 20px;
313
+ }
314
+
315
+ /* tables */
316
+
317
+
318
+ .docs table {
319
+ width: 100%;
320
+ margin-bottom: 20px;
321
+ border: 1px solid #dedede;
322
+ background-color: transparent;
323
+ border-collapse: collapse;
324
+ }
325
+
326
+ .docs table > thead > tr > td,
327
+ .docs table > tbody > tr > td,
328
+ .docs table > tfoot > tr > td {
329
+ padding: 8px;
330
+ line-height: 1.5em;
331
+ vertical-align: top;
332
+ }
333
+
334
+ .docs table > tbody > tr > td ol > li,
335
+ .docs table > tbody > tr > td ul > li,
336
+ .docs table > tbody > tr > td > p {
337
+ padding: 0px;
338
+ }
339
+
340
+ .docs table > thead > tr > th,
341
+ .docs table > tbody > tr > th,
342
+ .docs table > tfoot > tr > th {
343
+ vertical-align: bottom;
344
+ border-bottom: 2px solid #ddd;
345
+ text-transform: none;
346
+ background-color: #777;
347
+ color: white;
348
+ text-align: left;
349
+ padding: 8px;
350
+ line-height: 1.5em;
351
+ vertical-align: top;
352
+ text-align: left;
353
+ }
354
+ .docs table > caption + thead > tr:first-child > th,
355
+ .docs table > colgroup + thead > tr:first-child > th,
356
+ .docs table > thead:first-child > tr:first-child > th,
357
+ .docs table > caption + thead > tr:first-child > td,
358
+ .docs table > colgroup + thead > tr:first-child > td,
359
+ .docs table > thead:first-child > tr:first-child > td {
360
+ border-top: 0;
361
+ }
362
+ .docs table > tbody > tr:nth-of-type(odd) {
363
+ background-color: #f9f9f9;
364
+ }
365
+ .docs table col[class*="col-"] {
366
+ position: static;
367
+ display: table-column;
368
+ float: none;
369
+ }
370
+ .docs table td[class*="col-"],
371
+ .docs table th[class*="col-"] {
372
+ position: static;
373
+ display: table-cell;
374
+ float: none;
375
+ }
376
+
377
+ .docs table tr td {
378
+ hyphens: auto;
379
+ }
380
+ .docs table.data.docs table thead {
381
+ background-color: #444;
382
+ }
383
+ .docs table td {
384
+ hyphens: auto;
385
+ }
386
+ .docs table code {
387
+ background-color: transparent;
388
+ }
389
+
390
+ .docs table code {
391
+ background-color: transparent;
392
+ }
393
+ pre,
394
+ .docs table code {
395
+ white-space: pre-wrap;
396
+ /* css-3 */
397
+ white-space: -moz-pre-wrap;
398
+ /* Mozilla, since 1999 */
399
+ white-space: -pre-wrap;
400
+ /* Opera 4-6 */
401
+ white-space: -o-pre-wrap;
402
+ /* Opera 7 */
403
+ word-wrap: break-word;
404
+ /* Internet Explorer 5.5+ */
405
+ }
406
+ td.white {
407
+ background-color: white;
408
+ }
409
+ td.gray {
410
+ background-color: #f7f7f7;
411
+ }
412
+
413
+ .docs table code {
414
+ word-wrap: break-word
415
+ }
416
+ .docs table {
417
+ table-layout: auto;
418
+ }
419
+
420
+ /* definition lists */
421
+
422
+ .docs dt {
423
+ font-weight: bold;
424
+ }
425
+
426
+ .docs dl dd {
427
+ margin-top: 20px;
428
+ margin-bottom: 20px;
429
+ }
430
+
431
+ .docs dd pre {
432
+ margin-top: 12px;
433
+ margin-bottom: 12px;
434
+ }
435
+
436
+ /* Github edit button */
437
+
438
+ .docs i.fa.fa-github.fa-lg:hover,
439
+ .docs a.githubButton.noExtIcon:hover {
440
+ color: black;
441
+ text-decoration: none;
442
+ }
443
+ .docs a.editButton {
444
+ color: #666;
445
+ text-decoration: none;
446
+ }
447
+ .docs a.editButton:hover {
448
+ text-decoration: none;
449
+ color: black;
450
+ }
451
+ .docs .githubButton {
452
+ color: black;
453
+ background-color: white;
454
+ border: 1px solid #777;
455
+ padding: 7px;
456
+ border-radius: 5px;
457
+ margin: 20px 0px 10px 0px;
458
+ }
459
+ .docs .githubButton:hover {
460
+ background-color: #fefefe;
461
+ color: #444;
462
+ text-decoration: none;
463
+ }
464
+
465
+ .docs .githubFeedback {
466
+ margin-bottom: 20px;
467
+ margin-top: 20px;
468
+ }
469
+
470
+ /* buttons */
471
+
472
+ button {
473
+ overflow: visible;
474
+ }
475
+ button,
476
+ select {
477
+ text-transform: none;
478
+ }
479
+ button,
480
+ html input[type="button"],
481
+ input[type="reset"],
482
+ input[type="submit"] {
483
+ -webkit-appearance: button;
484
+ cursor: pointer;
485
+ }
486
+ button[disabled],
487
+ html input[disabled] {
488
+ cursor: default;
489
+ }
490
+ button::-moz-focus-inner,
491
+ input::-moz-focus-inner {
492
+ border: 0;
493
+ padding: 0;
494
+ }
495
+
496
+ .btn {
497
+ display: inline-block;
498
+ margin-bottom: 0;
499
+ font-weight: normal;
500
+ text-align: center;
501
+ vertical-align: middle;
502
+ -ms-touch-action: manipulation;
503
+ touch-action: manipulation;
504
+ cursor: pointer;
505
+ background-image: none;
506
+ border: 1px solid transparent;
507
+ white-space: nowrap;
508
+ padding: 6px 12px;
509
+ font-size: 14px;
510
+ line-height: 1.42857143;
511
+ border-radius: 4px;
512
+ -webkit-user-select: none;
513
+ -moz-user-select: none;
514
+ -ms-user-select: none;
515
+ user-select: none;
516
+ }
517
+ .btn:focus,
518
+ .btn:active:focus,
519
+ .btn.active:focus,
520
+ .btn.focus,
521
+ .btn:active.focus,
522
+ .btn.active.focus {
523
+ outline: 5px auto -webkit-focus-ring-color;
524
+ outline-offset: -2px;
525
+ }
526
+ .btn:hover,
527
+ .btn:focus,
528
+ .btn.focus {
529
+ color: #333333;
530
+ text-decoration: none;
531
+ }
532
+ .btn:active,
533
+ .btn.active {
534
+ outline: 0;
535
+ background-image: none;
536
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
537
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
538
+ }
539
+ .btn.disabled,
540
+ .btn[disabled],
541
+ fieldset[disabled] .btn {
542
+ cursor: not-allowed;
543
+ opacity: 0.65;
544
+ filter: alpha(opacity=65);
545
+ -webkit-box-shadow: none;
546
+ box-shadow: none;
547
+ }
548
+ a.btn.disabled,
549
+ fieldset[disabled] a.btn {
550
+ pointer-events: none;
551
+ }
552
+ .btn-default {
553
+ color: #333333;
554
+ background-color: #ffffff;
555
+ border-color: #cccccc;
556
+ }
557
+ .btn-default:focus,
558
+ .btn-default.focus {
559
+ color: #333333;
560
+ background-color: #e6e6e6;
561
+ border-color: #8c8c8c;
562
+ }
563
+ .btn-default:hover {
564
+ color: #333333;
565
+ background-color: #e6e6e6;
566
+ border-color: #adadad;
567
+ }
568
+ .btn-default:active,
569
+ .btn-default.active,
570
+ .open > .dropdown-toggle.btn-default {
571
+ color: #333333;
572
+ background-color: #e6e6e6;
573
+ border-color: #adadad;
574
+ }
575
+ .btn-default:active:hover,
576
+ .btn-default.active:hover,
577
+ .open > .dropdown-toggle.btn-default:hover,
578
+ .btn-default:active:focus,
579
+ .btn-default.active:focus,
580
+ .open > .dropdown-toggle.btn-default:focus,
581
+ .btn-default:active.focus,
582
+ .btn-default.active.focus,
583
+ .open > .dropdown-toggle.btn-default.focus {
584
+ color: #333333;
585
+ background-color: #d4d4d4;
586
+ border-color: #8c8c8c;
587
+ }
588
+ .btn-default:active,
589
+ .btn-default.active,
590
+ .open > .dropdown-toggle.btn-default {
591
+ background-image: none;
592
+ }
593
+ .btn-default.disabled:hover,
594
+ .btn-default[disabled]:hover,
595
+ fieldset[disabled] .btn-default:hover,
596
+ .btn-default.disabled:focus,
597
+ .btn-default[disabled]:focus,
598
+ fieldset[disabled] .btn-default:focus,
599
+ .btn-default.disabled.focus,
600
+ .btn-default[disabled].focus,
601
+ fieldset[disabled] .btn-default.focus {
602
+ background-color: #ffffff;
603
+ border-color: #cccccc;
604
+ }
605
+ .btn-default .badge {
606
+ color: #ffffff;
607
+ background-color: #333333;
608
+ }
609
+ .btn-primary {
610
+ color: #ffffff;
611
+ background-color: #337ab7;
612
+ border-color: #2e6da4;
613
+ }
614
+ .btn-primary:focus,
615
+ .btn-primary.focus {
616
+ color: #ffffff;
617
+ background-color: #286090;
618
+ border-color: #122b40;
619
+ }
620
+ .btn-primary:hover {
621
+ color: #ffffff;
622
+ background-color: #286090;
623
+ border-color: #204d74;
624
+ }
625
+ .btn-primary:active,
626
+ .btn-primary.active,
627
+ .open > .dropdown-toggle.btn-primary {
628
+ color: #ffffff;
629
+ background-color: #286090;
630
+ border-color: #204d74;
631
+ }
632
+ .btn-primary:active:hover,
633
+ .btn-primary.active:hover,
634
+ .open > .dropdown-toggle.btn-primary:hover,
635
+ .btn-primary:active:focus,
636
+ .btn-primary.active:focus,
637
+ .open > .dropdown-toggle.btn-primary:focus,
638
+ .btn-primary:active.focus,
639
+ .btn-primary.active.focus,
640
+ .open > .dropdown-toggle.btn-primary.focus {
641
+ color: #ffffff;
642
+ background-color: #204d74;
643
+ border-color: #122b40;
644
+ }
645
+ .btn-primary:active,
646
+ .btn-primary.active,
647
+ .open > .dropdown-toggle.btn-primary {
648
+ background-image: none;
649
+ }
650
+ .btn-primary.disabled:hover,
651
+ .btn-primary[disabled]:hover,
652
+ fieldset[disabled] .btn-primary:hover,
653
+ .btn-primary.disabled:focus,
654
+ .btn-primary[disabled]:focus,
655
+ fieldset[disabled] .btn-primary:focus,
656
+ .btn-primary.disabled.focus,
657
+ .btn-primary[disabled].focus,
658
+ fieldset[disabled] .btn-primary.focus {
659
+ background-color: #337ab7;
660
+ border-color: #2e6da4;
661
+ }
662
+ .btn-primary .badge {
663
+ color: #337ab7;
664
+ background-color: #ffffff;
665
+ }
666
+ .btn-success {
667
+ color: #ffffff;
668
+ background-color: #5cb85c;
669
+ border-color: #4cae4c;
670
+ }
671
+ .btn-success:focus,
672
+ .btn-success.focus {
673
+ color: #ffffff;
674
+ background-color: #449d44;
675
+ border-color: #255625;
676
+ }
677
+ .btn-success:hover {
678
+ color: #ffffff;
679
+ background-color: #449d44;
680
+ border-color: #398439;
681
+ }
682
+ .btn-success:active,
683
+ .btn-success.active,
684
+ .open > .dropdown-toggle.btn-success {
685
+ color: #ffffff;
686
+ background-color: #449d44;
687
+ border-color: #398439;
688
+ }
689
+ .btn-success:active:hover,
690
+ .btn-success.active:hover,
691
+ .open > .dropdown-toggle.btn-success:hover,
692
+ .btn-success:active:focus,
693
+ .btn-success.active:focus,
694
+ .open > .dropdown-toggle.btn-success:focus,
695
+ .btn-success:active.focus,
696
+ .btn-success.active.focus,
697
+ .open > .dropdown-toggle.btn-success.focus {
698
+ color: #ffffff;
699
+ background-color: #398439;
700
+ border-color: #255625;
701
+ }
702
+ .btn-success:active,
703
+ .btn-success.active,
704
+ .open > .dropdown-toggle.btn-success {
705
+ background-image: none;
706
+ }
707
+ .btn-success.disabled:hover,
708
+ .btn-success[disabled]:hover,
709
+ fieldset[disabled] .btn-success:hover,
710
+ .btn-success.disabled:focus,
711
+ .btn-success[disabled]:focus,
712
+ fieldset[disabled] .btn-success:focus,
713
+ .btn-success.disabled.focus,
714
+ .btn-success[disabled].focus,
715
+ fieldset[disabled] .btn-success.focus {
716
+ background-color: #5cb85c;
717
+ border-color: #4cae4c;
718
+ }
719
+ .btn-success .badge {
720
+ color: #5cb85c;
721
+ background-color: #ffffff;
722
+ }
723
+ .btn-info {
724
+ color: #ffffff;
725
+ background-color: #5bc0de;
726
+ border-color: #46b8da;
727
+ }
728
+ .btn-info:focus,
729
+ .btn-info.focus {
730
+ color: #ffffff;
731
+ background-color: #31b0d5;
732
+ border-color: #1b6d85;
733
+ }
734
+ .btn-info:hover {
735
+ color: #ffffff;
736
+ background-color: #31b0d5;
737
+ border-color: #269abc;
738
+ }
739
+ .btn-info:active,
740
+ .btn-info.active,
741
+ .open > .dropdown-toggle.btn-info {
742
+ color: #ffffff;
743
+ background-color: #31b0d5;
744
+ border-color: #269abc;
745
+ }
746
+ .btn-info:active:hover,
747
+ .btn-info.active:hover,
748
+ .open > .dropdown-toggle.btn-info:hover,
749
+ .btn-info:active:focus,
750
+ .btn-info.active:focus,
751
+ .open > .dropdown-toggle.btn-info:focus,
752
+ .btn-info:active.focus,
753
+ .btn-info.active.focus,
754
+ .open > .dropdown-toggle.btn-info.focus {
755
+ color: #ffffff;
756
+ background-color: #269abc;
757
+ border-color: #1b6d85;
758
+ }
759
+ .btn-info:active,
760
+ .btn-info.active,
761
+ .open > .dropdown-toggle.btn-info {
762
+ background-image: none;
763
+ }
764
+ .btn-info.disabled:hover,
765
+ .btn-info[disabled]:hover,
766
+ fieldset[disabled] .btn-info:hover,
767
+ .btn-info.disabled:focus,
768
+ .btn-info[disabled]:focus,
769
+ fieldset[disabled] .btn-info:focus,
770
+ .btn-info.disabled.focus,
771
+ .btn-info[disabled].focus,
772
+ fieldset[disabled] .btn-info.focus {
773
+ background-color: #5bc0de;
774
+ border-color: #46b8da;
775
+ }
776
+ .btn-info .badge {
777
+ color: #5bc0de;
778
+ background-color: #ffffff;
779
+ }
780
+ .btn-warning {
781
+ color: #ffffff;
782
+ background-color: #f0ad4e;
783
+ border-color: #eea236;
784
+ }
785
+ .btn-warning:focus,
786
+ .btn-warning.focus {
787
+ color: #ffffff;
788
+ background-color: #ec971f;
789
+ border-color: #985f0d;
790
+ }
791
+ .btn-warning:hover {
792
+ color: #ffffff;
793
+ background-color: #ec971f;
794
+ border-color: #d58512;
795
+ }
796
+ .btn-warning:active,
797
+ .btn-warning.active,
798
+ .open > .dropdown-toggle.btn-warning {
799
+ color: #ffffff;
800
+ background-color: #ec971f;
801
+ border-color: #d58512;
802
+ }
803
+ .btn-warning:active:hover,
804
+ .btn-warning.active:hover,
805
+ .open > .dropdown-toggle.btn-warning:hover,
806
+ .btn-warning:active:focus,
807
+ .btn-warning.active:focus,
808
+ .open > .dropdown-toggle.btn-warning:focus,
809
+ .btn-warning:active.focus,
810
+ .btn-warning.active.focus,
811
+ .open > .dropdown-toggle.btn-warning.focus {
812
+ color: #ffffff;
813
+ background-color: #d58512;
814
+ border-color: #985f0d;
815
+ }
816
+ .btn-warning:active,
817
+ .btn-warning.active,
818
+ .open > .dropdown-toggle.btn-warning {
819
+ background-image: none;
820
+ }
821
+ .btn-warning.disabled:hover,
822
+ .btn-warning[disabled]:hover,
823
+ fieldset[disabled] .btn-warning:hover,
824
+ .btn-warning.disabled:focus,
825
+ .btn-warning[disabled]:focus,
826
+ fieldset[disabled] .btn-warning:focus,
827
+ .btn-warning.disabled.focus,
828
+ .btn-warning[disabled].focus,
829
+ fieldset[disabled] .btn-warning.focus {
830
+ background-color: #f0ad4e;
831
+ border-color: #eea236;
832
+ }
833
+ .btn-warning .badge {
834
+ color: #f0ad4e;
835
+ background-color: #ffffff;
836
+ }
837
+ .btn-danger {
838
+ color: #ffffff;
839
+ background-color: #d9534f;
840
+ border-color: #d43f3a;
841
+ }
842
+ .btn-danger:focus,
843
+ .btn-danger.focus {
844
+ color: #ffffff;
845
+ background-color: #c9302c;
846
+ border-color: #761c19;
847
+ }
848
+ .btn-danger:hover {
849
+ color: #ffffff;
850
+ background-color: #c9302c;
851
+ border-color: #ac2925;
852
+ }
853
+ .btn-danger:active,
854
+ .btn-danger.active,
855
+ .open > .dropdown-toggle.btn-danger {
856
+ color: #ffffff;
857
+ background-color: #c9302c;
858
+ border-color: #ac2925;
859
+ }
860
+ .btn-danger:active:hover,
861
+ .btn-danger.active:hover,
862
+ .open > .dropdown-toggle.btn-danger:hover,
863
+ .btn-danger:active:focus,
864
+ .btn-danger.active:focus,
865
+ .open > .dropdown-toggle.btn-danger:focus,
866
+ .btn-danger:active.focus,
867
+ .btn-danger.active.focus,
868
+ .open > .dropdown-toggle.btn-danger.focus {
869
+ color: #ffffff;
870
+ background-color: #ac2925;
871
+ border-color: #761c19;
872
+ }
873
+ .btn-danger:active,
874
+ .btn-danger.active,
875
+ .open > .dropdown-toggle.btn-danger {
876
+ background-image: none;
877
+ }
878
+ .btn-danger.disabled:hover,
879
+ .btn-danger[disabled]:hover,
880
+ fieldset[disabled] .btn-danger:hover,
881
+ .btn-danger.disabled:focus,
882
+ .btn-danger[disabled]:focus,
883
+ fieldset[disabled] .btn-danger:focus,
884
+ .btn-danger.disabled.focus,
885
+ .btn-danger[disabled].focus,
886
+ fieldset[disabled] .btn-danger.focus {
887
+ background-color: #d9534f;
888
+ border-color: #d43f3a;
889
+ }
890
+ .btn-danger .badge {
891
+ color: #d9534f;
892
+ background-color: #ffffff;
893
+ }
894
+ .btn-link {
895
+ color: #337ab7;
896
+ font-weight: normal;
897
+ border-radius: 0;
898
+ }
899
+ .btn-link,
900
+ .btn-link:active,
901
+ .btn-link.active,
902
+ .btn-link[disabled],
903
+ fieldset[disabled] .btn-link {
904
+ background-color: transparent;
905
+ -webkit-box-shadow: none;
906
+ box-shadow: none;
907
+ }
908
+ .btn-link,
909
+ .btn-link:hover,
910
+ .btn-link:focus,
911
+ .btn-link:active {
912
+ border-color: transparent;
913
+ }
914
+ .btn-link:hover,
915
+ .btn-link:focus {
916
+ color: #23527c;
917
+ text-decoration: underline;
918
+ background-color: transparent;
919
+ }
920
+ .btn-link[disabled]:hover,
921
+ fieldset[disabled] .btn-link:hover,
922
+ .btn-link[disabled]:focus,
923
+ fieldset[disabled] .btn-link:focus {
924
+ color: #777777;
925
+ text-decoration: none;
926
+ }
927
+ .btn-lg {
928
+ padding: 10px 16px;
929
+ font-size: 18px;
930
+ line-height: 1.3333333;
931
+ border-radius: 6px;
932
+ }
933
+ .btn-sm {
934
+ padding: 5px 10px;
935
+ font-size: 12px;
936
+ line-height: 1.5;
937
+ border-radius: 3px;
938
+ }
939
+ .btn-xs {
940
+ padding: 1px 5px;
941
+ font-size: 12px;
942
+ line-height: 1.5;
943
+ border-radius: 3px;
944
+ }
945
+ .btn-block {
946
+ display: block;
947
+ width: 100%;
948
+ }
949
+ .btn-block + .btn-block {
950
+ margin-top: 5px;
951
+ }
952
+ input[type="submit"].btn-block,
953
+ input[type="reset"].btn-block,
954
+ input[type="button"].btn-block {
955
+ width: 100%;
956
+ }
957
+
958
+ /* horizontal rule */
959
+ hr {
960
+ margin-top: 20px;
961
+ margin-bottom: 20px;
962
+ border: 0;
963
+ border-top: 1px solid #eeeeee;
964
+ }
965
+
966
+ /* drop-down menu */
967
+
968
+ .caret {
969
+ display: inline-block;
970
+ width: 0;
971
+ height: 0;
972
+ margin-left: 2px;
973
+ vertical-align: middle;
974
+ border-top: 4px dashed;
975
+ border-top: 4px solid \9;
976
+ border-right: 4px solid transparent;
977
+ border-left: 4px solid transparent;
978
+ }
979
+ .dropup,
980
+ .dropdown {
981
+ position: relative;
982
+ }
983
+ .dropdown-toggle:focus {
984
+ outline: 0;
985
+ }
986
+ .dropdown-menu {
987
+ position: absolute;
988
+ top: 100%;
989
+ left: 0;
990
+ z-index: 1000;
991
+ display: none;
992
+ float: left;
993
+ min-width: 160px;
994
+ padding: 5px 0;
995
+ margin: 2px 0 0;
996
+ list-style: none;
997
+ font-size: 14px;
998
+ text-align: left;
999
+ background-color: #ffffff;
1000
+ border: 1px solid #cccccc;
1001
+ border: 1px solid rgba(0, 0, 0, 0.15);
1002
+ border-radius: 4px;
1003
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1004
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1005
+ -webkit-background-clip: padding-box;
1006
+ background-clip: padding-box;
1007
+ }
1008
+ .dropdown-menu.pull-right {
1009
+ right: 0;
1010
+ left: auto;
1011
+ }
1012
+ .dropdown-menu .divider {
1013
+ height: 1px;
1014
+ margin: 9px 0;
1015
+ overflow: hidden;
1016
+ background-color: #e5e5e5;
1017
+ }
1018
+ .dropdown-menu > li > a {
1019
+ display: block;
1020
+ padding: 3px 20px;
1021
+ clear: both;
1022
+ font-weight: normal;
1023
+ line-height: 1.42857143;
1024
+ color: #333333;
1025
+ white-space: nowrap;
1026
+ }
1027
+ .dropdown-menu > li > a:hover,
1028
+ .dropdown-menu > li > a:focus {
1029
+ text-decoration: none;
1030
+ color: #262626;
1031
+ background-color: #f5f5f5;
1032
+ }
1033
+ .dropdown-menu > .active > a,
1034
+ .dropdown-menu > .active > a:hover,
1035
+ .dropdown-menu > .active > a:focus {
1036
+ color: #ffffff;
1037
+ text-decoration: none;
1038
+ outline: 0;
1039
+ background-color: #337ab7;
1040
+ }
1041
+ .dropdown-menu > .disabled > a,
1042
+ .dropdown-menu > .disabled > a:hover,
1043
+ .dropdown-menu > .disabled > a:focus {
1044
+ color: #777777;
1045
+ }
1046
+ .dropdown-menu > .disabled > a:hover,
1047
+ .dropdown-menu > .disabled > a:focus {
1048
+ text-decoration: none;
1049
+ background-color: transparent;
1050
+ background-image: none;
1051
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1052
+ cursor: not-allowed;
1053
+ }
1054
+ .open > .dropdown-menu {
1055
+ display: block;
1056
+ }
1057
+ .open > a {
1058
+ outline: 0;
1059
+ }
1060
+ .dropdown-menu-right {
1061
+ left: auto;
1062
+ right: 0;
1063
+ }
1064
+ .dropdown-menu-left {
1065
+ left: 0;
1066
+ right: auto;
1067
+ }
1068
+ .dropdown-header {
1069
+ display: block;
1070
+ padding: 3px 20px;
1071
+ font-size: 12px;
1072
+ line-height: 1.42857143;
1073
+ color: #777777;
1074
+ white-space: nowrap;
1075
+ }
1076
+ .dropdown-backdrop {
1077
+ position: fixed;
1078
+ left: 0;
1079
+ right: 0;
1080
+ bottom: 0;
1081
+ top: 0;
1082
+ z-index: 990;
1083
+ }
1084
+ .pull-right > .dropdown-menu {
1085
+ right: 0;
1086
+ left: auto;
1087
+ }
1088
+ .dropup .caret,
1089
+ .navbar-fixed-bottom .dropdown .caret {
1090
+ border-top: 0;
1091
+ border-bottom: 4px dashed;
1092
+ border-bottom: 4px solid \9;
1093
+ content: "";
1094
+ }
1095
+ .dropup .dropdown-menu,
1096
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
1097
+ top: auto;
1098
+ bottom: 100%;
1099
+ margin-bottom: 2px;
1100
+ }
1101
+
1102
+ @media (min-width: 768px) {
1103
+ .navbar-right .dropdown-menu {
1104
+ left: auto;
1105
+ right: 0;
1106
+ }
1107
+ .navbar-right .dropdown-menu-left {
1108
+ left: 0;
1109
+ right: auto;
1110
+ }
1111
+ }
1112
+ .nav {
1113
+ margin-bottom: 0;
1114
+ padding-left: 0;
1115
+ list-style: none;
1116
+ }
1117
+ .nav > li {
1118
+ position: relative;
1119
+ display: block;
1120
+ }
1121
+ .nav > li > a {
1122
+ position: relative;
1123
+ display: block;
1124
+ padding: 10px 15px;
1125
+ }
1126
+ .nav > li > a:hover,
1127
+ .nav > li > a:focus {
1128
+ text-decoration: none;
1129
+ background-color: #eeeeee;
1130
+ }
1131
+ .nav > li.disabled > a {
1132
+ color: #777777;
1133
+ }
1134
+ .nav > li.disabled > a:hover,
1135
+ .nav > li.disabled > a:focus {
1136
+ color: #777777;
1137
+ text-decoration: none;
1138
+ background-color: transparent;
1139
+ cursor: not-allowed;
1140
+ }
1141
+ .nav .open > a,
1142
+ .nav .open > a:hover,
1143
+ .nav .open > a:focus {
1144
+ background-color: #eeeeee;
1145
+ border-color: #337ab7;
1146
+ }
1147
+ .nav .nav-divider {
1148
+ height: 1px;
1149
+ margin: 9px 0;
1150
+ overflow: hidden;
1151
+ background-color: #e5e5e5;
1152
+ }
1153
+ .nav > li > a > img {
1154
+ max-width: none;
1155
+ }
1156
+ /*nav tabs */
1157
+ .docs .nav-tabs {
1158
+ margin-bottom: -3px;
1159
+ background-color: #dedede;
1160
+ border-bottom: 1px solid #ddd;
1161
+ }
1162
+ .docs .nav-tabs > li.active > a,
1163
+ .docs .nav-tabs > li.active > a:hover,
1164
+ .docs .nav-tabs > li.active > a:focus {
1165
+ background-color: white;
1166
+ color: #444;
1167
+ }
1168
+
1169
+ .docs .nav-tabs>li {
1170
+ float: left;
1171
+ margin-bottom: -1px;
1172
+ }
1173
+ .docs .nav-tabs>li>a {
1174
+ margin-right: 2px;
1175
+ line-height: 1.42857143;
1176
+ border: 1px solid transparent;
1177
+ border-radius: 4px 4px 0 0;
1178
+ }
1179
+ .docs .nav-tabs>li>a:hover {
1180
+ border-color: #eee #eee #ddd;
1181
+ }
1182
+ .docs .nav-tabs>li.active>a,
1183
+ .docs .nav-tabs>li.active>a:hover,
1184
+ .docs .nav-tabs>li.active>a:focus {
1185
+ color: #555;
1186
+ background-color: #fff;
1187
+ border: 1px solid #ddd;
1188
+ border-bottom-color: transparent;
1189
+ cursor: default;
1190
+ }
1191
+ .docs .nav-tabs.docs .nav-justified {
1192
+ width: 100%;
1193
+ border-bottom: 0;
1194
+ }
1195
+ .docs .nav-tabs.docs .nav-justified>li {
1196
+ float: none;
1197
+ }
1198
+ .docs .nav-tabs.docs .nav-justified>li>a {
1199
+ text-align: center;
1200
+ margin-bottom: 5px;
1201
+ }
1202
+ .docs .nav-tabs.docs .nav-justified>.dropdown .dropdown-menu {
1203
+ top: auto;
1204
+ left: auto;
1205
+ }
1206
+ @media (min-width: 768px) {
1207
+ .docs .nav-tabs.docs .nav-justified>li {
1208
+ display: table-cell;
1209
+ width: 1%
1210
+ }
1211
+ .docs .nav-tabs.docs .nav-justified>li>a {
1212
+ margin-bottom: 0;
1213
+ }
1214
+ }
1215
+ .docs .nav-tabs.docs .nav-justified>li>a {
1216
+ margin-right: 0;
1217
+ border-radius: 4px;
1218
+ }
1219
+ .docs .nav-tabs.docs .nav-justified>.active>a,
1220
+ .docs .nav-tabs.docs .nav-justified>.active>a:hover,
1221
+ .docs .nav-tabs.docs .nav-justified>.active>a:focus {
1222
+ border: 1px solid #ddd;
1223
+ }
1224
+ @media (min-width: 768px) {
1225
+ .docs .nav-tabs.docs .nav-justified>li>a {
1226
+ border-bottom: 1px solid #ddd;
1227
+ border-radius: 4px 4px 0 0;
1228
+ }
1229
+ .docs .nav-tabs.docs .nav-justified>.active>a,
1230
+ .docs .nav-tabs.docs .nav-justified>.active>a:hover,
1231
+ .docs .nav-tabs.docs .nav-justified>.active>a:focus {
1232
+ border-bottom-color: #fff;
1233
+ }
1234
+ }
1235
+ @media (min-width: 768px) {
1236
+ .docs .docs .nav-justified>li {
1237
+ display: table-cell;
1238
+ width: 1%
1239
+ }
1240
+ .docs .docs .nav-justified>li>a {
1241
+ margin-bottom: 0;
1242
+ }
1243
+ }
1244
+ .docs .nav-tabs-justified {
1245
+ border-bottom: 0;
1246
+ }
1247
+ .docs .nav-tabs-justified>li>a {
1248
+ margin-right: 0;
1249
+ border-radius: 4px;
1250
+ }
1251
+ .docs .nav-tabs-justified>.active>a,
1252
+ .docs .nav-tabs-justified>.active>a:hover,
1253
+ .docs .nav-tabs-justified>.active>a:focus {
1254
+ border: 1px solid #ddd;
1255
+ }
1256
+ @media (min-width: 768px) {
1257
+ .docs .nav-tabs-justified>li>a {
1258
+ border-bottom: 1px solid #ddd;
1259
+ border-radius: 4px 4px 0 0;
1260
+ }
1261
+ .docs .nav-tabs-justified>.active>a,
1262
+ .docs .nav-tabs-justified>.active>a:hover,
1263
+ .docs .nav-tabs-justified>.active>a:focus {
1264
+ border-bottom-color: #fff;
1265
+ }
1266
+ }
1267
+ .docs .tab-content>.tab-pane {
1268
+ display: none;
1269
+ }
1270
+ .docs .tab-content>.active {
1271
+ display: block;
1272
+ }
1273
+ .docs .nav-tabs .dropdown-menu {
1274
+ margin-top: -1px;
1275
+ border-top-right-radius: 0;
1276
+ border-top-left-radius: 0;
1277
+ }
1278
+ .docs .nav-tabs>li.active>a,
1279
+ .docs .nav-tabs>li.active>a:focus,
1280
+ .docs .nav-tabs>li.active>a:hover {
1281
+ background-color: #EEEEEE;
1282
+ }
1283
+ .docs .nav-tabs>li>a[data-toggle="tab"] {
1284
+ border-radius: 4px 4px 0 0;
1285
+ border: 1px solid #dedede;
1286
+ border-bottom: none;
1287
+ }
1288
+ .docs li a[data-toggle="tab"] {
1289
+ margin-bottom: -15px;
1290
+ }
1291
+ .docs a[data-toggle="tab"]:hover {
1292
+ color: black;
1293
+ }
1294
+ .docs .tab-content {
1295
+ margin-left: 0px;
1296
+ margin-bottom:50px;
1297
+ }
1298
+ .docs .nav-tabs li {
1299
+ padding-right: 5px;
1300
+ padding-left: 5px;
1301
+ }
1302
+ .docs .nav-tabs > li.active > a,
1303
+ .docs .nav-tabs > li.active > a:hover,
1304
+ .docs .nav-tabs > li.active > a:focus {
1305
+ background-color: white;
1306
+ color: #444;
1307
+ }
1308
+ .docs ul#profileTabs {
1309
+ margin-left: 0px;
1310
+ padding-bottom: 15px;
1311
+ }
1312
+ .docs .subheading {
1313
+ font-size: 20px;
1314
+ line-height: 26px;
1315
+ margin-bottom: 16px;
1316
+ margin-top: 30px;
1317
+ }
1318
+
1319
+ .docs .tab-content .tab-pane.active {
1320
+ padding: 15px;
1321
+ border: 1px solid #dedede;
1322
+ }
1323
+
1324
+
1325
+ .docs .nav-pills > li {
1326
+ float: left;
1327
+ }
1328
+ .docs .nav-pills > li > a {
1329
+ border-radius: 4px;
1330
+ }
1331
+ .docs .nav-pills > li + li {
1332
+ margin-left: 2px;
1333
+ }
1334
+ .docs .nav-pills > li.active > a,
1335
+ .docs .nav-pills > li.active > a:hover,
1336
+ .docs .nav-pills > li.active > a:focus {
1337
+ color: #ffffff;
1338
+ background-color: #337ab7;
1339
+ }
1340
+ .docs .nav-stacked > li {
1341
+ float: none;
1342
+ }
1343
+ .docs .nav-stacked > li + li {
1344
+ margin-top: 2px;
1345
+ margin-left: 0;
1346
+ }
1347
+ .docs .nav-justified {
1348
+ width: 100%;
1349
+ }
1350
+ .docs .nav-justified > li {
1351
+ float: none;
1352
+ }
1353
+ .docs .nav-justified > li > a {
1354
+ text-align: center;
1355
+ margin-bottom: 5px;
1356
+ }
1357
+ .docs .nav-justified > .dropdown .dropdown-menu {
1358
+ top: auto;
1359
+ left: auto;
1360
+ }
1361
+ @media (min-width: 768px) {
1362
+ .docs .nav-justified > li {
1363
+ display: table-cell;
1364
+ width: 1%;
1365
+ }
1366
+ .docs .nav-justified > li > a {
1367
+ margin-bottom: 0;
1368
+ }
1369
+ }
1370
+ .docs .nav-tabs-justified {
1371
+ border-bottom: 0;
1372
+ }
1373
+ .docs .nav-tabs-justified > li > a {
1374
+ margin-right: 0;
1375
+ border-radius: 4px;
1376
+ }
1377
+ .docs .nav-tabs-justified > .active > a,
1378
+ .docs .nav-tabs-justified > .active > a:hover,
1379
+ .docs .nav-tabs-justified > .active > a:focus {
1380
+ border: 1px solid #dddddd;
1381
+ }
1382
+ @media (min-width: 768px) {
1383
+ .docs .nav-tabs-justified > li > a {
1384
+ border-bottom: 1px solid #dddddd;
1385
+ border-radius: 4px 4px 0 0;
1386
+ }
1387
+ .docs .nav-tabs-justified > .active > a,
1388
+ .docs .nav-tabs-justified > .active > a:hover,
1389
+ .docs .nav-tabs-justified > .active > a:focus {
1390
+ border-bottom-color: #ffffff;
1391
+ }
1392
+ }
1393
+ .docs .tab-content > .tab-pane {
1394
+ display: none;
1395
+ }
1396
+ .docs .tab-content > .active {
1397
+ display: block;
1398
+ }
1399
+ .docs .nav-tabs .dropdown-menu {
1400
+ margin-top: -1px;
1401
+ border-top-right-radius: 0;
1402
+ border-top-left-radius: 0;
1403
+ }
1404
+
1405
+ /* breadcrumbs */
1406
+
1407
+ .docs .breadcrumb {
1408
+ padding: 8px 15px;
1409
+ margin-bottom: 20px;
1410
+ list-style: none;
1411
+ background-color: #f5f5f5;
1412
+ border-radius: 4px;
1413
+ }
1414
+ .docs .breadcrumb > li {
1415
+ display: inline-block;
1416
+ }
1417
+ .docs .breadcrumb > li + li:before {
1418
+ content: "/\00a0";
1419
+ padding: 0 5px;
1420
+ color: #cccccc;
1421
+ }
1422
+ .docs .breadcrumb > .active {
1423
+ color: #777777;
1424
+ }
1425
+
1426
+ /* labels */
1427
+
1428
+ .docs .label {
1429
+ display: inline;
1430
+ padding: .2em .6em .3em;
1431
+ font-size: 75%;
1432
+ font-weight: bold;
1433
+ line-height: 1;
1434
+ color: #ffffff;
1435
+ text-align: center;
1436
+ white-space: nowrap;
1437
+ vertical-align: baseline;
1438
+ border-radius: .25em;
1439
+ }
1440
+ .docs a.label:hover,
1441
+ .docs a.label:focus {
1442
+ color: #ffffff;
1443
+ text-decoration: none;
1444
+ cursor: pointer;
1445
+ }
1446
+ .docs .label:empty {
1447
+ display: none;
1448
+ }
1449
+ .docs .btn .label {
1450
+ position: relative;
1451
+ top: -1px;
1452
+ }
1453
+ .docs .label-default {
1454
+ background-color: #777777;
1455
+ }
1456
+ .docs .label-default[href]:hover,
1457
+ .docs .label-default[href]:focus {
1458
+ background-color: #5e5e5e;
1459
+ }
1460
+ .docs .label-primary {
1461
+ background-color: #337ab7;
1462
+ }
1463
+ .docs .label-primary[href]:hover,
1464
+ .docs .label-primary[href]:focus {
1465
+ background-color: #286090;
1466
+ }
1467
+ .docs .label-success {
1468
+ background-color: #5cb85c;
1469
+ }
1470
+ .docs .label-success[href]:hover,
1471
+ .docs .label-success[href]:focus {
1472
+ background-color: #449d44;
1473
+ }
1474
+ .docs .label-info {
1475
+ background-color: #5bc0de;
1476
+ }
1477
+ .docs .label-info[href]:hover,
1478
+ .docs .label-info[href]:focus {
1479
+ background-color: #31b0d5;
1480
+ }
1481
+ .docs .label-warning {
1482
+ background-color: #f0ad4e;
1483
+ }
1484
+ .docs .label-warning[href]:hover,
1485
+ .docs .label-warning[href]:focus {
1486
+ background-color: #ec971f;
1487
+ }
1488
+ .docs .label-danger {
1489
+ background-color: #d9534f;
1490
+ }
1491
+ .docs .label-danger[href]:hover,
1492
+ .docs .label-danger[href]:focus {
1493
+ background-color: #c9302c;
1494
+ }
1495
+
1496
+ /* progress bar */
1497
+
1498
+ @-webkit-keyframes progress-bar-stripes {
1499
+ from {
1500
+ background-position: 40px 0;
1501
+ }
1502
+ to {
1503
+ background-position: 0 0;
1504
+ }
1505
+ }
1506
+ @-o-keyframes progress-bar-stripes {
1507
+ from {
1508
+ background-position: 40px 0;
1509
+ }
1510
+ to {
1511
+ background-position: 0 0;
1512
+ }
1513
+ }
1514
+ @keyframes progress-bar-stripes {
1515
+ from {
1516
+ background-position: 40px 0;
1517
+ }
1518
+ to {
1519
+ background-position: 0 0;
1520
+ }
1521
+ }
1522
+ .docs .progress {
1523
+ overflow: hidden;
1524
+ height: 20px;
1525
+ margin-bottom: 20px;
1526
+ background-color: #f5f5f5;
1527
+ border-radius: 4px;
1528
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1529
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1530
+ }
1531
+ .docs .progress-bar {
1532
+ float: left;
1533
+ width: 0%;
1534
+ height: 100%;
1535
+ font-size: 12px;
1536
+ line-height: 20px;
1537
+ color: #ffffff;
1538
+ text-align: center;
1539
+ background-color: #337ab7;
1540
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1541
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1542
+ -webkit-transition: width 0.6s ease;
1543
+ -o-transition: width 0.6s ease;
1544
+ transition: width 0.6s ease;
1545
+ }
1546
+ .docs .progress-striped .progress-bar,
1547
+ .docs .progress-bar-striped {
1548
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1549
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1550
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1551
+ -webkit-background-size: 40px 40px;
1552
+ background-size: 40px 40px;
1553
+ }
1554
+ .docs .progress.active .progress-bar,
1555
+ .docs .progress-bar.active {
1556
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
1557
+ -o-animation: progress-bar-stripes 2s linear infinite;
1558
+ animation: progress-bar-stripes 2s linear infinite;
1559
+ }
1560
+ .docs .progress-bar-success {
1561
+ background-color: #5cb85c;
1562
+ }
1563
+ .docs .progress-striped .progress-bar-success {
1564
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1565
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1566
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1567
+ }
1568
+ .docs .progress-bar-info {
1569
+ background-color: #5bc0de;
1570
+ }
1571
+ .docs .progress-striped .progress-bar-info {
1572
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1573
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1574
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1575
+ }
1576
+ .docs .progress-bar-warning {
1577
+ background-color: #f0ad4e;
1578
+ }
1579
+ .docs .progress-striped .progress-bar-warning {
1580
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1581
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1582
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1583
+ }
1584
+ .docs .progress-bar-danger {
1585
+ background-color: #d9534f;
1586
+ }
1587
+ .docs .progress-striped .progress-bar-danger {
1588
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1589
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1590
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1591
+ }
1592
+
1593
+ /* tooltips */
1594
+
1595
+ .docs .tooltip {
1596
+ position: absolute;
1597
+ z-index: 1070;
1598
+ display: block;
1599
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1600
+ font-style: normal;
1601
+ font-weight: normal;
1602
+ letter-spacing: normal;
1603
+ line-break: auto;
1604
+ line-height: 1.42857143;
1605
+ text-align: left;
1606
+ text-align: start;
1607
+ text-decoration: none;
1608
+ text-shadow: none;
1609
+ text-transform: none;
1610
+ white-space: normal;
1611
+ word-break: normal;
1612
+ word-spacing: normal;
1613
+ word-wrap: normal;
1614
+ font-size: 12px;
1615
+ opacity: 0;
1616
+ filter: alpha(opacity=0);
1617
+ }
1618
+ .docs .tooltip .in {
1619
+ opacity: 0.9;
1620
+ filter: alpha(opacity=90);
1621
+ }
1622
+ .docs .tooltip .top {
1623
+ margin-top: -3px;
1624
+ padding: 5px 0;
1625
+ }
1626
+ .docs .tooltip .right {
1627
+ margin-left: 3px;
1628
+ padding: 0 5px;
1629
+ }
1630
+ .docs .tooltip .bottom {
1631
+ margin-top: 3px;
1632
+ padding: 5px 0;
1633
+ }
1634
+ .docs .tooltip .left {
1635
+ margin-left: -3px;
1636
+ padding: 0 5px;
1637
+ }
1638
+ .docs .tooltip -inner {
1639
+ max-width: 200px;
1640
+ padding: 3px 8px;
1641
+ color: #ffffff;
1642
+ text-align: center;
1643
+ background-color: #000000;
1644
+ border-radius: 4px;
1645
+ }
1646
+ .docs .tooltip -arrow {
1647
+ position: absolute;
1648
+ width: 0;
1649
+ height: 0;
1650
+ border-color: transparent;
1651
+ border-style: solid;
1652
+ }
1653
+ .docs .tooltip .top .docs .tooltip -arrow {
1654
+ bottom: 0;
1655
+ left: 50%;
1656
+ margin-left: -5px;
1657
+ border-width: 5px 5px 0;
1658
+ border-top-color: #000000;
1659
+ }
1660
+ .docs .tooltip .top-left .docs .tooltip -arrow {
1661
+ bottom: 0;
1662
+ right: 5px;
1663
+ margin-bottom: -5px;
1664
+ border-width: 5px 5px 0;
1665
+ border-top-color: #000000;
1666
+ }
1667
+ .docs .tooltip .top-right .docs .tooltip -arrow {
1668
+ bottom: 0;
1669
+ left: 5px;
1670
+ margin-bottom: -5px;
1671
+ border-width: 5px 5px 0;
1672
+ border-top-color: #000000;
1673
+ }
1674
+ .docs .tooltip .right .docs .tooltip -arrow {
1675
+ top: 50%;
1676
+ left: 0;
1677
+ margin-top: -5px;
1678
+ border-width: 5px 5px 5px 0;
1679
+ border-right-color: #000000;
1680
+ }
1681
+ .docs .tooltip .left .docs .tooltip -arrow {
1682
+ top: 50%;
1683
+ right: 0;
1684
+ margin-top: -5px;
1685
+ border-width: 5px 0 5px 5px;
1686
+ border-left-color: #000000;
1687
+ }
1688
+ .docs .tooltip .bottom .docs .tooltip -arrow {
1689
+ top: 0;
1690
+ left: 50%;
1691
+ margin-left: -5px;
1692
+ border-width: 0 5px 5px;
1693
+ border-bottom-color: #000000;
1694
+ }
1695
+ .docs .tooltip .bottom-left .docs .tooltip -arrow {
1696
+ top: 0;
1697
+ right: 5px;
1698
+ margin-top: -5px;
1699
+ border-width: 0 5px 5px;
1700
+ border-bottom-color: #000000;
1701
+ }
1702
+ .docs .tooltip .bottom-right .docs .tooltip -arrow {
1703
+ top: 0;
1704
+ left: 5px;
1705
+ margin-top: -5px;
1706
+ border-width: 0 5px 5px;
1707
+ border-bottom-color: #000000;
1708
+ }
1709
+
1710
+ a[data-toggle="tooltip"] {
1711
+ color: green;
1712
+ border-bottom: 1px dashed gray;
1713
+ font-style: italic;
1714
+ }
1715
+
1716
+
1717
+ /* misc. styles needed for navtabs and other bootstrap features */
1718
+ .docs .clearfix:before,
1719
+ .docs .clearfix:after,
1720
+ .docs .nav:before,
1721
+ .docs .nav:after {
1722
+ content: " ";
1723
+ display: table;
1724
+ }
1725
+ .docs .clearfix:after,
1726
+ .docs .nav:after {
1727
+ clear: both;
1728
+ }
1729
+ .docs .center-block {
1730
+ display: block;
1731
+ margin-left: auto;
1732
+ margin-right: auto;
1733
+ }
1734
+ .docs .pull-right {
1735
+ float: right !important;
1736
+ }
1737
+ .docs .pull-left {
1738
+ float: left !important;
1739
+ }
1740
+ .docs .hide {
1741
+ display: none !important;
1742
+ }
1743
+ .docs .show {
1744
+ display: block !important;
1745
+ }
1746
+ .docs .invisible {
1747
+ visibility: hidden;
1748
+ }
1749
+ .docs .text-hide {
1750
+ font: 0/0 a;
1751
+ color: transparent;
1752
+ text-shadow: none;
1753
+ background-color: transparent;
1754
+ border: 0;
1755
+ }
1756
+ .docs .hidden {
1757
+ display: none !important;
1758
+ }
1759
+ .docs .affix {
1760
+ position: fixed;
1761
+ }
1762
+
1763
+ /* mini toc kramdown */
1764
+ ul#markdown-toc {
1765
+ border: 1px solid #dedede;
1766
+ border-radius: 5px;
1767
+ max-width: 400px;
1768
+ padding-top:20px;
1769
+ margin-top: 30px;
1770
+ color: gray;
1771
+ padding-right: 7px;
1772
+ background-color: #f7f7f7;
1773
+ }
1774
+
1775
+ ul#markdown-toc::before {
1776
+ font-size:18px;
1777
+ padding-top:30px;
1778
+ margin: 20px 0px 20px -30px;
1779
+ content: "Table of Contents";
1780
+ }
1781
+
1782
+ ul#markdown-toc li ul {
1783
+ color: gray;
1784
+ }
1785
+ /* end mini toc */
1786
+
1787
+
1788
+ /* sidebar */
1789
+
1790
+ .docnav ul li {
1791
+ list-style-type: none;
1792
+ }
1793
+
1794
+ .mydocsidebar a, .mydocsidebar a:hover {
1795
+ text-decoration: none;
1796
+ }
1797
+
1798
+ .docContent {
1799
+ float: left;
1800
+ border: 1px solid red;
1801
+ }
1802
+ .mydocsidebar {
1803
+ float: left;
1804
+ height: 100%;
1805
+ padding-right: 0;
1806
+ overflow-y: auto;
1807
+ background-color: #f7f7f7;
1808
+ padding-bottom: 50px;
1809
+ padding-top: 50px;
1810
+ max-width: 225px;
1811
+ padding-left: 0px;
1812
+ margin-left: 10px;
1813
+ padding-right: 15px;
1814
+ list-style-type: none;
1815
+ border: 1px solid blue;
1816
+ }
1817
+
1818
+ .docnav ul {
1819
+ padding-left: 15px
1820
+ }
1821
+ .docnav li {
1822
+ list-style: none;
1823
+ font: normal 12px "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
1824
+ border-bottom: 0px;
1825
+ }
1826
+ .docnav li a:hover,
1827
+ .docnav li a:active {
1828
+ text-decoration: none;
1829
+ color: #666;
1830
+ }
1831
+ /* plus */
1832
+
1833
+ .docnav li.level1 > a > span:after,
1834
+ .docnav li.level2 > a > span:after,
1835
+ .docnav li.level3 > a > span:after {
1836
+ content: '\f0fe';
1837
+ font-family: 'FontAwesome';
1838
+ color: #e47911;
1839
+ font-size: 14px;
1840
+ padding-right: 12px;
1841
+ text-decoration: none;
1842
+ }
1843
+ /* empty square*/
1844
+
1845
+ .docnav li.level1items > a:before,
1846
+ .docnav li.level2items > a:before,
1847
+ .docnav li.level3items > a:before {
1848
+ content: '\f096';
1849
+ font-family: 'FontAwesome';
1850
+ color: #e47911;
1851
+ padding-right: 10px;
1852
+ text-decoration: none;
1853
+ /*text-indent: -1.5em;*/
1854
+ }
1855
+ /* minus */
1856
+
1857
+ .docnav li.open > a > span:after {
1858
+ content: '\f146';
1859
+ font-family: 'FontAwesome';
1860
+ color: #e47911;
1861
+ font-size: 14px;
1862
+ padding-right: 10px;
1863
+ }
1864
+ .docnav li.level3,
1865
+ .docnav li.level3items {
1866
+ padding-left: 10px
1867
+ }
1868
+ .docnav li.level2,
1869
+ .docnav li.level2items {
1870
+ padding-left: 10px;
1871
+ }
1872
+ .docnav li.level1,
1873
+ .docnav li.level1items {
1874
+ padding-left: 10px;
1875
+ }
1876
+ .docnav li {
1877
+ margin: 7px 0px;
1878
+ }
1879
+ li.level1.open > ul > li.level1items.open a,
1880
+ li.level2.open > ul > li.level2items.open a,
1881
+ li.level3.open > ul > li.level3items.open a {
1882
+ color: black;
1883
+ font-weight: bold;
1884
+ }
1885
+ li.level1.open > ul > li.level1items.open > a:before,
1886
+ li.level2.open > ul > li.level2items.open > a:before,
1887
+ li.level3.open > ul > li.level3items.open > a:before {
1888
+ color: black;
1889
+ }
1890
+ .relatedResources {
1891
+ font-size: 13px;
1892
+ color: black;
1893
+ margin: 10px 0px;
1894
+ }
1895
+ .productTitle {
1896
+ font-size: 18px;
1897
+ font-weight: bold;
1898
+ color: #333333;
1899
+ display: block;
1900
+ margin-right: 8px;
1901
+ }
1902
+ hr.resourceSeparator {
1903
+ display: block;
1904
+ margin-top: 1.7em;
1905
+ margin-bottom: 1.7em;
1906
+ margin-left: 0px;
1907
+ /*margin-right: auto;*/
1908
+
1909
+ border-width: 1px;
1910
+ color: black;
1911
+ max-width: 80%;
1912
+ }
1913
+ .docnav li a {
1914
+ line-height: 18px;
1915
+ display: table;
1916
+ white-space: pre-wrap;
1917
+ /* css-3 */
1918
+ white-space: -moz-pre-wrap;
1919
+ /* Mozilla, since 1999 */
1920
+ white-space: -pre-wrap;
1921
+ /* Opera 4-6 */
1922
+ white-space: -o-pre-wrap;
1923
+ /* Opera 7 */
1924
+ word-wrap: break-word;
1925
+ /* Internet Explorer 5.5+ */
1926
+ text-indent: -20px;
1927
+ }
1928
+ @media (max-width: 600px) {
1929
+ .docnav li a {
1930
+ max-width: 180px;
1931
+ }
1932
+ .githubButton {
1933
+ display: none;
1934
+ }
1935
+ }
1936
+ @media (min-width: 600px) {
1937
+ .docnav li a {
1938
+ max-width: 240px;
1939
+ }
1940
+ }
1941
+
1942
+ ul#docnavsidebar li a:focus {
1943
+ text-decoration: none;
1944
+ }