@eui/base 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/ConsoleAppender.html +393 -0
- package/docs/classes/EuiEuLanguages.html +638 -0
- package/docs/classes/EuiLazyService.html +557 -0
- package/docs/classes/EuiMenuItem.html +1065 -0
- package/docs/classes/EuiPagination.html +1092 -0
- package/docs/classes/EuiService.html +673 -0
- package/docs/classes/LogAppender.html +359 -0
- package/docs/classes/Logger.html +1233 -0
- package/docs/classes/LoggerMock.html +817 -0
- package/docs/classes/UrlAppender.html +400 -0
- package/docs/classes/UxClearErrorFeedbackEvent.html +295 -0
- package/docs/classes/UxErrorGroupOnClickEvent.html +293 -0
- package/docs/classes/UxErrorOutput.html +577 -0
- package/docs/classes/UxPublishErrorFeedbackEvent.html +373 -0
- package/docs/classes/UxValidationErrorClass.html +435 -0
- package/docs/dependencies.html +333 -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 +137 -0
- package/docs/interfaces/ApiQueue.html +161 -0
- package/docs/interfaces/ApiQueueItem.html +337 -0
- package/docs/interfaces/AppState.html +458 -0
- package/docs/interfaces/ConnectionStatus.html +247 -0
- package/docs/interfaces/ConsoleAppenderConfig.html +284 -0
- package/docs/interfaces/ConsoleAppenderTypeConfig.html +227 -0
- package/docs/interfaces/CoreState.html +407 -0
- package/docs/interfaces/EnvDynamicConfig.html +373 -0
- package/docs/interfaces/EuiAppHandlersConfig.html +349 -0
- package/docs/interfaces/EuiAppJsonConfig.html +311 -0
- package/docs/interfaces/EuiAuthConfig.html +304 -0
- package/docs/interfaces/EuiConfig.html +247 -0
- package/docs/interfaces/EuiEnvConfig.html +317 -0
- package/docs/interfaces/EuiGlobalConfig.html +259 -0
- package/docs/interfaces/EuiGrowlMessage.html +407 -0
- package/docs/interfaces/EuiLanguage.html +259 -0
- package/docs/interfaces/EuiPaginationConfig.html +349 -0
- package/docs/interfaces/EuiServiceModel.html +579 -0
- package/docs/interfaces/EuiServiceStatus.html +253 -0
- package/docs/interfaces/EuiStoreServiceModel.html +246 -0
- package/docs/interfaces/EuiUserRight.html +253 -0
- package/docs/interfaces/GlobalConfig.html +413 -0
- package/docs/interfaces/HttpErrorHandlerConfig.html +214 -0
- package/docs/interfaces/HttpErrorRouteConfig.html +287 -0
- package/docs/interfaces/I18nConfig.html +247 -0
- package/docs/interfaces/I18nLoaderConfig.html +311 -0
- package/docs/interfaces/I18nResource.html +316 -0
- package/docs/interfaces/I18nServiceConfig.html +271 -0
- package/docs/interfaces/I18nState.html +208 -0
- package/docs/interfaces/LoadedConfigModules.html +253 -0
- package/docs/interfaces/LocaleServiceConfig.html +310 -0
- package/docs/interfaces/LocaleState.html +221 -0
- package/docs/interfaces/LogAppenderConfig.html +220 -0
- package/docs/interfaces/LogAppenderTypeConfig.html +246 -0
- package/docs/interfaces/LogConfig.html +329 -0
- package/docs/interfaces/LogEvent.html +401 -0
- package/docs/interfaces/LogPosition.html +293 -0
- package/docs/interfaces/ModuleConfig.html +168 -0
- package/docs/interfaces/ModulesConfig.html +161 -0
- package/docs/interfaces/NotificationsState.html +227 -0
- package/docs/interfaces/UrlAppenderConfig.html +278 -0
- package/docs/interfaces/UrlAppenderTypeConfig.html +227 -0
- package/docs/interfaces/UrlLogEvent.html +284 -0
- package/docs/interfaces/UserConfig.html +214 -0
- package/docs/interfaces/UserDetails.html +356 -0
- package/docs/interfaces/UserPreferences.html +272 -0
- package/docs/interfaces/UserState.html +452 -0
- package/docs/interfaces/UxErrorFeedback.html +400 -0
- package/docs/interfaces/UxErrorFollowMap.html +161 -0
- package/docs/interfaces/UxErrorInfo.html +304 -0
- package/docs/interfaces/UxErrorMessage.html +253 -0
- package/docs/interfaces/UxFormValidationError.html +208 -0
- package/docs/interfaces/UxHttpErrorInfo.html +214 -0
- package/docs/interfaces/UxHttpErrorResponse.html +214 -0
- package/docs/interfaces/UxValidationErrorAttribute.html +247 -0
- package/docs/interfaces/UxValidationErrorFeedback.html +253 -0
- package/docs/interfaces/UxValidationErrorI18nMessage.html +253 -0
- package/docs/interfaces/VersionsConfig.html +227 -0
- package/docs/interfaces/XHRConfig.html +492 -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 +317 -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 +412 -0
- package/docs/miscellaneous/functions.html +1062 -0
- package/docs/miscellaneous/typealiases.html +390 -0
- package/docs/miscellaneous/variables.html +1906 -0
- package/docs/modules.html +120 -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
|
+
}
|