@rxap/layout 18.0.2 → 18.0.3-dev.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 (182) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +730 -0
  4. package/compodoc/components/AppsButtonComponent.html +604 -0
  5. package/compodoc/components/FooterComponent.html +487 -0
  6. package/compodoc/components/HeaderComponent.html +781 -0
  7. package/compodoc/components/LanguageSelectorComponent.html +526 -0
  8. package/compodoc/components/LayoutComponent.html +1035 -0
  9. package/compodoc/components/NavigationComponent.html +1156 -0
  10. package/compodoc/components/NavigationItemComponent.html +1328 -0
  11. package/compodoc/components/NavigationProgressBarComponent.html +550 -0
  12. package/compodoc/components/ResetButtonComponent.html +486 -0
  13. package/compodoc/components/SettingsButtonComponent.html +1416 -0
  14. package/compodoc/components/SidenavComponent.html +689 -0
  15. package/compodoc/components/SidenavToggleButtonComponent.html +517 -0
  16. package/compodoc/components/SignOutComponent.html +493 -0
  17. package/compodoc/components/ToggleWindowSidenavButtonComponent.html +549 -0
  18. package/compodoc/components/UserProfileIconComponent.html +657 -0
  19. package/compodoc/components/VersionComponent.html +524 -0
  20. package/compodoc/components/WindowContainerSidenavComponent.html +687 -0
  21. package/compodoc/dependencies.html +239 -0
  22. package/compodoc/directives/FooterDirective.html +371 -0
  23. package/compodoc/directives/SidenavFooterDirective.html +387 -0
  24. package/compodoc/directives/SidenavHeaderDirective.html +387 -0
  25. package/compodoc/fonts/ionicons.eot +0 -0
  26. package/compodoc/fonts/ionicons.svg +2090 -0
  27. package/compodoc/fonts/ionicons.ttf +0 -0
  28. package/compodoc/fonts/ionicons.woff +0 -0
  29. package/compodoc/fonts/ionicons.woff2 +0 -0
  30. package/compodoc/fonts/roboto-v15-latin-300.eot +0 -0
  31. package/compodoc/fonts/roboto-v15-latin-300.svg +314 -0
  32. package/compodoc/fonts/roboto-v15-latin-300.ttf +0 -0
  33. package/compodoc/fonts/roboto-v15-latin-300.woff +0 -0
  34. package/compodoc/fonts/roboto-v15-latin-300.woff2 +0 -0
  35. package/compodoc/fonts/roboto-v15-latin-700.eot +0 -0
  36. package/compodoc/fonts/roboto-v15-latin-700.svg +310 -0
  37. package/compodoc/fonts/roboto-v15-latin-700.ttf +0 -0
  38. package/compodoc/fonts/roboto-v15-latin-700.woff +0 -0
  39. package/compodoc/fonts/roboto-v15-latin-700.woff2 +0 -0
  40. package/compodoc/fonts/roboto-v15-latin-italic.eot +0 -0
  41. package/compodoc/fonts/roboto-v15-latin-italic.svg +323 -0
  42. package/compodoc/fonts/roboto-v15-latin-italic.ttf +0 -0
  43. package/compodoc/fonts/roboto-v15-latin-italic.woff +0 -0
  44. package/compodoc/fonts/roboto-v15-latin-italic.woff2 +0 -0
  45. package/compodoc/fonts/roboto-v15-latin-regular.eot +0 -0
  46. package/compodoc/fonts/roboto-v15-latin-regular.svg +308 -0
  47. package/compodoc/fonts/roboto-v15-latin-regular.ttf +0 -0
  48. package/compodoc/fonts/roboto-v15-latin-regular.woff +0 -0
  49. package/compodoc/fonts/roboto-v15-latin-regular.woff2 +0 -0
  50. package/compodoc/graph/dependencies.svg +24 -0
  51. package/compodoc/images/compodoc-vectorise-inverted.png +0 -0
  52. package/compodoc/images/compodoc-vectorise-inverted.svg +201 -0
  53. package/compodoc/images/compodoc-vectorise.png +0 -0
  54. package/compodoc/images/compodoc-vectorise.svg +201 -0
  55. package/compodoc/images/favicon.ico +0 -0
  56. package/compodoc/index.html +190 -0
  57. package/compodoc/injectables/AppUrlService.html +829 -0
  58. package/compodoc/injectables/AuthenticationServiceMock.html +303 -0
  59. package/compodoc/injectables/LayoutComponentService.html +848 -0
  60. package/compodoc/injectables/NavigationService.html +1081 -0
  61. package/compodoc/injectables/ReplaceRouterPathsService.html +337 -0
  62. package/compodoc/injectables/SidenavComponentService.html +408 -0
  63. package/compodoc/interfaces/ExternalApps.html +634 -0
  64. package/compodoc/interfaces/LogoConfig.html +381 -0
  65. package/compodoc/interfaces/NavigationDividerItem.html +385 -0
  66. package/compodoc/interfaces/NavigationInsertItem.html +340 -0
  67. package/compodoc/interfaces/NavigationItem.html +520 -0
  68. package/compodoc/interfaces/NavigationStatus.html +376 -0
  69. package/compodoc/js/compodoc.js +14 -0
  70. package/compodoc/js/lazy-load-graphs.js +44 -0
  71. package/compodoc/js/libs/EventDispatcher.js +5 -0
  72. package/compodoc/js/libs/bootstrap-native.js +2 -0
  73. package/compodoc/js/libs/clipboard.min.js +7 -0
  74. package/compodoc/js/libs/custom-elements-es5-adapter.js +15 -0
  75. package/compodoc/js/libs/custom-elements.min.js +38 -0
  76. package/compodoc/js/libs/d3.v3.min.js +2 -0
  77. package/compodoc/js/libs/deep-iterator.js +2 -0
  78. package/compodoc/js/libs/es6-shim.min.js +12 -0
  79. package/compodoc/js/libs/htmlparser.js +23 -0
  80. package/compodoc/js/libs/innersvg.js +9 -0
  81. package/compodoc/js/libs/lit-html.js +1 -0
  82. package/compodoc/js/libs/prism.js +46 -0
  83. package/compodoc/js/libs/promise.min.js +6 -0
  84. package/compodoc/js/libs/svg-pan-zoom.min.js +3 -0
  85. package/compodoc/js/libs/tablesort.min.js +6 -0
  86. package/compodoc/js/libs/tablesort.number.min.js +6 -0
  87. package/compodoc/js/libs/vis.min.js +47 -0
  88. package/compodoc/js/libs/zepto.min.js +2 -0
  89. package/compodoc/js/menu-wc.js +237 -0
  90. package/compodoc/js/menu-wc_es5.js +40 -0
  91. package/compodoc/js/menu.js +270 -0
  92. package/compodoc/js/routes.js +301 -0
  93. package/compodoc/js/search/lunr.min.js +6 -0
  94. package/compodoc/js/search/search-lunr.js +67 -0
  95. package/compodoc/js/search/search.js +283 -0
  96. package/compodoc/js/search/search_index.js +4 -0
  97. package/compodoc/js/sourceCode.js +58 -0
  98. package/compodoc/js/svg-pan-zoom.controls.js +53 -0
  99. package/compodoc/js/tabs.js +21 -0
  100. package/compodoc/js/tree.js +147 -0
  101. package/compodoc/license.html +731 -0
  102. package/compodoc/miscellaneous/functions.html +389 -0
  103. package/compodoc/miscellaneous/typealiases.html +256 -0
  104. package/compodoc/miscellaneous/variables.html +370 -0
  105. package/compodoc/modules.html +183 -0
  106. package/compodoc/overview.html +225 -0
  107. package/compodoc/pipes/ReplaceRouterPathsPipe.html +363 -0
  108. package/compodoc/properties.html +195 -0
  109. package/compodoc/styles/bootstrap-card.css +219 -0
  110. package/compodoc/styles/bootstrap.min.css +6 -0
  111. package/compodoc/styles/compodoc.css +1124 -0
  112. package/compodoc/styles/dark.css +121 -0
  113. package/compodoc/styles/ionicons.min.css +11 -0
  114. package/compodoc/styles/laravel.css +113 -0
  115. package/compodoc/styles/material.css +131 -0
  116. package/compodoc/styles/original.css +51 -0
  117. package/compodoc/styles/postmark.css +238 -0
  118. package/compodoc/styles/prism.css +301 -0
  119. package/compodoc/styles/readthedocs.css +117 -0
  120. package/compodoc/styles/reset.css +129 -0
  121. package/compodoc/styles/stripe.css +106 -0
  122. package/compodoc/styles/style.css +7 -0
  123. package/compodoc/styles/tablesort.css +33 -0
  124. package/compodoc/styles/vagrant.css +130 -0
  125. package/docs/.nojekyll +1 -0
  126. package/docs/assets/highlight.css +43 -0
  127. package/docs/assets/icons.js +15 -0
  128. package/docs/assets/icons.svg +1 -0
  129. package/docs/assets/main.js +59 -0
  130. package/docs/assets/navigation.js +1 -0
  131. package/docs/assets/search.js +1 -0
  132. package/docs/assets/style.css +1412 -0
  133. package/docs/classes/AppUrlService.html +13 -0
  134. package/docs/classes/AppsButtonComponent.html +9 -0
  135. package/docs/classes/AuthenticationServiceMock.html +3 -0
  136. package/docs/classes/FooterComponent.html +3 -0
  137. package/docs/classes/FooterDirective.html +8 -0
  138. package/docs/classes/HeaderComponent.html +8 -0
  139. package/docs/classes/LanguageSelectorComponent.html +3 -0
  140. package/docs/classes/LayoutComponent.html +18 -0
  141. package/docs/classes/LayoutComponentService.html +15 -0
  142. package/docs/classes/NavigationComponent.html +15 -0
  143. package/docs/classes/NavigationItemComponent.html +22 -0
  144. package/docs/classes/NavigationProgressBarComponent.html +4 -0
  145. package/docs/classes/NavigationService.html +17 -0
  146. package/docs/classes/ReplaceRouterPathsPipe.html +4 -0
  147. package/docs/classes/ReplaceRouterPathsService.html +3 -0
  148. package/docs/classes/ResetButtonComponent.html +3 -0
  149. package/docs/classes/SettingsButtonComponent.html +30 -0
  150. package/docs/classes/SidenavComponent.html +5 -0
  151. package/docs/classes/SidenavComponentService.html +5 -0
  152. package/docs/classes/SidenavFooterDirective.html +3 -0
  153. package/docs/classes/SidenavHeaderDirective.html +3 -0
  154. package/docs/classes/SidenavToggleButtonComponent.html +4 -0
  155. package/docs/classes/SignOutComponent.html +4 -0
  156. package/docs/classes/ToggleWindowSidenavButtonComponent.html +5 -0
  157. package/docs/classes/UserProfileIconComponent.html +6 -0
  158. package/docs/classes/VersionComponent.html +7 -0
  159. package/docs/classes/WindowContainerSidenavComponent.html +10 -0
  160. package/docs/documentation.json +13292 -0
  161. package/docs/functions/IsNavigationDividerItem.html +1 -0
  162. package/docs/functions/IsNavigationInsertItem.html +1 -0
  163. package/docs/functions/IsNavigationItem.html +1 -0
  164. package/docs/index.html +16 -0
  165. package/docs/interfaces/ExternalApps.html +8 -0
  166. package/docs/interfaces/LogoConfig.html +4 -0
  167. package/docs/interfaces/NavigationDividerItem.html +3 -0
  168. package/docs/interfaces/NavigationInsertItem.html +2 -0
  169. package/docs/interfaces/NavigationItem.html +6 -0
  170. package/docs/interfaces/NavigationStatus.html +2 -0
  171. package/docs/modules.html +47 -0
  172. package/docs/types/ExtractUsernameFromProfileFn.html +1 -0
  173. package/docs/types/Navigation.html +1 -0
  174. package/docs/types/NavigationWithInserts.html +1 -0
  175. package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
  176. package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -0
  177. package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -0
  178. package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
  179. package/docs/variables/RXAP_LOGO_CONFIG.html +1 -0
  180. package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
  181. package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
  182. package/package.json +44 -44
@@ -0,0 +1,238 @@
1
+ .navbar-default {
2
+ background: #ffde00;
3
+ border: none;
4
+ }
5
+
6
+ .navbar-default .navbar-brand {
7
+ color: #333;
8
+ font-weight: bold;
9
+ }
10
+
11
+ .menu {
12
+ background: #333;
13
+ color: #fcfcfc;
14
+ }
15
+
16
+ .menu ul.list li a {
17
+ color: #333;
18
+ }
19
+
20
+ .menu ul.list li.title {
21
+ background: #ffde00;
22
+ color: #333;
23
+ padding-bottom: 5px;
24
+ }
25
+
26
+ .menu ul.list li:nth-child(2) {
27
+ margin-top: 0;
28
+ }
29
+
30
+ .menu ul.list li.chapter a,
31
+ .menu ul.list li.chapter .simple {
32
+ color: white;
33
+ text-decoration: none;
34
+ }
35
+
36
+ .menu ul.list li.chapter ul.links a {
37
+ color: #949494;
38
+ text-transform: none;
39
+ padding-left: 35px;
40
+ }
41
+
42
+ .menu ul.list li.chapter ul.links a:hover,
43
+ .menu ul.list li.chapter ul.links a.active {
44
+ color: #ffde00;
45
+ }
46
+
47
+ .menu ul.list li.chapter ul.links {
48
+ padding-left: 0;
49
+ }
50
+
51
+ .menu ul.list li.divider {
52
+ background: rgba(255, 255, 255, 0.07);
53
+ }
54
+
55
+ #book-search-input input,
56
+ #book-search-input input:focus,
57
+ #book-search-input input:hover {
58
+ color: #949494;
59
+ }
60
+
61
+ .copyright {
62
+ color: #b3b3b3;
63
+ background: #272525;
64
+ }
65
+
66
+ .content {
67
+ background: #fcfcfc;
68
+ }
69
+
70
+ .content a {
71
+ color: #007dcc;
72
+ }
73
+
74
+ .content a:visited {
75
+ color: #0165a5;
76
+ }
77
+
78
+ .menu ul.list li:nth-last-child(2) {
79
+ background: none;
80
+ }
81
+
82
+ .list-group-item:first-child,
83
+ .list-group-item:last-child {
84
+ border-radius: 0;
85
+ }
86
+
87
+ .menu ul.list li.title a {
88
+ text-decoration: none;
89
+ font-weight: bold;
90
+ }
91
+
92
+ .menu ul.list li.title a:hover {
93
+ background: rgba(255, 255, 255, 0.1);
94
+ }
95
+
96
+ .breadcrumb > li + li:before {
97
+ content: '»\00a0';
98
+ }
99
+
100
+ .breadcrumb {
101
+ padding-bottom: 15px;
102
+ border-bottom: 1px solid #e1e4e5;
103
+ }
104
+
105
+ code {
106
+ white-space: nowrap;
107
+ max-width: 100%;
108
+ background: #f5f5f5;
109
+ padding: 2px 5px;
110
+ color: #666666;
111
+ overflow-x: auto;
112
+ border-radius: 0;
113
+ }
114
+
115
+ pre {
116
+ white-space: pre;
117
+ margin: 0;
118
+ padding: 12px 12px;
119
+ font-size: 12px;
120
+ line-height: 1.5;
121
+ display: block;
122
+ overflow: auto;
123
+ color: #404040;
124
+ background: #f3f3f3;
125
+ }
126
+
127
+ pre code.hljs {
128
+ border: none;
129
+ background: inherit;
130
+ }
131
+
132
+ /*
133
+ Atom One Light by Daniel Gamage
134
+ Original One Light Syntax theme from https://github.com/atom/one-light-syntax
135
+ base: #fafafa
136
+ mono-1: #383a42
137
+ mono-2: #686b77
138
+ mono-3: #a0a1a7
139
+ hue-1: #0184bb
140
+ hue-2: #4078f2
141
+ hue-3: #a626a4
142
+ hue-4: #50a14f
143
+ hue-5: #e45649
144
+ hue-5-2: #c91243
145
+ hue-6: #986801
146
+ hue-6-2: #c18401
147
+ */
148
+
149
+ .hljs {
150
+ display: block;
151
+ overflow-x: auto;
152
+ padding: 0.5em;
153
+ color: #383a42;
154
+ background: #fafafa;
155
+ }
156
+
157
+ .hljs-comment,
158
+ .hljs-quote {
159
+ color: #a0a1a7;
160
+ font-style: italic;
161
+ }
162
+
163
+ .hljs-doctag,
164
+ .hljs-keyword,
165
+ .hljs-formula {
166
+ color: #a626a4;
167
+ }
168
+
169
+ .hljs-section,
170
+ .hljs-name,
171
+ .hljs-selector-tag,
172
+ .hljs-deletion,
173
+ .hljs-subst {
174
+ color: #e45649;
175
+ }
176
+
177
+ .hljs-literal {
178
+ color: #0184bb;
179
+ }
180
+
181
+ .hljs-string,
182
+ .hljs-regexp,
183
+ .hljs-addition,
184
+ .hljs-attribute,
185
+ .hljs-meta-string {
186
+ color: #50a14f;
187
+ }
188
+
189
+ .hljs-built_in,
190
+ .hljs-class .hljs-title {
191
+ color: #c18401;
192
+ }
193
+
194
+ .hljs-attr,
195
+ .hljs-variable,
196
+ .hljs-template-variable,
197
+ .hljs-type,
198
+ .hljs-selector-class,
199
+ .hljs-selector-attr,
200
+ .hljs-selector-pseudo,
201
+ .hljs-number {
202
+ color: #986801;
203
+ }
204
+
205
+ .hljs-symbol,
206
+ .hljs-bullet,
207
+ .hljs-link,
208
+ .hljs-meta,
209
+ .hljs-selector-id,
210
+ .hljs-title {
211
+ color: #4078f2;
212
+ }
213
+
214
+ .hljs-emphasis {
215
+ font-style: italic;
216
+ }
217
+
218
+ .hljs-strong {
219
+ font-weight: bold;
220
+ }
221
+
222
+ .hljs-link {
223
+ text-decoration: underline;
224
+ }
225
+
226
+ .dark .content {
227
+ background: none;
228
+ }
229
+ .dark code {
230
+ background: none;
231
+ color: #e09393;
232
+ }
233
+ .dark .menu ul.list li.chapter a.active {
234
+ color: #ffde00;
235
+ }
236
+ .dark .menu {
237
+ background: #272525;
238
+ }
@@ -0,0 +1,301 @@
1
+ /* PrismJS 1.24.0
2
+ https://prismjs.com/download.html?#themes=prism-okaidia&languages=markup+css+clike+javascript+apacheconf+aspnet+bash+c+csharp+cpp+coffeescript+dart+docker+elm+git+go+graphql+handlebars+haskell+http+ignore+java+json+kotlin+less+markdown+markup-templating+nginx+php+powershell+ruby+rust+sass+scss+sql+swift+typescript+wasm+yaml&plugins=line-highlight+line-numbers+toolbar+copy-to-clipboard */
3
+ /**
4
+ * okaidia theme for JavaScript, CSS and HTML
5
+ * Loosely based on Monokai textmate theme by http://www.monokai.nl/
6
+ * @author ocodia
7
+ */
8
+
9
+ code[class*='language-'],
10
+ pre[class*='language-'] {
11
+ color: #f8f8f2;
12
+ background: none;
13
+ text-shadow: 0 1px rgba(0, 0, 0, 0.3);
14
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
15
+ font-size: 1em;
16
+ text-align: left;
17
+ white-space: pre;
18
+ word-spacing: normal;
19
+ word-break: normal;
20
+ word-wrap: normal;
21
+ line-height: 1.5;
22
+
23
+ -moz-tab-size: 4;
24
+ -o-tab-size: 4;
25
+ tab-size: 4;
26
+
27
+ -webkit-hyphens: none;
28
+ -moz-hyphens: none;
29
+ -ms-hyphens: none;
30
+ hyphens: none;
31
+ }
32
+
33
+ /* Code blocks */
34
+ pre[class*='language-'] {
35
+ padding: 1em;
36
+ margin: 0.5em 0;
37
+ overflow: auto;
38
+ border-radius: 0.3em;
39
+ }
40
+
41
+ :not(pre) > code[class*='language-'],
42
+ pre[class*='language-'] {
43
+ background: #272822;
44
+ }
45
+
46
+ /* Inline code */
47
+ :not(pre) > code[class*='language-'] {
48
+ padding: 0.1em;
49
+ border-radius: 0.3em;
50
+ white-space: normal;
51
+ }
52
+
53
+ .token.comment,
54
+ .token.prolog,
55
+ .token.doctype,
56
+ .token.cdata {
57
+ color: #8292a2;
58
+ }
59
+
60
+ .token.punctuation {
61
+ color: #f8f8f2;
62
+ }
63
+
64
+ .token.namespace {
65
+ opacity: 0.7;
66
+ }
67
+
68
+ .token.property,
69
+ .token.tag,
70
+ .token.constant,
71
+ .token.symbol,
72
+ .token.deleted {
73
+ color: #f92672;
74
+ }
75
+
76
+ .token.boolean,
77
+ .token.number {
78
+ color: #ae81ff;
79
+ }
80
+
81
+ .token.selector,
82
+ .token.attr-name,
83
+ .token.string,
84
+ .token.char,
85
+ .token.builtin,
86
+ .token.inserted {
87
+ color: #a6e22e;
88
+ }
89
+
90
+ .token.operator,
91
+ .token.entity,
92
+ .token.url,
93
+ .language-css .token.string,
94
+ .style .token.string,
95
+ .token.variable {
96
+ color: #f8f8f2;
97
+ }
98
+
99
+ .token.atrule,
100
+ .token.attr-value,
101
+ .token.function,
102
+ .token.class-name {
103
+ color: #e6db74;
104
+ }
105
+
106
+ .token.keyword {
107
+ color: #66d9ef;
108
+ }
109
+
110
+ .token.regex,
111
+ .token.important {
112
+ color: #fd971f;
113
+ }
114
+
115
+ .token.important,
116
+ .token.bold {
117
+ font-weight: bold;
118
+ }
119
+ .token.italic {
120
+ font-style: italic;
121
+ }
122
+
123
+ .token.entity {
124
+ cursor: help;
125
+ }
126
+
127
+ pre[data-line] {
128
+ position: relative;
129
+ padding: 1em 0 1em 3em;
130
+ }
131
+
132
+ .line-highlight {
133
+ position: absolute;
134
+ left: 0;
135
+ right: 0;
136
+ padding: inherit 0;
137
+ margin-top: 1em; /* Same as .prism’s padding-top */
138
+
139
+ background: hsla(24, 20%, 50%, 0.08);
140
+ background: linear-gradient(to right, hsla(24, 20%, 50%, 0.1) 70%, hsla(24, 20%, 50%, 0));
141
+
142
+ pointer-events: none;
143
+
144
+ line-height: inherit;
145
+ white-space: pre;
146
+ }
147
+
148
+ @media print {
149
+ .line-highlight {
150
+ /*
151
+ * This will prevent browsers from replacing the background color with white.
152
+ * It's necessary because the element is layered on top of the displayed code.
153
+ */
154
+ -webkit-print-color-adjust: exact;
155
+ color-adjust: exact;
156
+ }
157
+ }
158
+
159
+ .line-highlight:before,
160
+ .line-highlight[data-end]:after {
161
+ content: attr(data-start);
162
+ position: absolute;
163
+ top: 0.4em;
164
+ left: 0.6em;
165
+ min-width: 1em;
166
+ padding: 0 0.5em;
167
+ background-color: hsla(24, 20%, 50%, 0.4);
168
+ color: hsl(24, 20%, 95%);
169
+ font: bold 65%/1.5 sans-serif;
170
+ text-align: center;
171
+ vertical-align: 0.3em;
172
+ border-radius: 999px;
173
+ text-shadow: none;
174
+ box-shadow: 0 1px white;
175
+ }
176
+
177
+ .line-highlight[data-end]:after {
178
+ content: attr(data-end);
179
+ top: auto;
180
+ bottom: 0.4em;
181
+ }
182
+
183
+ .line-numbers .line-highlight:before,
184
+ .line-numbers .line-highlight:after {
185
+ content: none;
186
+ }
187
+
188
+ pre[id].linkable-line-numbers span.line-numbers-rows {
189
+ pointer-events: all;
190
+ }
191
+ pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
192
+ cursor: pointer;
193
+ }
194
+ pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
195
+ background-color: rgba(128, 128, 128, 0.2);
196
+ }
197
+
198
+ pre[class*='language-'].line-numbers {
199
+ position: relative;
200
+ padding-left: 3.8em;
201
+ counter-reset: linenumber;
202
+ }
203
+
204
+ pre[class*='language-'].line-numbers > code {
205
+ position: relative;
206
+ white-space: inherit;
207
+ }
208
+
209
+ .line-numbers .line-numbers-rows {
210
+ position: absolute;
211
+ pointer-events: none;
212
+ top: 0;
213
+ font-size: 100%;
214
+ left: -3.8em;
215
+ width: 3em; /* works for line-numbers below 1000 lines */
216
+ letter-spacing: -1px;
217
+ border-right: 1px solid #999;
218
+
219
+ -webkit-user-select: none;
220
+ -moz-user-select: none;
221
+ -ms-user-select: none;
222
+ user-select: none;
223
+ }
224
+
225
+ .line-numbers-rows > span {
226
+ display: block;
227
+ counter-increment: linenumber;
228
+ }
229
+
230
+ .line-numbers-rows > span:before {
231
+ content: counter(linenumber);
232
+ color: #999;
233
+ display: block;
234
+ padding-right: 0.8em;
235
+ text-align: right;
236
+ }
237
+
238
+ div.code-toolbar {
239
+ position: relative;
240
+ }
241
+
242
+ div.code-toolbar > .toolbar {
243
+ position: absolute;
244
+ top: 0.3em;
245
+ right: 0.2em;
246
+ transition: opacity 0.3s ease-in-out;
247
+ opacity: 0;
248
+ }
249
+
250
+ div.code-toolbar:hover > .toolbar {
251
+ opacity: 1;
252
+ }
253
+
254
+ /* Separate line b/c rules are thrown out if selector is invalid.
255
+ IE11 and old Edge versions don't support :focus-within. */
256
+ div.code-toolbar:focus-within > .toolbar {
257
+ opacity: 1;
258
+ }
259
+
260
+ div.code-toolbar > .toolbar .toolbar-item {
261
+ display: inline-block;
262
+ }
263
+
264
+ div.code-toolbar > .toolbar a {
265
+ cursor: pointer;
266
+ }
267
+
268
+ div.code-toolbar > .toolbar button {
269
+ background: none;
270
+ border: 0;
271
+ color: inherit;
272
+ font: inherit;
273
+ line-height: normal;
274
+ overflow: visible;
275
+ padding: 0;
276
+ -webkit-user-select: none; /* for button */
277
+ -moz-user-select: none;
278
+ -ms-user-select: none;
279
+ }
280
+
281
+ div.code-toolbar > .toolbar a,
282
+ div.code-toolbar > .toolbar button,
283
+ div.code-toolbar > .toolbar span {
284
+ color: #bbb;
285
+ font-size: 0.8em;
286
+ padding: 0 0.5em;
287
+ background: #f5f2f0;
288
+ background: rgba(224, 224, 224, 0.2);
289
+ box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
290
+ border-radius: 0.5em;
291
+ }
292
+
293
+ div.code-toolbar > .toolbar a:hover,
294
+ div.code-toolbar > .toolbar a:focus,
295
+ div.code-toolbar > .toolbar button:hover,
296
+ div.code-toolbar > .toolbar button:focus,
297
+ div.code-toolbar > .toolbar span:hover,
298
+ div.code-toolbar > .toolbar span:focus {
299
+ color: inherit;
300
+ text-decoration: none;
301
+ }
@@ -0,0 +1,117 @@
1
+ .navbar-default {
2
+ background: #2980b9;
3
+ border: none;
4
+ }
5
+
6
+ .navbar-default .navbar-brand {
7
+ color: #fcfcfc;
8
+ }
9
+
10
+ .menu {
11
+ background: #343131;
12
+ color: #fcfcfc;
13
+ }
14
+
15
+ .menu ul.list li a {
16
+ color: #fcfcfc;
17
+ }
18
+
19
+ .menu ul.list li.title {
20
+ background: #2980b9;
21
+ padding-bottom: 5px;
22
+ }
23
+
24
+ .menu ul.list li:nth-child(2) {
25
+ margin-top: 0;
26
+ }
27
+
28
+ .menu ul.list li.chapter a,
29
+ .menu ul.list li.chapter .simple {
30
+ color: #555;
31
+ text-transform: uppercase;
32
+ text-decoration: none;
33
+ }
34
+
35
+ .menu ul.list li.chapter ul.links a {
36
+ color: #b3b3b3;
37
+ text-transform: none;
38
+ padding-left: 35px;
39
+ }
40
+
41
+ .menu ul.list li.chapter ul.links a:hover {
42
+ background: #4e4a4a;
43
+ }
44
+
45
+ .menu ul.list li.chapter a.active,
46
+ .menu ul.list li.chapter ul.links a.active {
47
+ color: #0099e5;
48
+ }
49
+
50
+ .menu ul.list li.chapter ul.links {
51
+ padding-left: 0;
52
+ }
53
+
54
+ .menu ul.list li.divider {
55
+ background: rgba(255, 255, 255, 0.07);
56
+ }
57
+
58
+ #book-search-input input,
59
+ #book-search-input input:focus,
60
+ #book-search-input input:hover {
61
+ color: #949494;
62
+ }
63
+
64
+ .copyright {
65
+ color: #b3b3b3;
66
+ background: #272525;
67
+ }
68
+
69
+ .content {
70
+ background: #fcfcfc;
71
+ }
72
+
73
+ .content a {
74
+ color: #2980b9;
75
+ }
76
+
77
+ .content a:hover {
78
+ color: #3091d1;
79
+ }
80
+
81
+ .content a:visited {
82
+ color: #9b59b6;
83
+ }
84
+
85
+ .menu ul.list li:nth-last-child(2) {
86
+ background: none;
87
+ }
88
+
89
+ code {
90
+ white-space: nowrap;
91
+ max-width: 100%;
92
+ background: #fff;
93
+ padding: 2px 5px;
94
+ color: #e74c3c;
95
+ overflow-x: auto;
96
+ border-radius: 0;
97
+ }
98
+
99
+ pre {
100
+ white-space: pre;
101
+ margin: 0;
102
+ padding: 12px 12px;
103
+ font-size: 12px;
104
+ line-height: 1.5;
105
+ display: block;
106
+ overflow: auto;
107
+ color: #404040;
108
+ background: rgba(238, 238, 238, 0.35);
109
+ }
110
+
111
+ .dark .content {
112
+ background: none;
113
+ }
114
+ .dark code {
115
+ background: none;
116
+ color: #e09393;
117
+ }