@eui/core 17.0.0-next.11 → 17.0.0-next.12
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/docs/classes/ActivatedRouteAction.html +282 -0
- package/docs/classes/AddApiQueueItemAction.html +282 -0
- package/docs/classes/AddAppLoadedConfigModulesAction.html +282 -0
- package/docs/classes/ApiQueueServiceMock.html +549 -0
- package/docs/classes/AsyncStorageService.html +923 -0
- package/docs/classes/AsyncStorageServiceMock.html +427 -0
- package/docs/classes/EmptyApiQueueAction.html +282 -0
- package/docs/classes/ErrorSubClass.html +357 -0
- package/docs/classes/EuiCoreRootGuardClass.html +167 -0
- package/docs/classes/EuiError.html +363 -0
- package/docs/classes/I18nResourceImpl.html +504 -0
- package/docs/classes/InitStoreAction.html +282 -0
- package/docs/classes/LogServiceMock.html +223 -0
- package/docs/classes/OpenIdConnectServiceMock.html +223 -0
- package/docs/classes/RemoveApiQueueItemAction.html +282 -0
- package/docs/classes/RouterMock.html +495 -0
- package/docs/classes/StorageService.html +630 -0
- package/docs/classes/StorageServiceMock.html +325 -0
- package/docs/classes/StoreMock.html +404 -0
- package/docs/classes/TranslateServiceMock.html +907 -0
- package/docs/classes/UpdateAppConnectionAction.html +282 -0
- package/docs/classes/UpdateAppStatusAction.html +282 -0
- package/docs/classes/UpdateAppVersionAction.html +282 -0
- package/docs/classes/UpdateCurrentModuleAction.html +282 -0
- package/docs/classes/UpdateI18nStateAction.html +282 -0
- package/docs/classes/UpdateLocaleStateAction.html +282 -0
- package/docs/classes/UpdateNotificationsListAction.html +282 -0
- package/docs/classes/UpdateUserDashboardAction.html +282 -0
- package/docs/classes/UpdateUserDetailsAction.html +282 -0
- package/docs/classes/UpdateUserPreferencesAction.html +282 -0
- package/docs/classes/UpdateUserRightsAction.html +282 -0
- package/docs/classes/UpdateUserStateAction.html +282 -0
- package/docs/dependencies.html +333 -0
- package/docs/directives/TranslateMockDirective.html +266 -0
- package/docs/fonts/ionicons.eot +0 -0
- package/docs/fonts/ionicons.svg +2090 -0
- 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 +314 -0
- 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 +310 -0
- 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 +323 -0
- 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 +308 -0
- 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 +201 -0
- package/docs/images/compodoc-vectorise.png +0 -0
- package/docs/images/compodoc-vectorise.svg +201 -0
- package/docs/images/favicon.ico +0 -0
- package/docs/index.html +171 -0
- package/docs/injectables/ApiQueueService.html +792 -0
- package/docs/injectables/CoreAppEffects.html +390 -0
- package/docs/injectables/EuiAppShellService.html +2346 -0
- package/docs/injectables/EuiDynamicComponentService.html +433 -0
- package/docs/injectables/EuiDynamicMenuService.html +377 -0
- package/docs/injectables/EuiGrowlService.html +821 -0
- package/docs/injectables/EuiPermissionService.html +642 -0
- package/docs/injectables/EuiTimezoneService.html +378 -0
- package/docs/injectables/GlobalErrorHandler.html +291 -0
- package/docs/injectables/I18nLoader.html +589 -0
- package/docs/injectables/I18nService.html +927 -0
- package/docs/injectables/I18nServiceMock.html +626 -0
- package/docs/injectables/LocalForageService.html +761 -0
- package/docs/injectables/LocalStorageService.html +548 -0
- package/docs/injectables/LocaleService.html +753 -0
- package/docs/injectables/LocaleServiceMock.html +453 -0
- package/docs/injectables/LogService.html +352 -0
- package/docs/injectables/OpenIdConnectService.html +225 -0
- package/docs/injectables/SessionStorageService.html +548 -0
- package/docs/injectables/StoreService.html +641 -0
- package/docs/injectables/StoreServiceMock.html +455 -0
- package/docs/injectables/UserService.html +738 -0
- package/docs/injectables/UserServiceMock.html +635 -0
- package/docs/interceptors/AddLangParamInterceptor.html +303 -0
- package/docs/interceptors/CachePreventionInterceptor.html +252 -0
- package/docs/interceptors/CorsSecurityInterceptor.html +252 -0
- package/docs/interceptors/CsrfPreventionInterceptor.html +252 -0
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +252 -0
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +319 -0
- package/docs/interceptors/OpenIdConnectInterceptor.html +345 -0
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +295 -0
- package/docs/interfaces/EuiTimeZone.html +247 -0
- package/docs/interfaces/LoadedResources.html +292 -0
- package/docs/interfaces/LoadedResourcesError.html +247 -0
- package/docs/interfaces/ModuleLoadEvent.html +292 -0
- package/docs/interfaces/OpenIdConnectUserDetails.html +439 -0
- package/docs/interfaces/ResourceError.html +298 -0
- package/docs/interfaces/UIState.html +1945 -0
- package/docs/js/compodoc.js +14 -0
- package/docs/js/lazy-load-graphs.js +44 -0
- package/docs/js/libs/EventDispatcher.js +5 -0
- package/docs/js/libs/bootstrap-native.js +1 -0
- package/docs/js/libs/clipboard.min.js +7 -0
- package/docs/js/libs/custom-elements-es5-adapter.js +15 -0
- package/docs/js/libs/custom-elements.min.js +38 -0
- package/docs/js/libs/d3.v3.min.js +2 -0
- package/docs/js/libs/deep-iterator.js +2 -0
- package/docs/js/libs/es6-shim.min.js +11 -0
- package/docs/js/libs/htmlparser.js +23 -0
- package/docs/js/libs/innersvg.js +9 -0
- package/docs/js/libs/lit-html.js +1 -0
- package/docs/js/libs/prism.js +46 -0
- package/docs/js/libs/promise.min.js +6 -0
- package/docs/js/libs/svg-pan-zoom.min.js +3 -0
- package/docs/js/libs/tablesort.min.js +6 -0
- package/docs/js/libs/tablesort.number.min.js +6 -0
- package/docs/js/libs/vis.min.js +47 -0
- package/docs/js/libs/zepto.min.js +2 -0
- package/docs/js/menu-wc.js +377 -0
- package/docs/js/menu-wc_es5.js +42 -0
- package/docs/js/menu.js +325 -0
- package/docs/js/routes.js +301 -0
- package/docs/js/search/lunr.min.js +6 -0
- package/docs/js/search/search-lunr.js +67 -0
- package/docs/js/search/search.js +268 -0
- package/docs/js/search/search_index.js +4 -0
- package/docs/js/sourceCode.js +58 -0
- package/docs/js/svg-pan-zoom.controls.js +53 -0
- package/docs/js/tabs.js +21 -0
- package/docs/js/tree.js +147 -0
- package/docs/license.html +379 -0
- package/docs/miscellaneous/enumerations.html +418 -0
- package/docs/miscellaneous/functions.html +1754 -0
- package/docs/miscellaneous/typealiases.html +258 -0
- package/docs/miscellaneous/variables.html +3969 -0
- package/docs/modules/CoreModule.html +254 -0
- package/docs/modules/I18nModule.html +198 -0
- package/docs/modules/LogModule.html +301 -0
- package/docs/modules/TranslateMockModule.html +176 -0
- package/docs/modules.html +168 -0
- package/docs/pipes/TranslateMockPipe.html +225 -0
- package/docs/properties.html +124 -0
- package/docs/styles/bootstrap-card.css +219 -0
- package/docs/styles/bootstrap.min.css +6 -0
- package/docs/styles/compodoc.css +1121 -0
- package/docs/styles/dark.css +121 -0
- package/docs/styles/ionicons.min.css +11 -0
- package/docs/styles/laravel.css +113 -0
- package/docs/styles/material.css +131 -0
- package/docs/styles/original.css +51 -0
- package/docs/styles/postmark.css +238 -0
- package/docs/styles/prism.css +301 -0
- package/docs/styles/readthedocs.css +117 -0
- package/docs/styles/reset.css +129 -0
- package/docs/styles/stripe.css +106 -0
- package/docs/styles/style.css +7 -0
- package/docs/styles/tablesort.css +33 -0
- package/docs/styles/vagrant.css +130 -0
- package/package.json +1 -1
|
@@ -0,0 +1,129 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
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
|
+
}
|