xmlui 0.9.19 → 0.9.21
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/dist/{apiInterceptorWorker-BH8WAcl0.mjs → apiInterceptorWorker-7aKQ2rBj.mjs} +1 -1
- package/dist/{index-KE5HIbCX.mjs → index-B3CWFAxa.mjs} +1795 -2065
- package/dist/index.css +1892 -690
- package/dist/{lint-Cd70ckJ6.mjs → lint-EcgF-9Wr.mjs} +22 -46
- package/dist/scripts/src/components/ComponentProvider.js +16 -24
- package/dist/scripts/src/components/DropdownMenu/DropdownMenu.js +3 -1
- package/dist/scripts/src/components/DropdownMenu/DropdownMenuNative.js +10 -2
- package/dist/scripts/src/components/Form/FormContext.js +4 -0
- package/dist/scripts/src/components/Form/FormNative.js +6 -4
- package/dist/scripts/src/components/Form/formActions.js +2 -1
- package/dist/scripts/src/components/FormItem/FormItemNative.js +7 -0
- package/dist/scripts/src/components/Icon/MoonIcon.js +10 -0
- package/dist/scripts/src/components/Icon/StarsIcon.js +10 -0
- package/dist/scripts/src/components/IconProvider.js +4 -1
- package/dist/scripts/src/components/InspectButton/InspectButton.js +34 -0
- package/dist/scripts/src/components/ToneChangerButton/ToneChangerButton.js +1 -1
- package/dist/scripts/src/components-core/InspectorContext.js +86 -21
- package/dist/scripts/src/components-core/rendering/Container.js +1 -6
- package/dist/style.css +1837 -631
- package/dist/xmlui-metadata.mjs +1283 -1438
- package/dist/xmlui-metadata.umd.js +1282 -1437
- package/dist/xmlui-parser.mjs +17 -17
- package/dist/xmlui-standalone.umd.js +4063 -3150
- package/dist/xmlui.d.ts +1 -1
- package/dist/xmlui.mjs +1 -1
- package/package.json +2 -2
- package/dist/scripts/src/components/Alert/Alert.js +0 -61
- package/dist/scripts/src/components/Alert/AlertNative.js +0 -8
- package/dist/scripts/src/components/ButtonGroup/ButtonGroup.js +0 -55
- package/dist/scripts/src/components/ButtonGroup/ButtonGroupNative.js +0 -8
- package/dist/scripts/src/components/OffCanvas/OffCanvas.js +0 -57
- package/dist/scripts/src/components/OffCanvas/OffCanvasNative.js +0 -48
- package/dist/scripts/src/components/StateViewer/StateViewerNative.js +0 -19
- package/dist/scripts/src/components/SubNavPanel/SubNavPanel.js +0 -22
- package/dist/scripts/src/components/SubNavPanel/SubNavPanelNative.js +0 -9
package/dist/index.css
CHANGED
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2012
2012
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2013
2013
|
*/
|
|
2014
|
-
.
|
|
2014
|
+
._container_gmmz2_13 {
|
|
2015
2015
|
border-left: var(--xmlui-borderLeft-Link, var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link)));
|
|
2016
2016
|
border-right: var(--xmlui-borderRight-Link, var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link)));
|
|
2017
2017
|
border-top: var(--xmlui-borderTop-Link, var(--xmlui-borderVertical-Link, var(--xmlui-border-Link)));
|
|
@@ -2037,11 +2037,32 @@
|
|
|
2037
2037
|
padding-right: var(--xmlui-paddingRight-Link, var(--xmlui-paddingHorizontal-Link, var(--xmlui-padding-Link)));
|
|
2038
2038
|
padding-top: var(--xmlui-paddingTop-Link, var(--xmlui-paddingVertical-Link, var(--xmlui-padding-Link)));
|
|
2039
2039
|
padding-bottom: var(--xmlui-paddingBottom-Link, var(--xmlui-paddingVertical-Link, var(--xmlui-padding-Link)));
|
|
2040
|
-
flex-shrink: 0;
|
|
2041
2040
|
color: var(--xmlui-textColor-Link);
|
|
2042
2041
|
font-family: var(--xmlui-fontFamily-Link);
|
|
2043
|
-
font-weight: var(--xmlui-fontWeight-Link);
|
|
2044
2042
|
font-size: var(--xmlui-fontSize-Link);
|
|
2043
|
+
font-style: var(--xmlui-fontStyle-Link);
|
|
2044
|
+
font-weight: var(--xmlui-fontWeight-Link);
|
|
2045
|
+
font-stretch: var(--xmlui-fontStretch-Link);
|
|
2046
|
+
text-decoration-line: var(--xmlui-textDecorationLine-Link);
|
|
2047
|
+
text-decoration-color: var(--xmlui-textDecorationColor-Link);
|
|
2048
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-Link);
|
|
2049
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-Link);
|
|
2050
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-Link);
|
|
2051
|
+
line-height: var(--xmlui-lineHeight-Link);
|
|
2052
|
+
background-color: var(--xmlui-backgroundColor-Link);
|
|
2053
|
+
text-transform: var(--xmlui-textTransform-Link);
|
|
2054
|
+
letter-spacing: var(--xmlui-letterSpacing-Link);
|
|
2055
|
+
word-spacing: var(--xmlui-wordSpacing-Link);
|
|
2056
|
+
text-shadow: var(--xmlui-textShadow-Link);
|
|
2057
|
+
text-indent: var(--xmlui-textIndent-Link);
|
|
2058
|
+
text-align: var(--xmlui-textAlign-Link);
|
|
2059
|
+
text-align-last: var(--xmlui-textAlignLast-Link);
|
|
2060
|
+
word-break: var(--xmlui-wordBreak-Link);
|
|
2061
|
+
word-wrap: var(--xmlui-wordWrap-Link);
|
|
2062
|
+
direction: var(--xmlui-direction-Link);
|
|
2063
|
+
writing-mode: var(--xmlui-writingMode-Link);
|
|
2064
|
+
line-break: var(--xmlui-lineBreak-Link);
|
|
2065
|
+
flex-shrink: 0;
|
|
2045
2066
|
cursor: pointer;
|
|
2046
2067
|
text-decoration: none;
|
|
2047
2068
|
width: fit-content;
|
|
@@ -2051,27 +2072,27 @@
|
|
|
2051
2072
|
flex-direction: row;
|
|
2052
2073
|
align-items: center;
|
|
2053
2074
|
}
|
|
2054
|
-
.
|
|
2075
|
+
._container_gmmz2_13._active_gmmz2_74 {
|
|
2055
2076
|
color: var(--xmlui-textColor-Link--active);
|
|
2056
2077
|
font-weight: var(--xmlui-fontWeight-Link--active);
|
|
2057
2078
|
}
|
|
2058
|
-
.
|
|
2079
|
+
._container_gmmz2_13._disabled_gmmz2_78 {
|
|
2059
2080
|
pointer-events: none;
|
|
2060
2081
|
}
|
|
2061
|
-
.
|
|
2082
|
+
._container_gmmz2_13:not(._disabled_gmmz2_78):hover {
|
|
2062
2083
|
color: var(--xmlui-textColor-Link--hover);
|
|
2063
2084
|
}
|
|
2064
|
-
.
|
|
2085
|
+
._container_gmmz2_13:not(._disabled_gmmz2_78):focus-visible {
|
|
2065
2086
|
outline-width: var(--xmlui-outlineWidth-Link--focus);
|
|
2066
2087
|
outline-color: var(--xmlui-outlineColor-Link--focus);
|
|
2067
2088
|
outline-style: var(--xmlui-outlineStyle-Link--focus);
|
|
2068
2089
|
outline-offset: var(--xmlui-outlineOffset-Link--focus);
|
|
2069
2090
|
}
|
|
2070
|
-
.
|
|
2091
|
+
._container_gmmz2_13:not(._disabled_gmmz2_78)._active_gmmz2_74:hover {
|
|
2071
2092
|
color: var(--xmlui-textColor-Link--hover--active);
|
|
2072
2093
|
}
|
|
2073
2094
|
|
|
2074
|
-
.
|
|
2095
|
+
._iconWrapper_gmmz2_94 {
|
|
2075
2096
|
padding: var(--xmlui-padding-icon-Link);
|
|
2076
2097
|
padding-left: var(--xmlui-paddingLeft-icon-Link, var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link)));
|
|
2077
2098
|
padding-right: var(--xmlui-paddingRight-icon-Link, var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link)));
|
|
@@ -2081,24 +2102,24 @@
|
|
|
2081
2102
|
line-height: 0;
|
|
2082
2103
|
}
|
|
2083
2104
|
|
|
2084
|
-
.
|
|
2105
|
+
._container_gmmz2_13:not(._active_gmmz2_74) {
|
|
2085
2106
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Link);
|
|
2086
2107
|
text-decoration-line: var(--xmlui-textDecorationLine-Link);
|
|
2087
2108
|
}
|
|
2088
|
-
.
|
|
2109
|
+
._container_gmmz2_13:not(._active_gmmz2_74):not([disabled]):hover {
|
|
2089
2110
|
text-decoration-color: var(--xmlui-textDecorationColor-Link);
|
|
2090
2111
|
text-decoration-style: var(--xmlui-textDecorationStyle-Link);
|
|
2091
2112
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Link);
|
|
2092
2113
|
}
|
|
2093
|
-
.
|
|
2114
|
+
._container_gmmz2_13:not(._active_gmmz2_74):not([disabled]):hover:has(> button) {
|
|
2094
2115
|
text-decoration-line: none;
|
|
2095
2116
|
}
|
|
2096
|
-
.
|
|
2117
|
+
._container_gmmz2_13:not(._active_gmmz2_74):not([disabled]):active {
|
|
2097
2118
|
text-decoration-color: var(--xmlui-textDecorationColor-Link);
|
|
2098
2119
|
text-decoration-style: var(--xmlui-textDecorationStyle-Link);
|
|
2099
2120
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Link);
|
|
2100
2121
|
}
|
|
2101
|
-
.
|
|
2122
|
+
._container_gmmz2_13:not(._active_gmmz2_74):not([disabled]):active:has(> button) {
|
|
2102
2123
|
text-decoration-line: none;
|
|
2103
2124
|
}
|
|
2104
2125
|
/*
|
|
@@ -2207,13 +2228,61 @@
|
|
|
2207
2228
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2208
2229
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2209
2230
|
*/
|
|
2210
|
-
.
|
|
2231
|
+
._heading_1ad65_13._h1_1ad65_13 {
|
|
2232
|
+
padding: var(--xmlui-padding-H1);
|
|
2233
|
+
padding-left: var(--xmlui-paddingLeft-H1, var(--xmlui-paddingHorizontal-H1, var(--xmlui-padding-H1)));
|
|
2234
|
+
padding-right: var(--xmlui-paddingRight-H1, var(--xmlui-paddingHorizontal-H1, var(--xmlui-padding-H1)));
|
|
2235
|
+
padding-top: var(--xmlui-paddingTop-H1, var(--xmlui-paddingVertical-H1, var(--xmlui-padding-H1)));
|
|
2236
|
+
padding-bottom: var(--xmlui-paddingBottom-H1, var(--xmlui-paddingVertical-H1, var(--xmlui-padding-H1)));
|
|
2237
|
+
border-left: var(--xmlui-borderLeft-H1, var(--xmlui-borderHorizontal-H1, var(--xmlui-border-H1)));
|
|
2238
|
+
border-right: var(--xmlui-borderRight-H1, var(--xmlui-borderHorizontal-H1, var(--xmlui-border-H1)));
|
|
2239
|
+
border-top: var(--xmlui-borderTop-H1, var(--xmlui-borderVertical-H1, var(--xmlui-border-H1)));
|
|
2240
|
+
border-bottom: var(--xmlui-borderBottom-H1, var(--xmlui-borderVertical-H1, var(--xmlui-border-H1)));
|
|
2241
|
+
border-left-style: var(--xmlui-borderLeftStyle-H1, var(--xmlui-borderHorizontalStyle-H1, var(--xmlui-borderStyle-H1)));
|
|
2242
|
+
border-right-style: var(--xmlui-borderRightStyle-H1, var(--xmlui-borderHorizontalStyle-H1, var(--xmlui-borderStyle-H1)));
|
|
2243
|
+
border-top-style: var(--xmlui-borderTopStyle-H1, var(--xmlui-borderVerticalStyle-H1, var(--xmlui-borderStyle-H1)));
|
|
2244
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-H1, var(--xmlui-borderVerticalStyle-H1, var(--xmlui-borderStyle-H1)));
|
|
2245
|
+
border-left-width: var(--xmlui-borderLeftWidth-H1, var(--xmlui-borderHorizontalWidth-H1, var(--xmlui-borderWidth-H1)));
|
|
2246
|
+
border-right-width: var(--xmlui-borderRightWidth-H1, var(--xmlui-borderHorizontalWidth-H1, var(--xmlui-borderWidth-H1)));
|
|
2247
|
+
border-top-width: var(--xmlui-borderTopWidth-H1, var(--xmlui-borderVerticalWidth-H1, var(--xmlui-borderWidth-H1)));
|
|
2248
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-H1, var(--xmlui-borderVerticalWidth-H1, var(--xmlui-borderWidth-H1)));
|
|
2249
|
+
border-left-color: var(--xmlui-borderLeftColor-H1, var(--xmlui-borderHorizontalColor-H1, var(--xmlui-borderColor-H1)));
|
|
2250
|
+
border-right-color: var(--xmlui-borderRightColor-H1, var(--xmlui-borderHorizontalColor-H1, var(--xmlui-borderColor-H1)));
|
|
2251
|
+
border-top-color: var(--xmlui-borderTopColor-H1, var(--xmlui-borderVerticalColor-H1, var(--xmlui-borderColor-H1)));
|
|
2252
|
+
border-bottom-color: var(--xmlui-borderBottomColor-H1, var(--xmlui-borderVerticalColor-H1, var(--xmlui-borderColor-H1)));
|
|
2253
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-H1, var(--xmlui-borderRadius-H1));
|
|
2254
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-H1, var(--xmlui-borderRadius-H1));
|
|
2255
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-H1, var(--xmlui-borderRadius-H1));
|
|
2256
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-H1, var(--xmlui-borderRadius-H1));
|
|
2211
2257
|
color: var(--xmlui-textColor-H1);
|
|
2212
|
-
letter-spacing: var(--xmlui-letterSpacing-H1);
|
|
2213
2258
|
font-family: var(--xmlui-fontFamily-H1);
|
|
2214
|
-
font-weight: var(--xmlui-fontWeight-H1);
|
|
2215
2259
|
font-size: var(--xmlui-fontSize-H1);
|
|
2260
|
+
font-style: var(--xmlui-fontStyle-H1);
|
|
2261
|
+
font-weight: var(--xmlui-fontWeight-H1);
|
|
2262
|
+
font-stretch: var(--xmlui-fontStretch-H1);
|
|
2263
|
+
text-decoration-line: var(--xmlui-textDecorationLine-H1);
|
|
2264
|
+
text-decoration-color: var(--xmlui-textDecorationColor-H1);
|
|
2265
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-H1);
|
|
2266
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-H1);
|
|
2267
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-H1);
|
|
2216
2268
|
line-height: var(--xmlui-lineHeight-H1);
|
|
2269
|
+
background-color: var(--xmlui-backgroundColor-H1);
|
|
2270
|
+
text-transform: var(--xmlui-textTransform-H1);
|
|
2271
|
+
letter-spacing: var(--xmlui-letterSpacing-H1);
|
|
2272
|
+
word-spacing: var(--xmlui-wordSpacing-H1);
|
|
2273
|
+
text-shadow: var(--xmlui-textShadow-H1);
|
|
2274
|
+
text-indent: var(--xmlui-textIndent-H1);
|
|
2275
|
+
text-align: var(--xmlui-textAlign-H1);
|
|
2276
|
+
text-align-last: var(--xmlui-textAlignLast-H1);
|
|
2277
|
+
word-break: var(--xmlui-wordBreak-H1);
|
|
2278
|
+
word-wrap: var(--xmlui-wordWrap-H1);
|
|
2279
|
+
direction: var(--xmlui-direction-H1);
|
|
2280
|
+
writing-mode: var(--xmlui-writingMode-H1);
|
|
2281
|
+
line-break: var(--xmlui-lineBreak-H1);
|
|
2282
|
+
color: var(--xmlui-textColor-H1);
|
|
2283
|
+
letter-spacing: var(--xmlui-letterSpacing-H1);
|
|
2284
|
+
font-family: var(--xmlui-fontFamily-H1);
|
|
2285
|
+
font-weight: var(--xmlui-fontWeight-H1);
|
|
2217
2286
|
margin-top: var(--xmlui-marginTop-H1);
|
|
2218
2287
|
margin-bottom: var(--xmlui-marginBottom-H1);
|
|
2219
2288
|
text-decoration-line: var(--xmlui-textDecorationLine-H1);
|
|
@@ -2222,13 +2291,61 @@
|
|
|
2222
2291
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H1);
|
|
2223
2292
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H1);
|
|
2224
2293
|
}
|
|
2225
|
-
.
|
|
2294
|
+
._heading_1ad65_13._h2_1ad65_76 {
|
|
2295
|
+
padding: var(--xmlui-padding-H2);
|
|
2296
|
+
padding-left: var(--xmlui-paddingLeft-H2, var(--xmlui-paddingHorizontal-H2, var(--xmlui-padding-H2)));
|
|
2297
|
+
padding-right: var(--xmlui-paddingRight-H2, var(--xmlui-paddingHorizontal-H2, var(--xmlui-padding-H2)));
|
|
2298
|
+
padding-top: var(--xmlui-paddingTop-H2, var(--xmlui-paddingVertical-H2, var(--xmlui-padding-H2)));
|
|
2299
|
+
padding-bottom: var(--xmlui-paddingBottom-H2, var(--xmlui-paddingVertical-H2, var(--xmlui-padding-H2)));
|
|
2300
|
+
border-left: var(--xmlui-borderLeft-H2, var(--xmlui-borderHorizontal-H2, var(--xmlui-border-H2)));
|
|
2301
|
+
border-right: var(--xmlui-borderRight-H2, var(--xmlui-borderHorizontal-H2, var(--xmlui-border-H2)));
|
|
2302
|
+
border-top: var(--xmlui-borderTop-H2, var(--xmlui-borderVertical-H2, var(--xmlui-border-H2)));
|
|
2303
|
+
border-bottom: var(--xmlui-borderBottom-H2, var(--xmlui-borderVertical-H2, var(--xmlui-border-H2)));
|
|
2304
|
+
border-left-style: var(--xmlui-borderLeftStyle-H2, var(--xmlui-borderHorizontalStyle-H2, var(--xmlui-borderStyle-H2)));
|
|
2305
|
+
border-right-style: var(--xmlui-borderRightStyle-H2, var(--xmlui-borderHorizontalStyle-H2, var(--xmlui-borderStyle-H2)));
|
|
2306
|
+
border-top-style: var(--xmlui-borderTopStyle-H2, var(--xmlui-borderVerticalStyle-H2, var(--xmlui-borderStyle-H2)));
|
|
2307
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-H2, var(--xmlui-borderVerticalStyle-H2, var(--xmlui-borderStyle-H2)));
|
|
2308
|
+
border-left-width: var(--xmlui-borderLeftWidth-H2, var(--xmlui-borderHorizontalWidth-H2, var(--xmlui-borderWidth-H2)));
|
|
2309
|
+
border-right-width: var(--xmlui-borderRightWidth-H2, var(--xmlui-borderHorizontalWidth-H2, var(--xmlui-borderWidth-H2)));
|
|
2310
|
+
border-top-width: var(--xmlui-borderTopWidth-H2, var(--xmlui-borderVerticalWidth-H2, var(--xmlui-borderWidth-H2)));
|
|
2311
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-H2, var(--xmlui-borderVerticalWidth-H2, var(--xmlui-borderWidth-H2)));
|
|
2312
|
+
border-left-color: var(--xmlui-borderLeftColor-H2, var(--xmlui-borderHorizontalColor-H2, var(--xmlui-borderColor-H2)));
|
|
2313
|
+
border-right-color: var(--xmlui-borderRightColor-H2, var(--xmlui-borderHorizontalColor-H2, var(--xmlui-borderColor-H2)));
|
|
2314
|
+
border-top-color: var(--xmlui-borderTopColor-H2, var(--xmlui-borderVerticalColor-H2, var(--xmlui-borderColor-H2)));
|
|
2315
|
+
border-bottom-color: var(--xmlui-borderBottomColor-H2, var(--xmlui-borderVerticalColor-H2, var(--xmlui-borderColor-H2)));
|
|
2316
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-H2, var(--xmlui-borderRadius-H2));
|
|
2317
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-H2, var(--xmlui-borderRadius-H2));
|
|
2318
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-H2, var(--xmlui-borderRadius-H2));
|
|
2319
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-H2, var(--xmlui-borderRadius-H2));
|
|
2226
2320
|
color: var(--xmlui-textColor-H2);
|
|
2227
|
-
letter-spacing: var(--xmlui-letterSpacing-H2);
|
|
2228
2321
|
font-family: var(--xmlui-fontFamily-H2);
|
|
2229
|
-
font-weight: var(--xmlui-fontWeight-H2);
|
|
2230
2322
|
font-size: var(--xmlui-fontSize-H2);
|
|
2323
|
+
font-style: var(--xmlui-fontStyle-H2);
|
|
2324
|
+
font-weight: var(--xmlui-fontWeight-H2);
|
|
2325
|
+
font-stretch: var(--xmlui-fontStretch-H2);
|
|
2326
|
+
text-decoration-line: var(--xmlui-textDecorationLine-H2);
|
|
2327
|
+
text-decoration-color: var(--xmlui-textDecorationColor-H2);
|
|
2328
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-H2);
|
|
2329
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-H2);
|
|
2330
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-H2);
|
|
2231
2331
|
line-height: var(--xmlui-lineHeight-H2);
|
|
2332
|
+
background-color: var(--xmlui-backgroundColor-H2);
|
|
2333
|
+
text-transform: var(--xmlui-textTransform-H2);
|
|
2334
|
+
letter-spacing: var(--xmlui-letterSpacing-H2);
|
|
2335
|
+
word-spacing: var(--xmlui-wordSpacing-H2);
|
|
2336
|
+
text-shadow: var(--xmlui-textShadow-H2);
|
|
2337
|
+
text-indent: var(--xmlui-textIndent-H2);
|
|
2338
|
+
text-align: var(--xmlui-textAlign-H2);
|
|
2339
|
+
text-align-last: var(--xmlui-textAlignLast-H2);
|
|
2340
|
+
word-break: var(--xmlui-wordBreak-H2);
|
|
2341
|
+
word-wrap: var(--xmlui-wordWrap-H2);
|
|
2342
|
+
direction: var(--xmlui-direction-H2);
|
|
2343
|
+
writing-mode: var(--xmlui-writingMode-H2);
|
|
2344
|
+
line-break: var(--xmlui-lineBreak-H2);
|
|
2345
|
+
color: var(--xmlui-textColor-H2);
|
|
2346
|
+
letter-spacing: var(--xmlui-letterSpacing-H2);
|
|
2347
|
+
font-family: var(--xmlui-fontFamily-H2);
|
|
2348
|
+
font-weight: var(--xmlui-fontWeight-H2);
|
|
2232
2349
|
margin-top: var(--xmlui-marginTop-H2);
|
|
2233
2350
|
margin-bottom: var(--xmlui-marginBottom-H2);
|
|
2234
2351
|
text-decoration-line: var(--xmlui-textDecorationLine-H2);
|
|
@@ -2237,13 +2354,61 @@
|
|
|
2237
2354
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H2);
|
|
2238
2355
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H2);
|
|
2239
2356
|
}
|
|
2240
|
-
.
|
|
2357
|
+
._heading_1ad65_13._h3_1ad65_139 {
|
|
2358
|
+
padding: var(--xmlui-padding-H3);
|
|
2359
|
+
padding-left: var(--xmlui-paddingLeft-H3, var(--xmlui-paddingHorizontal-H3, var(--xmlui-padding-H3)));
|
|
2360
|
+
padding-right: var(--xmlui-paddingRight-H3, var(--xmlui-paddingHorizontal-H3, var(--xmlui-padding-H3)));
|
|
2361
|
+
padding-top: var(--xmlui-paddingTop-H3, var(--xmlui-paddingVertical-H3, var(--xmlui-padding-H3)));
|
|
2362
|
+
padding-bottom: var(--xmlui-paddingBottom-H3, var(--xmlui-paddingVertical-H3, var(--xmlui-padding-H3)));
|
|
2363
|
+
border-left: var(--xmlui-borderLeft-H3, var(--xmlui-borderHorizontal-H3, var(--xmlui-border-H3)));
|
|
2364
|
+
border-right: var(--xmlui-borderRight-H3, var(--xmlui-borderHorizontal-H3, var(--xmlui-border-H3)));
|
|
2365
|
+
border-top: var(--xmlui-borderTop-H3, var(--xmlui-borderVertical-H3, var(--xmlui-border-H3)));
|
|
2366
|
+
border-bottom: var(--xmlui-borderBottom-H3, var(--xmlui-borderVertical-H3, var(--xmlui-border-H3)));
|
|
2367
|
+
border-left-style: var(--xmlui-borderLeftStyle-H3, var(--xmlui-borderHorizontalStyle-H3, var(--xmlui-borderStyle-H3)));
|
|
2368
|
+
border-right-style: var(--xmlui-borderRightStyle-H3, var(--xmlui-borderHorizontalStyle-H3, var(--xmlui-borderStyle-H3)));
|
|
2369
|
+
border-top-style: var(--xmlui-borderTopStyle-H3, var(--xmlui-borderVerticalStyle-H3, var(--xmlui-borderStyle-H3)));
|
|
2370
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-H3, var(--xmlui-borderVerticalStyle-H3, var(--xmlui-borderStyle-H3)));
|
|
2371
|
+
border-left-width: var(--xmlui-borderLeftWidth-H3, var(--xmlui-borderHorizontalWidth-H3, var(--xmlui-borderWidth-H3)));
|
|
2372
|
+
border-right-width: var(--xmlui-borderRightWidth-H3, var(--xmlui-borderHorizontalWidth-H3, var(--xmlui-borderWidth-H3)));
|
|
2373
|
+
border-top-width: var(--xmlui-borderTopWidth-H3, var(--xmlui-borderVerticalWidth-H3, var(--xmlui-borderWidth-H3)));
|
|
2374
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-H3, var(--xmlui-borderVerticalWidth-H3, var(--xmlui-borderWidth-H3)));
|
|
2375
|
+
border-left-color: var(--xmlui-borderLeftColor-H3, var(--xmlui-borderHorizontalColor-H3, var(--xmlui-borderColor-H3)));
|
|
2376
|
+
border-right-color: var(--xmlui-borderRightColor-H3, var(--xmlui-borderHorizontalColor-H3, var(--xmlui-borderColor-H3)));
|
|
2377
|
+
border-top-color: var(--xmlui-borderTopColor-H3, var(--xmlui-borderVerticalColor-H3, var(--xmlui-borderColor-H3)));
|
|
2378
|
+
border-bottom-color: var(--xmlui-borderBottomColor-H3, var(--xmlui-borderVerticalColor-H3, var(--xmlui-borderColor-H3)));
|
|
2379
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-H3, var(--xmlui-borderRadius-H3));
|
|
2380
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-H3, var(--xmlui-borderRadius-H3));
|
|
2381
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-H3, var(--xmlui-borderRadius-H3));
|
|
2382
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-H3, var(--xmlui-borderRadius-H3));
|
|
2241
2383
|
color: var(--xmlui-textColor-H3);
|
|
2242
|
-
letter-spacing: var(--xmlui-letterSpacing-H3);
|
|
2243
2384
|
font-family: var(--xmlui-fontFamily-H3);
|
|
2244
|
-
font-weight: var(--xmlui-fontWeight-H3);
|
|
2245
2385
|
font-size: var(--xmlui-fontSize-H3);
|
|
2386
|
+
font-style: var(--xmlui-fontStyle-H3);
|
|
2387
|
+
font-weight: var(--xmlui-fontWeight-H3);
|
|
2388
|
+
font-stretch: var(--xmlui-fontStretch-H3);
|
|
2389
|
+
text-decoration-line: var(--xmlui-textDecorationLine-H3);
|
|
2390
|
+
text-decoration-color: var(--xmlui-textDecorationColor-H3);
|
|
2391
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-H3);
|
|
2392
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-H3);
|
|
2393
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-H3);
|
|
2246
2394
|
line-height: var(--xmlui-lineHeight-H3);
|
|
2395
|
+
background-color: var(--xmlui-backgroundColor-H3);
|
|
2396
|
+
text-transform: var(--xmlui-textTransform-H3);
|
|
2397
|
+
letter-spacing: var(--xmlui-letterSpacing-H3);
|
|
2398
|
+
word-spacing: var(--xmlui-wordSpacing-H3);
|
|
2399
|
+
text-shadow: var(--xmlui-textShadow-H3);
|
|
2400
|
+
text-indent: var(--xmlui-textIndent-H3);
|
|
2401
|
+
text-align: var(--xmlui-textAlign-H3);
|
|
2402
|
+
text-align-last: var(--xmlui-textAlignLast-H3);
|
|
2403
|
+
word-break: var(--xmlui-wordBreak-H3);
|
|
2404
|
+
word-wrap: var(--xmlui-wordWrap-H3);
|
|
2405
|
+
direction: var(--xmlui-direction-H3);
|
|
2406
|
+
writing-mode: var(--xmlui-writingMode-H3);
|
|
2407
|
+
line-break: var(--xmlui-lineBreak-H3);
|
|
2408
|
+
color: var(--xmlui-textColor-H3);
|
|
2409
|
+
letter-spacing: var(--xmlui-letterSpacing-H3);
|
|
2410
|
+
font-family: var(--xmlui-fontFamily-H3);
|
|
2411
|
+
font-weight: var(--xmlui-fontWeight-H3);
|
|
2247
2412
|
margin-top: var(--xmlui-marginTop-H3);
|
|
2248
2413
|
margin-bottom: var(--xmlui-marginBottom-H3);
|
|
2249
2414
|
text-decoration-line: var(--xmlui-textDecorationLine-H3);
|
|
@@ -2252,13 +2417,61 @@
|
|
|
2252
2417
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H3);
|
|
2253
2418
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H3);
|
|
2254
2419
|
}
|
|
2255
|
-
.
|
|
2420
|
+
._heading_1ad65_13._h4_1ad65_202 {
|
|
2421
|
+
padding: var(--xmlui-padding-H4);
|
|
2422
|
+
padding-left: var(--xmlui-paddingLeft-H4, var(--xmlui-paddingHorizontal-H4, var(--xmlui-padding-H4)));
|
|
2423
|
+
padding-right: var(--xmlui-paddingRight-H4, var(--xmlui-paddingHorizontal-H4, var(--xmlui-padding-H4)));
|
|
2424
|
+
padding-top: var(--xmlui-paddingTop-H4, var(--xmlui-paddingVertical-H4, var(--xmlui-padding-H4)));
|
|
2425
|
+
padding-bottom: var(--xmlui-paddingBottom-H4, var(--xmlui-paddingVertical-H4, var(--xmlui-padding-H4)));
|
|
2426
|
+
border-left: var(--xmlui-borderLeft-H4, var(--xmlui-borderHorizontal-H4, var(--xmlui-border-H4)));
|
|
2427
|
+
border-right: var(--xmlui-borderRight-H4, var(--xmlui-borderHorizontal-H4, var(--xmlui-border-H4)));
|
|
2428
|
+
border-top: var(--xmlui-borderTop-H4, var(--xmlui-borderVertical-H4, var(--xmlui-border-H4)));
|
|
2429
|
+
border-bottom: var(--xmlui-borderBottom-H4, var(--xmlui-borderVertical-H4, var(--xmlui-border-H4)));
|
|
2430
|
+
border-left-style: var(--xmlui-borderLeftStyle-H4, var(--xmlui-borderHorizontalStyle-H4, var(--xmlui-borderStyle-H4)));
|
|
2431
|
+
border-right-style: var(--xmlui-borderRightStyle-H4, var(--xmlui-borderHorizontalStyle-H4, var(--xmlui-borderStyle-H4)));
|
|
2432
|
+
border-top-style: var(--xmlui-borderTopStyle-H4, var(--xmlui-borderVerticalStyle-H4, var(--xmlui-borderStyle-H4)));
|
|
2433
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-H4, var(--xmlui-borderVerticalStyle-H4, var(--xmlui-borderStyle-H4)));
|
|
2434
|
+
border-left-width: var(--xmlui-borderLeftWidth-H4, var(--xmlui-borderHorizontalWidth-H4, var(--xmlui-borderWidth-H4)));
|
|
2435
|
+
border-right-width: var(--xmlui-borderRightWidth-H4, var(--xmlui-borderHorizontalWidth-H4, var(--xmlui-borderWidth-H4)));
|
|
2436
|
+
border-top-width: var(--xmlui-borderTopWidth-H4, var(--xmlui-borderVerticalWidth-H4, var(--xmlui-borderWidth-H4)));
|
|
2437
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-H4, var(--xmlui-borderVerticalWidth-H4, var(--xmlui-borderWidth-H4)));
|
|
2438
|
+
border-left-color: var(--xmlui-borderLeftColor-H4, var(--xmlui-borderHorizontalColor-H4, var(--xmlui-borderColor-H4)));
|
|
2439
|
+
border-right-color: var(--xmlui-borderRightColor-H4, var(--xmlui-borderHorizontalColor-H4, var(--xmlui-borderColor-H4)));
|
|
2440
|
+
border-top-color: var(--xmlui-borderTopColor-H4, var(--xmlui-borderVerticalColor-H4, var(--xmlui-borderColor-H4)));
|
|
2441
|
+
border-bottom-color: var(--xmlui-borderBottomColor-H4, var(--xmlui-borderVerticalColor-H4, var(--xmlui-borderColor-H4)));
|
|
2442
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-H4, var(--xmlui-borderRadius-H4));
|
|
2443
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-H4, var(--xmlui-borderRadius-H4));
|
|
2444
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-H4, var(--xmlui-borderRadius-H4));
|
|
2445
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-H4, var(--xmlui-borderRadius-H4));
|
|
2256
2446
|
color: var(--xmlui-textColor-H4);
|
|
2257
|
-
letter-spacing: var(--xmlui-letterSpacing-H4);
|
|
2258
2447
|
font-family: var(--xmlui-fontFamily-H4);
|
|
2259
|
-
font-weight: var(--xmlui-fontWeight-H4);
|
|
2260
2448
|
font-size: var(--xmlui-fontSize-H4);
|
|
2449
|
+
font-style: var(--xmlui-fontStyle-H4);
|
|
2450
|
+
font-weight: var(--xmlui-fontWeight-H4);
|
|
2451
|
+
font-stretch: var(--xmlui-fontStretch-H4);
|
|
2452
|
+
text-decoration-line: var(--xmlui-textDecorationLine-H4);
|
|
2453
|
+
text-decoration-color: var(--xmlui-textDecorationColor-H4);
|
|
2454
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-H4);
|
|
2455
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-H4);
|
|
2456
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-H4);
|
|
2261
2457
|
line-height: var(--xmlui-lineHeight-H4);
|
|
2458
|
+
background-color: var(--xmlui-backgroundColor-H4);
|
|
2459
|
+
text-transform: var(--xmlui-textTransform-H4);
|
|
2460
|
+
letter-spacing: var(--xmlui-letterSpacing-H4);
|
|
2461
|
+
word-spacing: var(--xmlui-wordSpacing-H4);
|
|
2462
|
+
text-shadow: var(--xmlui-textShadow-H4);
|
|
2463
|
+
text-indent: var(--xmlui-textIndent-H4);
|
|
2464
|
+
text-align: var(--xmlui-textAlign-H4);
|
|
2465
|
+
text-align-last: var(--xmlui-textAlignLast-H4);
|
|
2466
|
+
word-break: var(--xmlui-wordBreak-H4);
|
|
2467
|
+
word-wrap: var(--xmlui-wordWrap-H4);
|
|
2468
|
+
direction: var(--xmlui-direction-H4);
|
|
2469
|
+
writing-mode: var(--xmlui-writingMode-H4);
|
|
2470
|
+
line-break: var(--xmlui-lineBreak-H4);
|
|
2471
|
+
color: var(--xmlui-textColor-H4);
|
|
2472
|
+
letter-spacing: var(--xmlui-letterSpacing-H4);
|
|
2473
|
+
font-family: var(--xmlui-fontFamily-H4);
|
|
2474
|
+
font-weight: var(--xmlui-fontWeight-H4);
|
|
2262
2475
|
margin-top: var(--xmlui-marginTop-H4);
|
|
2263
2476
|
margin-bottom: var(--xmlui-marginBottom-H4);
|
|
2264
2477
|
text-decoration-line: var(--xmlui-textDecorationLine-H4);
|
|
@@ -2267,13 +2480,61 @@
|
|
|
2267
2480
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H4);
|
|
2268
2481
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H4);
|
|
2269
2482
|
}
|
|
2270
|
-
.
|
|
2483
|
+
._heading_1ad65_13._h5_1ad65_265 {
|
|
2484
|
+
padding: var(--xmlui-padding-H5);
|
|
2485
|
+
padding-left: var(--xmlui-paddingLeft-H5, var(--xmlui-paddingHorizontal-H5, var(--xmlui-padding-H5)));
|
|
2486
|
+
padding-right: var(--xmlui-paddingRight-H5, var(--xmlui-paddingHorizontal-H5, var(--xmlui-padding-H5)));
|
|
2487
|
+
padding-top: var(--xmlui-paddingTop-H5, var(--xmlui-paddingVertical-H5, var(--xmlui-padding-H5)));
|
|
2488
|
+
padding-bottom: var(--xmlui-paddingBottom-H5, var(--xmlui-paddingVertical-H5, var(--xmlui-padding-H5)));
|
|
2489
|
+
border-left: var(--xmlui-borderLeft-H5, var(--xmlui-borderHorizontal-H5, var(--xmlui-border-H5)));
|
|
2490
|
+
border-right: var(--xmlui-borderRight-H5, var(--xmlui-borderHorizontal-H5, var(--xmlui-border-H5)));
|
|
2491
|
+
border-top: var(--xmlui-borderTop-H5, var(--xmlui-borderVertical-H5, var(--xmlui-border-H5)));
|
|
2492
|
+
border-bottom: var(--xmlui-borderBottom-H5, var(--xmlui-borderVertical-H5, var(--xmlui-border-H5)));
|
|
2493
|
+
border-left-style: var(--xmlui-borderLeftStyle-H5, var(--xmlui-borderHorizontalStyle-H5, var(--xmlui-borderStyle-H5)));
|
|
2494
|
+
border-right-style: var(--xmlui-borderRightStyle-H5, var(--xmlui-borderHorizontalStyle-H5, var(--xmlui-borderStyle-H5)));
|
|
2495
|
+
border-top-style: var(--xmlui-borderTopStyle-H5, var(--xmlui-borderVerticalStyle-H5, var(--xmlui-borderStyle-H5)));
|
|
2496
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-H5, var(--xmlui-borderVerticalStyle-H5, var(--xmlui-borderStyle-H5)));
|
|
2497
|
+
border-left-width: var(--xmlui-borderLeftWidth-H5, var(--xmlui-borderHorizontalWidth-H5, var(--xmlui-borderWidth-H5)));
|
|
2498
|
+
border-right-width: var(--xmlui-borderRightWidth-H5, var(--xmlui-borderHorizontalWidth-H5, var(--xmlui-borderWidth-H5)));
|
|
2499
|
+
border-top-width: var(--xmlui-borderTopWidth-H5, var(--xmlui-borderVerticalWidth-H5, var(--xmlui-borderWidth-H5)));
|
|
2500
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-H5, var(--xmlui-borderVerticalWidth-H5, var(--xmlui-borderWidth-H5)));
|
|
2501
|
+
border-left-color: var(--xmlui-borderLeftColor-H5, var(--xmlui-borderHorizontalColor-H5, var(--xmlui-borderColor-H5)));
|
|
2502
|
+
border-right-color: var(--xmlui-borderRightColor-H5, var(--xmlui-borderHorizontalColor-H5, var(--xmlui-borderColor-H5)));
|
|
2503
|
+
border-top-color: var(--xmlui-borderTopColor-H5, var(--xmlui-borderVerticalColor-H5, var(--xmlui-borderColor-H5)));
|
|
2504
|
+
border-bottom-color: var(--xmlui-borderBottomColor-H5, var(--xmlui-borderVerticalColor-H5, var(--xmlui-borderColor-H5)));
|
|
2505
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-H5, var(--xmlui-borderRadius-H5));
|
|
2506
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-H5, var(--xmlui-borderRadius-H5));
|
|
2507
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-H5, var(--xmlui-borderRadius-H5));
|
|
2508
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-H5, var(--xmlui-borderRadius-H5));
|
|
2271
2509
|
color: var(--xmlui-textColor-H5);
|
|
2272
|
-
letter-spacing: var(--xmlui-letterSpacing-H5);
|
|
2273
2510
|
font-family: var(--xmlui-fontFamily-H5);
|
|
2274
|
-
font-weight: var(--xmlui-fontWeight-H5);
|
|
2275
2511
|
font-size: var(--xmlui-fontSize-H5);
|
|
2512
|
+
font-style: var(--xmlui-fontStyle-H5);
|
|
2513
|
+
font-weight: var(--xmlui-fontWeight-H5);
|
|
2514
|
+
font-stretch: var(--xmlui-fontStretch-H5);
|
|
2515
|
+
text-decoration-line: var(--xmlui-textDecorationLine-H5);
|
|
2516
|
+
text-decoration-color: var(--xmlui-textDecorationColor-H5);
|
|
2517
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-H5);
|
|
2518
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-H5);
|
|
2519
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-H5);
|
|
2276
2520
|
line-height: var(--xmlui-lineHeight-H5);
|
|
2521
|
+
background-color: var(--xmlui-backgroundColor-H5);
|
|
2522
|
+
text-transform: var(--xmlui-textTransform-H5);
|
|
2523
|
+
letter-spacing: var(--xmlui-letterSpacing-H5);
|
|
2524
|
+
word-spacing: var(--xmlui-wordSpacing-H5);
|
|
2525
|
+
text-shadow: var(--xmlui-textShadow-H5);
|
|
2526
|
+
text-indent: var(--xmlui-textIndent-H5);
|
|
2527
|
+
text-align: var(--xmlui-textAlign-H5);
|
|
2528
|
+
text-align-last: var(--xmlui-textAlignLast-H5);
|
|
2529
|
+
word-break: var(--xmlui-wordBreak-H5);
|
|
2530
|
+
word-wrap: var(--xmlui-wordWrap-H5);
|
|
2531
|
+
direction: var(--xmlui-direction-H5);
|
|
2532
|
+
writing-mode: var(--xmlui-writingMode-H5);
|
|
2533
|
+
line-break: var(--xmlui-lineBreak-H5);
|
|
2534
|
+
color: var(--xmlui-textColor-H5);
|
|
2535
|
+
letter-spacing: var(--xmlui-letterSpacing-H5);
|
|
2536
|
+
font-family: var(--xmlui-fontFamily-H5);
|
|
2537
|
+
font-weight: var(--xmlui-fontWeight-H5);
|
|
2277
2538
|
margin-top: var(--xmlui-marginTop-H5);
|
|
2278
2539
|
margin-bottom: var(--xmlui-marginBottom-H5);
|
|
2279
2540
|
text-decoration-line: var(--xmlui-textDecorationLine-H5);
|
|
@@ -2282,13 +2543,61 @@
|
|
|
2282
2543
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H5);
|
|
2283
2544
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H5);
|
|
2284
2545
|
}
|
|
2285
|
-
.
|
|
2546
|
+
._heading_1ad65_13._h6_1ad65_328 {
|
|
2547
|
+
padding: var(--xmlui-padding-H6);
|
|
2548
|
+
padding-left: var(--xmlui-paddingLeft-H6, var(--xmlui-paddingHorizontal-H6, var(--xmlui-padding-H6)));
|
|
2549
|
+
padding-right: var(--xmlui-paddingRight-H6, var(--xmlui-paddingHorizontal-H6, var(--xmlui-padding-H6)));
|
|
2550
|
+
padding-top: var(--xmlui-paddingTop-H6, var(--xmlui-paddingVertical-H6, var(--xmlui-padding-H6)));
|
|
2551
|
+
padding-bottom: var(--xmlui-paddingBottom-H6, var(--xmlui-paddingVertical-H6, var(--xmlui-padding-H6)));
|
|
2552
|
+
border-left: var(--xmlui-borderLeft-H6, var(--xmlui-borderHorizontal-H6, var(--xmlui-border-H6)));
|
|
2553
|
+
border-right: var(--xmlui-borderRight-H6, var(--xmlui-borderHorizontal-H6, var(--xmlui-border-H6)));
|
|
2554
|
+
border-top: var(--xmlui-borderTop-H6, var(--xmlui-borderVertical-H6, var(--xmlui-border-H6)));
|
|
2555
|
+
border-bottom: var(--xmlui-borderBottom-H6, var(--xmlui-borderVertical-H6, var(--xmlui-border-H6)));
|
|
2556
|
+
border-left-style: var(--xmlui-borderLeftStyle-H6, var(--xmlui-borderHorizontalStyle-H6, var(--xmlui-borderStyle-H6)));
|
|
2557
|
+
border-right-style: var(--xmlui-borderRightStyle-H6, var(--xmlui-borderHorizontalStyle-H6, var(--xmlui-borderStyle-H6)));
|
|
2558
|
+
border-top-style: var(--xmlui-borderTopStyle-H6, var(--xmlui-borderVerticalStyle-H6, var(--xmlui-borderStyle-H6)));
|
|
2559
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-H6, var(--xmlui-borderVerticalStyle-H6, var(--xmlui-borderStyle-H6)));
|
|
2560
|
+
border-left-width: var(--xmlui-borderLeftWidth-H6, var(--xmlui-borderHorizontalWidth-H6, var(--xmlui-borderWidth-H6)));
|
|
2561
|
+
border-right-width: var(--xmlui-borderRightWidth-H6, var(--xmlui-borderHorizontalWidth-H6, var(--xmlui-borderWidth-H6)));
|
|
2562
|
+
border-top-width: var(--xmlui-borderTopWidth-H6, var(--xmlui-borderVerticalWidth-H6, var(--xmlui-borderWidth-H6)));
|
|
2563
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-H6, var(--xmlui-borderVerticalWidth-H6, var(--xmlui-borderWidth-H6)));
|
|
2564
|
+
border-left-color: var(--xmlui-borderLeftColor-H6, var(--xmlui-borderHorizontalColor-H6, var(--xmlui-borderColor-H6)));
|
|
2565
|
+
border-right-color: var(--xmlui-borderRightColor-H6, var(--xmlui-borderHorizontalColor-H6, var(--xmlui-borderColor-H6)));
|
|
2566
|
+
border-top-color: var(--xmlui-borderTopColor-H6, var(--xmlui-borderVerticalColor-H6, var(--xmlui-borderColor-H6)));
|
|
2567
|
+
border-bottom-color: var(--xmlui-borderBottomColor-H6, var(--xmlui-borderVerticalColor-H6, var(--xmlui-borderColor-H6)));
|
|
2568
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-H6, var(--xmlui-borderRadius-H6));
|
|
2569
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-H6, var(--xmlui-borderRadius-H6));
|
|
2570
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-H6, var(--xmlui-borderRadius-H6));
|
|
2571
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-H6, var(--xmlui-borderRadius-H6));
|
|
2286
2572
|
color: var(--xmlui-textColor-H6);
|
|
2287
|
-
letter-spacing: var(--xmlui-letterSpacing-H6);
|
|
2288
2573
|
font-family: var(--xmlui-fontFamily-H6);
|
|
2289
|
-
font-weight: var(--xmlui-fontWeight-H6);
|
|
2290
2574
|
font-size: var(--xmlui-fontSize-H6);
|
|
2575
|
+
font-style: var(--xmlui-fontStyle-H6);
|
|
2576
|
+
font-weight: var(--xmlui-fontWeight-H6);
|
|
2577
|
+
font-stretch: var(--xmlui-fontStretch-H6);
|
|
2578
|
+
text-decoration-line: var(--xmlui-textDecorationLine-H6);
|
|
2579
|
+
text-decoration-color: var(--xmlui-textDecorationColor-H6);
|
|
2580
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-H6);
|
|
2581
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-H6);
|
|
2582
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-H6);
|
|
2291
2583
|
line-height: var(--xmlui-lineHeight-H6);
|
|
2584
|
+
background-color: var(--xmlui-backgroundColor-H6);
|
|
2585
|
+
text-transform: var(--xmlui-textTransform-H6);
|
|
2586
|
+
letter-spacing: var(--xmlui-letterSpacing-H6);
|
|
2587
|
+
word-spacing: var(--xmlui-wordSpacing-H6);
|
|
2588
|
+
text-shadow: var(--xmlui-textShadow-H6);
|
|
2589
|
+
text-indent: var(--xmlui-textIndent-H6);
|
|
2590
|
+
text-align: var(--xmlui-textAlign-H6);
|
|
2591
|
+
text-align-last: var(--xmlui-textAlignLast-H6);
|
|
2592
|
+
word-break: var(--xmlui-wordBreak-H6);
|
|
2593
|
+
word-wrap: var(--xmlui-wordWrap-H6);
|
|
2594
|
+
direction: var(--xmlui-direction-H6);
|
|
2595
|
+
writing-mode: var(--xmlui-writingMode-H6);
|
|
2596
|
+
line-break: var(--xmlui-lineBreak-H6);
|
|
2597
|
+
color: var(--xmlui-textColor-H6);
|
|
2598
|
+
letter-spacing: var(--xmlui-letterSpacing-H6);
|
|
2599
|
+
font-family: var(--xmlui-fontFamily-H6);
|
|
2600
|
+
font-weight: var(--xmlui-fontWeight-H6);
|
|
2292
2601
|
margin-top: var(--xmlui-marginTop-H6);
|
|
2293
2602
|
margin-bottom: var(--xmlui-marginBottom-H6);
|
|
2294
2603
|
text-decoration-line: var(--xmlui-textDecorationLine-H6);
|
|
@@ -2302,17 +2611,17 @@
|
|
|
2302
2611
|
This is a Chromium based solution that is supported by most modern browsers.
|
|
2303
2612
|
See this source for details: https://css-tricks.com/line-clampin/
|
|
2304
2613
|
*/
|
|
2305
|
-
.
|
|
2614
|
+
._truncateOverflow_1ad65_396 {
|
|
2306
2615
|
overflow: hidden;
|
|
2307
2616
|
text-overflow: ellipsis;
|
|
2308
2617
|
white-space: nowrap;
|
|
2309
2618
|
}
|
|
2310
2619
|
|
|
2311
|
-
.
|
|
2620
|
+
._preserveLinebreaks_1ad65_402 {
|
|
2312
2621
|
white-space: pre-wrap;
|
|
2313
2622
|
}
|
|
2314
2623
|
|
|
2315
|
-
.
|
|
2624
|
+
._noEllipsis_1ad65_406 {
|
|
2316
2625
|
text-overflow: clip;
|
|
2317
2626
|
}/*
|
|
2318
2627
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -2326,18 +2635,97 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2326
2635
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2327
2636
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2328
2637
|
*/
|
|
2329
|
-
.
|
|
2638
|
+
._text_wtc9w_13 {
|
|
2330
2639
|
overflow: hidden;
|
|
2331
2640
|
text-overflow: ellipsis;
|
|
2332
2641
|
margin: 0;
|
|
2333
2642
|
padding: 0;
|
|
2334
2643
|
min-height: fit-content;
|
|
2335
|
-
|
|
2336
|
-
|
|
2644
|
+
padding: var(--xmlui-padding-Text-default);
|
|
2645
|
+
padding-left: var(--xmlui-paddingLeft-Text-default, var(--xmlui-paddingHorizontal-Text-default, var(--xmlui-padding-Text-default)));
|
|
2646
|
+
padding-right: var(--xmlui-paddingRight-Text-default, var(--xmlui-paddingHorizontal-Text-default, var(--xmlui-padding-Text-default)));
|
|
2647
|
+
padding-top: var(--xmlui-paddingTop-Text-default, var(--xmlui-paddingVertical-Text-default, var(--xmlui-padding-Text-default)));
|
|
2648
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-default, var(--xmlui-paddingVertical-Text-default, var(--xmlui-padding-Text-default)));
|
|
2649
|
+
border-left: var(--xmlui-borderLeft-Text-default, var(--xmlui-borderHorizontal-Text-default, var(--xmlui-border-Text-default)));
|
|
2650
|
+
border-right: var(--xmlui-borderRight-Text-default, var(--xmlui-borderHorizontal-Text-default, var(--xmlui-border-Text-default)));
|
|
2651
|
+
border-top: var(--xmlui-borderTop-Text-default, var(--xmlui-borderVertical-Text-default, var(--xmlui-border-Text-default)));
|
|
2652
|
+
border-bottom: var(--xmlui-borderBottom-Text-default, var(--xmlui-borderVertical-Text-default, var(--xmlui-border-Text-default)));
|
|
2653
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-default, var(--xmlui-borderHorizontalStyle-Text-default, var(--xmlui-borderStyle-Text-default)));
|
|
2654
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-default, var(--xmlui-borderHorizontalStyle-Text-default, var(--xmlui-borderStyle-Text-default)));
|
|
2655
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-default, var(--xmlui-borderVerticalStyle-Text-default, var(--xmlui-borderStyle-Text-default)));
|
|
2656
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-default, var(--xmlui-borderVerticalStyle-Text-default, var(--xmlui-borderStyle-Text-default)));
|
|
2657
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-default, var(--xmlui-borderHorizontalWidth-Text-default, var(--xmlui-borderWidth-Text-default)));
|
|
2658
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-default, var(--xmlui-borderHorizontalWidth-Text-default, var(--xmlui-borderWidth-Text-default)));
|
|
2659
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-default, var(--xmlui-borderVerticalWidth-Text-default, var(--xmlui-borderWidth-Text-default)));
|
|
2660
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-default, var(--xmlui-borderVerticalWidth-Text-default, var(--xmlui-borderWidth-Text-default)));
|
|
2661
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-default, var(--xmlui-borderHorizontalColor-Text-default, var(--xmlui-borderColor-Text-default)));
|
|
2662
|
+
border-right-color: var(--xmlui-borderRightColor-Text-default, var(--xmlui-borderHorizontalColor-Text-default, var(--xmlui-borderColor-Text-default)));
|
|
2663
|
+
border-top-color: var(--xmlui-borderTopColor-Text-default, var(--xmlui-borderVerticalColor-Text-default, var(--xmlui-borderColor-Text-default)));
|
|
2664
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-default, var(--xmlui-borderVerticalColor-Text-default, var(--xmlui-borderColor-Text-default)));
|
|
2665
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-default, var(--xmlui-borderRadius-Text-default));
|
|
2666
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-default, var(--xmlui-borderRadius-Text-default));
|
|
2667
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-default, var(--xmlui-borderRadius-Text-default));
|
|
2668
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-default, var(--xmlui-borderRadius-Text-default));
|
|
2669
|
+
color: var(--xmlui-textColor-Text-default);
|
|
2670
|
+
font-family: var(--xmlui-fontFamily-Text-default);
|
|
2671
|
+
font-size: var(--xmlui-fontSize-Text-default);
|
|
2672
|
+
font-style: var(--xmlui-fontStyle-Text-default);
|
|
2673
|
+
font-weight: var(--xmlui-fontWeight-Text-default);
|
|
2674
|
+
font-stretch: var(--xmlui-fontStretch-Text-default);
|
|
2675
|
+
text-decoration-line: var(--xmlui-textDecorationLine-Text-default);
|
|
2676
|
+
text-decoration-color: var(--xmlui-textDecorationColor-Text-default);
|
|
2677
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-Text-default);
|
|
2678
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-default);
|
|
2679
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-default);
|
|
2680
|
+
line-height: var(--xmlui-lineHeight-Text-default);
|
|
2681
|
+
background-color: var(--xmlui-backgroundColor-Text-default);
|
|
2682
|
+
text-transform: var(--xmlui-textTransform-Text-default);
|
|
2683
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-default);
|
|
2684
|
+
word-spacing: var(--xmlui-wordSpacing-Text-default);
|
|
2685
|
+
text-shadow: var(--xmlui-textShadow-Text-default);
|
|
2686
|
+
text-indent: var(--xmlui-textIndent-Text-default);
|
|
2687
|
+
text-align: var(--xmlui-textAlign-Text-default);
|
|
2688
|
+
text-align-last: var(--xmlui-textAlignLast-Text-default);
|
|
2689
|
+
word-break: var(--xmlui-wordBreak-Text-default);
|
|
2690
|
+
word-wrap: var(--xmlui-wordWrap-Text-default);
|
|
2691
|
+
direction: var(--xmlui-direction-Text-default);
|
|
2692
|
+
writing-mode: var(--xmlui-writingMode-Text-default);
|
|
2693
|
+
line-break: var(--xmlui-lineBreak-Text-default);
|
|
2694
|
+
margin-top: var(--xmlui-marginTop-Text-default);
|
|
2695
|
+
margin-bottom: var(--xmlui-marginBottom-Text-default);
|
|
2696
|
+
vertical-align: var(--xmlui-verticalAlign-Text-default);
|
|
2697
|
+
}
|
|
2698
|
+
._text_wtc9w_13._markdown_wtc9w_73 {
|
|
2699
|
+
padding: var(--xmlui-padding-Text-markdown);
|
|
2700
|
+
padding-left: var(--xmlui-paddingLeft-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
|
|
2701
|
+
padding-right: var(--xmlui-paddingRight-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
|
|
2702
|
+
padding-top: var(--xmlui-paddingTop-Text-markdown, var(--xmlui-paddingVertical-Text-markdown, var(--xmlui-padding-Text-markdown)));
|
|
2703
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-markdown, var(--xmlui-paddingVertical-Text-markdown, var(--xmlui-padding-Text-markdown)));
|
|
2704
|
+
border-left: var(--xmlui-borderLeft-Text-markdown, var(--xmlui-borderHorizontal-Text-markdown, var(--xmlui-border-Text-markdown)));
|
|
2705
|
+
border-right: var(--xmlui-borderRight-Text-markdown, var(--xmlui-borderHorizontal-Text-markdown, var(--xmlui-border-Text-markdown)));
|
|
2706
|
+
border-top: var(--xmlui-borderTop-Text-markdown, var(--xmlui-borderVertical-Text-markdown, var(--xmlui-border-Text-markdown)));
|
|
2707
|
+
border-bottom: var(--xmlui-borderBottom-Text-markdown, var(--xmlui-borderVertical-Text-markdown, var(--xmlui-border-Text-markdown)));
|
|
2708
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-markdown, var(--xmlui-borderHorizontalStyle-Text-markdown, var(--xmlui-borderStyle-Text-markdown)));
|
|
2709
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-markdown, var(--xmlui-borderHorizontalStyle-Text-markdown, var(--xmlui-borderStyle-Text-markdown)));
|
|
2710
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-markdown, var(--xmlui-borderVerticalStyle-Text-markdown, var(--xmlui-borderStyle-Text-markdown)));
|
|
2711
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-markdown, var(--xmlui-borderVerticalStyle-Text-markdown, var(--xmlui-borderStyle-Text-markdown)));
|
|
2712
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-markdown, var(--xmlui-borderHorizontalWidth-Text-markdown, var(--xmlui-borderWidth-Text-markdown)));
|
|
2713
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-markdown, var(--xmlui-borderHorizontalWidth-Text-markdown, var(--xmlui-borderWidth-Text-markdown)));
|
|
2714
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-markdown, var(--xmlui-borderVerticalWidth-Text-markdown, var(--xmlui-borderWidth-Text-markdown)));
|
|
2715
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-markdown, var(--xmlui-borderVerticalWidth-Text-markdown, var(--xmlui-borderWidth-Text-markdown)));
|
|
2716
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-markdown, var(--xmlui-borderHorizontalColor-Text-markdown, var(--xmlui-borderColor-Text-markdown)));
|
|
2717
|
+
border-right-color: var(--xmlui-borderRightColor-Text-markdown, var(--xmlui-borderHorizontalColor-Text-markdown, var(--xmlui-borderColor-Text-markdown)));
|
|
2718
|
+
border-top-color: var(--xmlui-borderTopColor-Text-markdown, var(--xmlui-borderVerticalColor-Text-markdown, var(--xmlui-borderColor-Text-markdown)));
|
|
2719
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-markdown, var(--xmlui-borderVerticalColor-Text-markdown, var(--xmlui-borderColor-Text-markdown)));
|
|
2720
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-markdown, var(--xmlui-borderRadius-Text-markdown));
|
|
2721
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-markdown, var(--xmlui-borderRadius-Text-markdown));
|
|
2722
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-markdown, var(--xmlui-borderRadius-Text-markdown));
|
|
2723
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-markdown, var(--xmlui-borderRadius-Text-markdown));
|
|
2724
|
+
color: var(--xmlui-textColor-Text-markdown);
|
|
2337
2725
|
font-family: var(--xmlui-fontFamily-Text-markdown);
|
|
2338
2726
|
font-size: var(--xmlui-fontSize-Text-markdown);
|
|
2339
|
-
font-weight: var(--xmlui-fontWeight-Text-markdown);
|
|
2340
2727
|
font-style: var(--xmlui-fontStyle-Text-markdown);
|
|
2728
|
+
font-weight: var(--xmlui-fontWeight-Text-markdown);
|
|
2341
2729
|
font-stretch: var(--xmlui-fontStretch-Text-markdown);
|
|
2342
2730
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-markdown);
|
|
2343
2731
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-markdown);
|
|
@@ -2345,31 +2733,57 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2345
2733
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-markdown);
|
|
2346
2734
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-markdown);
|
|
2347
2735
|
line-height: var(--xmlui-lineHeight-Text-markdown);
|
|
2348
|
-
color: var(--xmlui-textColor-Text-markdown);
|
|
2349
2736
|
background-color: var(--xmlui-backgroundColor-Text-markdown);
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2737
|
+
text-transform: var(--xmlui-textTransform-Text-markdown);
|
|
2738
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-markdown);
|
|
2739
|
+
word-spacing: var(--xmlui-wordSpacing-Text-markdown);
|
|
2740
|
+
text-shadow: var(--xmlui-textShadow-Text-markdown);
|
|
2741
|
+
text-indent: var(--xmlui-textIndent-Text-markdown);
|
|
2742
|
+
text-align: var(--xmlui-textAlign-Text-markdown);
|
|
2743
|
+
text-align-last: var(--xmlui-textAlignLast-Text-markdown);
|
|
2744
|
+
word-break: var(--xmlui-wordBreak-Text-markdown);
|
|
2745
|
+
word-wrap: var(--xmlui-wordWrap-Text-markdown);
|
|
2746
|
+
direction: var(--xmlui-direction-Text-markdown);
|
|
2747
|
+
writing-mode: var(--xmlui-writingMode-Text-markdown);
|
|
2748
|
+
line-break: var(--xmlui-lineBreak-Text-markdown);
|
|
2359
2749
|
margin-top: var(--xmlui-marginTop-Text-markdown);
|
|
2360
2750
|
margin-bottom: var(--xmlui-marginBottom-Text-markdown);
|
|
2361
|
-
text-transform: var(--xmlui-textTransform-Text-markdown);
|
|
2362
2751
|
vertical-align: var(--xmlui-verticalAlign-Text-markdown);
|
|
2363
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-markdown);
|
|
2364
2752
|
}
|
|
2365
|
-
.
|
|
2753
|
+
._text_wtc9w_13 ._text_wtc9w_13 {
|
|
2366
2754
|
display: inline;
|
|
2367
2755
|
}
|
|
2368
|
-
.
|
|
2756
|
+
._text_wtc9w_13._abbr_wtc9w_131 {
|
|
2757
|
+
padding: var(--xmlui-padding-Text-abbr);
|
|
2758
|
+
padding-left: var(--xmlui-paddingLeft-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
|
|
2759
|
+
padding-right: var(--xmlui-paddingRight-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
|
|
2760
|
+
padding-top: var(--xmlui-paddingTop-Text-abbr, var(--xmlui-paddingVertical-Text-abbr, var(--xmlui-padding-Text-abbr)));
|
|
2761
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-abbr, var(--xmlui-paddingVertical-Text-abbr, var(--xmlui-padding-Text-abbr)));
|
|
2762
|
+
border-left: var(--xmlui-borderLeft-Text-abbr, var(--xmlui-borderHorizontal-Text-abbr, var(--xmlui-border-Text-abbr)));
|
|
2763
|
+
border-right: var(--xmlui-borderRight-Text-abbr, var(--xmlui-borderHorizontal-Text-abbr, var(--xmlui-border-Text-abbr)));
|
|
2764
|
+
border-top: var(--xmlui-borderTop-Text-abbr, var(--xmlui-borderVertical-Text-abbr, var(--xmlui-border-Text-abbr)));
|
|
2765
|
+
border-bottom: var(--xmlui-borderBottom-Text-abbr, var(--xmlui-borderVertical-Text-abbr, var(--xmlui-border-Text-abbr)));
|
|
2766
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-abbr, var(--xmlui-borderHorizontalStyle-Text-abbr, var(--xmlui-borderStyle-Text-abbr)));
|
|
2767
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-abbr, var(--xmlui-borderHorizontalStyle-Text-abbr, var(--xmlui-borderStyle-Text-abbr)));
|
|
2768
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-abbr, var(--xmlui-borderVerticalStyle-Text-abbr, var(--xmlui-borderStyle-Text-abbr)));
|
|
2769
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-abbr, var(--xmlui-borderVerticalStyle-Text-abbr, var(--xmlui-borderStyle-Text-abbr)));
|
|
2770
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-abbr, var(--xmlui-borderHorizontalWidth-Text-abbr, var(--xmlui-borderWidth-Text-abbr)));
|
|
2771
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-abbr, var(--xmlui-borderHorizontalWidth-Text-abbr, var(--xmlui-borderWidth-Text-abbr)));
|
|
2772
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-abbr, var(--xmlui-borderVerticalWidth-Text-abbr, var(--xmlui-borderWidth-Text-abbr)));
|
|
2773
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-abbr, var(--xmlui-borderVerticalWidth-Text-abbr, var(--xmlui-borderWidth-Text-abbr)));
|
|
2774
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-abbr, var(--xmlui-borderHorizontalColor-Text-abbr, var(--xmlui-borderColor-Text-abbr)));
|
|
2775
|
+
border-right-color: var(--xmlui-borderRightColor-Text-abbr, var(--xmlui-borderHorizontalColor-Text-abbr, var(--xmlui-borderColor-Text-abbr)));
|
|
2776
|
+
border-top-color: var(--xmlui-borderTopColor-Text-abbr, var(--xmlui-borderVerticalColor-Text-abbr, var(--xmlui-borderColor-Text-abbr)));
|
|
2777
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-abbr, var(--xmlui-borderVerticalColor-Text-abbr, var(--xmlui-borderColor-Text-abbr)));
|
|
2778
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-abbr, var(--xmlui-borderRadius-Text-abbr));
|
|
2779
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-abbr, var(--xmlui-borderRadius-Text-abbr));
|
|
2780
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-abbr, var(--xmlui-borderRadius-Text-abbr));
|
|
2781
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-abbr, var(--xmlui-borderRadius-Text-abbr));
|
|
2782
|
+
color: var(--xmlui-textColor-Text-abbr);
|
|
2369
2783
|
font-family: var(--xmlui-fontFamily-Text-abbr);
|
|
2370
2784
|
font-size: var(--xmlui-fontSize-Text-abbr);
|
|
2371
|
-
font-weight: var(--xmlui-fontWeight-Text-abbr);
|
|
2372
2785
|
font-style: var(--xmlui-fontStyle-Text-abbr);
|
|
2786
|
+
font-weight: var(--xmlui-fontWeight-Text-abbr);
|
|
2373
2787
|
font-stretch: var(--xmlui-fontStretch-Text-abbr);
|
|
2374
2788
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-abbr);
|
|
2375
2789
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-abbr);
|
|
@@ -2377,28 +2791,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2377
2791
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-abbr);
|
|
2378
2792
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-abbr);
|
|
2379
2793
|
line-height: var(--xmlui-lineHeight-Text-abbr);
|
|
2380
|
-
color: var(--xmlui-textColor-Text-abbr);
|
|
2381
2794
|
background-color: var(--xmlui-backgroundColor-Text-abbr);
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2795
|
+
text-transform: var(--xmlui-textTransform-Text-abbr);
|
|
2796
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-abbr);
|
|
2797
|
+
word-spacing: var(--xmlui-wordSpacing-Text-abbr);
|
|
2798
|
+
text-shadow: var(--xmlui-textShadow-Text-abbr);
|
|
2799
|
+
text-indent: var(--xmlui-textIndent-Text-abbr);
|
|
2800
|
+
text-align: var(--xmlui-textAlign-Text-abbr);
|
|
2801
|
+
text-align-last: var(--xmlui-textAlignLast-Text-abbr);
|
|
2802
|
+
word-break: var(--xmlui-wordBreak-Text-abbr);
|
|
2803
|
+
word-wrap: var(--xmlui-wordWrap-Text-abbr);
|
|
2804
|
+
direction: var(--xmlui-direction-Text-abbr);
|
|
2805
|
+
writing-mode: var(--xmlui-writingMode-Text-abbr);
|
|
2806
|
+
line-break: var(--xmlui-lineBreak-Text-abbr);
|
|
2391
2807
|
margin-top: var(--xmlui-marginTop-Text-abbr);
|
|
2392
2808
|
margin-bottom: var(--xmlui-marginBottom-Text-abbr);
|
|
2393
|
-
text-transform: var(--xmlui-textTransform-Text-abbr);
|
|
2394
2809
|
vertical-align: var(--xmlui-verticalAlign-Text-abbr);
|
|
2395
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-abbr);
|
|
2396
2810
|
}
|
|
2397
|
-
.
|
|
2811
|
+
._text_wtc9w_13._cite_wtc9w_186 {
|
|
2812
|
+
padding: var(--xmlui-padding-Text-cite);
|
|
2813
|
+
padding-left: var(--xmlui-paddingLeft-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
|
|
2814
|
+
padding-right: var(--xmlui-paddingRight-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
|
|
2815
|
+
padding-top: var(--xmlui-paddingTop-Text-cite, var(--xmlui-paddingVertical-Text-cite, var(--xmlui-padding-Text-cite)));
|
|
2816
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-cite, var(--xmlui-paddingVertical-Text-cite, var(--xmlui-padding-Text-cite)));
|
|
2817
|
+
border-left: var(--xmlui-borderLeft-Text-cite, var(--xmlui-borderHorizontal-Text-cite, var(--xmlui-border-Text-cite)));
|
|
2818
|
+
border-right: var(--xmlui-borderRight-Text-cite, var(--xmlui-borderHorizontal-Text-cite, var(--xmlui-border-Text-cite)));
|
|
2819
|
+
border-top: var(--xmlui-borderTop-Text-cite, var(--xmlui-borderVertical-Text-cite, var(--xmlui-border-Text-cite)));
|
|
2820
|
+
border-bottom: var(--xmlui-borderBottom-Text-cite, var(--xmlui-borderVertical-Text-cite, var(--xmlui-border-Text-cite)));
|
|
2821
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-cite, var(--xmlui-borderHorizontalStyle-Text-cite, var(--xmlui-borderStyle-Text-cite)));
|
|
2822
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-cite, var(--xmlui-borderHorizontalStyle-Text-cite, var(--xmlui-borderStyle-Text-cite)));
|
|
2823
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-cite, var(--xmlui-borderVerticalStyle-Text-cite, var(--xmlui-borderStyle-Text-cite)));
|
|
2824
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-cite, var(--xmlui-borderVerticalStyle-Text-cite, var(--xmlui-borderStyle-Text-cite)));
|
|
2825
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-cite, var(--xmlui-borderHorizontalWidth-Text-cite, var(--xmlui-borderWidth-Text-cite)));
|
|
2826
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-cite, var(--xmlui-borderHorizontalWidth-Text-cite, var(--xmlui-borderWidth-Text-cite)));
|
|
2827
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-cite, var(--xmlui-borderVerticalWidth-Text-cite, var(--xmlui-borderWidth-Text-cite)));
|
|
2828
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-cite, var(--xmlui-borderVerticalWidth-Text-cite, var(--xmlui-borderWidth-Text-cite)));
|
|
2829
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-cite, var(--xmlui-borderHorizontalColor-Text-cite, var(--xmlui-borderColor-Text-cite)));
|
|
2830
|
+
border-right-color: var(--xmlui-borderRightColor-Text-cite, var(--xmlui-borderHorizontalColor-Text-cite, var(--xmlui-borderColor-Text-cite)));
|
|
2831
|
+
border-top-color: var(--xmlui-borderTopColor-Text-cite, var(--xmlui-borderVerticalColor-Text-cite, var(--xmlui-borderColor-Text-cite)));
|
|
2832
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-cite, var(--xmlui-borderVerticalColor-Text-cite, var(--xmlui-borderColor-Text-cite)));
|
|
2833
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-cite, var(--xmlui-borderRadius-Text-cite));
|
|
2834
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-cite, var(--xmlui-borderRadius-Text-cite));
|
|
2835
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-cite, var(--xmlui-borderRadius-Text-cite));
|
|
2836
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-cite, var(--xmlui-borderRadius-Text-cite));
|
|
2837
|
+
color: var(--xmlui-textColor-Text-cite);
|
|
2398
2838
|
font-family: var(--xmlui-fontFamily-Text-cite);
|
|
2399
2839
|
font-size: var(--xmlui-fontSize-Text-cite);
|
|
2400
|
-
font-weight: var(--xmlui-fontWeight-Text-cite);
|
|
2401
2840
|
font-style: var(--xmlui-fontStyle-Text-cite);
|
|
2841
|
+
font-weight: var(--xmlui-fontWeight-Text-cite);
|
|
2402
2842
|
font-stretch: var(--xmlui-fontStretch-Text-cite);
|
|
2403
2843
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-cite);
|
|
2404
2844
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-cite);
|
|
@@ -2406,31 +2846,57 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2406
2846
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-cite);
|
|
2407
2847
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-cite);
|
|
2408
2848
|
line-height: var(--xmlui-lineHeight-Text-cite);
|
|
2409
|
-
color: var(--xmlui-textColor-Text-cite);
|
|
2410
2849
|
background-color: var(--xmlui-backgroundColor-Text-cite);
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2850
|
+
text-transform: var(--xmlui-textTransform-Text-cite);
|
|
2851
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-cite);
|
|
2852
|
+
word-spacing: var(--xmlui-wordSpacing-Text-cite);
|
|
2853
|
+
text-shadow: var(--xmlui-textShadow-Text-cite);
|
|
2854
|
+
text-indent: var(--xmlui-textIndent-Text-cite);
|
|
2855
|
+
text-align: var(--xmlui-textAlign-Text-cite);
|
|
2856
|
+
text-align-last: var(--xmlui-textAlignLast-Text-cite);
|
|
2857
|
+
word-break: var(--xmlui-wordBreak-Text-cite);
|
|
2858
|
+
word-wrap: var(--xmlui-wordWrap-Text-cite);
|
|
2859
|
+
direction: var(--xmlui-direction-Text-cite);
|
|
2860
|
+
writing-mode: var(--xmlui-writingMode-Text-cite);
|
|
2861
|
+
line-break: var(--xmlui-lineBreak-Text-cite);
|
|
2420
2862
|
margin-top: var(--xmlui-marginTop-Text-cite);
|
|
2421
2863
|
margin-bottom: var(--xmlui-marginBottom-Text-cite);
|
|
2422
|
-
text-transform: var(--xmlui-textTransform-Text-cite);
|
|
2423
2864
|
vertical-align: var(--xmlui-verticalAlign-Text-cite);
|
|
2424
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-cite);
|
|
2425
2865
|
}
|
|
2426
|
-
.
|
|
2866
|
+
._text_wtc9w_13 ._text_wtc9w_13._codefence_wtc9w_241 {
|
|
2427
2867
|
display: block;
|
|
2428
2868
|
}
|
|
2429
|
-
:not(.
|
|
2869
|
+
:not(._text_wtc9w_13._codefence_wtc9w_241) > ._text_wtc9w_13._code_wtc9w_241 {
|
|
2870
|
+
padding: var(--xmlui-padding-Text-code);
|
|
2871
|
+
padding-left: var(--xmlui-paddingLeft-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
|
|
2872
|
+
padding-right: var(--xmlui-paddingRight-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
|
|
2873
|
+
padding-top: var(--xmlui-paddingTop-Text-code, var(--xmlui-paddingVertical-Text-code, var(--xmlui-padding-Text-code)));
|
|
2874
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-code, var(--xmlui-paddingVertical-Text-code, var(--xmlui-padding-Text-code)));
|
|
2875
|
+
border-left: var(--xmlui-borderLeft-Text-code, var(--xmlui-borderHorizontal-Text-code, var(--xmlui-border-Text-code)));
|
|
2876
|
+
border-right: var(--xmlui-borderRight-Text-code, var(--xmlui-borderHorizontal-Text-code, var(--xmlui-border-Text-code)));
|
|
2877
|
+
border-top: var(--xmlui-borderTop-Text-code, var(--xmlui-borderVertical-Text-code, var(--xmlui-border-Text-code)));
|
|
2878
|
+
border-bottom: var(--xmlui-borderBottom-Text-code, var(--xmlui-borderVertical-Text-code, var(--xmlui-border-Text-code)));
|
|
2879
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-code, var(--xmlui-borderHorizontalStyle-Text-code, var(--xmlui-borderStyle-Text-code)));
|
|
2880
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-code, var(--xmlui-borderHorizontalStyle-Text-code, var(--xmlui-borderStyle-Text-code)));
|
|
2881
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-code, var(--xmlui-borderVerticalStyle-Text-code, var(--xmlui-borderStyle-Text-code)));
|
|
2882
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-code, var(--xmlui-borderVerticalStyle-Text-code, var(--xmlui-borderStyle-Text-code)));
|
|
2883
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-code, var(--xmlui-borderHorizontalWidth-Text-code, var(--xmlui-borderWidth-Text-code)));
|
|
2884
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-code, var(--xmlui-borderHorizontalWidth-Text-code, var(--xmlui-borderWidth-Text-code)));
|
|
2885
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-code, var(--xmlui-borderVerticalWidth-Text-code, var(--xmlui-borderWidth-Text-code)));
|
|
2886
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-code, var(--xmlui-borderVerticalWidth-Text-code, var(--xmlui-borderWidth-Text-code)));
|
|
2887
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-code, var(--xmlui-borderHorizontalColor-Text-code, var(--xmlui-borderColor-Text-code)));
|
|
2888
|
+
border-right-color: var(--xmlui-borderRightColor-Text-code, var(--xmlui-borderHorizontalColor-Text-code, var(--xmlui-borderColor-Text-code)));
|
|
2889
|
+
border-top-color: var(--xmlui-borderTopColor-Text-code, var(--xmlui-borderVerticalColor-Text-code, var(--xmlui-borderColor-Text-code)));
|
|
2890
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-code, var(--xmlui-borderVerticalColor-Text-code, var(--xmlui-borderColor-Text-code)));
|
|
2891
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-code, var(--xmlui-borderRadius-Text-code));
|
|
2892
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-code, var(--xmlui-borderRadius-Text-code));
|
|
2893
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-code, var(--xmlui-borderRadius-Text-code));
|
|
2894
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-code, var(--xmlui-borderRadius-Text-code));
|
|
2895
|
+
color: var(--xmlui-textColor-Text-code);
|
|
2430
2896
|
font-family: var(--xmlui-fontFamily-Text-code);
|
|
2431
2897
|
font-size: var(--xmlui-fontSize-Text-code);
|
|
2432
|
-
font-weight: var(--xmlui-fontWeight-Text-code);
|
|
2433
2898
|
font-style: var(--xmlui-fontStyle-Text-code);
|
|
2899
|
+
font-weight: var(--xmlui-fontWeight-Text-code);
|
|
2434
2900
|
font-stretch: var(--xmlui-fontStretch-Text-code);
|
|
2435
2901
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-code);
|
|
2436
2902
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-code);
|
|
@@ -2438,28 +2904,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2438
2904
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-code);
|
|
2439
2905
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-code);
|
|
2440
2906
|
line-height: var(--xmlui-lineHeight-Text-code);
|
|
2441
|
-
color: var(--xmlui-textColor-Text-code);
|
|
2442
2907
|
background-color: var(--xmlui-backgroundColor-Text-code);
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2908
|
+
text-transform: var(--xmlui-textTransform-Text-code);
|
|
2909
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-code);
|
|
2910
|
+
word-spacing: var(--xmlui-wordSpacing-Text-code);
|
|
2911
|
+
text-shadow: var(--xmlui-textShadow-Text-code);
|
|
2912
|
+
text-indent: var(--xmlui-textIndent-Text-code);
|
|
2913
|
+
text-align: var(--xmlui-textAlign-Text-code);
|
|
2914
|
+
text-align-last: var(--xmlui-textAlignLast-Text-code);
|
|
2915
|
+
word-break: var(--xmlui-wordBreak-Text-code);
|
|
2916
|
+
word-wrap: var(--xmlui-wordWrap-Text-code);
|
|
2917
|
+
direction: var(--xmlui-direction-Text-code);
|
|
2918
|
+
writing-mode: var(--xmlui-writingMode-Text-code);
|
|
2919
|
+
line-break: var(--xmlui-lineBreak-Text-code);
|
|
2452
2920
|
margin-top: var(--xmlui-marginTop-Text-code);
|
|
2453
2921
|
margin-bottom: var(--xmlui-marginBottom-Text-code);
|
|
2454
|
-
text-transform: var(--xmlui-textTransform-Text-code);
|
|
2455
2922
|
vertical-align: var(--xmlui-verticalAlign-Text-code);
|
|
2456
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-code);
|
|
2457
2923
|
}
|
|
2458
|
-
.
|
|
2924
|
+
._text_wtc9w_13._codefence_wtc9w_241:has(> ._text_wtc9w_13._code_wtc9w_241) {
|
|
2925
|
+
padding: var(--xmlui-padding-Text-codefence);
|
|
2926
|
+
padding-left: var(--xmlui-paddingLeft-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
|
|
2927
|
+
padding-right: var(--xmlui-paddingRight-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
|
|
2928
|
+
padding-top: var(--xmlui-paddingTop-Text-codefence, var(--xmlui-paddingVertical-Text-codefence, var(--xmlui-padding-Text-codefence)));
|
|
2929
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-codefence, var(--xmlui-paddingVertical-Text-codefence, var(--xmlui-padding-Text-codefence)));
|
|
2930
|
+
border-left: var(--xmlui-borderLeft-Text-codefence, var(--xmlui-borderHorizontal-Text-codefence, var(--xmlui-border-Text-codefence)));
|
|
2931
|
+
border-right: var(--xmlui-borderRight-Text-codefence, var(--xmlui-borderHorizontal-Text-codefence, var(--xmlui-border-Text-codefence)));
|
|
2932
|
+
border-top: var(--xmlui-borderTop-Text-codefence, var(--xmlui-borderVertical-Text-codefence, var(--xmlui-border-Text-codefence)));
|
|
2933
|
+
border-bottom: var(--xmlui-borderBottom-Text-codefence, var(--xmlui-borderVertical-Text-codefence, var(--xmlui-border-Text-codefence)));
|
|
2934
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-codefence, var(--xmlui-borderHorizontalStyle-Text-codefence, var(--xmlui-borderStyle-Text-codefence)));
|
|
2935
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-codefence, var(--xmlui-borderHorizontalStyle-Text-codefence, var(--xmlui-borderStyle-Text-codefence)));
|
|
2936
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-codefence, var(--xmlui-borderVerticalStyle-Text-codefence, var(--xmlui-borderStyle-Text-codefence)));
|
|
2937
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-codefence, var(--xmlui-borderVerticalStyle-Text-codefence, var(--xmlui-borderStyle-Text-codefence)));
|
|
2938
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-codefence, var(--xmlui-borderHorizontalWidth-Text-codefence, var(--xmlui-borderWidth-Text-codefence)));
|
|
2939
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-codefence, var(--xmlui-borderHorizontalWidth-Text-codefence, var(--xmlui-borderWidth-Text-codefence)));
|
|
2940
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-codefence, var(--xmlui-borderVerticalWidth-Text-codefence, var(--xmlui-borderWidth-Text-codefence)));
|
|
2941
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-codefence, var(--xmlui-borderVerticalWidth-Text-codefence, var(--xmlui-borderWidth-Text-codefence)));
|
|
2942
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-codefence, var(--xmlui-borderHorizontalColor-Text-codefence, var(--xmlui-borderColor-Text-codefence)));
|
|
2943
|
+
border-right-color: var(--xmlui-borderRightColor-Text-codefence, var(--xmlui-borderHorizontalColor-Text-codefence, var(--xmlui-borderColor-Text-codefence)));
|
|
2944
|
+
border-top-color: var(--xmlui-borderTopColor-Text-codefence, var(--xmlui-borderVerticalColor-Text-codefence, var(--xmlui-borderColor-Text-codefence)));
|
|
2945
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-codefence, var(--xmlui-borderVerticalColor-Text-codefence, var(--xmlui-borderColor-Text-codefence)));
|
|
2946
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-codefence, var(--xmlui-borderRadius-Text-codefence));
|
|
2947
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-codefence, var(--xmlui-borderRadius-Text-codefence));
|
|
2948
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-codefence, var(--xmlui-borderRadius-Text-codefence));
|
|
2949
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-codefence, var(--xmlui-borderRadius-Text-codefence));
|
|
2950
|
+
color: var(--xmlui-textColor-Text-codefence);
|
|
2459
2951
|
font-family: var(--xmlui-fontFamily-Text-codefence);
|
|
2460
2952
|
font-size: var(--xmlui-fontSize-Text-codefence);
|
|
2461
|
-
font-weight: var(--xmlui-fontWeight-Text-codefence);
|
|
2462
2953
|
font-style: var(--xmlui-fontStyle-Text-codefence);
|
|
2954
|
+
font-weight: var(--xmlui-fontWeight-Text-codefence);
|
|
2463
2955
|
font-stretch: var(--xmlui-fontStretch-Text-codefence);
|
|
2464
2956
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-codefence);
|
|
2465
2957
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-codefence);
|
|
@@ -2467,30 +2959,56 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2467
2959
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-codefence);
|
|
2468
2960
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-codefence);
|
|
2469
2961
|
line-height: var(--xmlui-lineHeight-Text-codefence);
|
|
2470
|
-
color: var(--xmlui-textColor-Text-codefence);
|
|
2471
2962
|
background-color: var(--xmlui-backgroundColor-Text-codefence);
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2963
|
+
text-transform: var(--xmlui-textTransform-Text-codefence);
|
|
2964
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-codefence);
|
|
2965
|
+
word-spacing: var(--xmlui-wordSpacing-Text-codefence);
|
|
2966
|
+
text-shadow: var(--xmlui-textShadow-Text-codefence);
|
|
2967
|
+
text-indent: var(--xmlui-textIndent-Text-codefence);
|
|
2968
|
+
text-align: var(--xmlui-textAlign-Text-codefence);
|
|
2969
|
+
text-align-last: var(--xmlui-textAlignLast-Text-codefence);
|
|
2970
|
+
word-break: var(--xmlui-wordBreak-Text-codefence);
|
|
2971
|
+
word-wrap: var(--xmlui-wordWrap-Text-codefence);
|
|
2972
|
+
direction: var(--xmlui-direction-Text-codefence);
|
|
2973
|
+
writing-mode: var(--xmlui-writingMode-Text-codefence);
|
|
2974
|
+
line-break: var(--xmlui-lineBreak-Text-codefence);
|
|
2481
2975
|
margin-top: var(--xmlui-marginTop-Text-codefence);
|
|
2482
2976
|
margin-bottom: var(--xmlui-marginBottom-Text-codefence);
|
|
2483
|
-
text-transform: var(--xmlui-textTransform-Text-codefence);
|
|
2484
2977
|
vertical-align: var(--xmlui-verticalAlign-Text-codefence);
|
|
2485
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-codefence);
|
|
2486
2978
|
overflow-x: auto;
|
|
2487
2979
|
text-overflow: initial;
|
|
2488
2980
|
}
|
|
2489
|
-
.
|
|
2981
|
+
._text_wtc9w_13._deleted_wtc9w_356 {
|
|
2982
|
+
padding: var(--xmlui-padding-Text-deleted);
|
|
2983
|
+
padding-left: var(--xmlui-paddingLeft-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
|
|
2984
|
+
padding-right: var(--xmlui-paddingRight-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
|
|
2985
|
+
padding-top: var(--xmlui-paddingTop-Text-deleted, var(--xmlui-paddingVertical-Text-deleted, var(--xmlui-padding-Text-deleted)));
|
|
2986
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-deleted, var(--xmlui-paddingVertical-Text-deleted, var(--xmlui-padding-Text-deleted)));
|
|
2987
|
+
border-left: var(--xmlui-borderLeft-Text-deleted, var(--xmlui-borderHorizontal-Text-deleted, var(--xmlui-border-Text-deleted)));
|
|
2988
|
+
border-right: var(--xmlui-borderRight-Text-deleted, var(--xmlui-borderHorizontal-Text-deleted, var(--xmlui-border-Text-deleted)));
|
|
2989
|
+
border-top: var(--xmlui-borderTop-Text-deleted, var(--xmlui-borderVertical-Text-deleted, var(--xmlui-border-Text-deleted)));
|
|
2990
|
+
border-bottom: var(--xmlui-borderBottom-Text-deleted, var(--xmlui-borderVertical-Text-deleted, var(--xmlui-border-Text-deleted)));
|
|
2991
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-deleted, var(--xmlui-borderHorizontalStyle-Text-deleted, var(--xmlui-borderStyle-Text-deleted)));
|
|
2992
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-deleted, var(--xmlui-borderHorizontalStyle-Text-deleted, var(--xmlui-borderStyle-Text-deleted)));
|
|
2993
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-deleted, var(--xmlui-borderVerticalStyle-Text-deleted, var(--xmlui-borderStyle-Text-deleted)));
|
|
2994
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-deleted, var(--xmlui-borderVerticalStyle-Text-deleted, var(--xmlui-borderStyle-Text-deleted)));
|
|
2995
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-deleted, var(--xmlui-borderHorizontalWidth-Text-deleted, var(--xmlui-borderWidth-Text-deleted)));
|
|
2996
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-deleted, var(--xmlui-borderHorizontalWidth-Text-deleted, var(--xmlui-borderWidth-Text-deleted)));
|
|
2997
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-deleted, var(--xmlui-borderVerticalWidth-Text-deleted, var(--xmlui-borderWidth-Text-deleted)));
|
|
2998
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-deleted, var(--xmlui-borderVerticalWidth-Text-deleted, var(--xmlui-borderWidth-Text-deleted)));
|
|
2999
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-deleted, var(--xmlui-borderHorizontalColor-Text-deleted, var(--xmlui-borderColor-Text-deleted)));
|
|
3000
|
+
border-right-color: var(--xmlui-borderRightColor-Text-deleted, var(--xmlui-borderHorizontalColor-Text-deleted, var(--xmlui-borderColor-Text-deleted)));
|
|
3001
|
+
border-top-color: var(--xmlui-borderTopColor-Text-deleted, var(--xmlui-borderVerticalColor-Text-deleted, var(--xmlui-borderColor-Text-deleted)));
|
|
3002
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-deleted, var(--xmlui-borderVerticalColor-Text-deleted, var(--xmlui-borderColor-Text-deleted)));
|
|
3003
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-deleted, var(--xmlui-borderRadius-Text-deleted));
|
|
3004
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-deleted, var(--xmlui-borderRadius-Text-deleted));
|
|
3005
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-deleted, var(--xmlui-borderRadius-Text-deleted));
|
|
3006
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-deleted, var(--xmlui-borderRadius-Text-deleted));
|
|
3007
|
+
color: var(--xmlui-textColor-Text-deleted);
|
|
2490
3008
|
font-family: var(--xmlui-fontFamily-Text-deleted);
|
|
2491
3009
|
font-size: var(--xmlui-fontSize-Text-deleted);
|
|
2492
|
-
font-weight: var(--xmlui-fontWeight-Text-deleted);
|
|
2493
3010
|
font-style: var(--xmlui-fontStyle-Text-deleted);
|
|
3011
|
+
font-weight: var(--xmlui-fontWeight-Text-deleted);
|
|
2494
3012
|
font-stretch: var(--xmlui-fontStretch-Text-deleted);
|
|
2495
3013
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-deleted);
|
|
2496
3014
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-deleted);
|
|
@@ -2498,24 +3016,24 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2498
3016
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-deleted);
|
|
2499
3017
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-deleted);
|
|
2500
3018
|
line-height: var(--xmlui-lineHeight-Text-deleted);
|
|
2501
|
-
color: var(--xmlui-textColor-Text-deleted);
|
|
2502
3019
|
background-color: var(--xmlui-backgroundColor-Text-deleted);
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
3020
|
+
text-transform: var(--xmlui-textTransform-Text-deleted);
|
|
3021
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-deleted);
|
|
3022
|
+
word-spacing: var(--xmlui-wordSpacing-Text-deleted);
|
|
3023
|
+
text-shadow: var(--xmlui-textShadow-Text-deleted);
|
|
3024
|
+
text-indent: var(--xmlui-textIndent-Text-deleted);
|
|
3025
|
+
text-align: var(--xmlui-textAlign-Text-deleted);
|
|
3026
|
+
text-align-last: var(--xmlui-textAlignLast-Text-deleted);
|
|
3027
|
+
word-break: var(--xmlui-wordBreak-Text-deleted);
|
|
3028
|
+
word-wrap: var(--xmlui-wordWrap-Text-deleted);
|
|
3029
|
+
direction: var(--xmlui-direction-Text-deleted);
|
|
3030
|
+
writing-mode: var(--xmlui-writingMode-Text-deleted);
|
|
3031
|
+
line-break: var(--xmlui-lineBreak-Text-deleted);
|
|
2512
3032
|
margin-top: var(--xmlui-marginTop-Text-deleted);
|
|
2513
3033
|
margin-bottom: var(--xmlui-marginBottom-Text-deleted);
|
|
2514
|
-
text-transform: var(--xmlui-textTransform-Text-deleted);
|
|
2515
3034
|
vertical-align: var(--xmlui-verticalAlign-Text-deleted);
|
|
2516
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-deleted);
|
|
2517
3035
|
}
|
|
2518
|
-
.
|
|
3036
|
+
._text_wtc9w_13._deleted_wtc9w_356::before, ._text_wtc9w_13._deleted_wtc9w_356::after {
|
|
2519
3037
|
clip-path: inset(100%);
|
|
2520
3038
|
clip: rect(1px, 1px, 1px, 1px);
|
|
2521
3039
|
height: 1px;
|
|
@@ -2524,17 +3042,43 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2524
3042
|
white-space: nowrap;
|
|
2525
3043
|
width: 1px;
|
|
2526
3044
|
}
|
|
2527
|
-
.
|
|
3045
|
+
._text_wtc9w_13._deleted_wtc9w_356::before {
|
|
2528
3046
|
content: " [deletion start] ";
|
|
2529
3047
|
}
|
|
2530
|
-
.
|
|
3048
|
+
._text_wtc9w_13._deleted_wtc9w_356::after {
|
|
2531
3049
|
content: " [deletion end] ";
|
|
2532
3050
|
}
|
|
2533
|
-
.
|
|
3051
|
+
._text_wtc9w_13._inserted_wtc9w_426 {
|
|
3052
|
+
padding: var(--xmlui-padding-Text-inserted);
|
|
3053
|
+
padding-left: var(--xmlui-paddingLeft-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
|
|
3054
|
+
padding-right: var(--xmlui-paddingRight-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
|
|
3055
|
+
padding-top: var(--xmlui-paddingTop-Text-inserted, var(--xmlui-paddingVertical-Text-inserted, var(--xmlui-padding-Text-inserted)));
|
|
3056
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-inserted, var(--xmlui-paddingVertical-Text-inserted, var(--xmlui-padding-Text-inserted)));
|
|
3057
|
+
border-left: var(--xmlui-borderLeft-Text-inserted, var(--xmlui-borderHorizontal-Text-inserted, var(--xmlui-border-Text-inserted)));
|
|
3058
|
+
border-right: var(--xmlui-borderRight-Text-inserted, var(--xmlui-borderHorizontal-Text-inserted, var(--xmlui-border-Text-inserted)));
|
|
3059
|
+
border-top: var(--xmlui-borderTop-Text-inserted, var(--xmlui-borderVertical-Text-inserted, var(--xmlui-border-Text-inserted)));
|
|
3060
|
+
border-bottom: var(--xmlui-borderBottom-Text-inserted, var(--xmlui-borderVertical-Text-inserted, var(--xmlui-border-Text-inserted)));
|
|
3061
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-inserted, var(--xmlui-borderHorizontalStyle-Text-inserted, var(--xmlui-borderStyle-Text-inserted)));
|
|
3062
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-inserted, var(--xmlui-borderHorizontalStyle-Text-inserted, var(--xmlui-borderStyle-Text-inserted)));
|
|
3063
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-inserted, var(--xmlui-borderVerticalStyle-Text-inserted, var(--xmlui-borderStyle-Text-inserted)));
|
|
3064
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-inserted, var(--xmlui-borderVerticalStyle-Text-inserted, var(--xmlui-borderStyle-Text-inserted)));
|
|
3065
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-inserted, var(--xmlui-borderHorizontalWidth-Text-inserted, var(--xmlui-borderWidth-Text-inserted)));
|
|
3066
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-inserted, var(--xmlui-borderHorizontalWidth-Text-inserted, var(--xmlui-borderWidth-Text-inserted)));
|
|
3067
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-inserted, var(--xmlui-borderVerticalWidth-Text-inserted, var(--xmlui-borderWidth-Text-inserted)));
|
|
3068
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-inserted, var(--xmlui-borderVerticalWidth-Text-inserted, var(--xmlui-borderWidth-Text-inserted)));
|
|
3069
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-inserted, var(--xmlui-borderHorizontalColor-Text-inserted, var(--xmlui-borderColor-Text-inserted)));
|
|
3070
|
+
border-right-color: var(--xmlui-borderRightColor-Text-inserted, var(--xmlui-borderHorizontalColor-Text-inserted, var(--xmlui-borderColor-Text-inserted)));
|
|
3071
|
+
border-top-color: var(--xmlui-borderTopColor-Text-inserted, var(--xmlui-borderVerticalColor-Text-inserted, var(--xmlui-borderColor-Text-inserted)));
|
|
3072
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-inserted, var(--xmlui-borderVerticalColor-Text-inserted, var(--xmlui-borderColor-Text-inserted)));
|
|
3073
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-inserted, var(--xmlui-borderRadius-Text-inserted));
|
|
3074
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-inserted, var(--xmlui-borderRadius-Text-inserted));
|
|
3075
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-inserted, var(--xmlui-borderRadius-Text-inserted));
|
|
3076
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-inserted, var(--xmlui-borderRadius-Text-inserted));
|
|
3077
|
+
color: var(--xmlui-textColor-Text-inserted);
|
|
2534
3078
|
font-family: var(--xmlui-fontFamily-Text-inserted);
|
|
2535
3079
|
font-size: var(--xmlui-fontSize-Text-inserted);
|
|
2536
|
-
font-weight: var(--xmlui-fontWeight-Text-inserted);
|
|
2537
3080
|
font-style: var(--xmlui-fontStyle-Text-inserted);
|
|
3081
|
+
font-weight: var(--xmlui-fontWeight-Text-inserted);
|
|
2538
3082
|
font-stretch: var(--xmlui-fontStretch-Text-inserted);
|
|
2539
3083
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-inserted);
|
|
2540
3084
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-inserted);
|
|
@@ -2542,24 +3086,24 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2542
3086
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-inserted);
|
|
2543
3087
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-inserted);
|
|
2544
3088
|
line-height: var(--xmlui-lineHeight-Text-inserted);
|
|
2545
|
-
color: var(--xmlui-textColor-Text-inserted);
|
|
2546
3089
|
background-color: var(--xmlui-backgroundColor-Text-inserted);
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
3090
|
+
text-transform: var(--xmlui-textTransform-Text-inserted);
|
|
3091
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-inserted);
|
|
3092
|
+
word-spacing: var(--xmlui-wordSpacing-Text-inserted);
|
|
3093
|
+
text-shadow: var(--xmlui-textShadow-Text-inserted);
|
|
3094
|
+
text-indent: var(--xmlui-textIndent-Text-inserted);
|
|
3095
|
+
text-align: var(--xmlui-textAlign-Text-inserted);
|
|
3096
|
+
text-align-last: var(--xmlui-textAlignLast-Text-inserted);
|
|
3097
|
+
word-break: var(--xmlui-wordBreak-Text-inserted);
|
|
3098
|
+
word-wrap: var(--xmlui-wordWrap-Text-inserted);
|
|
3099
|
+
direction: var(--xmlui-direction-Text-inserted);
|
|
3100
|
+
writing-mode: var(--xmlui-writingMode-Text-inserted);
|
|
3101
|
+
line-break: var(--xmlui-lineBreak-Text-inserted);
|
|
2556
3102
|
margin-top: var(--xmlui-marginTop-Text-inserted);
|
|
2557
3103
|
margin-bottom: var(--xmlui-marginBottom-Text-inserted);
|
|
2558
|
-
text-transform: var(--xmlui-textTransform-Text-inserted);
|
|
2559
3104
|
vertical-align: var(--xmlui-verticalAlign-Text-inserted);
|
|
2560
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-inserted);
|
|
2561
3105
|
}
|
|
2562
|
-
.
|
|
3106
|
+
._text_wtc9w_13._inserted_wtc9w_426::before, ._text_wtc9w_13._inserted_wtc9w_426::after {
|
|
2563
3107
|
clip-path: inset(100%);
|
|
2564
3108
|
clip: rect(1px, 1px, 1px, 1px);
|
|
2565
3109
|
height: 1px;
|
|
@@ -2568,17 +3112,43 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2568
3112
|
white-space: nowrap;
|
|
2569
3113
|
width: 1px;
|
|
2570
3114
|
}
|
|
2571
|
-
.
|
|
3115
|
+
._text_wtc9w_13._inserted_wtc9w_426::before {
|
|
2572
3116
|
content: " [insertion start] ";
|
|
2573
3117
|
}
|
|
2574
|
-
.
|
|
3118
|
+
._text_wtc9w_13._inserted_wtc9w_426::after {
|
|
2575
3119
|
content: " [insertion end] ";
|
|
2576
3120
|
}
|
|
2577
|
-
.
|
|
3121
|
+
._text_wtc9w_13._keyboard_wtc9w_496 {
|
|
3122
|
+
padding: var(--xmlui-padding-Text-keyboard);
|
|
3123
|
+
padding-left: var(--xmlui-paddingLeft-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
|
|
3124
|
+
padding-right: var(--xmlui-paddingRight-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
|
|
3125
|
+
padding-top: var(--xmlui-paddingTop-Text-keyboard, var(--xmlui-paddingVertical-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
|
|
3126
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-keyboard, var(--xmlui-paddingVertical-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
|
|
3127
|
+
border-left: var(--xmlui-borderLeft-Text-keyboard, var(--xmlui-borderHorizontal-Text-keyboard, var(--xmlui-border-Text-keyboard)));
|
|
3128
|
+
border-right: var(--xmlui-borderRight-Text-keyboard, var(--xmlui-borderHorizontal-Text-keyboard, var(--xmlui-border-Text-keyboard)));
|
|
3129
|
+
border-top: var(--xmlui-borderTop-Text-keyboard, var(--xmlui-borderVertical-Text-keyboard, var(--xmlui-border-Text-keyboard)));
|
|
3130
|
+
border-bottom: var(--xmlui-borderBottom-Text-keyboard, var(--xmlui-borderVertical-Text-keyboard, var(--xmlui-border-Text-keyboard)));
|
|
3131
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-keyboard, var(--xmlui-borderHorizontalStyle-Text-keyboard, var(--xmlui-borderStyle-Text-keyboard)));
|
|
3132
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-keyboard, var(--xmlui-borderHorizontalStyle-Text-keyboard, var(--xmlui-borderStyle-Text-keyboard)));
|
|
3133
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-keyboard, var(--xmlui-borderVerticalStyle-Text-keyboard, var(--xmlui-borderStyle-Text-keyboard)));
|
|
3134
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-keyboard, var(--xmlui-borderVerticalStyle-Text-keyboard, var(--xmlui-borderStyle-Text-keyboard)));
|
|
3135
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-keyboard, var(--xmlui-borderHorizontalWidth-Text-keyboard, var(--xmlui-borderWidth-Text-keyboard)));
|
|
3136
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-keyboard, var(--xmlui-borderHorizontalWidth-Text-keyboard, var(--xmlui-borderWidth-Text-keyboard)));
|
|
3137
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-keyboard, var(--xmlui-borderVerticalWidth-Text-keyboard, var(--xmlui-borderWidth-Text-keyboard)));
|
|
3138
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-keyboard, var(--xmlui-borderVerticalWidth-Text-keyboard, var(--xmlui-borderWidth-Text-keyboard)));
|
|
3139
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-keyboard, var(--xmlui-borderHorizontalColor-Text-keyboard, var(--xmlui-borderColor-Text-keyboard)));
|
|
3140
|
+
border-right-color: var(--xmlui-borderRightColor-Text-keyboard, var(--xmlui-borderHorizontalColor-Text-keyboard, var(--xmlui-borderColor-Text-keyboard)));
|
|
3141
|
+
border-top-color: var(--xmlui-borderTopColor-Text-keyboard, var(--xmlui-borderVerticalColor-Text-keyboard, var(--xmlui-borderColor-Text-keyboard)));
|
|
3142
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-keyboard, var(--xmlui-borderVerticalColor-Text-keyboard, var(--xmlui-borderColor-Text-keyboard)));
|
|
3143
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-keyboard, var(--xmlui-borderRadius-Text-keyboard));
|
|
3144
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-keyboard, var(--xmlui-borderRadius-Text-keyboard));
|
|
3145
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-keyboard, var(--xmlui-borderRadius-Text-keyboard));
|
|
3146
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-keyboard, var(--xmlui-borderRadius-Text-keyboard));
|
|
3147
|
+
color: var(--xmlui-textColor-Text-keyboard);
|
|
2578
3148
|
font-family: var(--xmlui-fontFamily-Text-keyboard);
|
|
2579
3149
|
font-size: var(--xmlui-fontSize-Text-keyboard);
|
|
2580
|
-
font-weight: var(--xmlui-fontWeight-Text-keyboard);
|
|
2581
3150
|
font-style: var(--xmlui-fontStyle-Text-keyboard);
|
|
3151
|
+
font-weight: var(--xmlui-fontWeight-Text-keyboard);
|
|
2582
3152
|
font-stretch: var(--xmlui-fontStretch-Text-keyboard);
|
|
2583
3153
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-keyboard);
|
|
2584
3154
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-keyboard);
|
|
@@ -2586,28 +3156,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2586
3156
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-keyboard);
|
|
2587
3157
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-keyboard);
|
|
2588
3158
|
line-height: var(--xmlui-lineHeight-Text-keyboard);
|
|
2589
|
-
color: var(--xmlui-textColor-Text-keyboard);
|
|
2590
3159
|
background-color: var(--xmlui-backgroundColor-Text-keyboard);
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
3160
|
+
text-transform: var(--xmlui-textTransform-Text-keyboard);
|
|
3161
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-keyboard);
|
|
3162
|
+
word-spacing: var(--xmlui-wordSpacing-Text-keyboard);
|
|
3163
|
+
text-shadow: var(--xmlui-textShadow-Text-keyboard);
|
|
3164
|
+
text-indent: var(--xmlui-textIndent-Text-keyboard);
|
|
3165
|
+
text-align: var(--xmlui-textAlign-Text-keyboard);
|
|
3166
|
+
text-align-last: var(--xmlui-textAlignLast-Text-keyboard);
|
|
3167
|
+
word-break: var(--xmlui-wordBreak-Text-keyboard);
|
|
3168
|
+
word-wrap: var(--xmlui-wordWrap-Text-keyboard);
|
|
3169
|
+
direction: var(--xmlui-direction-Text-keyboard);
|
|
3170
|
+
writing-mode: var(--xmlui-writingMode-Text-keyboard);
|
|
3171
|
+
line-break: var(--xmlui-lineBreak-Text-keyboard);
|
|
2600
3172
|
margin-top: var(--xmlui-marginTop-Text-keyboard);
|
|
2601
3173
|
margin-bottom: var(--xmlui-marginBottom-Text-keyboard);
|
|
2602
|
-
text-transform: var(--xmlui-textTransform-Text-keyboard);
|
|
2603
3174
|
vertical-align: var(--xmlui-verticalAlign-Text-keyboard);
|
|
2604
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-keyboard);
|
|
2605
3175
|
}
|
|
2606
|
-
.
|
|
3176
|
+
._text_wtc9w_13._marked_wtc9w_551 {
|
|
3177
|
+
padding: var(--xmlui-padding-Text-marked);
|
|
3178
|
+
padding-left: var(--xmlui-paddingLeft-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
|
|
3179
|
+
padding-right: var(--xmlui-paddingRight-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
|
|
3180
|
+
padding-top: var(--xmlui-paddingTop-Text-marked, var(--xmlui-paddingVertical-Text-marked, var(--xmlui-padding-Text-marked)));
|
|
3181
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-marked, var(--xmlui-paddingVertical-Text-marked, var(--xmlui-padding-Text-marked)));
|
|
3182
|
+
border-left: var(--xmlui-borderLeft-Text-marked, var(--xmlui-borderHorizontal-Text-marked, var(--xmlui-border-Text-marked)));
|
|
3183
|
+
border-right: var(--xmlui-borderRight-Text-marked, var(--xmlui-borderHorizontal-Text-marked, var(--xmlui-border-Text-marked)));
|
|
3184
|
+
border-top: var(--xmlui-borderTop-Text-marked, var(--xmlui-borderVertical-Text-marked, var(--xmlui-border-Text-marked)));
|
|
3185
|
+
border-bottom: var(--xmlui-borderBottom-Text-marked, var(--xmlui-borderVertical-Text-marked, var(--xmlui-border-Text-marked)));
|
|
3186
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-marked, var(--xmlui-borderHorizontalStyle-Text-marked, var(--xmlui-borderStyle-Text-marked)));
|
|
3187
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-marked, var(--xmlui-borderHorizontalStyle-Text-marked, var(--xmlui-borderStyle-Text-marked)));
|
|
3188
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-marked, var(--xmlui-borderVerticalStyle-Text-marked, var(--xmlui-borderStyle-Text-marked)));
|
|
3189
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-marked, var(--xmlui-borderVerticalStyle-Text-marked, var(--xmlui-borderStyle-Text-marked)));
|
|
3190
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-marked, var(--xmlui-borderHorizontalWidth-Text-marked, var(--xmlui-borderWidth-Text-marked)));
|
|
3191
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-marked, var(--xmlui-borderHorizontalWidth-Text-marked, var(--xmlui-borderWidth-Text-marked)));
|
|
3192
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-marked, var(--xmlui-borderVerticalWidth-Text-marked, var(--xmlui-borderWidth-Text-marked)));
|
|
3193
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-marked, var(--xmlui-borderVerticalWidth-Text-marked, var(--xmlui-borderWidth-Text-marked)));
|
|
3194
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-marked, var(--xmlui-borderHorizontalColor-Text-marked, var(--xmlui-borderColor-Text-marked)));
|
|
3195
|
+
border-right-color: var(--xmlui-borderRightColor-Text-marked, var(--xmlui-borderHorizontalColor-Text-marked, var(--xmlui-borderColor-Text-marked)));
|
|
3196
|
+
border-top-color: var(--xmlui-borderTopColor-Text-marked, var(--xmlui-borderVerticalColor-Text-marked, var(--xmlui-borderColor-Text-marked)));
|
|
3197
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-marked, var(--xmlui-borderVerticalColor-Text-marked, var(--xmlui-borderColor-Text-marked)));
|
|
3198
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-marked, var(--xmlui-borderRadius-Text-marked));
|
|
3199
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-marked, var(--xmlui-borderRadius-Text-marked));
|
|
3200
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-marked, var(--xmlui-borderRadius-Text-marked));
|
|
3201
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-marked, var(--xmlui-borderRadius-Text-marked));
|
|
3202
|
+
color: var(--xmlui-textColor-Text-marked);
|
|
2607
3203
|
font-family: var(--xmlui-fontFamily-Text-marked);
|
|
2608
3204
|
font-size: var(--xmlui-fontSize-Text-marked);
|
|
2609
|
-
font-weight: var(--xmlui-fontWeight-Text-marked);
|
|
2610
3205
|
font-style: var(--xmlui-fontStyle-Text-marked);
|
|
3206
|
+
font-weight: var(--xmlui-fontWeight-Text-marked);
|
|
2611
3207
|
font-stretch: var(--xmlui-fontStretch-Text-marked);
|
|
2612
3208
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-marked);
|
|
2613
3209
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-marked);
|
|
@@ -2615,24 +3211,24 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2615
3211
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-marked);
|
|
2616
3212
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-marked);
|
|
2617
3213
|
line-height: var(--xmlui-lineHeight-Text-marked);
|
|
2618
|
-
color: var(--xmlui-textColor-Text-marked);
|
|
2619
3214
|
background-color: var(--xmlui-backgroundColor-Text-marked);
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
3215
|
+
text-transform: var(--xmlui-textTransform-Text-marked);
|
|
3216
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-marked);
|
|
3217
|
+
word-spacing: var(--xmlui-wordSpacing-Text-marked);
|
|
3218
|
+
text-shadow: var(--xmlui-textShadow-Text-marked);
|
|
3219
|
+
text-indent: var(--xmlui-textIndent-Text-marked);
|
|
3220
|
+
text-align: var(--xmlui-textAlign-Text-marked);
|
|
3221
|
+
text-align-last: var(--xmlui-textAlignLast-Text-marked);
|
|
3222
|
+
word-break: var(--xmlui-wordBreak-Text-marked);
|
|
3223
|
+
word-wrap: var(--xmlui-wordWrap-Text-marked);
|
|
3224
|
+
direction: var(--xmlui-direction-Text-marked);
|
|
3225
|
+
writing-mode: var(--xmlui-writingMode-Text-marked);
|
|
3226
|
+
line-break: var(--xmlui-lineBreak-Text-marked);
|
|
2629
3227
|
margin-top: var(--xmlui-marginTop-Text-marked);
|
|
2630
3228
|
margin-bottom: var(--xmlui-marginBottom-Text-marked);
|
|
2631
|
-
text-transform: var(--xmlui-textTransform-Text-marked);
|
|
2632
3229
|
vertical-align: var(--xmlui-verticalAlign-Text-marked);
|
|
2633
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-marked);
|
|
2634
3230
|
}
|
|
2635
|
-
.
|
|
3231
|
+
._text_wtc9w_13._marked_wtc9w_551::before, ._text_wtc9w_13._marked_wtc9w_551::after {
|
|
2636
3232
|
clip-path: inset(100%);
|
|
2637
3233
|
clip: rect(1px, 1px, 1px, 1px);
|
|
2638
3234
|
height: 1px;
|
|
@@ -2641,17 +3237,43 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2641
3237
|
white-space: nowrap;
|
|
2642
3238
|
width: 1px;
|
|
2643
3239
|
}
|
|
2644
|
-
.
|
|
3240
|
+
._text_wtc9w_13._marked_wtc9w_551::before {
|
|
2645
3241
|
content: " [highlight start] ";
|
|
2646
3242
|
}
|
|
2647
|
-
.
|
|
3243
|
+
._text_wtc9w_13._marked_wtc9w_551::after {
|
|
2648
3244
|
content: " [highlight end] ";
|
|
2649
3245
|
}
|
|
2650
|
-
.
|
|
3246
|
+
._text_wtc9w_13._mono_wtc9w_621 {
|
|
3247
|
+
padding: var(--xmlui-padding-Text-mono);
|
|
3248
|
+
padding-left: var(--xmlui-paddingLeft-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
|
|
3249
|
+
padding-right: var(--xmlui-paddingRight-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
|
|
3250
|
+
padding-top: var(--xmlui-paddingTop-Text-mono, var(--xmlui-paddingVertical-Text-mono, var(--xmlui-padding-Text-mono)));
|
|
3251
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-mono, var(--xmlui-paddingVertical-Text-mono, var(--xmlui-padding-Text-mono)));
|
|
3252
|
+
border-left: var(--xmlui-borderLeft-Text-mono, var(--xmlui-borderHorizontal-Text-mono, var(--xmlui-border-Text-mono)));
|
|
3253
|
+
border-right: var(--xmlui-borderRight-Text-mono, var(--xmlui-borderHorizontal-Text-mono, var(--xmlui-border-Text-mono)));
|
|
3254
|
+
border-top: var(--xmlui-borderTop-Text-mono, var(--xmlui-borderVertical-Text-mono, var(--xmlui-border-Text-mono)));
|
|
3255
|
+
border-bottom: var(--xmlui-borderBottom-Text-mono, var(--xmlui-borderVertical-Text-mono, var(--xmlui-border-Text-mono)));
|
|
3256
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-mono, var(--xmlui-borderHorizontalStyle-Text-mono, var(--xmlui-borderStyle-Text-mono)));
|
|
3257
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-mono, var(--xmlui-borderHorizontalStyle-Text-mono, var(--xmlui-borderStyle-Text-mono)));
|
|
3258
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-mono, var(--xmlui-borderVerticalStyle-Text-mono, var(--xmlui-borderStyle-Text-mono)));
|
|
3259
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-mono, var(--xmlui-borderVerticalStyle-Text-mono, var(--xmlui-borderStyle-Text-mono)));
|
|
3260
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-mono, var(--xmlui-borderHorizontalWidth-Text-mono, var(--xmlui-borderWidth-Text-mono)));
|
|
3261
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-mono, var(--xmlui-borderHorizontalWidth-Text-mono, var(--xmlui-borderWidth-Text-mono)));
|
|
3262
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-mono, var(--xmlui-borderVerticalWidth-Text-mono, var(--xmlui-borderWidth-Text-mono)));
|
|
3263
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-mono, var(--xmlui-borderVerticalWidth-Text-mono, var(--xmlui-borderWidth-Text-mono)));
|
|
3264
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-mono, var(--xmlui-borderHorizontalColor-Text-mono, var(--xmlui-borderColor-Text-mono)));
|
|
3265
|
+
border-right-color: var(--xmlui-borderRightColor-Text-mono, var(--xmlui-borderHorizontalColor-Text-mono, var(--xmlui-borderColor-Text-mono)));
|
|
3266
|
+
border-top-color: var(--xmlui-borderTopColor-Text-mono, var(--xmlui-borderVerticalColor-Text-mono, var(--xmlui-borderColor-Text-mono)));
|
|
3267
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-mono, var(--xmlui-borderVerticalColor-Text-mono, var(--xmlui-borderColor-Text-mono)));
|
|
3268
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-mono, var(--xmlui-borderRadius-Text-mono));
|
|
3269
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-mono, var(--xmlui-borderRadius-Text-mono));
|
|
3270
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-mono, var(--xmlui-borderRadius-Text-mono));
|
|
3271
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-mono, var(--xmlui-borderRadius-Text-mono));
|
|
3272
|
+
color: var(--xmlui-textColor-Text-mono);
|
|
2651
3273
|
font-family: var(--xmlui-fontFamily-Text-mono);
|
|
2652
3274
|
font-size: var(--xmlui-fontSize-Text-mono);
|
|
2653
|
-
font-weight: var(--xmlui-fontWeight-Text-mono);
|
|
2654
3275
|
font-style: var(--xmlui-fontStyle-Text-mono);
|
|
3276
|
+
font-weight: var(--xmlui-fontWeight-Text-mono);
|
|
2655
3277
|
font-stretch: var(--xmlui-fontStretch-Text-mono);
|
|
2656
3278
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-mono);
|
|
2657
3279
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-mono);
|
|
@@ -2659,28 +3281,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2659
3281
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-mono);
|
|
2660
3282
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-mono);
|
|
2661
3283
|
line-height: var(--xmlui-lineHeight-Text-mono);
|
|
2662
|
-
color: var(--xmlui-textColor-Text-mono);
|
|
2663
3284
|
background-color: var(--xmlui-backgroundColor-Text-mono);
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
3285
|
+
text-transform: var(--xmlui-textTransform-Text-mono);
|
|
3286
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-mono);
|
|
3287
|
+
word-spacing: var(--xmlui-wordSpacing-Text-mono);
|
|
3288
|
+
text-shadow: var(--xmlui-textShadow-Text-mono);
|
|
3289
|
+
text-indent: var(--xmlui-textIndent-Text-mono);
|
|
3290
|
+
text-align: var(--xmlui-textAlign-Text-mono);
|
|
3291
|
+
text-align-last: var(--xmlui-textAlignLast-Text-mono);
|
|
3292
|
+
word-break: var(--xmlui-wordBreak-Text-mono);
|
|
3293
|
+
word-wrap: var(--xmlui-wordWrap-Text-mono);
|
|
3294
|
+
direction: var(--xmlui-direction-Text-mono);
|
|
3295
|
+
writing-mode: var(--xmlui-writingMode-Text-mono);
|
|
3296
|
+
line-break: var(--xmlui-lineBreak-Text-mono);
|
|
2673
3297
|
margin-top: var(--xmlui-marginTop-Text-mono);
|
|
2674
3298
|
margin-bottom: var(--xmlui-marginBottom-Text-mono);
|
|
2675
|
-
text-transform: var(--xmlui-textTransform-Text-mono);
|
|
2676
3299
|
vertical-align: var(--xmlui-verticalAlign-Text-mono);
|
|
2677
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-mono);
|
|
2678
3300
|
}
|
|
2679
|
-
.
|
|
3301
|
+
._text_wtc9w_13._sample_wtc9w_676 {
|
|
3302
|
+
padding: var(--xmlui-padding-Text-sample);
|
|
3303
|
+
padding-left: var(--xmlui-paddingLeft-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
|
|
3304
|
+
padding-right: var(--xmlui-paddingRight-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
|
|
3305
|
+
padding-top: var(--xmlui-paddingTop-Text-sample, var(--xmlui-paddingVertical-Text-sample, var(--xmlui-padding-Text-sample)));
|
|
3306
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-sample, var(--xmlui-paddingVertical-Text-sample, var(--xmlui-padding-Text-sample)));
|
|
3307
|
+
border-left: var(--xmlui-borderLeft-Text-sample, var(--xmlui-borderHorizontal-Text-sample, var(--xmlui-border-Text-sample)));
|
|
3308
|
+
border-right: var(--xmlui-borderRight-Text-sample, var(--xmlui-borderHorizontal-Text-sample, var(--xmlui-border-Text-sample)));
|
|
3309
|
+
border-top: var(--xmlui-borderTop-Text-sample, var(--xmlui-borderVertical-Text-sample, var(--xmlui-border-Text-sample)));
|
|
3310
|
+
border-bottom: var(--xmlui-borderBottom-Text-sample, var(--xmlui-borderVertical-Text-sample, var(--xmlui-border-Text-sample)));
|
|
3311
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-sample, var(--xmlui-borderHorizontalStyle-Text-sample, var(--xmlui-borderStyle-Text-sample)));
|
|
3312
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-sample, var(--xmlui-borderHorizontalStyle-Text-sample, var(--xmlui-borderStyle-Text-sample)));
|
|
3313
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-sample, var(--xmlui-borderVerticalStyle-Text-sample, var(--xmlui-borderStyle-Text-sample)));
|
|
3314
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-sample, var(--xmlui-borderVerticalStyle-Text-sample, var(--xmlui-borderStyle-Text-sample)));
|
|
3315
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-sample, var(--xmlui-borderHorizontalWidth-Text-sample, var(--xmlui-borderWidth-Text-sample)));
|
|
3316
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-sample, var(--xmlui-borderHorizontalWidth-Text-sample, var(--xmlui-borderWidth-Text-sample)));
|
|
3317
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-sample, var(--xmlui-borderVerticalWidth-Text-sample, var(--xmlui-borderWidth-Text-sample)));
|
|
3318
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-sample, var(--xmlui-borderVerticalWidth-Text-sample, var(--xmlui-borderWidth-Text-sample)));
|
|
3319
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-sample, var(--xmlui-borderHorizontalColor-Text-sample, var(--xmlui-borderColor-Text-sample)));
|
|
3320
|
+
border-right-color: var(--xmlui-borderRightColor-Text-sample, var(--xmlui-borderHorizontalColor-Text-sample, var(--xmlui-borderColor-Text-sample)));
|
|
3321
|
+
border-top-color: var(--xmlui-borderTopColor-Text-sample, var(--xmlui-borderVerticalColor-Text-sample, var(--xmlui-borderColor-Text-sample)));
|
|
3322
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-sample, var(--xmlui-borderVerticalColor-Text-sample, var(--xmlui-borderColor-Text-sample)));
|
|
3323
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-sample, var(--xmlui-borderRadius-Text-sample));
|
|
3324
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-sample, var(--xmlui-borderRadius-Text-sample));
|
|
3325
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-sample, var(--xmlui-borderRadius-Text-sample));
|
|
3326
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-sample, var(--xmlui-borderRadius-Text-sample));
|
|
3327
|
+
color: var(--xmlui-textColor-Text-sample);
|
|
2680
3328
|
font-family: var(--xmlui-fontFamily-Text-sample);
|
|
2681
3329
|
font-size: var(--xmlui-fontSize-Text-sample);
|
|
2682
|
-
font-weight: var(--xmlui-fontWeight-Text-sample);
|
|
2683
3330
|
font-style: var(--xmlui-fontStyle-Text-sample);
|
|
3331
|
+
font-weight: var(--xmlui-fontWeight-Text-sample);
|
|
2684
3332
|
font-stretch: var(--xmlui-fontStretch-Text-sample);
|
|
2685
3333
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-sample);
|
|
2686
3334
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-sample);
|
|
@@ -2688,28 +3336,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2688
3336
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-sample);
|
|
2689
3337
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-sample);
|
|
2690
3338
|
line-height: var(--xmlui-lineHeight-Text-sample);
|
|
2691
|
-
color: var(--xmlui-textColor-Text-sample);
|
|
2692
3339
|
background-color: var(--xmlui-backgroundColor-Text-sample);
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
3340
|
+
text-transform: var(--xmlui-textTransform-Text-sample);
|
|
3341
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-sample);
|
|
3342
|
+
word-spacing: var(--xmlui-wordSpacing-Text-sample);
|
|
3343
|
+
text-shadow: var(--xmlui-textShadow-Text-sample);
|
|
3344
|
+
text-indent: var(--xmlui-textIndent-Text-sample);
|
|
3345
|
+
text-align: var(--xmlui-textAlign-Text-sample);
|
|
3346
|
+
text-align-last: var(--xmlui-textAlignLast-Text-sample);
|
|
3347
|
+
word-break: var(--xmlui-wordBreak-Text-sample);
|
|
3348
|
+
word-wrap: var(--xmlui-wordWrap-Text-sample);
|
|
3349
|
+
direction: var(--xmlui-direction-Text-sample);
|
|
3350
|
+
writing-mode: var(--xmlui-writingMode-Text-sample);
|
|
3351
|
+
line-break: var(--xmlui-lineBreak-Text-sample);
|
|
2702
3352
|
margin-top: var(--xmlui-marginTop-Text-sample);
|
|
2703
3353
|
margin-bottom: var(--xmlui-marginBottom-Text-sample);
|
|
2704
|
-
text-transform: var(--xmlui-textTransform-Text-sample);
|
|
2705
3354
|
vertical-align: var(--xmlui-verticalAlign-Text-sample);
|
|
2706
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-sample);
|
|
2707
3355
|
}
|
|
2708
|
-
.
|
|
3356
|
+
._text_wtc9w_13._sup_wtc9w_731 {
|
|
3357
|
+
padding: var(--xmlui-padding-Text-sup);
|
|
3358
|
+
padding-left: var(--xmlui-paddingLeft-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
|
|
3359
|
+
padding-right: var(--xmlui-paddingRight-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
|
|
3360
|
+
padding-top: var(--xmlui-paddingTop-Text-sup, var(--xmlui-paddingVertical-Text-sup, var(--xmlui-padding-Text-sup)));
|
|
3361
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-sup, var(--xmlui-paddingVertical-Text-sup, var(--xmlui-padding-Text-sup)));
|
|
3362
|
+
border-left: var(--xmlui-borderLeft-Text-sup, var(--xmlui-borderHorizontal-Text-sup, var(--xmlui-border-Text-sup)));
|
|
3363
|
+
border-right: var(--xmlui-borderRight-Text-sup, var(--xmlui-borderHorizontal-Text-sup, var(--xmlui-border-Text-sup)));
|
|
3364
|
+
border-top: var(--xmlui-borderTop-Text-sup, var(--xmlui-borderVertical-Text-sup, var(--xmlui-border-Text-sup)));
|
|
3365
|
+
border-bottom: var(--xmlui-borderBottom-Text-sup, var(--xmlui-borderVertical-Text-sup, var(--xmlui-border-Text-sup)));
|
|
3366
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-sup, var(--xmlui-borderHorizontalStyle-Text-sup, var(--xmlui-borderStyle-Text-sup)));
|
|
3367
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-sup, var(--xmlui-borderHorizontalStyle-Text-sup, var(--xmlui-borderStyle-Text-sup)));
|
|
3368
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-sup, var(--xmlui-borderVerticalStyle-Text-sup, var(--xmlui-borderStyle-Text-sup)));
|
|
3369
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-sup, var(--xmlui-borderVerticalStyle-Text-sup, var(--xmlui-borderStyle-Text-sup)));
|
|
3370
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-sup, var(--xmlui-borderHorizontalWidth-Text-sup, var(--xmlui-borderWidth-Text-sup)));
|
|
3371
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-sup, var(--xmlui-borderHorizontalWidth-Text-sup, var(--xmlui-borderWidth-Text-sup)));
|
|
3372
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-sup, var(--xmlui-borderVerticalWidth-Text-sup, var(--xmlui-borderWidth-Text-sup)));
|
|
3373
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-sup, var(--xmlui-borderVerticalWidth-Text-sup, var(--xmlui-borderWidth-Text-sup)));
|
|
3374
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-sup, var(--xmlui-borderHorizontalColor-Text-sup, var(--xmlui-borderColor-Text-sup)));
|
|
3375
|
+
border-right-color: var(--xmlui-borderRightColor-Text-sup, var(--xmlui-borderHorizontalColor-Text-sup, var(--xmlui-borderColor-Text-sup)));
|
|
3376
|
+
border-top-color: var(--xmlui-borderTopColor-Text-sup, var(--xmlui-borderVerticalColor-Text-sup, var(--xmlui-borderColor-Text-sup)));
|
|
3377
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-sup, var(--xmlui-borderVerticalColor-Text-sup, var(--xmlui-borderColor-Text-sup)));
|
|
3378
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-sup, var(--xmlui-borderRadius-Text-sup));
|
|
3379
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-sup, var(--xmlui-borderRadius-Text-sup));
|
|
3380
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-sup, var(--xmlui-borderRadius-Text-sup));
|
|
3381
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-sup, var(--xmlui-borderRadius-Text-sup));
|
|
3382
|
+
color: var(--xmlui-textColor-Text-sup);
|
|
2709
3383
|
font-family: var(--xmlui-fontFamily-Text-sup);
|
|
2710
3384
|
font-size: var(--xmlui-fontSize-Text-sup);
|
|
2711
|
-
font-weight: var(--xmlui-fontWeight-Text-sup);
|
|
2712
3385
|
font-style: var(--xmlui-fontStyle-Text-sup);
|
|
3386
|
+
font-weight: var(--xmlui-fontWeight-Text-sup);
|
|
2713
3387
|
font-stretch: var(--xmlui-fontStretch-Text-sup);
|
|
2714
3388
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-sup);
|
|
2715
3389
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-sup);
|
|
@@ -2717,28 +3391,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2717
3391
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-sup);
|
|
2718
3392
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-sup);
|
|
2719
3393
|
line-height: var(--xmlui-lineHeight-Text-sup);
|
|
2720
|
-
color: var(--xmlui-textColor-Text-sup);
|
|
2721
3394
|
background-color: var(--xmlui-backgroundColor-Text-sup);
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
3395
|
+
text-transform: var(--xmlui-textTransform-Text-sup);
|
|
3396
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-sup);
|
|
3397
|
+
word-spacing: var(--xmlui-wordSpacing-Text-sup);
|
|
3398
|
+
text-shadow: var(--xmlui-textShadow-Text-sup);
|
|
3399
|
+
text-indent: var(--xmlui-textIndent-Text-sup);
|
|
3400
|
+
text-align: var(--xmlui-textAlign-Text-sup);
|
|
3401
|
+
text-align-last: var(--xmlui-textAlignLast-Text-sup);
|
|
3402
|
+
word-break: var(--xmlui-wordBreak-Text-sup);
|
|
3403
|
+
word-wrap: var(--xmlui-wordWrap-Text-sup);
|
|
3404
|
+
direction: var(--xmlui-direction-Text-sup);
|
|
3405
|
+
writing-mode: var(--xmlui-writingMode-Text-sup);
|
|
3406
|
+
line-break: var(--xmlui-lineBreak-Text-sup);
|
|
2731
3407
|
margin-top: var(--xmlui-marginTop-Text-sup);
|
|
2732
3408
|
margin-bottom: var(--xmlui-marginBottom-Text-sup);
|
|
2733
|
-
text-transform: var(--xmlui-textTransform-Text-sup);
|
|
2734
3409
|
vertical-align: var(--xmlui-verticalAlign-Text-sup);
|
|
2735
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-sup);
|
|
2736
3410
|
}
|
|
2737
|
-
.
|
|
3411
|
+
._text_wtc9w_13._sub_wtc9w_786 {
|
|
3412
|
+
padding: var(--xmlui-padding-Text-sub);
|
|
3413
|
+
padding-left: var(--xmlui-paddingLeft-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
|
|
3414
|
+
padding-right: var(--xmlui-paddingRight-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
|
|
3415
|
+
padding-top: var(--xmlui-paddingTop-Text-sub, var(--xmlui-paddingVertical-Text-sub, var(--xmlui-padding-Text-sub)));
|
|
3416
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-sub, var(--xmlui-paddingVertical-Text-sub, var(--xmlui-padding-Text-sub)));
|
|
3417
|
+
border-left: var(--xmlui-borderLeft-Text-sub, var(--xmlui-borderHorizontal-Text-sub, var(--xmlui-border-Text-sub)));
|
|
3418
|
+
border-right: var(--xmlui-borderRight-Text-sub, var(--xmlui-borderHorizontal-Text-sub, var(--xmlui-border-Text-sub)));
|
|
3419
|
+
border-top: var(--xmlui-borderTop-Text-sub, var(--xmlui-borderVertical-Text-sub, var(--xmlui-border-Text-sub)));
|
|
3420
|
+
border-bottom: var(--xmlui-borderBottom-Text-sub, var(--xmlui-borderVertical-Text-sub, var(--xmlui-border-Text-sub)));
|
|
3421
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-sub, var(--xmlui-borderHorizontalStyle-Text-sub, var(--xmlui-borderStyle-Text-sub)));
|
|
3422
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-sub, var(--xmlui-borderHorizontalStyle-Text-sub, var(--xmlui-borderStyle-Text-sub)));
|
|
3423
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-sub, var(--xmlui-borderVerticalStyle-Text-sub, var(--xmlui-borderStyle-Text-sub)));
|
|
3424
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-sub, var(--xmlui-borderVerticalStyle-Text-sub, var(--xmlui-borderStyle-Text-sub)));
|
|
3425
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-sub, var(--xmlui-borderHorizontalWidth-Text-sub, var(--xmlui-borderWidth-Text-sub)));
|
|
3426
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-sub, var(--xmlui-borderHorizontalWidth-Text-sub, var(--xmlui-borderWidth-Text-sub)));
|
|
3427
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-sub, var(--xmlui-borderVerticalWidth-Text-sub, var(--xmlui-borderWidth-Text-sub)));
|
|
3428
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-sub, var(--xmlui-borderVerticalWidth-Text-sub, var(--xmlui-borderWidth-Text-sub)));
|
|
3429
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-sub, var(--xmlui-borderHorizontalColor-Text-sub, var(--xmlui-borderColor-Text-sub)));
|
|
3430
|
+
border-right-color: var(--xmlui-borderRightColor-Text-sub, var(--xmlui-borderHorizontalColor-Text-sub, var(--xmlui-borderColor-Text-sub)));
|
|
3431
|
+
border-top-color: var(--xmlui-borderTopColor-Text-sub, var(--xmlui-borderVerticalColor-Text-sub, var(--xmlui-borderColor-Text-sub)));
|
|
3432
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-sub, var(--xmlui-borderVerticalColor-Text-sub, var(--xmlui-borderColor-Text-sub)));
|
|
3433
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-sub, var(--xmlui-borderRadius-Text-sub));
|
|
3434
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-sub, var(--xmlui-borderRadius-Text-sub));
|
|
3435
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-sub, var(--xmlui-borderRadius-Text-sub));
|
|
3436
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-sub, var(--xmlui-borderRadius-Text-sub));
|
|
3437
|
+
color: var(--xmlui-textColor-Text-sub);
|
|
2738
3438
|
font-family: var(--xmlui-fontFamily-Text-sub);
|
|
2739
3439
|
font-size: var(--xmlui-fontSize-Text-sub);
|
|
2740
|
-
font-weight: var(--xmlui-fontWeight-Text-sub);
|
|
2741
3440
|
font-style: var(--xmlui-fontStyle-Text-sub);
|
|
3441
|
+
font-weight: var(--xmlui-fontWeight-Text-sub);
|
|
2742
3442
|
font-stretch: var(--xmlui-fontStretch-Text-sub);
|
|
2743
3443
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-sub);
|
|
2744
3444
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-sub);
|
|
@@ -2746,28 +3446,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2746
3446
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-sub);
|
|
2747
3447
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-sub);
|
|
2748
3448
|
line-height: var(--xmlui-lineHeight-Text-sub);
|
|
2749
|
-
color: var(--xmlui-textColor-Text-sub);
|
|
2750
3449
|
background-color: var(--xmlui-backgroundColor-Text-sub);
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
3450
|
+
text-transform: var(--xmlui-textTransform-Text-sub);
|
|
3451
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-sub);
|
|
3452
|
+
word-spacing: var(--xmlui-wordSpacing-Text-sub);
|
|
3453
|
+
text-shadow: var(--xmlui-textShadow-Text-sub);
|
|
3454
|
+
text-indent: var(--xmlui-textIndent-Text-sub);
|
|
3455
|
+
text-align: var(--xmlui-textAlign-Text-sub);
|
|
3456
|
+
text-align-last: var(--xmlui-textAlignLast-Text-sub);
|
|
3457
|
+
word-break: var(--xmlui-wordBreak-Text-sub);
|
|
3458
|
+
word-wrap: var(--xmlui-wordWrap-Text-sub);
|
|
3459
|
+
direction: var(--xmlui-direction-Text-sub);
|
|
3460
|
+
writing-mode: var(--xmlui-writingMode-Text-sub);
|
|
3461
|
+
line-break: var(--xmlui-lineBreak-Text-sub);
|
|
2760
3462
|
margin-top: var(--xmlui-marginTop-Text-sub);
|
|
2761
3463
|
margin-bottom: var(--xmlui-marginBottom-Text-sub);
|
|
2762
|
-
text-transform: var(--xmlui-textTransform-Text-sub);
|
|
2763
3464
|
vertical-align: var(--xmlui-verticalAlign-Text-sub);
|
|
2764
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-sub);
|
|
2765
3465
|
}
|
|
2766
|
-
.
|
|
3466
|
+
._text_wtc9w_13._var_wtc9w_841 {
|
|
3467
|
+
padding: var(--xmlui-padding-Text-var);
|
|
3468
|
+
padding-left: var(--xmlui-paddingLeft-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
|
|
3469
|
+
padding-right: var(--xmlui-paddingRight-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
|
|
3470
|
+
padding-top: var(--xmlui-paddingTop-Text-var, var(--xmlui-paddingVertical-Text-var, var(--xmlui-padding-Text-var)));
|
|
3471
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-var, var(--xmlui-paddingVertical-Text-var, var(--xmlui-padding-Text-var)));
|
|
3472
|
+
border-left: var(--xmlui-borderLeft-Text-var, var(--xmlui-borderHorizontal-Text-var, var(--xmlui-border-Text-var)));
|
|
3473
|
+
border-right: var(--xmlui-borderRight-Text-var, var(--xmlui-borderHorizontal-Text-var, var(--xmlui-border-Text-var)));
|
|
3474
|
+
border-top: var(--xmlui-borderTop-Text-var, var(--xmlui-borderVertical-Text-var, var(--xmlui-border-Text-var)));
|
|
3475
|
+
border-bottom: var(--xmlui-borderBottom-Text-var, var(--xmlui-borderVertical-Text-var, var(--xmlui-border-Text-var)));
|
|
3476
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-var, var(--xmlui-borderHorizontalStyle-Text-var, var(--xmlui-borderStyle-Text-var)));
|
|
3477
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-var, var(--xmlui-borderHorizontalStyle-Text-var, var(--xmlui-borderStyle-Text-var)));
|
|
3478
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-var, var(--xmlui-borderVerticalStyle-Text-var, var(--xmlui-borderStyle-Text-var)));
|
|
3479
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-var, var(--xmlui-borderVerticalStyle-Text-var, var(--xmlui-borderStyle-Text-var)));
|
|
3480
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-var, var(--xmlui-borderHorizontalWidth-Text-var, var(--xmlui-borderWidth-Text-var)));
|
|
3481
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-var, var(--xmlui-borderHorizontalWidth-Text-var, var(--xmlui-borderWidth-Text-var)));
|
|
3482
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-var, var(--xmlui-borderVerticalWidth-Text-var, var(--xmlui-borderWidth-Text-var)));
|
|
3483
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-var, var(--xmlui-borderVerticalWidth-Text-var, var(--xmlui-borderWidth-Text-var)));
|
|
3484
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-var, var(--xmlui-borderHorizontalColor-Text-var, var(--xmlui-borderColor-Text-var)));
|
|
3485
|
+
border-right-color: var(--xmlui-borderRightColor-Text-var, var(--xmlui-borderHorizontalColor-Text-var, var(--xmlui-borderColor-Text-var)));
|
|
3486
|
+
border-top-color: var(--xmlui-borderTopColor-Text-var, var(--xmlui-borderVerticalColor-Text-var, var(--xmlui-borderColor-Text-var)));
|
|
3487
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-var, var(--xmlui-borderVerticalColor-Text-var, var(--xmlui-borderColor-Text-var)));
|
|
3488
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-var, var(--xmlui-borderRadius-Text-var));
|
|
3489
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-var, var(--xmlui-borderRadius-Text-var));
|
|
3490
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-var, var(--xmlui-borderRadius-Text-var));
|
|
3491
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-var, var(--xmlui-borderRadius-Text-var));
|
|
3492
|
+
color: var(--xmlui-textColor-Text-var);
|
|
2767
3493
|
font-family: var(--xmlui-fontFamily-Text-var);
|
|
2768
3494
|
font-size: var(--xmlui-fontSize-Text-var);
|
|
2769
|
-
font-weight: var(--xmlui-fontWeight-Text-var);
|
|
2770
3495
|
font-style: var(--xmlui-fontStyle-Text-var);
|
|
3496
|
+
font-weight: var(--xmlui-fontWeight-Text-var);
|
|
2771
3497
|
font-stretch: var(--xmlui-fontStretch-Text-var);
|
|
2772
3498
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-var);
|
|
2773
3499
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-var);
|
|
@@ -2775,28 +3501,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2775
3501
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-var);
|
|
2776
3502
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-var);
|
|
2777
3503
|
line-height: var(--xmlui-lineHeight-Text-var);
|
|
2778
|
-
color: var(--xmlui-textColor-Text-var);
|
|
2779
3504
|
background-color: var(--xmlui-backgroundColor-Text-var);
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
3505
|
+
text-transform: var(--xmlui-textTransform-Text-var);
|
|
3506
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-var);
|
|
3507
|
+
word-spacing: var(--xmlui-wordSpacing-Text-var);
|
|
3508
|
+
text-shadow: var(--xmlui-textShadow-Text-var);
|
|
3509
|
+
text-indent: var(--xmlui-textIndent-Text-var);
|
|
3510
|
+
text-align: var(--xmlui-textAlign-Text-var);
|
|
3511
|
+
text-align-last: var(--xmlui-textAlignLast-Text-var);
|
|
3512
|
+
word-break: var(--xmlui-wordBreak-Text-var);
|
|
3513
|
+
word-wrap: var(--xmlui-wordWrap-Text-var);
|
|
3514
|
+
direction: var(--xmlui-direction-Text-var);
|
|
3515
|
+
writing-mode: var(--xmlui-writingMode-Text-var);
|
|
3516
|
+
line-break: var(--xmlui-lineBreak-Text-var);
|
|
2789
3517
|
margin-top: var(--xmlui-marginTop-Text-var);
|
|
2790
3518
|
margin-bottom: var(--xmlui-marginBottom-Text-var);
|
|
2791
|
-
text-transform: var(--xmlui-textTransform-Text-var);
|
|
2792
3519
|
vertical-align: var(--xmlui-verticalAlign-Text-var);
|
|
2793
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-var);
|
|
2794
3520
|
}
|
|
2795
|
-
.
|
|
3521
|
+
._text_wtc9w_13._title_wtc9w_896 {
|
|
3522
|
+
padding: var(--xmlui-padding-Text-title);
|
|
3523
|
+
padding-left: var(--xmlui-paddingLeft-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
|
|
3524
|
+
padding-right: var(--xmlui-paddingRight-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
|
|
3525
|
+
padding-top: var(--xmlui-paddingTop-Text-title, var(--xmlui-paddingVertical-Text-title, var(--xmlui-padding-Text-title)));
|
|
3526
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-title, var(--xmlui-paddingVertical-Text-title, var(--xmlui-padding-Text-title)));
|
|
3527
|
+
border-left: var(--xmlui-borderLeft-Text-title, var(--xmlui-borderHorizontal-Text-title, var(--xmlui-border-Text-title)));
|
|
3528
|
+
border-right: var(--xmlui-borderRight-Text-title, var(--xmlui-borderHorizontal-Text-title, var(--xmlui-border-Text-title)));
|
|
3529
|
+
border-top: var(--xmlui-borderTop-Text-title, var(--xmlui-borderVertical-Text-title, var(--xmlui-border-Text-title)));
|
|
3530
|
+
border-bottom: var(--xmlui-borderBottom-Text-title, var(--xmlui-borderVertical-Text-title, var(--xmlui-border-Text-title)));
|
|
3531
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-title, var(--xmlui-borderHorizontalStyle-Text-title, var(--xmlui-borderStyle-Text-title)));
|
|
3532
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-title, var(--xmlui-borderHorizontalStyle-Text-title, var(--xmlui-borderStyle-Text-title)));
|
|
3533
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-title, var(--xmlui-borderVerticalStyle-Text-title, var(--xmlui-borderStyle-Text-title)));
|
|
3534
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-title, var(--xmlui-borderVerticalStyle-Text-title, var(--xmlui-borderStyle-Text-title)));
|
|
3535
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-title, var(--xmlui-borderHorizontalWidth-Text-title, var(--xmlui-borderWidth-Text-title)));
|
|
3536
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-title, var(--xmlui-borderHorizontalWidth-Text-title, var(--xmlui-borderWidth-Text-title)));
|
|
3537
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-title, var(--xmlui-borderVerticalWidth-Text-title, var(--xmlui-borderWidth-Text-title)));
|
|
3538
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-title, var(--xmlui-borderVerticalWidth-Text-title, var(--xmlui-borderWidth-Text-title)));
|
|
3539
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-title, var(--xmlui-borderHorizontalColor-Text-title, var(--xmlui-borderColor-Text-title)));
|
|
3540
|
+
border-right-color: var(--xmlui-borderRightColor-Text-title, var(--xmlui-borderHorizontalColor-Text-title, var(--xmlui-borderColor-Text-title)));
|
|
3541
|
+
border-top-color: var(--xmlui-borderTopColor-Text-title, var(--xmlui-borderVerticalColor-Text-title, var(--xmlui-borderColor-Text-title)));
|
|
3542
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-title, var(--xmlui-borderVerticalColor-Text-title, var(--xmlui-borderColor-Text-title)));
|
|
3543
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-title, var(--xmlui-borderRadius-Text-title));
|
|
3544
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-title, var(--xmlui-borderRadius-Text-title));
|
|
3545
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-title, var(--xmlui-borderRadius-Text-title));
|
|
3546
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-title, var(--xmlui-borderRadius-Text-title));
|
|
3547
|
+
color: var(--xmlui-textColor-Text-title);
|
|
2796
3548
|
font-family: var(--xmlui-fontFamily-Text-title);
|
|
2797
3549
|
font-size: var(--xmlui-fontSize-Text-title);
|
|
2798
|
-
font-weight: var(--xmlui-fontWeight-Text-title);
|
|
2799
3550
|
font-style: var(--xmlui-fontStyle-Text-title);
|
|
3551
|
+
font-weight: var(--xmlui-fontWeight-Text-title);
|
|
2800
3552
|
font-stretch: var(--xmlui-fontStretch-Text-title);
|
|
2801
3553
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-title);
|
|
2802
3554
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-title);
|
|
@@ -2804,28 +3556,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2804
3556
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-title);
|
|
2805
3557
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-title);
|
|
2806
3558
|
line-height: var(--xmlui-lineHeight-Text-title);
|
|
2807
|
-
color: var(--xmlui-textColor-Text-title);
|
|
2808
3559
|
background-color: var(--xmlui-backgroundColor-Text-title);
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
3560
|
+
text-transform: var(--xmlui-textTransform-Text-title);
|
|
3561
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-title);
|
|
3562
|
+
word-spacing: var(--xmlui-wordSpacing-Text-title);
|
|
3563
|
+
text-shadow: var(--xmlui-textShadow-Text-title);
|
|
3564
|
+
text-indent: var(--xmlui-textIndent-Text-title);
|
|
3565
|
+
text-align: var(--xmlui-textAlign-Text-title);
|
|
3566
|
+
text-align-last: var(--xmlui-textAlignLast-Text-title);
|
|
3567
|
+
word-break: var(--xmlui-wordBreak-Text-title);
|
|
3568
|
+
word-wrap: var(--xmlui-wordWrap-Text-title);
|
|
3569
|
+
direction: var(--xmlui-direction-Text-title);
|
|
3570
|
+
writing-mode: var(--xmlui-writingMode-Text-title);
|
|
3571
|
+
line-break: var(--xmlui-lineBreak-Text-title);
|
|
2818
3572
|
margin-top: var(--xmlui-marginTop-Text-title);
|
|
2819
3573
|
margin-bottom: var(--xmlui-marginBottom-Text-title);
|
|
2820
|
-
text-transform: var(--xmlui-textTransform-Text-title);
|
|
2821
3574
|
vertical-align: var(--xmlui-verticalAlign-Text-title);
|
|
2822
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-title);
|
|
2823
3575
|
}
|
|
2824
|
-
.
|
|
3576
|
+
._text_wtc9w_13._subtitle_wtc9w_951 {
|
|
3577
|
+
padding: var(--xmlui-padding-Text-subtitle);
|
|
3578
|
+
padding-left: var(--xmlui-paddingLeft-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
|
|
3579
|
+
padding-right: var(--xmlui-paddingRight-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
|
|
3580
|
+
padding-top: var(--xmlui-paddingTop-Text-subtitle, var(--xmlui-paddingVertical-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
|
|
3581
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-subtitle, var(--xmlui-paddingVertical-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
|
|
3582
|
+
border-left: var(--xmlui-borderLeft-Text-subtitle, var(--xmlui-borderHorizontal-Text-subtitle, var(--xmlui-border-Text-subtitle)));
|
|
3583
|
+
border-right: var(--xmlui-borderRight-Text-subtitle, var(--xmlui-borderHorizontal-Text-subtitle, var(--xmlui-border-Text-subtitle)));
|
|
3584
|
+
border-top: var(--xmlui-borderTop-Text-subtitle, var(--xmlui-borderVertical-Text-subtitle, var(--xmlui-border-Text-subtitle)));
|
|
3585
|
+
border-bottom: var(--xmlui-borderBottom-Text-subtitle, var(--xmlui-borderVertical-Text-subtitle, var(--xmlui-border-Text-subtitle)));
|
|
3586
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-subtitle, var(--xmlui-borderHorizontalStyle-Text-subtitle, var(--xmlui-borderStyle-Text-subtitle)));
|
|
3587
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-subtitle, var(--xmlui-borderHorizontalStyle-Text-subtitle, var(--xmlui-borderStyle-Text-subtitle)));
|
|
3588
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-subtitle, var(--xmlui-borderVerticalStyle-Text-subtitle, var(--xmlui-borderStyle-Text-subtitle)));
|
|
3589
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-subtitle, var(--xmlui-borderVerticalStyle-Text-subtitle, var(--xmlui-borderStyle-Text-subtitle)));
|
|
3590
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-subtitle, var(--xmlui-borderHorizontalWidth-Text-subtitle, var(--xmlui-borderWidth-Text-subtitle)));
|
|
3591
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-subtitle, var(--xmlui-borderHorizontalWidth-Text-subtitle, var(--xmlui-borderWidth-Text-subtitle)));
|
|
3592
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-subtitle, var(--xmlui-borderVerticalWidth-Text-subtitle, var(--xmlui-borderWidth-Text-subtitle)));
|
|
3593
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-subtitle, var(--xmlui-borderVerticalWidth-Text-subtitle, var(--xmlui-borderWidth-Text-subtitle)));
|
|
3594
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-subtitle, var(--xmlui-borderHorizontalColor-Text-subtitle, var(--xmlui-borderColor-Text-subtitle)));
|
|
3595
|
+
border-right-color: var(--xmlui-borderRightColor-Text-subtitle, var(--xmlui-borderHorizontalColor-Text-subtitle, var(--xmlui-borderColor-Text-subtitle)));
|
|
3596
|
+
border-top-color: var(--xmlui-borderTopColor-Text-subtitle, var(--xmlui-borderVerticalColor-Text-subtitle, var(--xmlui-borderColor-Text-subtitle)));
|
|
3597
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-subtitle, var(--xmlui-borderVerticalColor-Text-subtitle, var(--xmlui-borderColor-Text-subtitle)));
|
|
3598
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-subtitle, var(--xmlui-borderRadius-Text-subtitle));
|
|
3599
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-subtitle, var(--xmlui-borderRadius-Text-subtitle));
|
|
3600
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-subtitle, var(--xmlui-borderRadius-Text-subtitle));
|
|
3601
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-subtitle, var(--xmlui-borderRadius-Text-subtitle));
|
|
3602
|
+
color: var(--xmlui-textColor-Text-subtitle);
|
|
2825
3603
|
font-family: var(--xmlui-fontFamily-Text-subtitle);
|
|
2826
3604
|
font-size: var(--xmlui-fontSize-Text-subtitle);
|
|
2827
|
-
font-weight: var(--xmlui-fontWeight-Text-subtitle);
|
|
2828
3605
|
font-style: var(--xmlui-fontStyle-Text-subtitle);
|
|
3606
|
+
font-weight: var(--xmlui-fontWeight-Text-subtitle);
|
|
2829
3607
|
font-stretch: var(--xmlui-fontStretch-Text-subtitle);
|
|
2830
3608
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-subtitle);
|
|
2831
3609
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-subtitle);
|
|
@@ -2833,28 +3611,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2833
3611
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-subtitle);
|
|
2834
3612
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-subtitle);
|
|
2835
3613
|
line-height: var(--xmlui-lineHeight-Text-subtitle);
|
|
2836
|
-
color: var(--xmlui-textColor-Text-subtitle);
|
|
2837
3614
|
background-color: var(--xmlui-backgroundColor-Text-subtitle);
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
3615
|
+
text-transform: var(--xmlui-textTransform-Text-subtitle);
|
|
3616
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-subtitle);
|
|
3617
|
+
word-spacing: var(--xmlui-wordSpacing-Text-subtitle);
|
|
3618
|
+
text-shadow: var(--xmlui-textShadow-Text-subtitle);
|
|
3619
|
+
text-indent: var(--xmlui-textIndent-Text-subtitle);
|
|
3620
|
+
text-align: var(--xmlui-textAlign-Text-subtitle);
|
|
3621
|
+
text-align-last: var(--xmlui-textAlignLast-Text-subtitle);
|
|
3622
|
+
word-break: var(--xmlui-wordBreak-Text-subtitle);
|
|
3623
|
+
word-wrap: var(--xmlui-wordWrap-Text-subtitle);
|
|
3624
|
+
direction: var(--xmlui-direction-Text-subtitle);
|
|
3625
|
+
writing-mode: var(--xmlui-writingMode-Text-subtitle);
|
|
3626
|
+
line-break: var(--xmlui-lineBreak-Text-subtitle);
|
|
2847
3627
|
margin-top: var(--xmlui-marginTop-Text-subtitle);
|
|
2848
3628
|
margin-bottom: var(--xmlui-marginBottom-Text-subtitle);
|
|
2849
|
-
text-transform: var(--xmlui-textTransform-Text-subtitle);
|
|
2850
3629
|
vertical-align: var(--xmlui-verticalAlign-Text-subtitle);
|
|
2851
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-subtitle);
|
|
2852
3630
|
}
|
|
2853
|
-
.
|
|
3631
|
+
._text_wtc9w_13._small_wtc9w_1006 {
|
|
3632
|
+
padding: var(--xmlui-padding-Text-small);
|
|
3633
|
+
padding-left: var(--xmlui-paddingLeft-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
|
|
3634
|
+
padding-right: var(--xmlui-paddingRight-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
|
|
3635
|
+
padding-top: var(--xmlui-paddingTop-Text-small, var(--xmlui-paddingVertical-Text-small, var(--xmlui-padding-Text-small)));
|
|
3636
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-small, var(--xmlui-paddingVertical-Text-small, var(--xmlui-padding-Text-small)));
|
|
3637
|
+
border-left: var(--xmlui-borderLeft-Text-small, var(--xmlui-borderHorizontal-Text-small, var(--xmlui-border-Text-small)));
|
|
3638
|
+
border-right: var(--xmlui-borderRight-Text-small, var(--xmlui-borderHorizontal-Text-small, var(--xmlui-border-Text-small)));
|
|
3639
|
+
border-top: var(--xmlui-borderTop-Text-small, var(--xmlui-borderVertical-Text-small, var(--xmlui-border-Text-small)));
|
|
3640
|
+
border-bottom: var(--xmlui-borderBottom-Text-small, var(--xmlui-borderVertical-Text-small, var(--xmlui-border-Text-small)));
|
|
3641
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-small, var(--xmlui-borderHorizontalStyle-Text-small, var(--xmlui-borderStyle-Text-small)));
|
|
3642
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-small, var(--xmlui-borderHorizontalStyle-Text-small, var(--xmlui-borderStyle-Text-small)));
|
|
3643
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-small, var(--xmlui-borderVerticalStyle-Text-small, var(--xmlui-borderStyle-Text-small)));
|
|
3644
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-small, var(--xmlui-borderVerticalStyle-Text-small, var(--xmlui-borderStyle-Text-small)));
|
|
3645
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-small, var(--xmlui-borderHorizontalWidth-Text-small, var(--xmlui-borderWidth-Text-small)));
|
|
3646
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-small, var(--xmlui-borderHorizontalWidth-Text-small, var(--xmlui-borderWidth-Text-small)));
|
|
3647
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-small, var(--xmlui-borderVerticalWidth-Text-small, var(--xmlui-borderWidth-Text-small)));
|
|
3648
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-small, var(--xmlui-borderVerticalWidth-Text-small, var(--xmlui-borderWidth-Text-small)));
|
|
3649
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-small, var(--xmlui-borderHorizontalColor-Text-small, var(--xmlui-borderColor-Text-small)));
|
|
3650
|
+
border-right-color: var(--xmlui-borderRightColor-Text-small, var(--xmlui-borderHorizontalColor-Text-small, var(--xmlui-borderColor-Text-small)));
|
|
3651
|
+
border-top-color: var(--xmlui-borderTopColor-Text-small, var(--xmlui-borderVerticalColor-Text-small, var(--xmlui-borderColor-Text-small)));
|
|
3652
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-small, var(--xmlui-borderVerticalColor-Text-small, var(--xmlui-borderColor-Text-small)));
|
|
3653
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-small, var(--xmlui-borderRadius-Text-small));
|
|
3654
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-small, var(--xmlui-borderRadius-Text-small));
|
|
3655
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-small, var(--xmlui-borderRadius-Text-small));
|
|
3656
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-small, var(--xmlui-borderRadius-Text-small));
|
|
3657
|
+
color: var(--xmlui-textColor-Text-small);
|
|
2854
3658
|
font-family: var(--xmlui-fontFamily-Text-small);
|
|
2855
3659
|
font-size: var(--xmlui-fontSize-Text-small);
|
|
2856
|
-
font-weight: var(--xmlui-fontWeight-Text-small);
|
|
2857
3660
|
font-style: var(--xmlui-fontStyle-Text-small);
|
|
3661
|
+
font-weight: var(--xmlui-fontWeight-Text-small);
|
|
2858
3662
|
font-stretch: var(--xmlui-fontStretch-Text-small);
|
|
2859
3663
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-small);
|
|
2860
3664
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-small);
|
|
@@ -2862,28 +3666,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2862
3666
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-small);
|
|
2863
3667
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-small);
|
|
2864
3668
|
line-height: var(--xmlui-lineHeight-Text-small);
|
|
2865
|
-
color: var(--xmlui-textColor-Text-small);
|
|
2866
3669
|
background-color: var(--xmlui-backgroundColor-Text-small);
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
3670
|
+
text-transform: var(--xmlui-textTransform-Text-small);
|
|
3671
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-small);
|
|
3672
|
+
word-spacing: var(--xmlui-wordSpacing-Text-small);
|
|
3673
|
+
text-shadow: var(--xmlui-textShadow-Text-small);
|
|
3674
|
+
text-indent: var(--xmlui-textIndent-Text-small);
|
|
3675
|
+
text-align: var(--xmlui-textAlign-Text-small);
|
|
3676
|
+
text-align-last: var(--xmlui-textAlignLast-Text-small);
|
|
3677
|
+
word-break: var(--xmlui-wordBreak-Text-small);
|
|
3678
|
+
word-wrap: var(--xmlui-wordWrap-Text-small);
|
|
3679
|
+
direction: var(--xmlui-direction-Text-small);
|
|
3680
|
+
writing-mode: var(--xmlui-writingMode-Text-small);
|
|
3681
|
+
line-break: var(--xmlui-lineBreak-Text-small);
|
|
2876
3682
|
margin-top: var(--xmlui-marginTop-Text-small);
|
|
2877
3683
|
margin-bottom: var(--xmlui-marginBottom-Text-small);
|
|
2878
|
-
text-transform: var(--xmlui-textTransform-Text-small);
|
|
2879
3684
|
vertical-align: var(--xmlui-verticalAlign-Text-small);
|
|
2880
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-small);
|
|
2881
3685
|
}
|
|
2882
|
-
.
|
|
3686
|
+
._text_wtc9w_13._caption_wtc9w_1061 {
|
|
3687
|
+
padding: var(--xmlui-padding-Text-caption);
|
|
3688
|
+
padding-left: var(--xmlui-paddingLeft-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
|
|
3689
|
+
padding-right: var(--xmlui-paddingRight-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
|
|
3690
|
+
padding-top: var(--xmlui-paddingTop-Text-caption, var(--xmlui-paddingVertical-Text-caption, var(--xmlui-padding-Text-caption)));
|
|
3691
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-caption, var(--xmlui-paddingVertical-Text-caption, var(--xmlui-padding-Text-caption)));
|
|
3692
|
+
border-left: var(--xmlui-borderLeft-Text-caption, var(--xmlui-borderHorizontal-Text-caption, var(--xmlui-border-Text-caption)));
|
|
3693
|
+
border-right: var(--xmlui-borderRight-Text-caption, var(--xmlui-borderHorizontal-Text-caption, var(--xmlui-border-Text-caption)));
|
|
3694
|
+
border-top: var(--xmlui-borderTop-Text-caption, var(--xmlui-borderVertical-Text-caption, var(--xmlui-border-Text-caption)));
|
|
3695
|
+
border-bottom: var(--xmlui-borderBottom-Text-caption, var(--xmlui-borderVertical-Text-caption, var(--xmlui-border-Text-caption)));
|
|
3696
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-caption, var(--xmlui-borderHorizontalStyle-Text-caption, var(--xmlui-borderStyle-Text-caption)));
|
|
3697
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-caption, var(--xmlui-borderHorizontalStyle-Text-caption, var(--xmlui-borderStyle-Text-caption)));
|
|
3698
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-caption, var(--xmlui-borderVerticalStyle-Text-caption, var(--xmlui-borderStyle-Text-caption)));
|
|
3699
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-caption, var(--xmlui-borderVerticalStyle-Text-caption, var(--xmlui-borderStyle-Text-caption)));
|
|
3700
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-caption, var(--xmlui-borderHorizontalWidth-Text-caption, var(--xmlui-borderWidth-Text-caption)));
|
|
3701
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-caption, var(--xmlui-borderHorizontalWidth-Text-caption, var(--xmlui-borderWidth-Text-caption)));
|
|
3702
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-caption, var(--xmlui-borderVerticalWidth-Text-caption, var(--xmlui-borderWidth-Text-caption)));
|
|
3703
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-caption, var(--xmlui-borderVerticalWidth-Text-caption, var(--xmlui-borderWidth-Text-caption)));
|
|
3704
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-caption, var(--xmlui-borderHorizontalColor-Text-caption, var(--xmlui-borderColor-Text-caption)));
|
|
3705
|
+
border-right-color: var(--xmlui-borderRightColor-Text-caption, var(--xmlui-borderHorizontalColor-Text-caption, var(--xmlui-borderColor-Text-caption)));
|
|
3706
|
+
border-top-color: var(--xmlui-borderTopColor-Text-caption, var(--xmlui-borderVerticalColor-Text-caption, var(--xmlui-borderColor-Text-caption)));
|
|
3707
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-caption, var(--xmlui-borderVerticalColor-Text-caption, var(--xmlui-borderColor-Text-caption)));
|
|
3708
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-caption, var(--xmlui-borderRadius-Text-caption));
|
|
3709
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-caption, var(--xmlui-borderRadius-Text-caption));
|
|
3710
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-caption, var(--xmlui-borderRadius-Text-caption));
|
|
3711
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-caption, var(--xmlui-borderRadius-Text-caption));
|
|
3712
|
+
color: var(--xmlui-textColor-Text-caption);
|
|
2883
3713
|
font-family: var(--xmlui-fontFamily-Text-caption);
|
|
2884
3714
|
font-size: var(--xmlui-fontSize-Text-caption);
|
|
2885
|
-
font-weight: var(--xmlui-fontWeight-Text-caption);
|
|
2886
3715
|
font-style: var(--xmlui-fontStyle-Text-caption);
|
|
3716
|
+
font-weight: var(--xmlui-fontWeight-Text-caption);
|
|
2887
3717
|
font-stretch: var(--xmlui-fontStretch-Text-caption);
|
|
2888
3718
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-caption);
|
|
2889
3719
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-caption);
|
|
@@ -2891,28 +3721,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2891
3721
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-caption);
|
|
2892
3722
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-caption);
|
|
2893
3723
|
line-height: var(--xmlui-lineHeight-Text-caption);
|
|
2894
|
-
color: var(--xmlui-textColor-Text-caption);
|
|
2895
3724
|
background-color: var(--xmlui-backgroundColor-Text-caption);
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
3725
|
+
text-transform: var(--xmlui-textTransform-Text-caption);
|
|
3726
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-caption);
|
|
3727
|
+
word-spacing: var(--xmlui-wordSpacing-Text-caption);
|
|
3728
|
+
text-shadow: var(--xmlui-textShadow-Text-caption);
|
|
3729
|
+
text-indent: var(--xmlui-textIndent-Text-caption);
|
|
3730
|
+
text-align: var(--xmlui-textAlign-Text-caption);
|
|
3731
|
+
text-align-last: var(--xmlui-textAlignLast-Text-caption);
|
|
3732
|
+
word-break: var(--xmlui-wordBreak-Text-caption);
|
|
3733
|
+
word-wrap: var(--xmlui-wordWrap-Text-caption);
|
|
3734
|
+
direction: var(--xmlui-direction-Text-caption);
|
|
3735
|
+
writing-mode: var(--xmlui-writingMode-Text-caption);
|
|
3736
|
+
line-break: var(--xmlui-lineBreak-Text-caption);
|
|
2905
3737
|
margin-top: var(--xmlui-marginTop-Text-caption);
|
|
2906
3738
|
margin-bottom: var(--xmlui-marginBottom-Text-caption);
|
|
2907
|
-
text-transform: var(--xmlui-textTransform-Text-caption);
|
|
2908
3739
|
vertical-align: var(--xmlui-verticalAlign-Text-caption);
|
|
2909
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-caption);
|
|
2910
3740
|
}
|
|
2911
|
-
.
|
|
3741
|
+
._text_wtc9w_13._placeholder_wtc9w_1116 {
|
|
3742
|
+
padding: var(--xmlui-padding-Text-placeholder);
|
|
3743
|
+
padding-left: var(--xmlui-paddingLeft-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
|
|
3744
|
+
padding-right: var(--xmlui-paddingRight-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
|
|
3745
|
+
padding-top: var(--xmlui-paddingTop-Text-placeholder, var(--xmlui-paddingVertical-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
|
|
3746
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-placeholder, var(--xmlui-paddingVertical-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
|
|
3747
|
+
border-left: var(--xmlui-borderLeft-Text-placeholder, var(--xmlui-borderHorizontal-Text-placeholder, var(--xmlui-border-Text-placeholder)));
|
|
3748
|
+
border-right: var(--xmlui-borderRight-Text-placeholder, var(--xmlui-borderHorizontal-Text-placeholder, var(--xmlui-border-Text-placeholder)));
|
|
3749
|
+
border-top: var(--xmlui-borderTop-Text-placeholder, var(--xmlui-borderVertical-Text-placeholder, var(--xmlui-border-Text-placeholder)));
|
|
3750
|
+
border-bottom: var(--xmlui-borderBottom-Text-placeholder, var(--xmlui-borderVertical-Text-placeholder, var(--xmlui-border-Text-placeholder)));
|
|
3751
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-placeholder, var(--xmlui-borderHorizontalStyle-Text-placeholder, var(--xmlui-borderStyle-Text-placeholder)));
|
|
3752
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-placeholder, var(--xmlui-borderHorizontalStyle-Text-placeholder, var(--xmlui-borderStyle-Text-placeholder)));
|
|
3753
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-placeholder, var(--xmlui-borderVerticalStyle-Text-placeholder, var(--xmlui-borderStyle-Text-placeholder)));
|
|
3754
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-placeholder, var(--xmlui-borderVerticalStyle-Text-placeholder, var(--xmlui-borderStyle-Text-placeholder)));
|
|
3755
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-placeholder, var(--xmlui-borderHorizontalWidth-Text-placeholder, var(--xmlui-borderWidth-Text-placeholder)));
|
|
3756
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-placeholder, var(--xmlui-borderHorizontalWidth-Text-placeholder, var(--xmlui-borderWidth-Text-placeholder)));
|
|
3757
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-placeholder, var(--xmlui-borderVerticalWidth-Text-placeholder, var(--xmlui-borderWidth-Text-placeholder)));
|
|
3758
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-placeholder, var(--xmlui-borderVerticalWidth-Text-placeholder, var(--xmlui-borderWidth-Text-placeholder)));
|
|
3759
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-placeholder, var(--xmlui-borderHorizontalColor-Text-placeholder, var(--xmlui-borderColor-Text-placeholder)));
|
|
3760
|
+
border-right-color: var(--xmlui-borderRightColor-Text-placeholder, var(--xmlui-borderHorizontalColor-Text-placeholder, var(--xmlui-borderColor-Text-placeholder)));
|
|
3761
|
+
border-top-color: var(--xmlui-borderTopColor-Text-placeholder, var(--xmlui-borderVerticalColor-Text-placeholder, var(--xmlui-borderColor-Text-placeholder)));
|
|
3762
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-placeholder, var(--xmlui-borderVerticalColor-Text-placeholder, var(--xmlui-borderColor-Text-placeholder)));
|
|
3763
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-placeholder, var(--xmlui-borderRadius-Text-placeholder));
|
|
3764
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-placeholder, var(--xmlui-borderRadius-Text-placeholder));
|
|
3765
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-placeholder, var(--xmlui-borderRadius-Text-placeholder));
|
|
3766
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-placeholder, var(--xmlui-borderRadius-Text-placeholder));
|
|
3767
|
+
color: var(--xmlui-textColor-Text-placeholder);
|
|
2912
3768
|
font-family: var(--xmlui-fontFamily-Text-placeholder);
|
|
2913
3769
|
font-size: var(--xmlui-fontSize-Text-placeholder);
|
|
2914
|
-
font-weight: var(--xmlui-fontWeight-Text-placeholder);
|
|
2915
3770
|
font-style: var(--xmlui-fontStyle-Text-placeholder);
|
|
3771
|
+
font-weight: var(--xmlui-fontWeight-Text-placeholder);
|
|
2916
3772
|
font-stretch: var(--xmlui-fontStretch-Text-placeholder);
|
|
2917
3773
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-placeholder);
|
|
2918
3774
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-placeholder);
|
|
@@ -2920,28 +3776,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2920
3776
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-placeholder);
|
|
2921
3777
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-placeholder);
|
|
2922
3778
|
line-height: var(--xmlui-lineHeight-Text-placeholder);
|
|
2923
|
-
color: var(--xmlui-textColor-Text-placeholder);
|
|
2924
3779
|
background-color: var(--xmlui-backgroundColor-Text-placeholder);
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
3780
|
+
text-transform: var(--xmlui-textTransform-Text-placeholder);
|
|
3781
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-placeholder);
|
|
3782
|
+
word-spacing: var(--xmlui-wordSpacing-Text-placeholder);
|
|
3783
|
+
text-shadow: var(--xmlui-textShadow-Text-placeholder);
|
|
3784
|
+
text-indent: var(--xmlui-textIndent-Text-placeholder);
|
|
3785
|
+
text-align: var(--xmlui-textAlign-Text-placeholder);
|
|
3786
|
+
text-align-last: var(--xmlui-textAlignLast-Text-placeholder);
|
|
3787
|
+
word-break: var(--xmlui-wordBreak-Text-placeholder);
|
|
3788
|
+
word-wrap: var(--xmlui-wordWrap-Text-placeholder);
|
|
3789
|
+
direction: var(--xmlui-direction-Text-placeholder);
|
|
3790
|
+
writing-mode: var(--xmlui-writingMode-Text-placeholder);
|
|
3791
|
+
line-break: var(--xmlui-lineBreak-Text-placeholder);
|
|
2934
3792
|
margin-top: var(--xmlui-marginTop-Text-placeholder);
|
|
2935
3793
|
margin-bottom: var(--xmlui-marginBottom-Text-placeholder);
|
|
2936
|
-
text-transform: var(--xmlui-textTransform-Text-placeholder);
|
|
2937
3794
|
vertical-align: var(--xmlui-verticalAlign-Text-placeholder);
|
|
2938
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-placeholder);
|
|
2939
3795
|
}
|
|
2940
|
-
.
|
|
3796
|
+
._text_wtc9w_13._paragraph_wtc9w_1171 {
|
|
3797
|
+
padding: var(--xmlui-padding-Text-paragraph);
|
|
3798
|
+
padding-left: var(--xmlui-paddingLeft-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
|
|
3799
|
+
padding-right: var(--xmlui-paddingRight-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
|
|
3800
|
+
padding-top: var(--xmlui-paddingTop-Text-paragraph, var(--xmlui-paddingVertical-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
|
|
3801
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-paragraph, var(--xmlui-paddingVertical-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
|
|
3802
|
+
border-left: var(--xmlui-borderLeft-Text-paragraph, var(--xmlui-borderHorizontal-Text-paragraph, var(--xmlui-border-Text-paragraph)));
|
|
3803
|
+
border-right: var(--xmlui-borderRight-Text-paragraph, var(--xmlui-borderHorizontal-Text-paragraph, var(--xmlui-border-Text-paragraph)));
|
|
3804
|
+
border-top: var(--xmlui-borderTop-Text-paragraph, var(--xmlui-borderVertical-Text-paragraph, var(--xmlui-border-Text-paragraph)));
|
|
3805
|
+
border-bottom: var(--xmlui-borderBottom-Text-paragraph, var(--xmlui-borderVertical-Text-paragraph, var(--xmlui-border-Text-paragraph)));
|
|
3806
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-paragraph, var(--xmlui-borderHorizontalStyle-Text-paragraph, var(--xmlui-borderStyle-Text-paragraph)));
|
|
3807
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-paragraph, var(--xmlui-borderHorizontalStyle-Text-paragraph, var(--xmlui-borderStyle-Text-paragraph)));
|
|
3808
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-paragraph, var(--xmlui-borderVerticalStyle-Text-paragraph, var(--xmlui-borderStyle-Text-paragraph)));
|
|
3809
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-paragraph, var(--xmlui-borderVerticalStyle-Text-paragraph, var(--xmlui-borderStyle-Text-paragraph)));
|
|
3810
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-paragraph, var(--xmlui-borderHorizontalWidth-Text-paragraph, var(--xmlui-borderWidth-Text-paragraph)));
|
|
3811
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-paragraph, var(--xmlui-borderHorizontalWidth-Text-paragraph, var(--xmlui-borderWidth-Text-paragraph)));
|
|
3812
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-paragraph, var(--xmlui-borderVerticalWidth-Text-paragraph, var(--xmlui-borderWidth-Text-paragraph)));
|
|
3813
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-paragraph, var(--xmlui-borderVerticalWidth-Text-paragraph, var(--xmlui-borderWidth-Text-paragraph)));
|
|
3814
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-paragraph, var(--xmlui-borderHorizontalColor-Text-paragraph, var(--xmlui-borderColor-Text-paragraph)));
|
|
3815
|
+
border-right-color: var(--xmlui-borderRightColor-Text-paragraph, var(--xmlui-borderHorizontalColor-Text-paragraph, var(--xmlui-borderColor-Text-paragraph)));
|
|
3816
|
+
border-top-color: var(--xmlui-borderTopColor-Text-paragraph, var(--xmlui-borderVerticalColor-Text-paragraph, var(--xmlui-borderColor-Text-paragraph)));
|
|
3817
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-paragraph, var(--xmlui-borderVerticalColor-Text-paragraph, var(--xmlui-borderColor-Text-paragraph)));
|
|
3818
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-paragraph, var(--xmlui-borderRadius-Text-paragraph));
|
|
3819
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-paragraph, var(--xmlui-borderRadius-Text-paragraph));
|
|
3820
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-paragraph, var(--xmlui-borderRadius-Text-paragraph));
|
|
3821
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-paragraph, var(--xmlui-borderRadius-Text-paragraph));
|
|
3822
|
+
color: var(--xmlui-textColor-Text-paragraph);
|
|
2941
3823
|
font-family: var(--xmlui-fontFamily-Text-paragraph);
|
|
2942
3824
|
font-size: var(--xmlui-fontSize-Text-paragraph);
|
|
2943
|
-
font-weight: var(--xmlui-fontWeight-Text-paragraph);
|
|
2944
3825
|
font-style: var(--xmlui-fontStyle-Text-paragraph);
|
|
3826
|
+
font-weight: var(--xmlui-fontWeight-Text-paragraph);
|
|
2945
3827
|
font-stretch: var(--xmlui-fontStretch-Text-paragraph);
|
|
2946
3828
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-paragraph);
|
|
2947
3829
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-paragraph);
|
|
@@ -2949,28 +3831,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2949
3831
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-paragraph);
|
|
2950
3832
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-paragraph);
|
|
2951
3833
|
line-height: var(--xmlui-lineHeight-Text-paragraph);
|
|
2952
|
-
color: var(--xmlui-textColor-Text-paragraph);
|
|
2953
3834
|
background-color: var(--xmlui-backgroundColor-Text-paragraph);
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
3835
|
+
text-transform: var(--xmlui-textTransform-Text-paragraph);
|
|
3836
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-paragraph);
|
|
3837
|
+
word-spacing: var(--xmlui-wordSpacing-Text-paragraph);
|
|
3838
|
+
text-shadow: var(--xmlui-textShadow-Text-paragraph);
|
|
3839
|
+
text-indent: var(--xmlui-textIndent-Text-paragraph);
|
|
3840
|
+
text-align: var(--xmlui-textAlign-Text-paragraph);
|
|
3841
|
+
text-align-last: var(--xmlui-textAlignLast-Text-paragraph);
|
|
3842
|
+
word-break: var(--xmlui-wordBreak-Text-paragraph);
|
|
3843
|
+
word-wrap: var(--xmlui-wordWrap-Text-paragraph);
|
|
3844
|
+
direction: var(--xmlui-direction-Text-paragraph);
|
|
3845
|
+
writing-mode: var(--xmlui-writingMode-Text-paragraph);
|
|
3846
|
+
line-break: var(--xmlui-lineBreak-Text-paragraph);
|
|
2963
3847
|
margin-top: var(--xmlui-marginTop-Text-paragraph);
|
|
2964
3848
|
margin-bottom: var(--xmlui-marginBottom-Text-paragraph);
|
|
2965
|
-
text-transform: var(--xmlui-textTransform-Text-paragraph);
|
|
2966
3849
|
vertical-align: var(--xmlui-verticalAlign-Text-paragraph);
|
|
2967
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-paragraph);
|
|
2968
3850
|
}
|
|
2969
|
-
.
|
|
3851
|
+
._text_wtc9w_13._subheading_wtc9w_1226 {
|
|
3852
|
+
padding: var(--xmlui-padding-Text-subheading);
|
|
3853
|
+
padding-left: var(--xmlui-paddingLeft-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
|
|
3854
|
+
padding-right: var(--xmlui-paddingRight-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
|
|
3855
|
+
padding-top: var(--xmlui-paddingTop-Text-subheading, var(--xmlui-paddingVertical-Text-subheading, var(--xmlui-padding-Text-subheading)));
|
|
3856
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-subheading, var(--xmlui-paddingVertical-Text-subheading, var(--xmlui-padding-Text-subheading)));
|
|
3857
|
+
border-left: var(--xmlui-borderLeft-Text-subheading, var(--xmlui-borderHorizontal-Text-subheading, var(--xmlui-border-Text-subheading)));
|
|
3858
|
+
border-right: var(--xmlui-borderRight-Text-subheading, var(--xmlui-borderHorizontal-Text-subheading, var(--xmlui-border-Text-subheading)));
|
|
3859
|
+
border-top: var(--xmlui-borderTop-Text-subheading, var(--xmlui-borderVertical-Text-subheading, var(--xmlui-border-Text-subheading)));
|
|
3860
|
+
border-bottom: var(--xmlui-borderBottom-Text-subheading, var(--xmlui-borderVertical-Text-subheading, var(--xmlui-border-Text-subheading)));
|
|
3861
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-subheading, var(--xmlui-borderHorizontalStyle-Text-subheading, var(--xmlui-borderStyle-Text-subheading)));
|
|
3862
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-subheading, var(--xmlui-borderHorizontalStyle-Text-subheading, var(--xmlui-borderStyle-Text-subheading)));
|
|
3863
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-subheading, var(--xmlui-borderVerticalStyle-Text-subheading, var(--xmlui-borderStyle-Text-subheading)));
|
|
3864
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-subheading, var(--xmlui-borderVerticalStyle-Text-subheading, var(--xmlui-borderStyle-Text-subheading)));
|
|
3865
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-subheading, var(--xmlui-borderHorizontalWidth-Text-subheading, var(--xmlui-borderWidth-Text-subheading)));
|
|
3866
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-subheading, var(--xmlui-borderHorizontalWidth-Text-subheading, var(--xmlui-borderWidth-Text-subheading)));
|
|
3867
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-subheading, var(--xmlui-borderVerticalWidth-Text-subheading, var(--xmlui-borderWidth-Text-subheading)));
|
|
3868
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-subheading, var(--xmlui-borderVerticalWidth-Text-subheading, var(--xmlui-borderWidth-Text-subheading)));
|
|
3869
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-subheading, var(--xmlui-borderHorizontalColor-Text-subheading, var(--xmlui-borderColor-Text-subheading)));
|
|
3870
|
+
border-right-color: var(--xmlui-borderRightColor-Text-subheading, var(--xmlui-borderHorizontalColor-Text-subheading, var(--xmlui-borderColor-Text-subheading)));
|
|
3871
|
+
border-top-color: var(--xmlui-borderTopColor-Text-subheading, var(--xmlui-borderVerticalColor-Text-subheading, var(--xmlui-borderColor-Text-subheading)));
|
|
3872
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-subheading, var(--xmlui-borderVerticalColor-Text-subheading, var(--xmlui-borderColor-Text-subheading)));
|
|
3873
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-subheading, var(--xmlui-borderRadius-Text-subheading));
|
|
3874
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-subheading, var(--xmlui-borderRadius-Text-subheading));
|
|
3875
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-subheading, var(--xmlui-borderRadius-Text-subheading));
|
|
3876
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-subheading, var(--xmlui-borderRadius-Text-subheading));
|
|
3877
|
+
color: var(--xmlui-textColor-Text-subheading);
|
|
2970
3878
|
font-family: var(--xmlui-fontFamily-Text-subheading);
|
|
2971
3879
|
font-size: var(--xmlui-fontSize-Text-subheading);
|
|
2972
|
-
font-weight: var(--xmlui-fontWeight-Text-subheading);
|
|
2973
3880
|
font-style: var(--xmlui-fontStyle-Text-subheading);
|
|
3881
|
+
font-weight: var(--xmlui-fontWeight-Text-subheading);
|
|
2974
3882
|
font-stretch: var(--xmlui-fontStretch-Text-subheading);
|
|
2975
3883
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-subheading);
|
|
2976
3884
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-subheading);
|
|
@@ -2978,28 +3886,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2978
3886
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-subheading);
|
|
2979
3887
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-subheading);
|
|
2980
3888
|
line-height: var(--xmlui-lineHeight-Text-subheading);
|
|
2981
|
-
color: var(--xmlui-textColor-Text-subheading);
|
|
2982
3889
|
background-color: var(--xmlui-backgroundColor-Text-subheading);
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
3890
|
+
text-transform: var(--xmlui-textTransform-Text-subheading);
|
|
3891
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-subheading);
|
|
3892
|
+
word-spacing: var(--xmlui-wordSpacing-Text-subheading);
|
|
3893
|
+
text-shadow: var(--xmlui-textShadow-Text-subheading);
|
|
3894
|
+
text-indent: var(--xmlui-textIndent-Text-subheading);
|
|
3895
|
+
text-align: var(--xmlui-textAlign-Text-subheading);
|
|
3896
|
+
text-align-last: var(--xmlui-textAlignLast-Text-subheading);
|
|
3897
|
+
word-break: var(--xmlui-wordBreak-Text-subheading);
|
|
3898
|
+
word-wrap: var(--xmlui-wordWrap-Text-subheading);
|
|
3899
|
+
direction: var(--xmlui-direction-Text-subheading);
|
|
3900
|
+
writing-mode: var(--xmlui-writingMode-Text-subheading);
|
|
3901
|
+
line-break: var(--xmlui-lineBreak-Text-subheading);
|
|
2992
3902
|
margin-top: var(--xmlui-marginTop-Text-subheading);
|
|
2993
3903
|
margin-bottom: var(--xmlui-marginBottom-Text-subheading);
|
|
2994
|
-
text-transform: var(--xmlui-textTransform-Text-subheading);
|
|
2995
3904
|
vertical-align: var(--xmlui-verticalAlign-Text-subheading);
|
|
2996
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-subheading);
|
|
2997
3905
|
}
|
|
2998
|
-
.
|
|
3906
|
+
._text_wtc9w_13._tableheading_wtc9w_1281 {
|
|
3907
|
+
padding: var(--xmlui-padding-Text-tableheading);
|
|
3908
|
+
padding-left: var(--xmlui-paddingLeft-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
|
|
3909
|
+
padding-right: var(--xmlui-paddingRight-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
|
|
3910
|
+
padding-top: var(--xmlui-paddingTop-Text-tableheading, var(--xmlui-paddingVertical-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
|
|
3911
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-tableheading, var(--xmlui-paddingVertical-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
|
|
3912
|
+
border-left: var(--xmlui-borderLeft-Text-tableheading, var(--xmlui-borderHorizontal-Text-tableheading, var(--xmlui-border-Text-tableheading)));
|
|
3913
|
+
border-right: var(--xmlui-borderRight-Text-tableheading, var(--xmlui-borderHorizontal-Text-tableheading, var(--xmlui-border-Text-tableheading)));
|
|
3914
|
+
border-top: var(--xmlui-borderTop-Text-tableheading, var(--xmlui-borderVertical-Text-tableheading, var(--xmlui-border-Text-tableheading)));
|
|
3915
|
+
border-bottom: var(--xmlui-borderBottom-Text-tableheading, var(--xmlui-borderVertical-Text-tableheading, var(--xmlui-border-Text-tableheading)));
|
|
3916
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-tableheading, var(--xmlui-borderHorizontalStyle-Text-tableheading, var(--xmlui-borderStyle-Text-tableheading)));
|
|
3917
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-tableheading, var(--xmlui-borderHorizontalStyle-Text-tableheading, var(--xmlui-borderStyle-Text-tableheading)));
|
|
3918
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-tableheading, var(--xmlui-borderVerticalStyle-Text-tableheading, var(--xmlui-borderStyle-Text-tableheading)));
|
|
3919
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-tableheading, var(--xmlui-borderVerticalStyle-Text-tableheading, var(--xmlui-borderStyle-Text-tableheading)));
|
|
3920
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-tableheading, var(--xmlui-borderHorizontalWidth-Text-tableheading, var(--xmlui-borderWidth-Text-tableheading)));
|
|
3921
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-tableheading, var(--xmlui-borderHorizontalWidth-Text-tableheading, var(--xmlui-borderWidth-Text-tableheading)));
|
|
3922
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-tableheading, var(--xmlui-borderVerticalWidth-Text-tableheading, var(--xmlui-borderWidth-Text-tableheading)));
|
|
3923
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-tableheading, var(--xmlui-borderVerticalWidth-Text-tableheading, var(--xmlui-borderWidth-Text-tableheading)));
|
|
3924
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-tableheading, var(--xmlui-borderHorizontalColor-Text-tableheading, var(--xmlui-borderColor-Text-tableheading)));
|
|
3925
|
+
border-right-color: var(--xmlui-borderRightColor-Text-tableheading, var(--xmlui-borderHorizontalColor-Text-tableheading, var(--xmlui-borderColor-Text-tableheading)));
|
|
3926
|
+
border-top-color: var(--xmlui-borderTopColor-Text-tableheading, var(--xmlui-borderVerticalColor-Text-tableheading, var(--xmlui-borderColor-Text-tableheading)));
|
|
3927
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-tableheading, var(--xmlui-borderVerticalColor-Text-tableheading, var(--xmlui-borderColor-Text-tableheading)));
|
|
3928
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-tableheading, var(--xmlui-borderRadius-Text-tableheading));
|
|
3929
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-tableheading, var(--xmlui-borderRadius-Text-tableheading));
|
|
3930
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-tableheading, var(--xmlui-borderRadius-Text-tableheading));
|
|
3931
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-tableheading, var(--xmlui-borderRadius-Text-tableheading));
|
|
3932
|
+
color: var(--xmlui-textColor-Text-tableheading);
|
|
2999
3933
|
font-family: var(--xmlui-fontFamily-Text-tableheading);
|
|
3000
3934
|
font-size: var(--xmlui-fontSize-Text-tableheading);
|
|
3001
|
-
font-weight: var(--xmlui-fontWeight-Text-tableheading);
|
|
3002
3935
|
font-style: var(--xmlui-fontStyle-Text-tableheading);
|
|
3936
|
+
font-weight: var(--xmlui-fontWeight-Text-tableheading);
|
|
3003
3937
|
font-stretch: var(--xmlui-fontStretch-Text-tableheading);
|
|
3004
3938
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-tableheading);
|
|
3005
3939
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-tableheading);
|
|
@@ -3007,28 +3941,54 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3007
3941
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-tableheading);
|
|
3008
3942
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-tableheading);
|
|
3009
3943
|
line-height: var(--xmlui-lineHeight-Text-tableheading);
|
|
3010
|
-
color: var(--xmlui-textColor-Text-tableheading);
|
|
3011
3944
|
background-color: var(--xmlui-backgroundColor-Text-tableheading);
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3945
|
+
text-transform: var(--xmlui-textTransform-Text-tableheading);
|
|
3946
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-tableheading);
|
|
3947
|
+
word-spacing: var(--xmlui-wordSpacing-Text-tableheading);
|
|
3948
|
+
text-shadow: var(--xmlui-textShadow-Text-tableheading);
|
|
3949
|
+
text-indent: var(--xmlui-textIndent-Text-tableheading);
|
|
3950
|
+
text-align: var(--xmlui-textAlign-Text-tableheading);
|
|
3951
|
+
text-align-last: var(--xmlui-textAlignLast-Text-tableheading);
|
|
3952
|
+
word-break: var(--xmlui-wordBreak-Text-tableheading);
|
|
3953
|
+
word-wrap: var(--xmlui-wordWrap-Text-tableheading);
|
|
3954
|
+
direction: var(--xmlui-direction-Text-tableheading);
|
|
3955
|
+
writing-mode: var(--xmlui-writingMode-Text-tableheading);
|
|
3956
|
+
line-break: var(--xmlui-lineBreak-Text-tableheading);
|
|
3021
3957
|
margin-top: var(--xmlui-marginTop-Text-tableheading);
|
|
3022
3958
|
margin-bottom: var(--xmlui-marginBottom-Text-tableheading);
|
|
3023
|
-
text-transform: var(--xmlui-textTransform-Text-tableheading);
|
|
3024
3959
|
vertical-align: var(--xmlui-verticalAlign-Text-tableheading);
|
|
3025
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-tableheading);
|
|
3026
3960
|
}
|
|
3027
|
-
.
|
|
3961
|
+
._text_wtc9w_13._secondary_wtc9w_1336 {
|
|
3962
|
+
padding: var(--xmlui-padding-Text-secondary);
|
|
3963
|
+
padding-left: var(--xmlui-paddingLeft-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
|
|
3964
|
+
padding-right: var(--xmlui-paddingRight-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
|
|
3965
|
+
padding-top: var(--xmlui-paddingTop-Text-secondary, var(--xmlui-paddingVertical-Text-secondary, var(--xmlui-padding-Text-secondary)));
|
|
3966
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-secondary, var(--xmlui-paddingVertical-Text-secondary, var(--xmlui-padding-Text-secondary)));
|
|
3967
|
+
border-left: var(--xmlui-borderLeft-Text-secondary, var(--xmlui-borderHorizontal-Text-secondary, var(--xmlui-border-Text-secondary)));
|
|
3968
|
+
border-right: var(--xmlui-borderRight-Text-secondary, var(--xmlui-borderHorizontal-Text-secondary, var(--xmlui-border-Text-secondary)));
|
|
3969
|
+
border-top: var(--xmlui-borderTop-Text-secondary, var(--xmlui-borderVertical-Text-secondary, var(--xmlui-border-Text-secondary)));
|
|
3970
|
+
border-bottom: var(--xmlui-borderBottom-Text-secondary, var(--xmlui-borderVertical-Text-secondary, var(--xmlui-border-Text-secondary)));
|
|
3971
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-secondary, var(--xmlui-borderHorizontalStyle-Text-secondary, var(--xmlui-borderStyle-Text-secondary)));
|
|
3972
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-secondary, var(--xmlui-borderHorizontalStyle-Text-secondary, var(--xmlui-borderStyle-Text-secondary)));
|
|
3973
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-secondary, var(--xmlui-borderVerticalStyle-Text-secondary, var(--xmlui-borderStyle-Text-secondary)));
|
|
3974
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-secondary, var(--xmlui-borderVerticalStyle-Text-secondary, var(--xmlui-borderStyle-Text-secondary)));
|
|
3975
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-secondary, var(--xmlui-borderHorizontalWidth-Text-secondary, var(--xmlui-borderWidth-Text-secondary)));
|
|
3976
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-secondary, var(--xmlui-borderHorizontalWidth-Text-secondary, var(--xmlui-borderWidth-Text-secondary)));
|
|
3977
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-secondary, var(--xmlui-borderVerticalWidth-Text-secondary, var(--xmlui-borderWidth-Text-secondary)));
|
|
3978
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-secondary, var(--xmlui-borderVerticalWidth-Text-secondary, var(--xmlui-borderWidth-Text-secondary)));
|
|
3979
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-secondary, var(--xmlui-borderHorizontalColor-Text-secondary, var(--xmlui-borderColor-Text-secondary)));
|
|
3980
|
+
border-right-color: var(--xmlui-borderRightColor-Text-secondary, var(--xmlui-borderHorizontalColor-Text-secondary, var(--xmlui-borderColor-Text-secondary)));
|
|
3981
|
+
border-top-color: var(--xmlui-borderTopColor-Text-secondary, var(--xmlui-borderVerticalColor-Text-secondary, var(--xmlui-borderColor-Text-secondary)));
|
|
3982
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-secondary, var(--xmlui-borderVerticalColor-Text-secondary, var(--xmlui-borderColor-Text-secondary)));
|
|
3983
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-secondary, var(--xmlui-borderRadius-Text-secondary));
|
|
3984
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-secondary, var(--xmlui-borderRadius-Text-secondary));
|
|
3985
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-secondary, var(--xmlui-borderRadius-Text-secondary));
|
|
3986
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-secondary, var(--xmlui-borderRadius-Text-secondary));
|
|
3987
|
+
color: var(--xmlui-textColor-Text-secondary);
|
|
3028
3988
|
font-family: var(--xmlui-fontFamily-Text-secondary);
|
|
3029
3989
|
font-size: var(--xmlui-fontSize-Text-secondary);
|
|
3030
|
-
font-weight: var(--xmlui-fontWeight-Text-secondary);
|
|
3031
3990
|
font-style: var(--xmlui-fontStyle-Text-secondary);
|
|
3991
|
+
font-weight: var(--xmlui-fontWeight-Text-secondary);
|
|
3032
3992
|
font-stretch: var(--xmlui-fontStretch-Text-secondary);
|
|
3033
3993
|
text-decoration-line: var(--xmlui-textDecorationLine-Text-secondary);
|
|
3034
3994
|
text-decoration-color: var(--xmlui-textDecorationColor-Text-secondary);
|
|
@@ -3036,24 +3996,24 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3036
3996
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-secondary);
|
|
3037
3997
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-secondary);
|
|
3038
3998
|
line-height: var(--xmlui-lineHeight-Text-secondary);
|
|
3039
|
-
color: var(--xmlui-textColor-Text-secondary);
|
|
3040
3999
|
background-color: var(--xmlui-backgroundColor-Text-secondary);
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
4000
|
+
text-transform: var(--xmlui-textTransform-Text-secondary);
|
|
4001
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-secondary);
|
|
4002
|
+
word-spacing: var(--xmlui-wordSpacing-Text-secondary);
|
|
4003
|
+
text-shadow: var(--xmlui-textShadow-Text-secondary);
|
|
4004
|
+
text-indent: var(--xmlui-textIndent-Text-secondary);
|
|
4005
|
+
text-align: var(--xmlui-textAlign-Text-secondary);
|
|
4006
|
+
text-align-last: var(--xmlui-textAlignLast-Text-secondary);
|
|
4007
|
+
word-break: var(--xmlui-wordBreak-Text-secondary);
|
|
4008
|
+
word-wrap: var(--xmlui-wordWrap-Text-secondary);
|
|
4009
|
+
direction: var(--xmlui-direction-Text-secondary);
|
|
4010
|
+
writing-mode: var(--xmlui-writingMode-Text-secondary);
|
|
4011
|
+
line-break: var(--xmlui-lineBreak-Text-secondary);
|
|
3050
4012
|
margin-top: var(--xmlui-marginTop-Text-secondary);
|
|
3051
4013
|
margin-bottom: var(--xmlui-marginBottom-Text-secondary);
|
|
3052
|
-
text-transform: var(--xmlui-textTransform-Text-secondary);
|
|
3053
4014
|
vertical-align: var(--xmlui-verticalAlign-Text-secondary);
|
|
3054
|
-
letter-spacing: var(--xmlui-letterSpacing-Text-secondary);
|
|
3055
4015
|
}
|
|
3056
|
-
.
|
|
4016
|
+
._text_wtc9w_13._strong_wtc9w_1391 {
|
|
3057
4017
|
font-weight: var(--xmlui-fontWeight-bold);
|
|
3058
4018
|
}
|
|
3059
4019
|
|
|
@@ -3061,18 +4021,18 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3061
4021
|
This is a Chromium based solution that is supported by most modern browsers.
|
|
3062
4022
|
See this source for details: https://css-tricks.com/line-clampin/
|
|
3063
4023
|
*/
|
|
3064
|
-
.
|
|
4024
|
+
._truncateOverflow_wtc9w_1399 {
|
|
3065
4025
|
overflow: hidden;
|
|
3066
4026
|
overflow-wrap: break-word;
|
|
3067
4027
|
white-space: nowrap;
|
|
3068
4028
|
max-width: 100%;
|
|
3069
4029
|
}
|
|
3070
4030
|
|
|
3071
|
-
.
|
|
4031
|
+
._preserveLinebreaks_wtc9w_1406 {
|
|
3072
4032
|
white-space: pre-wrap;
|
|
3073
4033
|
}
|
|
3074
4034
|
|
|
3075
|
-
.
|
|
4035
|
+
._noEllipsis_wtc9w_1410 {
|
|
3076
4036
|
text-overflow: clip;
|
|
3077
4037
|
}/*
|
|
3078
4038
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -3604,7 +4564,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3604
4564
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
3605
4565
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
3606
4566
|
*/
|
|
3607
|
-
.
|
|
4567
|
+
._badge_fs4n2_13 {
|
|
3608
4568
|
padding: var(--xmlui-padding-Badge);
|
|
3609
4569
|
padding-left: var(--xmlui-paddingLeft-Badge, var(--xmlui-paddingHorizontal-Badge, var(--xmlui-padding-Badge)));
|
|
3610
4570
|
padding-right: var(--xmlui-paddingRight-Badge, var(--xmlui-paddingHorizontal-Badge, var(--xmlui-padding-Badge)));
|
|
@@ -3630,6 +4590,31 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3630
4590
|
border-start-end-radius: var(--xmlui-borderStartEndRadius-Badge, var(--xmlui-borderRadius-Badge));
|
|
3631
4591
|
border-end-start-radius: var(--xmlui-borderEndStartRadius-Badge, var(--xmlui-borderRadius-Badge));
|
|
3632
4592
|
border-end-end-radius: var(--xmlui-borderEndEndRadius-Badge, var(--xmlui-borderRadius-Badge));
|
|
4593
|
+
color: var(--xmlui-textColor-Badge);
|
|
4594
|
+
font-family: var(--xmlui-fontFamily-Badge);
|
|
4595
|
+
font-size: var(--xmlui-fontSize-Badge);
|
|
4596
|
+
font-style: var(--xmlui-fontStyle-Badge);
|
|
4597
|
+
font-weight: var(--xmlui-fontWeight-Badge);
|
|
4598
|
+
font-stretch: var(--xmlui-fontStretch-Badge);
|
|
4599
|
+
text-decoration-line: var(--xmlui-textDecorationLine-Badge);
|
|
4600
|
+
text-decoration-color: var(--xmlui-textDecorationColor-Badge);
|
|
4601
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-Badge);
|
|
4602
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-Badge);
|
|
4603
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-Badge);
|
|
4604
|
+
line-height: var(--xmlui-lineHeight-Badge);
|
|
4605
|
+
background-color: var(--xmlui-backgroundColor-Badge);
|
|
4606
|
+
text-transform: var(--xmlui-textTransform-Badge);
|
|
4607
|
+
letter-spacing: var(--xmlui-letterSpacing-Badge);
|
|
4608
|
+
word-spacing: var(--xmlui-wordSpacing-Badge);
|
|
4609
|
+
text-shadow: var(--xmlui-textShadow-Badge);
|
|
4610
|
+
text-indent: var(--xmlui-textIndent-Badge);
|
|
4611
|
+
text-align: var(--xmlui-textAlign-Badge);
|
|
4612
|
+
text-align-last: var(--xmlui-textAlignLast-Badge);
|
|
4613
|
+
word-break: var(--xmlui-wordBreak-Badge);
|
|
4614
|
+
word-wrap: var(--xmlui-wordWrap-Badge);
|
|
4615
|
+
direction: var(--xmlui-direction-Badge);
|
|
4616
|
+
writing-mode: var(--xmlui-writingMode-Badge);
|
|
4617
|
+
line-break: var(--xmlui-lineBreak-Badge);
|
|
3633
4618
|
display: inline-block;
|
|
3634
4619
|
width: fit-content;
|
|
3635
4620
|
vertical-align: top;
|
|
@@ -3637,13 +4622,9 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3637
4622
|
overflow: hidden;
|
|
3638
4623
|
text-overflow: ellipsis;
|
|
3639
4624
|
text-transform: uppercase;
|
|
3640
|
-
font-weight: var(--xmlui-fontWeight-Badge);
|
|
3641
|
-
background-color: var(--xmlui-backgroundColor-Badge);
|
|
3642
|
-
color: var(--xmlui-textColor-Badge);
|
|
3643
|
-
font-size: var(--xmlui-fontSize-Badge);
|
|
3644
4625
|
}
|
|
3645
4626
|
|
|
3646
|
-
.
|
|
4627
|
+
._pill_fs4n2_73 {
|
|
3647
4628
|
padding: var(--xmlui-padding-Badge-pill);
|
|
3648
4629
|
padding-left: var(--xmlui-paddingLeft-Badge-pill, var(--xmlui-paddingHorizontal-Badge-pill, var(--xmlui-padding-Badge-pill)));
|
|
3649
4630
|
padding-right: var(--xmlui-paddingRight-Badge-pill, var(--xmlui-paddingHorizontal-Badge-pill, var(--xmlui-padding-Badge-pill)));
|
|
@@ -3669,17 +4650,38 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3669
4650
|
border-start-end-radius: var(--xmlui-borderStartEndRadius-Badge-pill, var(--xmlui-borderRadius-Badge-pill));
|
|
3670
4651
|
border-end-start-radius: var(--xmlui-borderEndStartRadius-Badge-pill, var(--xmlui-borderRadius-Badge-pill));
|
|
3671
4652
|
border-end-end-radius: var(--xmlui-borderEndEndRadius-Badge-pill, var(--xmlui-borderRadius-Badge-pill));
|
|
4653
|
+
color: var(--xmlui-textColor-Badge-pill);
|
|
4654
|
+
font-family: var(--xmlui-fontFamily-Badge-pill);
|
|
4655
|
+
font-size: var(--xmlui-fontSize-Badge-pill);
|
|
4656
|
+
font-style: var(--xmlui-fontStyle-Badge-pill);
|
|
4657
|
+
font-weight: var(--xmlui-fontWeight-Badge-pill);
|
|
4658
|
+
font-stretch: var(--xmlui-fontStretch-Badge-pill);
|
|
4659
|
+
text-decoration-line: var(--xmlui-textDecorationLine-Badge-pill);
|
|
4660
|
+
text-decoration-color: var(--xmlui-textDecorationColor-Badge-pill);
|
|
4661
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-Badge-pill);
|
|
4662
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-Badge-pill);
|
|
4663
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-Badge-pill);
|
|
4664
|
+
line-height: var(--xmlui-lineHeight-Badge-pill);
|
|
4665
|
+
background-color: var(--xmlui-backgroundColor-Badge-pill);
|
|
4666
|
+
text-transform: var(--xmlui-textTransform-Badge-pill);
|
|
4667
|
+
letter-spacing: var(--xmlui-letterSpacing-Badge-pill);
|
|
4668
|
+
word-spacing: var(--xmlui-wordSpacing-Badge-pill);
|
|
4669
|
+
text-shadow: var(--xmlui-textShadow-Badge-pill);
|
|
4670
|
+
text-indent: var(--xmlui-textIndent-Badge-pill);
|
|
4671
|
+
text-align: var(--xmlui-textAlign-Badge-pill);
|
|
4672
|
+
text-align-last: var(--xmlui-textAlignLast-Badge-pill);
|
|
4673
|
+
word-break: var(--xmlui-wordBreak-Badge-pill);
|
|
4674
|
+
word-wrap: var(--xmlui-wordWrap-Badge-pill);
|
|
4675
|
+
direction: var(--xmlui-direction-Badge-pill);
|
|
4676
|
+
writing-mode: var(--xmlui-writingMode-Badge-pill);
|
|
4677
|
+
line-break: var(--xmlui-lineBreak-Badge-pill);
|
|
3672
4678
|
display: inline-block;
|
|
3673
4679
|
width: fit-content;
|
|
3674
4680
|
vertical-align: top;
|
|
3675
4681
|
min-width: fit-content;
|
|
3676
4682
|
overflow: hidden;
|
|
3677
4683
|
text-overflow: ellipsis;
|
|
3678
|
-
font-weight: var(--xmlui-fontWeight-Badge-pill);
|
|
3679
|
-
background-color: var(--xmlui-backgroundColor-Badge);
|
|
3680
|
-
color: var(--xmlui-textColor-Badge);
|
|
3681
4684
|
border-radius: 9999px;
|
|
3682
|
-
font-size: var(--xmlui-fontSize-Badge-pill);
|
|
3683
4685
|
}/*
|
|
3684
4686
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
3685
4687
|
*
|
|
@@ -6592,7 +7594,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6592
7594
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
6593
7595
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
6594
7596
|
*/
|
|
6595
|
-
.
|
|
7597
|
+
._outerWrapper_12zu8_13 {
|
|
6596
7598
|
border-left: var(--xmlui-borderLeft-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
|
|
6597
7599
|
border-right: var(--xmlui-borderRight-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
|
|
6598
7600
|
border-top: var(--xmlui-borderTop-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)));
|
|
@@ -6617,7 +7619,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6617
7619
|
height: var(--xmlui-height-Footer);
|
|
6618
7620
|
}
|
|
6619
7621
|
|
|
6620
|
-
.
|
|
7622
|
+
._wrapper_12zu8_38 {
|
|
6621
7623
|
width: 100%;
|
|
6622
7624
|
display: flex;
|
|
6623
7625
|
min-height: 0;
|
|
@@ -6628,13 +7630,36 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6628
7630
|
padding-right: var(--xmlui-paddingRight-Footer, var(--xmlui-paddingHorizontal-Footer, var(--xmlui-padding-Footer)));
|
|
6629
7631
|
padding-top: var(--xmlui-paddingTop-Footer, var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer)));
|
|
6630
7632
|
padding-bottom: var(--xmlui-paddingBottom-Footer, var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer)));
|
|
7633
|
+
color: var(--xmlui-textColor-Footer);
|
|
7634
|
+
font-family: var(--xmlui-fontFamily-Footer);
|
|
6631
7635
|
font-size: var(--xmlui-fontSize-Footer);
|
|
7636
|
+
font-style: var(--xmlui-fontStyle-Footer);
|
|
7637
|
+
font-weight: var(--xmlui-fontWeight-Footer);
|
|
7638
|
+
font-stretch: var(--xmlui-fontStretch-Footer);
|
|
7639
|
+
text-decoration-line: var(--xmlui-textDecorationLine-Footer);
|
|
7640
|
+
text-decoration-color: var(--xmlui-textDecorationColor-Footer);
|
|
7641
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-Footer);
|
|
7642
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-Footer);
|
|
7643
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-Footer);
|
|
7644
|
+
line-height: var(--xmlui-lineHeight-Footer);
|
|
7645
|
+
background-color: var(--xmlui-backgroundColor-Footer);
|
|
7646
|
+
text-transform: var(--xmlui-textTransform-Footer);
|
|
7647
|
+
letter-spacing: var(--xmlui-letterSpacing-Footer);
|
|
7648
|
+
word-spacing: var(--xmlui-wordSpacing-Footer);
|
|
7649
|
+
text-shadow: var(--xmlui-textShadow-Footer);
|
|
7650
|
+
text-indent: var(--xmlui-textIndent-Footer);
|
|
7651
|
+
text-align: var(--xmlui-textAlign-Footer);
|
|
7652
|
+
text-align-last: var(--xmlui-textAlignLast-Footer);
|
|
7653
|
+
word-break: var(--xmlui-wordBreak-Footer);
|
|
7654
|
+
word-wrap: var(--xmlui-wordWrap-Footer);
|
|
7655
|
+
direction: var(--xmlui-direction-Footer);
|
|
7656
|
+
writing-mode: var(--xmlui-writingMode-Footer);
|
|
7657
|
+
line-break: var(--xmlui-lineBreak-Footer);
|
|
6632
7658
|
align-items: var(--xmlui-verticalAlign-Footer);
|
|
6633
7659
|
max-width: var(--xmlui-maxWidth-content-Footer);
|
|
6634
|
-
color: var(--xmlui-textColor-Footer);
|
|
6635
7660
|
margin: 0 auto;
|
|
6636
7661
|
}
|
|
6637
|
-
.
|
|
7662
|
+
._wrapper_12zu8_38._full_12zu8_78 {
|
|
6638
7663
|
max-width: 100%;
|
|
6639
7664
|
}/*
|
|
6640
7665
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -6677,18 +7702,46 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6677
7702
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
6678
7703
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
6679
7704
|
*/
|
|
6680
|
-
.
|
|
7705
|
+
._markdownContent_mgetx_13 {
|
|
6681
7706
|
max-width: var(--xmlui-maxWidth-Markdown);
|
|
7707
|
+
padding-top: var(--xmlui-paddingTop-Markdown);
|
|
7708
|
+
padding-bottom: var(--xmlui-paddingBottom-Markdown);
|
|
7709
|
+
background-color: var(--xmlui-backgroundColor-Markdown);
|
|
6682
7710
|
}
|
|
6683
|
-
.
|
|
7711
|
+
._markdownContent_mgetx_13 ._blockquote_mgetx_19 {
|
|
6684
7712
|
position: relative;
|
|
6685
7713
|
margin-top: var(--xmlui-marginTop-Blockquote);
|
|
6686
7714
|
margin-bottom: var(--xmlui-marginBottom-Blockquote);
|
|
6687
7715
|
background-color: var(--xmlui-backgroundColor-Blockquote);
|
|
7716
|
+
padding-left: var(--xmlui-paddingLeft-Blockquote);
|
|
7717
|
+
border-left: var(--xmlui-borderLeft-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)));
|
|
7718
|
+
border-right: var(--xmlui-borderRight-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)));
|
|
7719
|
+
border-top: var(--xmlui-borderTop-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)));
|
|
7720
|
+
border-bottom: var(--xmlui-borderBottom-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)));
|
|
7721
|
+
border-left-style: var(--xmlui-borderLeftStyle-Blockquote, var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)));
|
|
7722
|
+
border-right-style: var(--xmlui-borderRightStyle-Blockquote, var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)));
|
|
7723
|
+
border-top-style: var(--xmlui-borderTopStyle-Blockquote, var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)));
|
|
7724
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Blockquote, var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)));
|
|
7725
|
+
border-left-width: var(--xmlui-borderLeftWidth-Blockquote, var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)));
|
|
7726
|
+
border-right-width: var(--xmlui-borderRightWidth-Blockquote, var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)));
|
|
7727
|
+
border-top-width: var(--xmlui-borderTopWidth-Blockquote, var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)));
|
|
7728
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Blockquote, var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)));
|
|
7729
|
+
border-left-color: var(--xmlui-borderLeftColor-Blockquote, var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote)));
|
|
7730
|
+
border-right-color: var(--xmlui-borderRightColor-Blockquote, var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote)));
|
|
7731
|
+
border-top-color: var(--xmlui-borderTopColor-Blockquote, var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote)));
|
|
7732
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Blockquote, var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote)));
|
|
6688
7733
|
border-radius: var(--xmlui-borderRadius-Blockquote);
|
|
7734
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Blockquote, var(--xmlui-borderRadius-Blockquote));
|
|
7735
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Blockquote, var(--xmlui-borderRadius-Blockquote));
|
|
7736
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Blockquote, var(--xmlui-borderRadius-Blockquote));
|
|
7737
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Blockquote, var(--xmlui-borderRadius-Blockquote));
|
|
7738
|
+
padding: var(--xmlui-padding-Blockquote);
|
|
6689
7739
|
padding-left: var(--xmlui-paddingLeft-Blockquote);
|
|
7740
|
+
padding-right: var(--xmlui-paddingRight-Blockquote, var(--xmlui-paddingHorizontal-Blockquote, var(--xmlui-padding-Blockquote)));
|
|
7741
|
+
padding-top: var(--xmlui-paddingTop-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)));
|
|
7742
|
+
padding-bottom: var(--xmlui-paddingBottom-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)));
|
|
6690
7743
|
}
|
|
6691
|
-
.
|
|
7744
|
+
._markdownContent_mgetx_13 ._blockquote_mgetx_19::before {
|
|
6692
7745
|
background-color: var(--xmlui-accentColor-Blockquote);
|
|
6693
7746
|
position: absolute;
|
|
6694
7747
|
top: 0;
|
|
@@ -6698,50 +7751,50 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6698
7751
|
height: 100%;
|
|
6699
7752
|
width: var(--xmlui-accentWidth-Blockquote);
|
|
6700
7753
|
}
|
|
6701
|
-
.
|
|
7754
|
+
._markdownContent_mgetx_13 ._blockquoteContainer_mgetx_62 {
|
|
6702
7755
|
padding: 0.5rem 0.5rem 0.1rem 0.5rem;
|
|
6703
7756
|
}
|
|
6704
|
-
.
|
|
7757
|
+
._markdownContent_mgetx_13 ._admonitionBlockquote_mgetx_65 {
|
|
6705
7758
|
margin-top: var(--xmlui-marginTop-Admonition);
|
|
6706
7759
|
margin-bottom: var(--xmlui-marginBottom-Admonition);
|
|
6707
7760
|
background-color: var(--xmlui-backgroundColor-Admonition);
|
|
6708
7761
|
border-radius: var(--xmlui-borderRadius-Admonition);
|
|
6709
7762
|
}
|
|
6710
|
-
.
|
|
7763
|
+
._markdownContent_mgetx_13 ._admonitionContainer_mgetx_71 {
|
|
6711
7764
|
padding: 0.5rem;
|
|
6712
7765
|
display: flex;
|
|
6713
7766
|
align-items: flex-start;
|
|
6714
7767
|
}
|
|
6715
|
-
.
|
|
7768
|
+
._markdownContent_mgetx_13 ._admonitionContent_mgetx_76 {
|
|
6716
7769
|
margin-left: var(--xmlui-marginLeft-Admonition-content);
|
|
6717
7770
|
}
|
|
6718
|
-
.
|
|
7771
|
+
._markdownContent_mgetx_13 ._admonitionIcon_mgetx_79 {
|
|
6719
7772
|
font-size: var(--xmlui-iconSize-Admonition);
|
|
6720
7773
|
line-height: 1;
|
|
6721
7774
|
}
|
|
6722
|
-
.
|
|
7775
|
+
._markdownContent_mgetx_13 ._admonitionContent_mgetx_76 {
|
|
6723
7776
|
flex: 1;
|
|
6724
7777
|
min-width: 0;
|
|
6725
7778
|
}
|
|
6726
|
-
.
|
|
7779
|
+
._markdownContent_mgetx_13 ._admonitionBlockquote_mgetx_65 ._admonitionContent_mgetx_76 [class*=text_][class*=markdown_] {
|
|
6727
7780
|
margin-top: 0;
|
|
6728
7781
|
margin-bottom: 0;
|
|
6729
7782
|
}
|
|
6730
|
-
.
|
|
6731
|
-
.
|
|
7783
|
+
._markdownContent_mgetx_13 li:has(> input[type=checkbox]),
|
|
7784
|
+
._markdownContent_mgetx_13 li:has(> input[type=checkbox]) {
|
|
6732
7785
|
display: flex;
|
|
6733
7786
|
align-items: flex-start;
|
|
6734
7787
|
}
|
|
6735
|
-
.
|
|
6736
|
-
.
|
|
7788
|
+
._markdownContent_mgetx_13 li:has(> input[type=checkbox]) > input[type=checkbox],
|
|
7789
|
+
._markdownContent_mgetx_13 li:has(> input[type=checkbox]) > input[type=checkbox] {
|
|
6737
7790
|
margin-right: 8px;
|
|
6738
7791
|
margin-top: 4px;
|
|
6739
7792
|
flex-shrink: 0;
|
|
6740
7793
|
}
|
|
6741
|
-
.
|
|
7794
|
+
._markdownContent_mgetx_13 > *:first-child {
|
|
6742
7795
|
margin-top: 0;
|
|
6743
7796
|
}
|
|
6744
|
-
.
|
|
7797
|
+
._markdownContent_mgetx_13 > *:last-child {
|
|
6745
7798
|
margin-bottom: 0;
|
|
6746
7799
|
}
|
|
6747
7800
|
|
|
@@ -6790,7 +7843,7 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
|
|
|
6790
7843
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
6791
7844
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
6792
7845
|
*/
|
|
6793
|
-
.
|
|
7846
|
+
._htmlTable_11909_13 {
|
|
6794
7847
|
background-color: var(--xmlui-backgroundColor-HtmlTable);
|
|
6795
7848
|
color: var(--xmlui-textColor-HtmlTable);
|
|
6796
7849
|
font-family: var(--xmlui-fontFamily-HtmlTable);
|
|
@@ -6799,6 +7852,7 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
|
|
|
6799
7852
|
text-transform: var(--xmlui-textTransform-HtmlTable);
|
|
6800
7853
|
margin-top: var(--xmlui-marginTop-HtmlTable);
|
|
6801
7854
|
margin-bottom: var(--xmlui-marginBottom-HtmlTable);
|
|
7855
|
+
width: var(--xmlui-width-HtmlTable);
|
|
6802
7856
|
border-left: var(--xmlui-borderLeft-HtmlTable, var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable)));
|
|
6803
7857
|
border-right: var(--xmlui-borderRight-HtmlTable, var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable)));
|
|
6804
7858
|
border-top: var(--xmlui-borderTop-HtmlTable, var(--xmlui-borderVertical-HtmlTable, var(--xmlui-border-HtmlTable)));
|
|
@@ -6826,7 +7880,7 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
|
|
|
6826
7880
|
padding-bottom: var(--xmlui-paddingBottom-HtmlTable, var(--xmlui-paddingVertical-HtmlTable, var(--xmlui-padding-HtmlTable)));
|
|
6827
7881
|
}
|
|
6828
7882
|
|
|
6829
|
-
.
|
|
7883
|
+
._htmlThead_11909_50 {
|
|
6830
7884
|
background-color: var(--xmlui-backgroundColor-HtmlThead);
|
|
6831
7885
|
color: var(--xmlui-textColor-HtmlThead);
|
|
6832
7886
|
font-weight: var(--xmlui-fontWeight-HtmlThead);
|
|
@@ -6859,7 +7913,7 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
|
|
|
6859
7913
|
padding-bottom: var(--xmlui-paddingBottom-HtmlThead, var(--xmlui-paddingVertical-HtmlThead, var(--xmlui-padding-HtmlThead)));
|
|
6860
7914
|
}
|
|
6861
7915
|
|
|
6862
|
-
.
|
|
7916
|
+
._htmlTbody_11909_83 {
|
|
6863
7917
|
background-color: var(--xmlui-backgroundColor-HtmlTbody);
|
|
6864
7918
|
color: var(--xmlui-textColor-HtmlTbody);
|
|
6865
7919
|
text-align: var(--xmlui-textAlign-HtmlTbody);
|
|
@@ -6867,12 +7921,12 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
|
|
|
6867
7921
|
text-transform: var(--xmlui-textTransform-HtmlTbody);
|
|
6868
7922
|
}
|
|
6869
7923
|
|
|
6870
|
-
.
|
|
7924
|
+
._htmlTfoot_11909_91 {
|
|
6871
7925
|
background-color: var(--xmlui-backgroundColor-HtmlTfoot);
|
|
6872
7926
|
color: var(--xmlui-textColor-HtmlTfoot);
|
|
6873
7927
|
}
|
|
6874
7928
|
|
|
6875
|
-
.
|
|
7929
|
+
._htmlTh_11909_50 {
|
|
6876
7930
|
background-color: var(--xmlui-backgroundColor-HtmlTh);
|
|
6877
7931
|
color: var(--xmlui-textColor-HtmlTh);
|
|
6878
7932
|
font-weight: var(--xmlui-fontWeight-HtmlTh);
|
|
@@ -6903,11 +7957,11 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
|
|
|
6903
7957
|
padding-top: var(--xmlui-paddingTop-HtmlTh, var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh)));
|
|
6904
7958
|
padding-bottom: var(--xmlui-paddingBottom-HtmlTh, var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh)));
|
|
6905
7959
|
}
|
|
6906
|
-
.
|
|
7960
|
+
._htmlTh_11909_50:hover {
|
|
6907
7961
|
background-color: var(--xmlui-backgroundColor-HtmlTh--hover);
|
|
6908
7962
|
}
|
|
6909
7963
|
|
|
6910
|
-
.
|
|
7964
|
+
._htmlTr_11909_131 {
|
|
6911
7965
|
background-color: var(--xmlui-backgroundColor-HtmlTr);
|
|
6912
7966
|
color: var(--xmlui-textColor-HtmlTr);
|
|
6913
7967
|
font-weight: var(--xmlui-fontWeight-HtmlTr);
|
|
@@ -6933,18 +7987,18 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
|
|
|
6933
7987
|
border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr));
|
|
6934
7988
|
border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr));
|
|
6935
7989
|
}
|
|
6936
|
-
.
|
|
7990
|
+
._htmlTr_11909_131:nth-child(even) {
|
|
6937
7991
|
background-color: var(--xmlui-backgroundColor-even-HtmlTr);
|
|
6938
7992
|
}
|
|
6939
|
-
.
|
|
7993
|
+
._htmlTr_11909_131:hover {
|
|
6940
7994
|
background-color: var(--xmlui-backgroundColor-HtmlTr--hover);
|
|
6941
7995
|
color: var(--xmlui-textColor-HtmlTr--hover);
|
|
6942
7996
|
}
|
|
6943
|
-
.
|
|
7997
|
+
._htmlTr_11909_131:hover:not(:has(:not(th))) {
|
|
6944
7998
|
background-color: initial;
|
|
6945
7999
|
}
|
|
6946
8000
|
|
|
6947
|
-
.
|
|
8001
|
+
._htmlTd_11909_168 {
|
|
6948
8002
|
background-color: var(--xmlui-backgroundColor-HtmlTd);
|
|
6949
8003
|
text-align: var(--xmlui-text-align-HtmlTd);
|
|
6950
8004
|
vertical-align: var(--xmlui-verticalAlign-HtmlTd);
|
|
@@ -6977,19 +8031,95 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
|
|
|
6977
8031
|
padding-bottom: var(--xmlui-paddingBottom-HtmlTd, var(--xmlui-paddingVertical-HtmlTd, var(--xmlui-padding-HtmlTd)));
|
|
6978
8032
|
}
|
|
6979
8033
|
|
|
6980
|
-
.
|
|
8034
|
+
._htmlUl_11909_201 {
|
|
6981
8035
|
margin-top: var(--xmlui-marginTop-HtmlUl);
|
|
6982
8036
|
margin-bottom: var(--xmlui-marginBottom-HtmlUl);
|
|
6983
|
-
|
|
6984
|
-
|
|
6985
|
-
|
|
8037
|
+
border-left: var(--xmlui-borderLeft-HtmlUl, var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl)));
|
|
8038
|
+
border-right: var(--xmlui-borderRight-HtmlUl, var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl)));
|
|
8039
|
+
border-top: var(--xmlui-borderTop-HtmlUl, var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl)));
|
|
8040
|
+
border-bottom: var(--xmlui-borderBottom-HtmlUl, var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl)));
|
|
8041
|
+
border-left-style: var(--xmlui-borderLeftStyle-HtmlUl, var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)));
|
|
8042
|
+
border-right-style: var(--xmlui-borderRightStyle-HtmlUl, var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)));
|
|
8043
|
+
border-top-style: var(--xmlui-borderTopStyle-HtmlUl, var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)));
|
|
8044
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-HtmlUl, var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)));
|
|
8045
|
+
border-left-width: var(--xmlui-borderLeftWidth-HtmlUl, var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)));
|
|
8046
|
+
border-right-width: var(--xmlui-borderRightWidth-HtmlUl, var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)));
|
|
8047
|
+
border-top-width: var(--xmlui-borderTopWidth-HtmlUl, var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)));
|
|
8048
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-HtmlUl, var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)));
|
|
8049
|
+
border-left-color: var(--xmlui-borderLeftColor-HtmlUl, var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)));
|
|
8050
|
+
border-right-color: var(--xmlui-borderRightColor-HtmlUl, var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)));
|
|
8051
|
+
border-top-color: var(--xmlui-borderTopColor-HtmlUl, var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)));
|
|
8052
|
+
border-bottom-color: var(--xmlui-borderBottomColor-HtmlUl, var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)));
|
|
8053
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl));
|
|
8054
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl));
|
|
8055
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl));
|
|
8056
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl));
|
|
8057
|
+
padding: var(--xmlui-padding-HtmlUl);
|
|
8058
|
+
padding-left: var(--xmlui-paddingLeft-HtmlUl, var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl)));
|
|
8059
|
+
padding-right: var(--xmlui-paddingRight-HtmlUl, var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl)));
|
|
8060
|
+
padding-top: var(--xmlui-paddingTop-HtmlUl, var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl)));
|
|
8061
|
+
padding-bottom: var(--xmlui-paddingBottom-HtmlUl, var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl)));
|
|
8062
|
+
}
|
|
8063
|
+
|
|
8064
|
+
._htmlOl_11909_231 {
|
|
6986
8065
|
margin-top: var(--xmlui-marginTop-HtmlOl);
|
|
6987
8066
|
margin-bottom: var(--xmlui-marginBottom-HtmlOl);
|
|
6988
|
-
|
|
6989
|
-
|
|
6990
|
-
|
|
8067
|
+
border-left: var(--xmlui-borderLeft-HtmlOl, var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl)));
|
|
8068
|
+
border-right: var(--xmlui-borderRight-HtmlOl, var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl)));
|
|
8069
|
+
border-top: var(--xmlui-borderTop-HtmlOl, var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl)));
|
|
8070
|
+
border-bottom: var(--xmlui-borderBottom-HtmlOl, var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl)));
|
|
8071
|
+
border-left-style: var(--xmlui-borderLeftStyle-HtmlOl, var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)));
|
|
8072
|
+
border-right-style: var(--xmlui-borderRightStyle-HtmlOl, var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)));
|
|
8073
|
+
border-top-style: var(--xmlui-borderTopStyle-HtmlOl, var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)));
|
|
8074
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-HtmlOl, var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)));
|
|
8075
|
+
border-left-width: var(--xmlui-borderLeftWidth-HtmlOl, var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)));
|
|
8076
|
+
border-right-width: var(--xmlui-borderRightWidth-HtmlOl, var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)));
|
|
8077
|
+
border-top-width: var(--xmlui-borderTopWidth-HtmlOl, var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)));
|
|
8078
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-HtmlOl, var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)));
|
|
8079
|
+
border-left-color: var(--xmlui-borderLeftColor-HtmlOl, var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)));
|
|
8080
|
+
border-right-color: var(--xmlui-borderRightColor-HtmlOl, var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)));
|
|
8081
|
+
border-top-color: var(--xmlui-borderTopColor-HtmlOl, var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)));
|
|
8082
|
+
border-bottom-color: var(--xmlui-borderBottomColor-HtmlOl, var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)));
|
|
8083
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl));
|
|
8084
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl));
|
|
8085
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl));
|
|
8086
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl));
|
|
8087
|
+
padding: var(--xmlui-padding-HtmlOl);
|
|
8088
|
+
padding-left: var(--xmlui-paddingLeft-HtmlOl, var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl)));
|
|
8089
|
+
padding-right: var(--xmlui-paddingRight-HtmlOl, var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl)));
|
|
8090
|
+
padding-top: var(--xmlui-paddingTop-HtmlOl, var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl)));
|
|
8091
|
+
padding-bottom: var(--xmlui-paddingBottom-HtmlOl, var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl)));
|
|
8092
|
+
}
|
|
8093
|
+
|
|
8094
|
+
._htmlLi_11909_261 {
|
|
6991
8095
|
margin-top: var(--xmlui-marginTop-HtmlLi);
|
|
6992
8096
|
margin-bottom: var(--xmlui-marginBottom-HtmlLi);
|
|
8097
|
+
list-style-type: var(--xmlui-listStyleType-HtmlLi);
|
|
8098
|
+
border-left: var(--xmlui-borderLeft-HtmlLi, var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi)));
|
|
8099
|
+
border-right: var(--xmlui-borderRight-HtmlLi, var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi)));
|
|
8100
|
+
border-top: var(--xmlui-borderTop-HtmlLi, var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi)));
|
|
8101
|
+
border-bottom: var(--xmlui-borderBottom-HtmlLi, var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi)));
|
|
8102
|
+
border-left-style: var(--xmlui-borderLeftStyle-HtmlLi, var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)));
|
|
8103
|
+
border-right-style: var(--xmlui-borderRightStyle-HtmlLi, var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)));
|
|
8104
|
+
border-top-style: var(--xmlui-borderTopStyle-HtmlLi, var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)));
|
|
8105
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-HtmlLi, var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)));
|
|
8106
|
+
border-left-width: var(--xmlui-borderLeftWidth-HtmlLi, var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)));
|
|
8107
|
+
border-right-width: var(--xmlui-borderRightWidth-HtmlLi, var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)));
|
|
8108
|
+
border-top-width: var(--xmlui-borderTopWidth-HtmlLi, var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)));
|
|
8109
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-HtmlLi, var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)));
|
|
8110
|
+
border-left-color: var(--xmlui-borderLeftColor-HtmlLi, var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)));
|
|
8111
|
+
border-right-color: var(--xmlui-borderRightColor-HtmlLi, var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)));
|
|
8112
|
+
border-top-color: var(--xmlui-borderTopColor-HtmlLi, var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)));
|
|
8113
|
+
border-bottom-color: var(--xmlui-borderBottomColor-HtmlLi, var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)));
|
|
8114
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi));
|
|
8115
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi));
|
|
8116
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi));
|
|
8117
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi));
|
|
8118
|
+
padding: var(--xmlui-padding-HtmlLi);
|
|
8119
|
+
padding-left: var(--xmlui-paddingLeft-HtmlLi, var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi)));
|
|
8120
|
+
padding-right: var(--xmlui-paddingRight-HtmlLi, var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi)));
|
|
8121
|
+
padding-top: var(--xmlui-paddingTop-HtmlLi, var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi)));
|
|
8122
|
+
padding-bottom: var(--xmlui-paddingBottom-HtmlLi, var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi)));
|
|
6993
8123
|
}
|
|
6994
8124
|
|
|
6995
8125
|
/*
|
|
@@ -7000,24 +8130,84 @@ li .htmlOl {
|
|
|
7000
8130
|
margin-bottom: 0;
|
|
7001
8131
|
}
|
|
7002
8132
|
*/
|
|
7003
|
-
.
|
|
8133
|
+
._htmlH1_11909_300,
|
|
8134
|
+
._htmlH2_11909_301,
|
|
8135
|
+
._htmlH3_11909_302,
|
|
8136
|
+
._htmlH4_11909_303,
|
|
8137
|
+
._htmlH5_11909_304,
|
|
8138
|
+
._htmlH6_11909_305 {
|
|
7004
8139
|
margin-top: var(--xmlui-marginTop-HtmlHeading);
|
|
7005
8140
|
margin-bottom: var(--xmlui-marginBottom-HtmlHeading);
|
|
7006
8141
|
}
|
|
7007
8142
|
|
|
7008
|
-
.
|
|
8143
|
+
._htmlVideo_11909_310 {
|
|
7009
8144
|
margin-top: var(--xmlui-marginTop-HtmlVideo);
|
|
7010
8145
|
margin-bottom: var(--xmlui-marginBottom-HtmlVideo);
|
|
7011
8146
|
}
|
|
7012
8147
|
|
|
7013
|
-
.
|
|
8148
|
+
._htmlDetails_11909_315 {
|
|
7014
8149
|
margin-top: var(--xmlui-marginTop-HtmlDetails);
|
|
7015
8150
|
margin-bottom: var(--xmlui-marginBottom-HtmlDetails);
|
|
7016
|
-
|
|
7017
|
-
|
|
7018
|
-
|
|
8151
|
+
border-left: var(--xmlui-borderLeft-HtmlDetails, var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails)));
|
|
8152
|
+
border-right: var(--xmlui-borderRight-HtmlDetails, var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails)));
|
|
8153
|
+
border-top: var(--xmlui-borderTop-HtmlDetails, var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails)));
|
|
8154
|
+
border-bottom: var(--xmlui-borderBottom-HtmlDetails, var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails)));
|
|
8155
|
+
border-left-style: var(--xmlui-borderLeftStyle-HtmlDetails, var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)));
|
|
8156
|
+
border-right-style: var(--xmlui-borderRightStyle-HtmlDetails, var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)));
|
|
8157
|
+
border-top-style: var(--xmlui-borderTopStyle-HtmlDetails, var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)));
|
|
8158
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-HtmlDetails, var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)));
|
|
8159
|
+
border-left-width: var(--xmlui-borderLeftWidth-HtmlDetails, var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)));
|
|
8160
|
+
border-right-width: var(--xmlui-borderRightWidth-HtmlDetails, var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)));
|
|
8161
|
+
border-top-width: var(--xmlui-borderTopWidth-HtmlDetails, var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)));
|
|
8162
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-HtmlDetails, var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)));
|
|
8163
|
+
border-left-color: var(--xmlui-borderLeftColor-HtmlDetails, var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)));
|
|
8164
|
+
border-right-color: var(--xmlui-borderRightColor-HtmlDetails, var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)));
|
|
8165
|
+
border-top-color: var(--xmlui-borderTopColor-HtmlDetails, var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)));
|
|
8166
|
+
border-bottom-color: var(--xmlui-borderBottomColor-HtmlDetails, var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)));
|
|
8167
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails));
|
|
8168
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails));
|
|
8169
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails));
|
|
8170
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails));
|
|
8171
|
+
padding: var(--xmlui-padding-HtmlDetails);
|
|
8172
|
+
padding-left: var(--xmlui-paddingLeft-HtmlDetails, var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails)));
|
|
8173
|
+
padding-right: var(--xmlui-paddingRight-HtmlDetails, var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails)));
|
|
8174
|
+
padding-top: var(--xmlui-paddingTop-HtmlDetails, var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails)));
|
|
8175
|
+
padding-bottom: var(--xmlui-paddingBottom-HtmlDetails, var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails)));
|
|
8176
|
+
}
|
|
8177
|
+
|
|
8178
|
+
._htmlDetails_11909_315 {
|
|
7019
8179
|
margin-top: var(--xmlui-marginTop-HtmlDetails);
|
|
7020
8180
|
margin-bottom: var(--xmlui-marginBottom-HtmlDetails);
|
|
8181
|
+
}
|
|
8182
|
+
|
|
8183
|
+
._htmlImage_11909_350 {
|
|
8184
|
+
width: var(--xmlui-width-HtmlImage);
|
|
8185
|
+
height: var(--xmlui-height-HtmlImage);
|
|
8186
|
+
border-left: var(--xmlui-borderLeft-HtmlImage, var(--xmlui-borderHorizontal-HtmlImage, var(--xmlui-border-HtmlImage)));
|
|
8187
|
+
border-right: var(--xmlui-borderRight-HtmlImage, var(--xmlui-borderHorizontal-HtmlImage, var(--xmlui-border-HtmlImage)));
|
|
8188
|
+
border-top: var(--xmlui-borderTop-HtmlImage, var(--xmlui-borderVertical-HtmlImage, var(--xmlui-border-HtmlImage)));
|
|
8189
|
+
border-bottom: var(--xmlui-borderBottom-HtmlImage, var(--xmlui-borderVertical-HtmlImage, var(--xmlui-border-HtmlImage)));
|
|
8190
|
+
border-left-style: var(--xmlui-borderLeftStyle-HtmlImage, var(--xmlui-borderHorizontalStyle-HtmlImage, var(--xmlui-borderStyle-HtmlImage)));
|
|
8191
|
+
border-right-style: var(--xmlui-borderRightStyle-HtmlImage, var(--xmlui-borderHorizontalStyle-HtmlImage, var(--xmlui-borderStyle-HtmlImage)));
|
|
8192
|
+
border-top-style: var(--xmlui-borderTopStyle-HtmlImage, var(--xmlui-borderVerticalStyle-HtmlImage, var(--xmlui-borderStyle-HtmlImage)));
|
|
8193
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-HtmlImage, var(--xmlui-borderVerticalStyle-HtmlImage, var(--xmlui-borderStyle-HtmlImage)));
|
|
8194
|
+
border-left-width: var(--xmlui-borderLeftWidth-HtmlImage, var(--xmlui-borderHorizontalWidth-HtmlImage, var(--xmlui-borderWidth-HtmlImage)));
|
|
8195
|
+
border-right-width: var(--xmlui-borderRightWidth-HtmlImage, var(--xmlui-borderHorizontalWidth-HtmlImage, var(--xmlui-borderWidth-HtmlImage)));
|
|
8196
|
+
border-top-width: var(--xmlui-borderTopWidth-HtmlImage, var(--xmlui-borderVerticalWidth-HtmlImage, var(--xmlui-borderWidth-HtmlImage)));
|
|
8197
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-HtmlImage, var(--xmlui-borderVerticalWidth-HtmlImage, var(--xmlui-borderWidth-HtmlImage)));
|
|
8198
|
+
border-left-color: var(--xmlui-borderLeftColor-HtmlImage, var(--xmlui-borderHorizontalColor-HtmlImage, var(--xmlui-borderColor-HtmlImage)));
|
|
8199
|
+
border-right-color: var(--xmlui-borderRightColor-HtmlImage, var(--xmlui-borderHorizontalColor-HtmlImage, var(--xmlui-borderColor-HtmlImage)));
|
|
8200
|
+
border-top-color: var(--xmlui-borderTopColor-HtmlImage, var(--xmlui-borderVerticalColor-HtmlImage, var(--xmlui-borderColor-HtmlImage)));
|
|
8201
|
+
border-bottom-color: var(--xmlui-borderBottomColor-HtmlImage, var(--xmlui-borderVerticalColor-HtmlImage, var(--xmlui-borderColor-HtmlImage)));
|
|
8202
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlImage, var(--xmlui-borderRadius-HtmlImage));
|
|
8203
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlImage, var(--xmlui-borderRadius-HtmlImage));
|
|
8204
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlImage, var(--xmlui-borderRadius-HtmlImage));
|
|
8205
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlImage, var(--xmlui-borderRadius-HtmlImage));
|
|
8206
|
+
padding: var(--xmlui-padding-HtmlImage);
|
|
8207
|
+
padding-left: var(--xmlui-paddingLeft-HtmlImage, var(--xmlui-paddingHorizontal-HtmlImage, var(--xmlui-padding-HtmlImage)));
|
|
8208
|
+
padding-right: var(--xmlui-paddingRight-HtmlImage, var(--xmlui-paddingHorizontal-HtmlImage, var(--xmlui-padding-HtmlImage)));
|
|
8209
|
+
padding-top: var(--xmlui-paddingTop-HtmlImage, var(--xmlui-paddingVertical-HtmlImage, var(--xmlui-padding-HtmlImage)));
|
|
8210
|
+
padding-bottom: var(--xmlui-paddingBottom-HtmlImage, var(--xmlui-paddingVertical-HtmlImage, var(--xmlui-padding-HtmlImage)));
|
|
7021
8211
|
}/*
|
|
7022
8212
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
7023
8213
|
*
|
|
@@ -7030,8 +8220,8 @@ li .htmlOl {
|
|
|
7030
8220
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7031
8221
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7032
8222
|
*/
|
|
7033
|
-
.
|
|
7034
|
-
.
|
|
8223
|
+
._DropdownMenuContent_1ty8e_13,
|
|
8224
|
+
._DropdownMenuSubContent_1ty8e_14 {
|
|
7035
8225
|
background-color: var(--xmlui-backgroundColor-DropdownMenu);
|
|
7036
8226
|
border-radius: var(--xmlui-borderRadius-DropdownMenu);
|
|
7037
8227
|
min-width: var(--xmlui-minWidth-DropdownMenu);
|
|
@@ -7043,8 +8233,8 @@ li .htmlOl {
|
|
|
7043
8233
|
border: var(--xmlui-borderWidth-DropdownMenu-content) var(--xmlui-borderStyle-DropdownMenu-content) var(--xmlui-borderColor-DropdownMenu-content);
|
|
7044
8234
|
}
|
|
7045
8235
|
|
|
7046
|
-
.
|
|
7047
|
-
.
|
|
8236
|
+
._DropdownMenuItem_1ty8e_26,
|
|
8237
|
+
._DropdownMenuSubTrigger_1ty8e_27 {
|
|
7048
8238
|
background-color: var(--xmlui-backgroundColor-MenuItem);
|
|
7049
8239
|
color: var(--xmlui-color-MenuItem);
|
|
7050
8240
|
font-family: var(--xmlui-fontFamily-MenuItem);
|
|
@@ -7061,28 +8251,39 @@ li .htmlOl {
|
|
|
7061
8251
|
user-select: none;
|
|
7062
8252
|
outline: none;
|
|
7063
8253
|
}
|
|
7064
|
-
.
|
|
7065
|
-
.
|
|
7066
|
-
.
|
|
8254
|
+
._DropdownMenuItem_1ty8e_26:hover, ._DropdownMenuItem_1ty8e_26[data-highlighted],
|
|
8255
|
+
._DropdownMenuSubTrigger_1ty8e_27:hover,
|
|
8256
|
+
._DropdownMenuSubTrigger_1ty8e_27[data-highlighted] {
|
|
7067
8257
|
background-color: var(--xmlui-backgroundColor-MenuItem--hover);
|
|
7068
8258
|
color: var(--xmlui-color-MenuItem--hover);
|
|
7069
8259
|
}
|
|
7070
|
-
.
|
|
7071
|
-
.
|
|
8260
|
+
._DropdownMenuItem_1ty8e_26._active_1ty8e_50,
|
|
8261
|
+
._DropdownMenuSubTrigger_1ty8e_27._active_1ty8e_50 {
|
|
7072
8262
|
background-color: var(--xmlui-backgroundColor-MenuItem--active);
|
|
7073
8263
|
color: var(--xmlui-color-MenuItem--active);
|
|
7074
8264
|
}
|
|
7075
|
-
.
|
|
7076
|
-
.
|
|
8265
|
+
._DropdownMenuItem_1ty8e_26._active_1ty8e_50:hover,
|
|
8266
|
+
._DropdownMenuSubTrigger_1ty8e_27._active_1ty8e_50:hover {
|
|
7077
8267
|
background-color: var(--xmlui-backgroundColor-MenuItem--active--hover);
|
|
7078
8268
|
color: var(--xmlui-color-MenuItem--active--hover);
|
|
7079
8269
|
}
|
|
7080
|
-
.
|
|
7081
|
-
.
|
|
8270
|
+
._DropdownMenuItem_1ty8e_26._disabled_1ty8e_60,
|
|
8271
|
+
._DropdownMenuSubTrigger_1ty8e_27._disabled_1ty8e_60 {
|
|
8272
|
+
background-color: var(--xmlui-backgroundColor-MenuItem);
|
|
8273
|
+
color: var(--xmlui-color-MenuItem--disabled);
|
|
8274
|
+
cursor: not-allowed;
|
|
8275
|
+
}
|
|
8276
|
+
._DropdownMenuItem_1ty8e_26._disabled_1ty8e_60:hover,
|
|
8277
|
+
._DropdownMenuSubTrigger_1ty8e_27._disabled_1ty8e_60:hover {
|
|
8278
|
+
background-color: var(--xmlui-backgroundColor-MenuItem);
|
|
8279
|
+
color: var(--xmlui-color-MenuItem--disabled);
|
|
8280
|
+
}
|
|
8281
|
+
._DropdownMenuItem_1ty8e_26 ._wrapper_1ty8e_71,
|
|
8282
|
+
._DropdownMenuSubTrigger_1ty8e_27 ._wrapper_1ty8e_71 {
|
|
7082
8283
|
flex: 1;
|
|
7083
8284
|
}
|
|
7084
8285
|
|
|
7085
|
-
.
|
|
8286
|
+
._DropdownMenuSeparator_1ty8e_76 {
|
|
7086
8287
|
margin-top: var(--xmlui-marginTop-MenuSeparator);
|
|
7087
8288
|
margin-bottom: var(--xmlui-marginBottom-MenuSeparator);
|
|
7088
8289
|
width: var(--xmlui-width-MenuSeparator);
|
|
@@ -7162,16 +8363,54 @@ li .htmlOl {
|
|
|
7162
8363
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7163
8364
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7164
8365
|
*/
|
|
7165
|
-
.
|
|
8366
|
+
._wrapper_mzu91_13 {
|
|
8367
|
+
position: relative;
|
|
7166
8368
|
opacity: 0.5;
|
|
7167
8369
|
}
|
|
7168
|
-
.
|
|
8370
|
+
._wrapper_mzu91_13:hover {
|
|
7169
8371
|
opacity: 1;
|
|
7170
8372
|
}
|
|
7171
|
-
.
|
|
8373
|
+
._wrapper_mzu91_13 button[data-popper-reference-hidden=true] {
|
|
7172
8374
|
opacity: 0;
|
|
7173
8375
|
pointer-events: none;
|
|
7174
8376
|
display: none;
|
|
8377
|
+
}
|
|
8378
|
+
|
|
8379
|
+
._inspectIcon_mzu91_26 {
|
|
8380
|
+
font-size: 1.4rem;
|
|
8381
|
+
}
|
|
8382
|
+
|
|
8383
|
+
._inspectableNode_mzu91_30 {
|
|
8384
|
+
outline: 1px solid var(--xmlui-outlineColor--focus);
|
|
8385
|
+
outline-offset: 4px;
|
|
8386
|
+
position: relative;
|
|
8387
|
+
}
|
|
8388
|
+
|
|
8389
|
+
._inspectableNode_mzu91_30:hover {
|
|
8390
|
+
outline: 2px solid var(--xmlui-color-primary-500);
|
|
8391
|
+
}
|
|
8392
|
+
|
|
8393
|
+
._inspectOverlay_mzu91_40 {
|
|
8394
|
+
cursor: pointer;
|
|
8395
|
+
position: absolute;
|
|
8396
|
+
top: 0;
|
|
8397
|
+
left: 0;
|
|
8398
|
+
width: 100%;
|
|
8399
|
+
height: 100%;
|
|
8400
|
+
background: transparent;
|
|
8401
|
+
z-index: 1000;
|
|
8402
|
+
pointer-events: auto;
|
|
8403
|
+
}
|
|
8404
|
+
|
|
8405
|
+
._inspectOverlay_mzu91_40:hover {
|
|
8406
|
+
background: rgba(32, 107, 196, 0.1);
|
|
8407
|
+
}
|
|
8408
|
+
|
|
8409
|
+
._inspectedNode_mzu91_56 {
|
|
8410
|
+
outline: 2px solid var(--xmlui-color-primary-500);
|
|
8411
|
+
}
|
|
8412
|
+
._inspectedNode_mzu91_56 ._inspectOverlay_mzu91_40 {
|
|
8413
|
+
background: rgba(32, 107, 196, 0.1);
|
|
7175
8414
|
}/*
|
|
7176
8415
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
7177
8416
|
*
|
|
@@ -7297,7 +8536,7 @@ li .htmlOl {
|
|
|
7297
8536
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7298
8537
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7299
8538
|
*/
|
|
7300
|
-
.
|
|
8539
|
+
._nav_1biyk_13 {
|
|
7301
8540
|
background-color: var(--xmlui-backgroundColor-TableOfContents);
|
|
7302
8541
|
min-width: 240px;
|
|
7303
8542
|
width: var(--xmlui-width-TableOfContents);
|
|
@@ -7319,23 +8558,17 @@ li .htmlOl {
|
|
|
7319
8558
|
margin-bottom: var(--xmlui-marginBottom-TableOfContents);
|
|
7320
8559
|
padding: var(--xmlui-paddingVertical-TableOfContents) var(--xmlui-paddingHorizontal-TableOfContents);
|
|
7321
8560
|
}
|
|
7322
|
-
.
|
|
8561
|
+
._nav_1biyk_13 ._list_1biyk_35 {
|
|
7323
8562
|
margin: 0;
|
|
7324
8563
|
padding: 0;
|
|
7325
8564
|
list-style: none;
|
|
7326
8565
|
}
|
|
7327
|
-
.
|
|
8566
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 {
|
|
7328
8567
|
list-style-type: none;
|
|
7329
8568
|
border-left: var(--xmlui-border-width-TableOfContentsItem) var(--xmlui-border-style-TableOfContentsItem) var(--xmlui-border-color-TableOfContentsItem);
|
|
7330
8569
|
}
|
|
7331
|
-
.
|
|
8570
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44 {
|
|
7332
8571
|
color: var(--xmlui-textColor-TableOfContentsItem);
|
|
7333
|
-
font-size: var(--xmlui-fontSize-TableOfContentsItem);
|
|
7334
|
-
font-weight: var(--xmlui-fontWeight-TableOfContentsItem);
|
|
7335
|
-
font-family: var(--xmlui-fontFamily-TableOfContentsItem);
|
|
7336
|
-
text-transform: var(--xmlui-textTransform-TableOfContentsItem);
|
|
7337
|
-
vertical-align: var(--xmlui-verticalAlign-TableOfContentsItem);
|
|
7338
|
-
letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem);
|
|
7339
8572
|
overflow-wrap: break-word;
|
|
7340
8573
|
display: block;
|
|
7341
8574
|
padding: var(--xmlui-padding-TableOfContentsItem);
|
|
@@ -7343,53 +8576,228 @@ li .htmlOl {
|
|
|
7343
8576
|
padding-right: var(--xmlui-paddingRight-TableOfContentsItem, var(--xmlui-paddingHorizontal-TableOfContentsItem, var(--xmlui-padding-TableOfContentsItem)));
|
|
7344
8577
|
padding-top: var(--xmlui-paddingTop-TableOfContentsItem, var(--xmlui-paddingVertical-TableOfContentsItem, var(--xmlui-padding-TableOfContentsItem)));
|
|
7345
8578
|
padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem, var(--xmlui-paddingVertical-TableOfContentsItem, var(--xmlui-padding-TableOfContentsItem)));
|
|
7346
|
-
|
|
7347
|
-
|
|
8579
|
+
color: var(--xmlui-textColor-TableOfContentsItem);
|
|
8580
|
+
font-family: var(--xmlui-fontFamily-TableOfContentsItem);
|
|
8581
|
+
font-size: var(--xmlui-fontSize-TableOfContentsItem);
|
|
8582
|
+
font-style: var(--xmlui-fontStyle-TableOfContentsItem);
|
|
8583
|
+
font-weight: var(--xmlui-fontWeight-TableOfContentsItem);
|
|
8584
|
+
font-stretch: var(--xmlui-fontStretch-TableOfContentsItem);
|
|
8585
|
+
text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem);
|
|
8586
|
+
text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem);
|
|
8587
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem);
|
|
8588
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem);
|
|
8589
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem);
|
|
8590
|
+
line-height: var(--xmlui-lineHeight-TableOfContentsItem);
|
|
8591
|
+
background-color: var(--xmlui-backgroundColor-TableOfContentsItem);
|
|
8592
|
+
text-transform: var(--xmlui-textTransform-TableOfContentsItem);
|
|
8593
|
+
letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem);
|
|
8594
|
+
word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem);
|
|
8595
|
+
text-shadow: var(--xmlui-textShadow-TableOfContentsItem);
|
|
8596
|
+
text-indent: var(--xmlui-textIndent-TableOfContentsItem);
|
|
8597
|
+
text-align: var(--xmlui-textAlign-TableOfContentsItem);
|
|
8598
|
+
text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem);
|
|
8599
|
+
word-break: var(--xmlui-wordBreak-TableOfContentsItem);
|
|
8600
|
+
word-wrap: var(--xmlui-wordWrap-TableOfContentsItem);
|
|
8601
|
+
direction: var(--xmlui-direction-TableOfContentsItem);
|
|
8602
|
+
writing-mode: var(--xmlui-writingMode-TableOfContentsItem);
|
|
8603
|
+
line-break: var(--xmlui-lineBreak-TableOfContentsItem);
|
|
8604
|
+
}
|
|
8605
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_1_1biyk_79 {
|
|
7348
8606
|
padding: var(--xmlui-padding-TableOfContentsItem-level-1);
|
|
7349
8607
|
padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-1, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-1, var(--xmlui-padding-TableOfContentsItem-level-1)));
|
|
7350
8608
|
padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-1, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-1, var(--xmlui-padding-TableOfContentsItem-level-1)));
|
|
7351
8609
|
padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-1, var(--xmlui-paddingVertical-TableOfContentsItem-level-1, var(--xmlui-padding-TableOfContentsItem-level-1)));
|
|
7352
8610
|
padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-1, var(--xmlui-paddingVertical-TableOfContentsItem-level-1, var(--xmlui-padding-TableOfContentsItem-level-1)));
|
|
7353
|
-
|
|
7354
|
-
|
|
8611
|
+
color: var(--xmlui-textColor-TableOfContentsItem-level-1);
|
|
8612
|
+
font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-1);
|
|
8613
|
+
font-size: var(--xmlui-fontSize-TableOfContentsItem-level-1);
|
|
8614
|
+
font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-1);
|
|
8615
|
+
font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-1);
|
|
8616
|
+
font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-1);
|
|
8617
|
+
text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-1);
|
|
8618
|
+
text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-1);
|
|
8619
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-1);
|
|
8620
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-1);
|
|
8621
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-1);
|
|
8622
|
+
line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-1);
|
|
8623
|
+
background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-1);
|
|
8624
|
+
text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-1);
|
|
8625
|
+
letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-1);
|
|
8626
|
+
word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-1);
|
|
8627
|
+
text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-1);
|
|
8628
|
+
text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-1);
|
|
8629
|
+
text-align: var(--xmlui-textAlign-TableOfContentsItem-level-1);
|
|
8630
|
+
text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-1);
|
|
8631
|
+
word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-1);
|
|
8632
|
+
word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-1);
|
|
8633
|
+
direction: var(--xmlui-direction-TableOfContentsItem-level-1);
|
|
8634
|
+
writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-1);
|
|
8635
|
+
line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-1);
|
|
8636
|
+
}
|
|
8637
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_2_1biyk_111 {
|
|
7355
8638
|
padding: var(--xmlui-padding-TableOfContentsItem-level-2);
|
|
7356
8639
|
padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-2, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-2, var(--xmlui-padding-TableOfContentsItem-level-2)));
|
|
7357
8640
|
padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-2, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-2, var(--xmlui-padding-TableOfContentsItem-level-2)));
|
|
7358
8641
|
padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-2, var(--xmlui-paddingVertical-TableOfContentsItem-level-2, var(--xmlui-padding-TableOfContentsItem-level-2)));
|
|
7359
8642
|
padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-2, var(--xmlui-paddingVertical-TableOfContentsItem-level-2, var(--xmlui-padding-TableOfContentsItem-level-2)));
|
|
7360
|
-
|
|
7361
|
-
|
|
8643
|
+
color: var(--xmlui-textColor-TableOfContentsItem-level-2);
|
|
8644
|
+
font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-2);
|
|
8645
|
+
font-size: var(--xmlui-fontSize-TableOfContentsItem-level-2);
|
|
8646
|
+
font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-2);
|
|
8647
|
+
font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-2);
|
|
8648
|
+
font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-2);
|
|
8649
|
+
text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-2);
|
|
8650
|
+
text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-2);
|
|
8651
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-2);
|
|
8652
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-2);
|
|
8653
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-2);
|
|
8654
|
+
line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-2);
|
|
8655
|
+
background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-2);
|
|
8656
|
+
text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-2);
|
|
8657
|
+
letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-2);
|
|
8658
|
+
word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-2);
|
|
8659
|
+
text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-2);
|
|
8660
|
+
text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-2);
|
|
8661
|
+
text-align: var(--xmlui-textAlign-TableOfContentsItem-level-2);
|
|
8662
|
+
text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-2);
|
|
8663
|
+
word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-2);
|
|
8664
|
+
word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-2);
|
|
8665
|
+
direction: var(--xmlui-direction-TableOfContentsItem-level-2);
|
|
8666
|
+
writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-2);
|
|
8667
|
+
line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-2);
|
|
8668
|
+
}
|
|
8669
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_3_1biyk_143 {
|
|
7362
8670
|
padding: var(--xmlui-padding-TableOfContentsItem-level-3);
|
|
7363
8671
|
padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-3, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-3, var(--xmlui-padding-TableOfContentsItem-level-3)));
|
|
7364
8672
|
padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-3, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-3, var(--xmlui-padding-TableOfContentsItem-level-3)));
|
|
7365
8673
|
padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-3, var(--xmlui-paddingVertical-TableOfContentsItem-level-3, var(--xmlui-padding-TableOfContentsItem-level-3)));
|
|
7366
8674
|
padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-3, var(--xmlui-paddingVertical-TableOfContentsItem-level-3, var(--xmlui-padding-TableOfContentsItem-level-3)));
|
|
7367
|
-
|
|
7368
|
-
|
|
8675
|
+
color: var(--xmlui-textColor-TableOfContentsItem-level-3);
|
|
8676
|
+
font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-3);
|
|
8677
|
+
font-size: var(--xmlui-fontSize-TableOfContentsItem-level-3);
|
|
8678
|
+
font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-3);
|
|
8679
|
+
font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-3);
|
|
8680
|
+
font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-3);
|
|
8681
|
+
text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-3);
|
|
8682
|
+
text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-3);
|
|
8683
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-3);
|
|
8684
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-3);
|
|
8685
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-3);
|
|
8686
|
+
line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-3);
|
|
8687
|
+
background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-3);
|
|
8688
|
+
text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-3);
|
|
8689
|
+
letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-3);
|
|
8690
|
+
word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-3);
|
|
8691
|
+
text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-3);
|
|
8692
|
+
text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-3);
|
|
8693
|
+
text-align: var(--xmlui-textAlign-TableOfContentsItem-level-3);
|
|
8694
|
+
text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-3);
|
|
8695
|
+
word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-3);
|
|
8696
|
+
word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-3);
|
|
8697
|
+
direction: var(--xmlui-direction-TableOfContentsItem-level-3);
|
|
8698
|
+
writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-3);
|
|
8699
|
+
line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-3);
|
|
8700
|
+
}
|
|
8701
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_4_1biyk_175 {
|
|
7369
8702
|
padding: var(--xmlui-padding-TableOfContentsItem-level-4);
|
|
7370
8703
|
padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-4, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-4, var(--xmlui-padding-TableOfContentsItem-level-4)));
|
|
7371
8704
|
padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-4, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-4, var(--xmlui-padding-TableOfContentsItem-level-4)));
|
|
7372
8705
|
padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-4, var(--xmlui-paddingVertical-TableOfContentsItem-level-4, var(--xmlui-padding-TableOfContentsItem-level-4)));
|
|
7373
8706
|
padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-4, var(--xmlui-paddingVertical-TableOfContentsItem-level-4, var(--xmlui-padding-TableOfContentsItem-level-4)));
|
|
7374
|
-
|
|
7375
|
-
|
|
8707
|
+
color: var(--xmlui-textColor-TableOfContentsItem-level-4);
|
|
8708
|
+
font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-4);
|
|
8709
|
+
font-size: var(--xmlui-fontSize-TableOfContentsItem-level-4);
|
|
8710
|
+
font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-4);
|
|
8711
|
+
font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-4);
|
|
8712
|
+
font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-4);
|
|
8713
|
+
text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-4);
|
|
8714
|
+
text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-4);
|
|
8715
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-4);
|
|
8716
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-4);
|
|
8717
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-4);
|
|
8718
|
+
line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-4);
|
|
8719
|
+
background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-4);
|
|
8720
|
+
text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-4);
|
|
8721
|
+
letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-4);
|
|
8722
|
+
word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-4);
|
|
8723
|
+
text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-4);
|
|
8724
|
+
text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-4);
|
|
8725
|
+
text-align: var(--xmlui-textAlign-TableOfContentsItem-level-4);
|
|
8726
|
+
text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-4);
|
|
8727
|
+
word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-4);
|
|
8728
|
+
word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-4);
|
|
8729
|
+
direction: var(--xmlui-direction-TableOfContentsItem-level-4);
|
|
8730
|
+
writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-4);
|
|
8731
|
+
line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-4);
|
|
8732
|
+
}
|
|
8733
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_5_1biyk_207 {
|
|
7376
8734
|
padding: var(--xmlui-padding-TableOfContentsItem-level-5);
|
|
7377
8735
|
padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-5, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-5, var(--xmlui-padding-TableOfContentsItem-level-5)));
|
|
7378
8736
|
padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-5, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-5, var(--xmlui-padding-TableOfContentsItem-level-5)));
|
|
7379
8737
|
padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-5, var(--xmlui-paddingVertical-TableOfContentsItem-level-5, var(--xmlui-padding-TableOfContentsItem-level-5)));
|
|
7380
8738
|
padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-5, var(--xmlui-paddingVertical-TableOfContentsItem-level-5, var(--xmlui-padding-TableOfContentsItem-level-5)));
|
|
7381
|
-
|
|
7382
|
-
|
|
8739
|
+
color: var(--xmlui-textColor-TableOfContentsItem-level-5);
|
|
8740
|
+
font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-5);
|
|
8741
|
+
font-size: var(--xmlui-fontSize-TableOfContentsItem-level-5);
|
|
8742
|
+
font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-5);
|
|
8743
|
+
font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-5);
|
|
8744
|
+
font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-5);
|
|
8745
|
+
text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-5);
|
|
8746
|
+
text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-5);
|
|
8747
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-5);
|
|
8748
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-5);
|
|
8749
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-5);
|
|
8750
|
+
line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-5);
|
|
8751
|
+
background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-5);
|
|
8752
|
+
text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-5);
|
|
8753
|
+
letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-5);
|
|
8754
|
+
word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-5);
|
|
8755
|
+
text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-5);
|
|
8756
|
+
text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-5);
|
|
8757
|
+
text-align: var(--xmlui-textAlign-TableOfContentsItem-level-5);
|
|
8758
|
+
text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-5);
|
|
8759
|
+
word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-5);
|
|
8760
|
+
word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-5);
|
|
8761
|
+
direction: var(--xmlui-direction-TableOfContentsItem-level-5);
|
|
8762
|
+
writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-5);
|
|
8763
|
+
line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-5);
|
|
8764
|
+
}
|
|
8765
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_6_1biyk_239 {
|
|
7383
8766
|
padding: var(--xmlui-padding-TableOfContentsItem-level-6);
|
|
7384
8767
|
padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-6, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-6, var(--xmlui-padding-TableOfContentsItem-level-6)));
|
|
7385
8768
|
padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-6, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-6, var(--xmlui-padding-TableOfContentsItem-level-6)));
|
|
7386
8769
|
padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-6, var(--xmlui-paddingVertical-TableOfContentsItem-level-6, var(--xmlui-padding-TableOfContentsItem-level-6)));
|
|
7387
8770
|
padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-6, var(--xmlui-paddingVertical-TableOfContentsItem-level-6, var(--xmlui-padding-TableOfContentsItem-level-6)));
|
|
7388
|
-
|
|
7389
|
-
|
|
8771
|
+
color: var(--xmlui-textColor-TableOfContentsItem-level-6);
|
|
8772
|
+
font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-6);
|
|
8773
|
+
font-size: var(--xmlui-fontSize-TableOfContentsItem-level-6);
|
|
8774
|
+
font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-6);
|
|
8775
|
+
font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-6);
|
|
8776
|
+
font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-6);
|
|
8777
|
+
text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-6);
|
|
8778
|
+
text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-6);
|
|
8779
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-6);
|
|
8780
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-6);
|
|
8781
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-6);
|
|
8782
|
+
line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-6);
|
|
8783
|
+
background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-6);
|
|
8784
|
+
text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-6);
|
|
8785
|
+
letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-6);
|
|
8786
|
+
word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-6);
|
|
8787
|
+
text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-6);
|
|
8788
|
+
text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-6);
|
|
8789
|
+
text-align: var(--xmlui-textAlign-TableOfContentsItem-level-6);
|
|
8790
|
+
text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-6);
|
|
8791
|
+
word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-6);
|
|
8792
|
+
word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-6);
|
|
8793
|
+
direction: var(--xmlui-direction-TableOfContentsItem-level-6);
|
|
8794
|
+
writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-6);
|
|
8795
|
+
line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-6);
|
|
8796
|
+
}
|
|
8797
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40._active_1biyk_271 {
|
|
7390
8798
|
border-left: 2px solid var(--xmlui-borderColor-TableOfContentsItem--active);
|
|
7391
8799
|
}
|
|
7392
|
-
.
|
|
8800
|
+
._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40._active_1biyk_271 ._link_1biyk_44 {
|
|
7393
8801
|
color: var(--xmlui-color-TableOfContentsItem--active);
|
|
7394
8802
|
font-weight: var(--xmlui-fontWeight-TableOfContentsItem--active);
|
|
7395
8803
|
}/*
|
|
@@ -7526,159 +8934,6 @@ li .htmlOl {
|
|
|
7526
8934
|
/*
|
|
7527
8935
|
* This function creates a CSS variable name by combining the prefix and the argument variable name
|
|
7528
8936
|
*/
|
|
7529
|
-
/*
|
|
7530
|
-
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7531
|
-
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7532
|
-
*//*
|
|
7533
|
-
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
7534
|
-
*
|
|
7535
|
-
* We use a subset of these CSS variables in themes.
|
|
7536
|
-
*/
|
|
7537
|
-
/*
|
|
7538
|
-
* This function creates a CSS variable name by combining the prefix and the argument variable name
|
|
7539
|
-
*/
|
|
7540
|
-
/*
|
|
7541
|
-
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7542
|
-
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7543
|
-
*/
|
|
7544
|
-
._overlay_10ppq_13 {
|
|
7545
|
-
position: fixed;
|
|
7546
|
-
top: 0;
|
|
7547
|
-
left: 0;
|
|
7548
|
-
width: 100%;
|
|
7549
|
-
height: 100vh;
|
|
7550
|
-
opacity: 0;
|
|
7551
|
-
pointer-events: none; /* So it doesn't interfere when not open */
|
|
7552
|
-
transition: opacity 0.3s ease-in-out;
|
|
7553
|
-
background-color: rgba(0, 0, 0, 0.3); /* Optional dark backdrop */
|
|
7554
|
-
z-index: 999; /* Place it above your content */
|
|
7555
|
-
}
|
|
7556
|
-
|
|
7557
|
-
._overlayVisible_10ppq_26 {
|
|
7558
|
-
opacity: 1;
|
|
7559
|
-
pointer-events: auto;
|
|
7560
|
-
}
|
|
7561
|
-
|
|
7562
|
-
._offCanvas_10ppq_31 {
|
|
7563
|
-
position: fixed;
|
|
7564
|
-
background-color: var(--xmlui-backgroundColor-OffCanvas);
|
|
7565
|
-
z-index: 1000;
|
|
7566
|
-
transition: transform 0.3s ease;
|
|
7567
|
-
width: var(--xmlui-width-OffCanvas);
|
|
7568
|
-
height: 100vh;
|
|
7569
|
-
border-left: var(--xmlui-borderLeft-OffCanvas, var(--xmlui-borderHorizontal-OffCanvas, var(--xmlui-border-OffCanvas)));
|
|
7570
|
-
border-right: var(--xmlui-borderRight-OffCanvas, var(--xmlui-borderHorizontal-OffCanvas, var(--xmlui-border-OffCanvas)));
|
|
7571
|
-
border-top: var(--xmlui-borderTop-OffCanvas, var(--xmlui-borderVertical-OffCanvas, var(--xmlui-border-OffCanvas)));
|
|
7572
|
-
border-bottom: var(--xmlui-borderBottom-OffCanvas, var(--xmlui-borderVertical-OffCanvas, var(--xmlui-border-OffCanvas)));
|
|
7573
|
-
border-left-style: var(--xmlui-borderLeftStyle-OffCanvas, var(--xmlui-borderHorizontalStyle-OffCanvas, var(--xmlui-borderStyle-OffCanvas)));
|
|
7574
|
-
border-right-style: var(--xmlui-borderRightStyle-OffCanvas, var(--xmlui-borderHorizontalStyle-OffCanvas, var(--xmlui-borderStyle-OffCanvas)));
|
|
7575
|
-
border-top-style: var(--xmlui-borderTopStyle-OffCanvas, var(--xmlui-borderVerticalStyle-OffCanvas, var(--xmlui-borderStyle-OffCanvas)));
|
|
7576
|
-
border-bottom-style: var(--xmlui-borderBottomStyle-OffCanvas, var(--xmlui-borderVerticalStyle-OffCanvas, var(--xmlui-borderStyle-OffCanvas)));
|
|
7577
|
-
border-left-width: var(--xmlui-borderLeftWidth-OffCanvas, var(--xmlui-borderHorizontalWidth-OffCanvas, var(--xmlui-borderWidth-OffCanvas)));
|
|
7578
|
-
border-right-width: var(--xmlui-borderRightWidth-OffCanvas, var(--xmlui-borderHorizontalWidth-OffCanvas, var(--xmlui-borderWidth-OffCanvas)));
|
|
7579
|
-
border-top-width: var(--xmlui-borderTopWidth-OffCanvas, var(--xmlui-borderVerticalWidth-OffCanvas, var(--xmlui-borderWidth-OffCanvas)));
|
|
7580
|
-
border-bottom-width: var(--xmlui-borderBottomWidth-OffCanvas, var(--xmlui-borderVerticalWidth-OffCanvas, var(--xmlui-borderWidth-OffCanvas)));
|
|
7581
|
-
border-left-color: var(--xmlui-borderLeftColor-OffCanvas, var(--xmlui-borderHorizontalColor-OffCanvas, var(--xmlui-borderColor-OffCanvas)));
|
|
7582
|
-
border-right-color: var(--xmlui-borderRightColor-OffCanvas, var(--xmlui-borderHorizontalColor-OffCanvas, var(--xmlui-borderColor-OffCanvas)));
|
|
7583
|
-
border-top-color: var(--xmlui-borderTopColor-OffCanvas, var(--xmlui-borderVerticalColor-OffCanvas, var(--xmlui-borderColor-OffCanvas)));
|
|
7584
|
-
border-bottom-color: var(--xmlui-borderBottomColor-OffCanvas, var(--xmlui-borderVerticalColor-OffCanvas, var(--xmlui-borderColor-OffCanvas)));
|
|
7585
|
-
border-start-start-radius: var(--xmlui-borderStartStartRadius-OffCanvas, var(--xmlui-borderRadius-OffCanvas));
|
|
7586
|
-
border-start-end-radius: var(--xmlui-borderStartEndRadius-OffCanvas, var(--xmlui-borderRadius-OffCanvas));
|
|
7587
|
-
border-end-start-radius: var(--xmlui-borderEndStartRadius-OffCanvas, var(--xmlui-borderRadius-OffCanvas));
|
|
7588
|
-
border-end-end-radius: var(--xmlui-borderEndEndRadius-OffCanvas, var(--xmlui-borderRadius-OffCanvas));
|
|
7589
|
-
padding: var(--xmlui-padding-OffCanvas);
|
|
7590
|
-
padding-left: var(--xmlui-paddingLeft-OffCanvas, var(--xmlui-paddingHorizontal-OffCanvas, var(--xmlui-padding-OffCanvas)));
|
|
7591
|
-
padding-right: var(--xmlui-paddingRight-OffCanvas, var(--xmlui-paddingHorizontal-OffCanvas, var(--xmlui-padding-OffCanvas)));
|
|
7592
|
-
padding-top: var(--xmlui-paddingTop-OffCanvas, var(--xmlui-paddingVertical-OffCanvas, var(--xmlui-padding-OffCanvas)));
|
|
7593
|
-
padding-bottom: var(--xmlui-paddingBottom-OffCanvas, var(--xmlui-paddingVertical-OffCanvas, var(--xmlui-padding-OffCanvas)));
|
|
7594
|
-
}
|
|
7595
|
-
|
|
7596
|
-
/* By default (right side) */
|
|
7597
|
-
._offCanvas_10ppq_31._right_10ppq_66 {
|
|
7598
|
-
top: 0;
|
|
7599
|
-
right: 0;
|
|
7600
|
-
transform: translateX(100%);
|
|
7601
|
-
box-shadow: var(--xmlui-boxShadow-horizontal-OffCanvas);
|
|
7602
|
-
}
|
|
7603
|
-
|
|
7604
|
-
._offCanvas_10ppq_31._left_10ppq_73 {
|
|
7605
|
-
top: 0;
|
|
7606
|
-
left: 0;
|
|
7607
|
-
transform: translateX(-100%);
|
|
7608
|
-
box-shadow: var(--xmlui-boxShadow-horizontal-OffCanvas);
|
|
7609
|
-
}
|
|
7610
|
-
|
|
7611
|
-
._offCanvas_10ppq_31._top_10ppq_80 {
|
|
7612
|
-
top: 0;
|
|
7613
|
-
left: 0;
|
|
7614
|
-
width: 100%;
|
|
7615
|
-
height: 300px; /* or your desired height */
|
|
7616
|
-
transform: translateY(-100%);
|
|
7617
|
-
box-shadow: var(--xmlui-boxShadow-vertical-OffCanvas);
|
|
7618
|
-
}
|
|
7619
|
-
|
|
7620
|
-
._offCanvas_10ppq_31._bottom_10ppq_89 {
|
|
7621
|
-
bottom: 0;
|
|
7622
|
-
left: 0;
|
|
7623
|
-
width: 100%;
|
|
7624
|
-
height: 300px; /* or your desired height */
|
|
7625
|
-
transform: translateY(100%);
|
|
7626
|
-
box-shadow: var(--xmlui-boxShadow-vertical-OffCanvas);
|
|
7627
|
-
}
|
|
7628
|
-
|
|
7629
|
-
._offCanvas_10ppq_31._open_10ppq_98 {
|
|
7630
|
-
transform: translate(0);
|
|
7631
|
-
}
|
|
7632
|
-
|
|
7633
|
-
._button_10ppq_102 {
|
|
7634
|
-
padding: 0.25rem;
|
|
7635
|
-
padding-top: 0;
|
|
7636
|
-
right: 0.75rem;
|
|
7637
|
-
background: transparent;
|
|
7638
|
-
border: none;
|
|
7639
|
-
font-size: 1.5rem;
|
|
7640
|
-
cursor: pointer;
|
|
7641
|
-
}
|
|
7642
|
-
|
|
7643
|
-
._closeButton_10ppq_112 {
|
|
7644
|
-
position: absolute;
|
|
7645
|
-
top: 0.05rem;
|
|
7646
|
-
padding: 0.25rem;
|
|
7647
|
-
right: 0.75rem;
|
|
7648
|
-
background: transparent;
|
|
7649
|
-
border: none;
|
|
7650
|
-
font-size: 1.5rem;
|
|
7651
|
-
cursor: pointer;
|
|
7652
|
-
}
|
|
7653
|
-
|
|
7654
|
-
._spacer_10ppq_123 {
|
|
7655
|
-
flex: 1 1 0 !important;
|
|
7656
|
-
place-self: stretch;
|
|
7657
|
-
}
|
|
7658
|
-
|
|
7659
|
-
._offCanvasHeader_10ppq_128 {
|
|
7660
|
-
display: flex;
|
|
7661
|
-
flex: 1;
|
|
7662
|
-
flex-direction: row;
|
|
7663
|
-
margin-bottom: var(--xmlui-marginBottom-title-OffCanvas);
|
|
7664
|
-
}
|
|
7665
|
-
|
|
7666
|
-
._offCanvasButtonSpace_10ppq_135 {
|
|
7667
|
-
width: 0.5rem;
|
|
7668
|
-
}
|
|
7669
|
-
|
|
7670
|
-
._offCanvasTitle_10ppq_139 {
|
|
7671
|
-
flex: 1;
|
|
7672
|
-
margin-bottom: var(--xmlui-marginBottom-title-OffCanvas);
|
|
7673
|
-
font-size: var(--xmlui-fontSize-large);
|
|
7674
|
-
}/*
|
|
7675
|
-
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
7676
|
-
*
|
|
7677
|
-
* We use a subset of these CSS variables in themes.
|
|
7678
|
-
*/
|
|
7679
|
-
/*
|
|
7680
|
-
* This function creates a CSS variable name by combining the prefix and the argument variable name
|
|
7681
|
-
*/
|
|
7682
8937
|
/*
|
|
7683
8938
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7684
8939
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
@@ -7748,17 +9003,6 @@ li .htmlOl {
|
|
|
7748
9003
|
/*
|
|
7749
9004
|
* This function creates a CSS variable name by combining the prefix and the argument variable name
|
|
7750
9005
|
*/
|
|
7751
|
-
/*
|
|
7752
|
-
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7753
|
-
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7754
|
-
*//*
|
|
7755
|
-
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
7756
|
-
*
|
|
7757
|
-
* We use a subset of these CSS variables in themes.
|
|
7758
|
-
*/
|
|
7759
|
-
/*
|
|
7760
|
-
* This function creates a CSS variable name by combining the prefix and the argument variable name
|
|
7761
|
-
*/
|
|
7762
9006
|
/*
|
|
7763
9007
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7764
9008
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
@@ -7909,7 +9153,20 @@ li .htmlOl {
|
|
|
7909
9153
|
/*
|
|
7910
9154
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7911
9155
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7912
|
-
|
|
9156
|
+
*/
|
|
9157
|
+
._icon_4o8rs_13 {
|
|
9158
|
+
font-size: var(--xmlui-fontSize-normal);
|
|
9159
|
+
}
|
|
9160
|
+
|
|
9161
|
+
._inspectButton_4o8rs_17 {
|
|
9162
|
+
display: flex;
|
|
9163
|
+
gap: var(--xmlui-space-1);
|
|
9164
|
+
justify-content: center;
|
|
9165
|
+
}
|
|
9166
|
+
|
|
9167
|
+
._active_4o8rs_23 {
|
|
9168
|
+
background: var(--xmlui-color-primary-500);
|
|
9169
|
+
}/*
|
|
7913
9170
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
7914
9171
|
*
|
|
7915
9172
|
* We use a subset of these CSS variables in themes.
|
|
@@ -7952,61 +9209,6 @@ li .htmlOl {
|
|
|
7952
9209
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7953
9210
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7954
9211
|
*/
|
|
7955
|
-
._stateViewerContainer_1m8hd_13 {
|
|
7956
|
-
position: relative;
|
|
7957
|
-
display: flex;
|
|
7958
|
-
}
|
|
7959
|
-
|
|
7960
|
-
._overlay_1m8hd_18 {
|
|
7961
|
-
position: absolute;
|
|
7962
|
-
top: 0;
|
|
7963
|
-
left: 0;
|
|
7964
|
-
width: 100%;
|
|
7965
|
-
height: 100%;
|
|
7966
|
-
pointer-events: none;
|
|
7967
|
-
}
|
|
7968
|
-
._overlay_1m8hd_18._showBoundary_1m8hd_26 {
|
|
7969
|
-
border: 1px dashed orangered;
|
|
7970
|
-
}
|
|
7971
|
-
|
|
7972
|
-
._marker_1m8hd_30 {
|
|
7973
|
-
position: absolute;
|
|
7974
|
-
top: 0;
|
|
7975
|
-
left: 0;
|
|
7976
|
-
width: 8px;
|
|
7977
|
-
height: 8px;
|
|
7978
|
-
border-radius: 10px;
|
|
7979
|
-
border: 2px solid orangered;
|
|
7980
|
-
cursor: zoom-in;
|
|
7981
|
-
pointer-events: auto;
|
|
7982
|
-
background-color: orangered;
|
|
7983
|
-
}
|
|
7984
|
-
._marker_1m8hd_30._blink_1m8hd_42 {
|
|
7985
|
-
animation: _blink_1m8hd_42 1s infinite;
|
|
7986
|
-
}
|
|
7987
|
-
|
|
7988
|
-
@keyframes _blink_1m8hd_42 {
|
|
7989
|
-
0% {
|
|
7990
|
-
background-color: red;
|
|
7991
|
-
}
|
|
7992
|
-
50% {
|
|
7993
|
-
background-color: transparent;
|
|
7994
|
-
}
|
|
7995
|
-
100% {
|
|
7996
|
-
background-color: red;
|
|
7997
|
-
}
|
|
7998
|
-
}/*
|
|
7999
|
-
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
8000
|
-
*
|
|
8001
|
-
* We use a subset of these CSS variables in themes.
|
|
8002
|
-
*/
|
|
8003
|
-
/*
|
|
8004
|
-
* This function creates a CSS variable name by combining the prefix and the argument variable name
|
|
8005
|
-
*/
|
|
8006
|
-
/*
|
|
8007
|
-
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
8008
|
-
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
8009
|
-
*/
|
|
8010
9212
|
._errorOverlay_1fts7_13 {
|
|
8011
9213
|
background-color: rgba(255, 162, 162, 0.8);
|
|
8012
9214
|
border-radius: 10px;
|