@eui/core 17.0.0-next.1 → 17.0.0-next.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.
- package/esm2022/lib/eui-core.module.mjs +5 -5
- package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +6 -6
- package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +12 -7
- package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +4 -4
- package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +4 -4
- package/esm2022/lib/services/errors/global-error-handler.mjs +4 -4
- package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/esm2022/lib/services/eui-timezone.service.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.loader.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2022/lib/services/locale/locale.service.mjs +5 -4
- package/esm2022/lib/services/locale/locale.service.mock.mjs +4 -4
- package/esm2022/lib/services/log/log.module.mjs +5 -5
- package/esm2022/lib/services/log/log.service.mjs +4 -4
- package/esm2022/lib/services/permission/permission.service.mjs +4 -4
- package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2022/lib/services/queue/api-queue.service.mock.mjs +2 -2
- package/esm2022/lib/services/storage/local-forage.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-storage.service.mjs +4 -4
- package/esm2022/lib/services/storage/session-storage.service.mjs +4 -4
- package/esm2022/lib/services/store/effects/app.effects.mjs +4 -4
- package/esm2022/lib/services/store/reducers/app.reducers.mjs +2 -1
- package/esm2022/lib/services/store/reducers/meta.reducers.mjs +2 -2
- package/esm2022/lib/services/store/store.service.mjs +4 -4
- package/esm2022/lib/services/store/store.service.mock.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mock.mjs +4 -4
- package/esm2022/lib/services/ux-app-shell.service.mjs +17 -5
- package/esm2022/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +4 -4
- package/esm2022/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/fesm2022/eui-core.mjs +128 -109
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
- package/lib/interceptors/openid/openid-connect.interceptor.d.ts.map +1 -1
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/lib/services/store/reducers/app.reducers.d.ts.map +1 -1
- package/lib/services/user/user.service.d.ts +1 -1
- package/lib/services/user/user.service.d.ts.map +1 -1
- package/lib/services/ux-app-shell.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/classes/ActivatedRouteAction.html +0 -282
- package/docs/classes/AddApiQueueItemAction.html +0 -282
- package/docs/classes/AddAppLoadedConfigModulesAction.html +0 -282
- package/docs/classes/ApiQueueServiceMock.html +0 -553
- package/docs/classes/AsyncStorageService.html +0 -941
- package/docs/classes/AsyncStorageServiceMock.html +0 -427
- package/docs/classes/EmptyApiQueueAction.html +0 -282
- package/docs/classes/EuiCoreRootGuardClass.html +0 -167
- package/docs/classes/EuiError.html +0 -227
- package/docs/classes/I18nResourceImpl.html +0 -510
- package/docs/classes/InitStoreAction.html +0 -282
- package/docs/classes/LogServiceMock.html +0 -223
- package/docs/classes/OpenIdConnectServiceMock.html +0 -223
- package/docs/classes/RemoveApiQueueItemAction.html +0 -282
- package/docs/classes/RouterMock.html +0 -499
- package/docs/classes/StorageService.html +0 -640
- package/docs/classes/StorageServiceMock.html +0 -325
- package/docs/classes/StoreMock.html +0 -406
- package/docs/classes/TranslateServiceMock.html +0 -929
- package/docs/classes/UpdateAppConnectionAction.html +0 -282
- package/docs/classes/UpdateAppStatusAction.html +0 -282
- package/docs/classes/UpdateAppVersionAction.html +0 -282
- package/docs/classes/UpdateCurrentModuleAction.html +0 -282
- package/docs/classes/UpdateI18nStateAction.html +0 -282
- package/docs/classes/UpdateLocaleStateAction.html +0 -282
- package/docs/classes/UpdateNotificationsListAction.html +0 -282
- package/docs/classes/UpdateUserDashboardAction.html +0 -282
- package/docs/classes/UpdateUserDetailsAction.html +0 -282
- package/docs/classes/UpdateUserPreferencesAction.html +0 -282
- package/docs/classes/UpdateUserRightsAction.html +0 -282
- package/docs/classes/UpdateUserStateAction.html +0 -282
- package/docs/classes/UxErrorManager.html +0 -536
- package/docs/classes/UxRootInjectorGuard.html +0 -197
- package/docs/dependencies.html +0 -319
- package/docs/directives/TranslateMockDirective.html +0 -266
- package/docs/fonts/ionicons.eot +0 -0
- package/docs/fonts/ionicons.svg +0 -2090
- package/docs/fonts/ionicons.ttf +0 -0
- package/docs/fonts/ionicons.woff +0 -0
- package/docs/fonts/ionicons.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-300.eot +0 -0
- package/docs/fonts/roboto-v15-latin-300.svg +0 -314
- package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-700.eot +0 -0
- package/docs/fonts/roboto-v15-latin-700.svg +0 -310
- package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
- package/docs/fonts/roboto-v15-latin-italic.svg +0 -323
- package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
- package/docs/fonts/roboto-v15-latin-regular.svg +0 -308
- package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/docs/images/compodoc-vectorise-inverted.png +0 -0
- package/docs/images/compodoc-vectorise-inverted.svg +0 -201
- package/docs/images/compodoc-vectorise.png +0 -0
- package/docs/images/compodoc-vectorise.svg +0 -201
- package/docs/images/favicon.ico +0 -0
- package/docs/index.html +0 -171
- package/docs/injectables/ApiQueueService.html +0 -806
- package/docs/injectables/CoreAppEffects.html +0 -392
- package/docs/injectables/EuiDynamicMenuService.html +0 -379
- package/docs/injectables/EuiPermissionService.html +0 -652
- package/docs/injectables/EuiTimezoneService.html +0 -382
- package/docs/injectables/GlobalErrorHandler.html +0 -293
- package/docs/injectables/I18nLoader.html +0 -597
- package/docs/injectables/I18nService.html +0 -945
- package/docs/injectables/I18nServiceMock.html +0 -634
- package/docs/injectables/LocalForageService.html +0 -773
- package/docs/injectables/LocalStorageService.html +0 -554
- package/docs/injectables/LocaleService.html +0 -799
- package/docs/injectables/LocaleServiceMock.html +0 -493
- package/docs/injectables/LogService.html +0 -354
- package/docs/injectables/OpenIdConnectService.html +0 -225
- package/docs/injectables/SessionStorageService.html +0 -554
- package/docs/injectables/StoreService.html +0 -651
- package/docs/injectables/StoreServiceMock.html +0 -457
- package/docs/injectables/UserService.html +0 -760
- package/docs/injectables/UserServiceMock.html +0 -649
- package/docs/injectables/UxAppShellService.html +0 -2254
- package/docs/injectables/UxDynamicComponentService.html +0 -437
- package/docs/injectables/UxErrorFeedbackService.html +0 -591
- package/docs/interceptors/AddLangParamInterceptor.html +0 -305
- package/docs/interceptors/CachePreventionInterceptor.html +0 -254
- package/docs/interceptors/CorsSecurityInterceptor.html +0 -254
- package/docs/interceptors/CsrfPreventionInterceptor.html +0 -254
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +0 -254
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -321
- package/docs/interceptors/OpenIdConnectInterceptor.html +0 -347
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -297
- package/docs/interfaces/EuiTimeZone.html +0 -247
- package/docs/interfaces/LoadedResources.html +0 -292
- package/docs/interfaces/LoadedResourcesError.html +0 -247
- package/docs/interfaces/ModuleLoadEvent.html +0 -292
- package/docs/interfaces/OpenIdConnectUserDetails.html +0 -439
- package/docs/interfaces/ResourceError.html +0 -298
- package/docs/interfaces/UIState.html +0 -1900
- package/docs/js/compodoc.js +0 -14
- package/docs/js/lazy-load-graphs.js +0 -44
- package/docs/js/libs/EventDispatcher.js +0 -5
- package/docs/js/libs/bootstrap-native.js +0 -1
- package/docs/js/libs/clipboard.min.js +0 -7
- package/docs/js/libs/custom-elements-es5-adapter.js +0 -15
- package/docs/js/libs/custom-elements.min.js +0 -38
- package/docs/js/libs/d3.v3.min.js +0 -2
- package/docs/js/libs/deep-iterator.js +0 -2
- package/docs/js/libs/es6-shim.min.js +0 -11
- package/docs/js/libs/htmlparser.js +0 -23
- package/docs/js/libs/innersvg.js +0 -9
- package/docs/js/libs/lit-html.js +0 -1
- package/docs/js/libs/prism.js +0 -46
- package/docs/js/libs/promise.min.js +0 -6
- package/docs/js/libs/svg-pan-zoom.min.js +0 -3
- package/docs/js/libs/tablesort.min.js +0 -6
- package/docs/js/libs/tablesort.number.min.js +0 -6
- package/docs/js/libs/vis.min.js +0 -47
- package/docs/js/libs/zepto.min.js +0 -2
- package/docs/js/menu-wc.js +0 -380
- package/docs/js/menu.js +0 -325
- package/docs/js/routes.js +0 -301
- package/docs/js/search/lunr.min.js +0 -6
- package/docs/js/search/search-lunr.js +0 -67
- package/docs/js/search/search.js +0 -268
- package/docs/js/search/search_index.js +0 -4
- package/docs/js/sourceCode.js +0 -58
- package/docs/js/svg-pan-zoom.controls.js +0 -53
- package/docs/js/tabs.js +0 -21
- package/docs/js/tree.js +0 -147
- package/docs/license.html +0 -379
- package/docs/miscellaneous/enumerations.html +0 -418
- package/docs/miscellaneous/functions.html +0 -1864
- package/docs/miscellaneous/typealiases.html +0 -258
- package/docs/miscellaneous/variables.html +0 -3965
- package/docs/modules/CoreModule.html +0 -256
- package/docs/modules/I18nModule.html +0 -198
- package/docs/modules/LogModule.html +0 -305
- package/docs/modules/TranslateMockModule.html +0 -176
- package/docs/modules.html +0 -168
- package/docs/pipes/TranslateMockPipe.html +0 -227
- package/docs/properties.html +0 -124
- package/docs/styles/bootstrap-card.css +0 -219
- package/docs/styles/bootstrap.min.css +0 -6
- package/docs/styles/compodoc.css +0 -1121
- package/docs/styles/dark.css +0 -121
- package/docs/styles/ionicons.min.css +0 -11
- package/docs/styles/laravel.css +0 -113
- package/docs/styles/material.css +0 -131
- package/docs/styles/original.css +0 -51
- package/docs/styles/postmark.css +0 -238
- package/docs/styles/prism.css +0 -301
- package/docs/styles/readthedocs.css +0 -117
- package/docs/styles/reset.css +0 -129
- package/docs/styles/stripe.css +0 -106
- package/docs/styles/style.css +0 -7
- package/docs/styles/tablesort.css +0 -33
- package/docs/styles/vagrant.css +0 -130
package/docs/styles/reset.css
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
/* http://meyerweb.com/eric/tools/css/reset/
|
|
2
|
-
v2.0 | 20110126
|
|
3
|
-
License: none (public domain)
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
html,
|
|
7
|
-
body,
|
|
8
|
-
div,
|
|
9
|
-
span,
|
|
10
|
-
applet,
|
|
11
|
-
object,
|
|
12
|
-
iframe,
|
|
13
|
-
h1,
|
|
14
|
-
h2,
|
|
15
|
-
h3,
|
|
16
|
-
h4,
|
|
17
|
-
h5,
|
|
18
|
-
h6,
|
|
19
|
-
p,
|
|
20
|
-
blockquote,
|
|
21
|
-
pre,
|
|
22
|
-
a,
|
|
23
|
-
abbr,
|
|
24
|
-
acronym,
|
|
25
|
-
address,
|
|
26
|
-
big,
|
|
27
|
-
cite,
|
|
28
|
-
code,
|
|
29
|
-
del,
|
|
30
|
-
dfn,
|
|
31
|
-
em,
|
|
32
|
-
img,
|
|
33
|
-
ins,
|
|
34
|
-
kbd,
|
|
35
|
-
q,
|
|
36
|
-
s,
|
|
37
|
-
samp,
|
|
38
|
-
small,
|
|
39
|
-
strike,
|
|
40
|
-
strong,
|
|
41
|
-
sub,
|
|
42
|
-
sup,
|
|
43
|
-
tt,
|
|
44
|
-
var,
|
|
45
|
-
b,
|
|
46
|
-
u,
|
|
47
|
-
i,
|
|
48
|
-
center,
|
|
49
|
-
dl,
|
|
50
|
-
dt,
|
|
51
|
-
dd,
|
|
52
|
-
ol,
|
|
53
|
-
ul,
|
|
54
|
-
li,
|
|
55
|
-
fieldset,
|
|
56
|
-
form,
|
|
57
|
-
label,
|
|
58
|
-
legend,
|
|
59
|
-
table,
|
|
60
|
-
caption,
|
|
61
|
-
tbody,
|
|
62
|
-
tfoot,
|
|
63
|
-
thead,
|
|
64
|
-
tr,
|
|
65
|
-
th,
|
|
66
|
-
td,
|
|
67
|
-
article,
|
|
68
|
-
aside,
|
|
69
|
-
canvas,
|
|
70
|
-
details,
|
|
71
|
-
embed,
|
|
72
|
-
figure,
|
|
73
|
-
figcaption,
|
|
74
|
-
footer,
|
|
75
|
-
header,
|
|
76
|
-
hgroup,
|
|
77
|
-
menu,
|
|
78
|
-
nav,
|
|
79
|
-
output,
|
|
80
|
-
ruby,
|
|
81
|
-
section,
|
|
82
|
-
summary,
|
|
83
|
-
time,
|
|
84
|
-
mark,
|
|
85
|
-
audio,
|
|
86
|
-
video {
|
|
87
|
-
margin: 0;
|
|
88
|
-
padding: 0;
|
|
89
|
-
border: 0;
|
|
90
|
-
font: inherit;
|
|
91
|
-
font-size: 100%;
|
|
92
|
-
vertical-align: baseline;
|
|
93
|
-
}
|
|
94
|
-
/* HTML5 display-role reset for older browsers */
|
|
95
|
-
article,
|
|
96
|
-
aside,
|
|
97
|
-
details,
|
|
98
|
-
figcaption,
|
|
99
|
-
figure,
|
|
100
|
-
footer,
|
|
101
|
-
header,
|
|
102
|
-
hgroup,
|
|
103
|
-
menu,
|
|
104
|
-
nav,
|
|
105
|
-
section {
|
|
106
|
-
display: block;
|
|
107
|
-
}
|
|
108
|
-
body {
|
|
109
|
-
line-height: 1;
|
|
110
|
-
}
|
|
111
|
-
ol,
|
|
112
|
-
ul {
|
|
113
|
-
list-style: none;
|
|
114
|
-
}
|
|
115
|
-
blockquote,
|
|
116
|
-
q {
|
|
117
|
-
quotes: none;
|
|
118
|
-
}
|
|
119
|
-
blockquote:before,
|
|
120
|
-
blockquote:after,
|
|
121
|
-
q:before,
|
|
122
|
-
q:after {
|
|
123
|
-
content: '';
|
|
124
|
-
content: none;
|
|
125
|
-
}
|
|
126
|
-
table {
|
|
127
|
-
border-collapse: collapse;
|
|
128
|
-
border-spacing: 0;
|
|
129
|
-
}
|
package/docs/styles/stripe.css
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
.navbar-default .navbar-brand {
|
|
2
|
-
color: #0099e5;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.menu ul.list li a[data-type='chapter-link'],
|
|
6
|
-
.menu ul.list li.chapter .simple {
|
|
7
|
-
color: #939da3;
|
|
8
|
-
text-transform: uppercase;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.content h1,
|
|
12
|
-
.content h2,
|
|
13
|
-
.content h3,
|
|
14
|
-
.content h4,
|
|
15
|
-
.content h5 {
|
|
16
|
-
color: #292e31;
|
|
17
|
-
font-weight: normal;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.content {
|
|
21
|
-
color: #4c555a;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.menu ul.list li.title {
|
|
25
|
-
padding: 5px 0;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
a {
|
|
29
|
-
color: #0099e5;
|
|
30
|
-
text-decoration: none;
|
|
31
|
-
}
|
|
32
|
-
a:hover {
|
|
33
|
-
color: #292e31;
|
|
34
|
-
text-decoration: none;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.menu ul.list li:nth-child(2) {
|
|
38
|
-
margin-top: 0;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.menu ul.list li.title a,
|
|
42
|
-
.navbar a {
|
|
43
|
-
color: #0099e5;
|
|
44
|
-
text-decoration: none;
|
|
45
|
-
font-size: 16px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.menu ul.list li a.active {
|
|
49
|
-
color: #0099e5;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
code {
|
|
53
|
-
box-sizing: border-box;
|
|
54
|
-
display: inline-block;
|
|
55
|
-
padding: 0 5px;
|
|
56
|
-
background: #fafcfc;
|
|
57
|
-
border-radius: 4px;
|
|
58
|
-
color: #b93d6a;
|
|
59
|
-
font-size: 13px;
|
|
60
|
-
line-height: 20px;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
pre {
|
|
64
|
-
margin: 0;
|
|
65
|
-
padding: 12px 12px;
|
|
66
|
-
background: #272b2d;
|
|
67
|
-
border-radius: 5px;
|
|
68
|
-
font-size: 13px;
|
|
69
|
-
line-height: 1.5em;
|
|
70
|
-
font-weight: 500;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.dark body {
|
|
74
|
-
color: #fafafa;
|
|
75
|
-
}
|
|
76
|
-
.dark .content h1,
|
|
77
|
-
.dark .content h2,
|
|
78
|
-
.dark .content h3,
|
|
79
|
-
.dark .content h4,
|
|
80
|
-
.dark .content h5 {
|
|
81
|
-
color: #fafafa;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.dark code {
|
|
85
|
-
background: none;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.dark .content {
|
|
89
|
-
color: #fafafa;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.dark .menu ul.list li a[data-type='chapter-link'],
|
|
93
|
-
.dark .menu ul.list li.chapter .simple {
|
|
94
|
-
color: #fafafa;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.dark .menu ul.list li.title a {
|
|
98
|
-
color: #fafafa;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.dark .menu ul.list li a {
|
|
102
|
-
color: #fafafa;
|
|
103
|
-
}
|
|
104
|
-
.dark .menu ul.list li a.active {
|
|
105
|
-
color: #7fc9ff;
|
|
106
|
-
}
|
package/docs/styles/style.css
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
th[role=columnheader]:not(.no-sort) {
|
|
2
|
-
cursor: pointer;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
th[role=columnheader]:not(.no-sort):after {
|
|
6
|
-
content: '';
|
|
7
|
-
float: right;
|
|
8
|
-
margin-top: 7px;
|
|
9
|
-
border-width: 0 4px 4px;
|
|
10
|
-
border-style: solid;
|
|
11
|
-
border-color: #404040 transparent;
|
|
12
|
-
visibility: visible;
|
|
13
|
-
opacity: 1;
|
|
14
|
-
-ms-user-select: none;
|
|
15
|
-
-webkit-user-select: none;
|
|
16
|
-
-moz-user-select: none;
|
|
17
|
-
user-select: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
th[aria-sort=ascending]:not(.no-sort):after {
|
|
21
|
-
border-bottom: none;
|
|
22
|
-
border-width: 4px 4px 0;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
th[aria-sort]:not(.no-sort):after {
|
|
26
|
-
visibility: visible;
|
|
27
|
-
opacity: 0.4;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
th[role=columnheader]:not(.no-sort):hover:after {
|
|
31
|
-
visibility: visible;
|
|
32
|
-
opacity: 1;
|
|
33
|
-
}
|
package/docs/styles/vagrant.css
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
.navbar-default .navbar-brand {
|
|
2
|
-
background: white;
|
|
3
|
-
color: #8d9ba8;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.menu .list {
|
|
7
|
-
background: #0c5593;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.menu .chapter {
|
|
11
|
-
padding: 0 20px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.menu ul.list li a[data-type='chapter-link'],
|
|
15
|
-
.menu ul.list li.chapter .simple {
|
|
16
|
-
color: white;
|
|
17
|
-
text-transform: uppercase;
|
|
18
|
-
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.content h1,
|
|
22
|
-
.content h2,
|
|
23
|
-
.content h3,
|
|
24
|
-
.content h4,
|
|
25
|
-
.content h5 {
|
|
26
|
-
color: #292e31;
|
|
27
|
-
font-weight: normal;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.content {
|
|
31
|
-
color: #4c555a;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
a {
|
|
35
|
-
color: #0094bf;
|
|
36
|
-
text-decoration: underline;
|
|
37
|
-
}
|
|
38
|
-
a:hover {
|
|
39
|
-
color: #f1362f;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.menu ul.list li.title {
|
|
43
|
-
background: white;
|
|
44
|
-
padding-bottom: 5px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.menu ul.list li:nth-child(2) {
|
|
48
|
-
margin-top: 0;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.menu ul.list li:nth-last-child(2) {
|
|
52
|
-
background: none;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.menu ul.list li.title a {
|
|
56
|
-
padding: 10px 15px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.menu ul.list li.title a,
|
|
60
|
-
.navbar a {
|
|
61
|
-
color: #8d9ba8;
|
|
62
|
-
text-decoration: none;
|
|
63
|
-
font-size: 16px;
|
|
64
|
-
font-weight: 300;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.menu ul.list li a {
|
|
68
|
-
color: white;
|
|
69
|
-
padding: 10px;
|
|
70
|
-
font-weight: 300;
|
|
71
|
-
text-decoration: none;
|
|
72
|
-
}
|
|
73
|
-
.menu ul.list li a.active {
|
|
74
|
-
color: white;
|
|
75
|
-
font-weight: bold;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.copyright {
|
|
79
|
-
color: white;
|
|
80
|
-
background: #000;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
code {
|
|
84
|
-
box-sizing: border-box;
|
|
85
|
-
display: inline-block;
|
|
86
|
-
padding: 0 5px;
|
|
87
|
-
background: rgba(0, 148, 191, 0.1);
|
|
88
|
-
border-radius: 3px;
|
|
89
|
-
color: #0094bf;
|
|
90
|
-
font-size: 13px;
|
|
91
|
-
line-height: 20px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
pre {
|
|
95
|
-
margin: 0;
|
|
96
|
-
padding: 12px 12px;
|
|
97
|
-
background: rgba(238, 238, 238, 0.35);
|
|
98
|
-
border-radius: 3px;
|
|
99
|
-
font-size: 13px;
|
|
100
|
-
line-height: 1.5em;
|
|
101
|
-
font-weight: 500;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.dark body {
|
|
105
|
-
color: #fafafa;
|
|
106
|
-
}
|
|
107
|
-
.dark .content h1,
|
|
108
|
-
.dark .content h2,
|
|
109
|
-
.dark .content h3,
|
|
110
|
-
.dark .content h4,
|
|
111
|
-
.dark .content h5 {
|
|
112
|
-
color: #fafafa;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.dark code {
|
|
116
|
-
background: none;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.dark .content {
|
|
120
|
-
color: #fafafa;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.dark .menu ul.list li.title a,
|
|
124
|
-
.dark .navbar a {
|
|
125
|
-
color: #8d9ba8;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.dark .menu ul.list li a {
|
|
129
|
-
color: #fafafa;
|
|
130
|
-
}
|