@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.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +730 -0
- package/compodoc/components/AppsButtonComponent.html +604 -0
- package/compodoc/components/FooterComponent.html +487 -0
- package/compodoc/components/HeaderComponent.html +781 -0
- package/compodoc/components/LanguageSelectorComponent.html +526 -0
- package/compodoc/components/LayoutComponent.html +1035 -0
- package/compodoc/components/NavigationComponent.html +1156 -0
- package/compodoc/components/NavigationItemComponent.html +1328 -0
- package/compodoc/components/NavigationProgressBarComponent.html +550 -0
- package/compodoc/components/ResetButtonComponent.html +486 -0
- package/compodoc/components/SettingsButtonComponent.html +1416 -0
- package/compodoc/components/SidenavComponent.html +689 -0
- package/compodoc/components/SidenavToggleButtonComponent.html +517 -0
- package/compodoc/components/SignOutComponent.html +493 -0
- package/compodoc/components/ToggleWindowSidenavButtonComponent.html +549 -0
- package/compodoc/components/UserProfileIconComponent.html +657 -0
- package/compodoc/components/VersionComponent.html +524 -0
- package/compodoc/components/WindowContainerSidenavComponent.html +687 -0
- package/compodoc/dependencies.html +239 -0
- package/compodoc/directives/FooterDirective.html +371 -0
- package/compodoc/directives/SidenavFooterDirective.html +387 -0
- package/compodoc/directives/SidenavHeaderDirective.html +387 -0
- package/compodoc/fonts/ionicons.eot +0 -0
- package/compodoc/fonts/ionicons.svg +2090 -0
- package/compodoc/fonts/ionicons.ttf +0 -0
- package/compodoc/fonts/ionicons.woff +0 -0
- package/compodoc/fonts/ionicons.woff2 +0 -0
- package/compodoc/fonts/roboto-v15-latin-300.eot +0 -0
- package/compodoc/fonts/roboto-v15-latin-300.svg +314 -0
- package/compodoc/fonts/roboto-v15-latin-300.ttf +0 -0
- package/compodoc/fonts/roboto-v15-latin-300.woff +0 -0
- package/compodoc/fonts/roboto-v15-latin-300.woff2 +0 -0
- package/compodoc/fonts/roboto-v15-latin-700.eot +0 -0
- package/compodoc/fonts/roboto-v15-latin-700.svg +310 -0
- package/compodoc/fonts/roboto-v15-latin-700.ttf +0 -0
- package/compodoc/fonts/roboto-v15-latin-700.woff +0 -0
- package/compodoc/fonts/roboto-v15-latin-700.woff2 +0 -0
- package/compodoc/fonts/roboto-v15-latin-italic.eot +0 -0
- package/compodoc/fonts/roboto-v15-latin-italic.svg +323 -0
- package/compodoc/fonts/roboto-v15-latin-italic.ttf +0 -0
- package/compodoc/fonts/roboto-v15-latin-italic.woff +0 -0
- package/compodoc/fonts/roboto-v15-latin-italic.woff2 +0 -0
- package/compodoc/fonts/roboto-v15-latin-regular.eot +0 -0
- package/compodoc/fonts/roboto-v15-latin-regular.svg +308 -0
- package/compodoc/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/compodoc/fonts/roboto-v15-latin-regular.woff +0 -0
- package/compodoc/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/compodoc/graph/dependencies.svg +24 -0
- package/compodoc/images/compodoc-vectorise-inverted.png +0 -0
- package/compodoc/images/compodoc-vectorise-inverted.svg +201 -0
- package/compodoc/images/compodoc-vectorise.png +0 -0
- package/compodoc/images/compodoc-vectorise.svg +201 -0
- package/compodoc/images/favicon.ico +0 -0
- package/compodoc/index.html +190 -0
- package/compodoc/injectables/AppUrlService.html +829 -0
- package/compodoc/injectables/AuthenticationServiceMock.html +303 -0
- package/compodoc/injectables/LayoutComponentService.html +848 -0
- package/compodoc/injectables/NavigationService.html +1081 -0
- package/compodoc/injectables/ReplaceRouterPathsService.html +337 -0
- package/compodoc/injectables/SidenavComponentService.html +408 -0
- package/compodoc/interfaces/ExternalApps.html +634 -0
- package/compodoc/interfaces/LogoConfig.html +381 -0
- package/compodoc/interfaces/NavigationDividerItem.html +385 -0
- package/compodoc/interfaces/NavigationInsertItem.html +340 -0
- package/compodoc/interfaces/NavigationItem.html +520 -0
- package/compodoc/interfaces/NavigationStatus.html +376 -0
- package/compodoc/js/compodoc.js +14 -0
- package/compodoc/js/lazy-load-graphs.js +44 -0
- package/compodoc/js/libs/EventDispatcher.js +5 -0
- package/compodoc/js/libs/bootstrap-native.js +2 -0
- package/compodoc/js/libs/clipboard.min.js +7 -0
- package/compodoc/js/libs/custom-elements-es5-adapter.js +15 -0
- package/compodoc/js/libs/custom-elements.min.js +38 -0
- package/compodoc/js/libs/d3.v3.min.js +2 -0
- package/compodoc/js/libs/deep-iterator.js +2 -0
- package/compodoc/js/libs/es6-shim.min.js +12 -0
- package/compodoc/js/libs/htmlparser.js +23 -0
- package/compodoc/js/libs/innersvg.js +9 -0
- package/compodoc/js/libs/lit-html.js +1 -0
- package/compodoc/js/libs/prism.js +46 -0
- package/compodoc/js/libs/promise.min.js +6 -0
- package/compodoc/js/libs/svg-pan-zoom.min.js +3 -0
- package/compodoc/js/libs/tablesort.min.js +6 -0
- package/compodoc/js/libs/tablesort.number.min.js +6 -0
- package/compodoc/js/libs/vis.min.js +47 -0
- package/compodoc/js/libs/zepto.min.js +2 -0
- package/compodoc/js/menu-wc.js +237 -0
- package/compodoc/js/menu-wc_es5.js +40 -0
- package/compodoc/js/menu.js +270 -0
- package/compodoc/js/routes.js +301 -0
- package/compodoc/js/search/lunr.min.js +6 -0
- package/compodoc/js/search/search-lunr.js +67 -0
- package/compodoc/js/search/search.js +283 -0
- package/compodoc/js/search/search_index.js +4 -0
- package/compodoc/js/sourceCode.js +58 -0
- package/compodoc/js/svg-pan-zoom.controls.js +53 -0
- package/compodoc/js/tabs.js +21 -0
- package/compodoc/js/tree.js +147 -0
- package/compodoc/license.html +731 -0
- package/compodoc/miscellaneous/functions.html +389 -0
- package/compodoc/miscellaneous/typealiases.html +256 -0
- package/compodoc/miscellaneous/variables.html +370 -0
- package/compodoc/modules.html +183 -0
- package/compodoc/overview.html +225 -0
- package/compodoc/pipes/ReplaceRouterPathsPipe.html +363 -0
- package/compodoc/properties.html +195 -0
- package/compodoc/styles/bootstrap-card.css +219 -0
- package/compodoc/styles/bootstrap.min.css +6 -0
- package/compodoc/styles/compodoc.css +1124 -0
- package/compodoc/styles/dark.css +121 -0
- package/compodoc/styles/ionicons.min.css +11 -0
- package/compodoc/styles/laravel.css +113 -0
- package/compodoc/styles/material.css +131 -0
- package/compodoc/styles/original.css +51 -0
- package/compodoc/styles/postmark.css +238 -0
- package/compodoc/styles/prism.css +301 -0
- package/compodoc/styles/readthedocs.css +117 -0
- package/compodoc/styles/reset.css +129 -0
- package/compodoc/styles/stripe.css +106 -0
- package/compodoc/styles/style.css +7 -0
- package/compodoc/styles/tablesort.css +33 -0
- package/compodoc/styles/vagrant.css +130 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +43 -0
- package/docs/assets/icons.js +15 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +59 -0
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1412 -0
- package/docs/classes/AppUrlService.html +13 -0
- package/docs/classes/AppsButtonComponent.html +9 -0
- package/docs/classes/AuthenticationServiceMock.html +3 -0
- package/docs/classes/FooterComponent.html +3 -0
- package/docs/classes/FooterDirective.html +8 -0
- package/docs/classes/HeaderComponent.html +8 -0
- package/docs/classes/LanguageSelectorComponent.html +3 -0
- package/docs/classes/LayoutComponent.html +18 -0
- package/docs/classes/LayoutComponentService.html +15 -0
- package/docs/classes/NavigationComponent.html +15 -0
- package/docs/classes/NavigationItemComponent.html +22 -0
- package/docs/classes/NavigationProgressBarComponent.html +4 -0
- package/docs/classes/NavigationService.html +17 -0
- package/docs/classes/ReplaceRouterPathsPipe.html +4 -0
- package/docs/classes/ReplaceRouterPathsService.html +3 -0
- package/docs/classes/ResetButtonComponent.html +3 -0
- package/docs/classes/SettingsButtonComponent.html +30 -0
- package/docs/classes/SidenavComponent.html +5 -0
- package/docs/classes/SidenavComponentService.html +5 -0
- package/docs/classes/SidenavFooterDirective.html +3 -0
- package/docs/classes/SidenavHeaderDirective.html +3 -0
- package/docs/classes/SidenavToggleButtonComponent.html +4 -0
- package/docs/classes/SignOutComponent.html +4 -0
- package/docs/classes/ToggleWindowSidenavButtonComponent.html +5 -0
- package/docs/classes/UserProfileIconComponent.html +6 -0
- package/docs/classes/VersionComponent.html +7 -0
- package/docs/classes/WindowContainerSidenavComponent.html +10 -0
- package/docs/documentation.json +13292 -0
- package/docs/functions/IsNavigationDividerItem.html +1 -0
- package/docs/functions/IsNavigationInsertItem.html +1 -0
- package/docs/functions/IsNavigationItem.html +1 -0
- package/docs/index.html +16 -0
- package/docs/interfaces/ExternalApps.html +8 -0
- package/docs/interfaces/LogoConfig.html +4 -0
- package/docs/interfaces/NavigationDividerItem.html +3 -0
- package/docs/interfaces/NavigationInsertItem.html +2 -0
- package/docs/interfaces/NavigationItem.html +6 -0
- package/docs/interfaces/NavigationStatus.html +2 -0
- package/docs/modules.html +47 -0
- package/docs/types/ExtractUsernameFromProfileFn.html +1 -0
- package/docs/types/Navigation.html +1 -0
- package/docs/types/NavigationWithInserts.html +1 -0
- package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
- package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -0
- package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -0
- package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
- package/docs/variables/RXAP_LOGO_CONFIG.html +1 -0
- package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
- package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
- 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
|
+
}
|