timvir 0.2.38 → 0.2.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/blocks/Arbitrary/Arbitrary.d.ts +1 -1
- package/blocks/Arbitrary/index.js +232 -78
- package/blocks/Arbitrary/samples/basic.d.ts +1 -1
- package/blocks/Arbitrary/styles.css +166 -6
- package/blocks/Code/Code.d.ts +0 -6
- package/blocks/Code/docs/index.mdx +0 -11
- package/blocks/Code/index.js +213 -112
- package/blocks/Code/samples/basic.d.ts +1 -1
- package/blocks/Code/samples/toggle.d.ts +1 -2
- package/blocks/Code/styles.css +100 -15
- package/blocks/ColorBar/docs/index.mdx +8 -2
- package/blocks/ColorBar/index.js +223 -68
- package/blocks/ColorBar/samples/basic.d.ts +1 -2
- package/blocks/ColorBar/styles.css +103 -4
- package/blocks/ColorBook/docs/index.mdx +1 -1
- package/blocks/ColorBook/index.js +222 -60
- package/blocks/ColorBook/samples/basic.d.ts +1 -2
- package/blocks/ColorBook/styles.css +166 -6
- package/blocks/Cover/index.js +177 -48
- package/blocks/Cover/samples/basic.d.ts +1 -2
- package/blocks/Cover/styles.css +18 -0
- package/blocks/Exhibit/index.js +205 -50
- package/blocks/Exhibit/samples/basic.d.ts +1 -2
- package/blocks/Exhibit/samples/bleed.d.ts +1 -1
- package/blocks/Exhibit/samples/usage.d.ts +1 -2
- package/blocks/Exhibit/styles.css +66 -3
- package/blocks/Font/index.js +239 -98
- package/blocks/Font/samples/basic.d.ts +1 -1
- package/blocks/Font/samples/timvir/body1.d.ts +1 -1
- package/blocks/Font/samples/timvir/caption.d.ts +1 -1
- package/blocks/Font/samples/timvir/h1.d.ts +1 -1
- package/blocks/Font/samples/timvir/h2.d.ts +1 -1
- package/blocks/Font/samples/timvir/h3.d.ts +1 -1
- package/blocks/Font/samples/timvir/h4.d.ts +1 -1
- package/blocks/Font/styles.css +82 -8
- package/blocks/Grid/docs/index.mdx +4 -4
- package/blocks/Grid/index.js +181 -36
- package/blocks/Grid/samples/basic.d.ts +1 -2
- package/blocks/Grid/styles.css +20 -1
- package/blocks/Icon/docs/index.mdx +13 -13
- package/blocks/Icon/index.js +93 -100
- package/blocks/Icon/internal/Canvas.d.ts +1 -1
- package/blocks/Icon/samples/basic.d.ts +1 -2
- package/blocks/Icon/styles.css +117 -5
- package/blocks/Icon/types.d.ts +3 -2
- package/blocks/Message/docs/index.mdx +5 -8
- package/blocks/Message/index.js +238 -55
- package/blocks/Message/samples/basic.d.ts +1 -1
- package/blocks/Message/styles.css +94 -6
- package/blocks/Swatch/docs/index.mdx +16 -16
- package/blocks/Swatch/index.js +199 -45
- package/blocks/Swatch/samples/basic.d.ts +1 -2
- package/blocks/Swatch/styles.css +82 -4
- package/blocks/Viewport/index.js +360 -237
- package/blocks/Viewport/internal/Caption.d.ts +1 -1
- package/blocks/Viewport/internal/Handle.d.ts +1 -1
- package/blocks/Viewport/internal/Ruler.d.ts +1 -2
- package/blocks/Viewport/samples/basic.d.ts +1 -2
- package/blocks/Viewport/styles.css +259 -14
- package/blocks/WebLink/index.js +217 -62
- package/blocks/WebLink/samples/basic.d.ts +1 -1
- package/blocks/WebLink/styles.css +170 -8
- package/blocks/styles.css +1460 -97
- package/builtins/components.d.ts +2 -2
- package/builtins/index.js +306 -239
- package/builtins/styles.css +267 -14
- package/context/index.d.ts +6 -1
- package/core/components/Commands/Commands.d.ts +2 -0
- package/core/components/Commands/internal/Action.d.ts +1 -1
- package/core/components/Commands/internal/Dialog.d.ts +1 -2
- package/core/components/Commands/internal/index.d.ts +0 -1
- package/core/components/Footer/samples/basic.d.ts +1 -1
- package/core/components/NavigationFooter/NavigationFooter.d.ts +4 -2
- package/core/components/NavigationFooter/samples/basic.d.ts +1 -1
- package/core/components/Page/Page.d.ts +12 -3
- package/core/components/Page/docs/index.mdx +44 -11
- package/core/components/Page/internal/Section.d.ts +1 -2
- package/core/components/Page/internal/Sidebar.d.ts +1 -1
- package/core/components/Page/internal/SidebarItem.d.ts +1 -2
- package/core/components/Page/internal/index.d.ts +0 -1
- package/core/components/Page/samples/basic.d.ts +1 -2
- package/core/components/Page/samples/layout.d.ts +1 -2
- package/core/index.d.ts +191 -2
- package/core/index.js +674 -449
- package/core/layout.d.ts +40 -0
- package/core/styles.css +857 -88
- package/core/theme/detector.js +1 -1
- package/global.css +79 -0
- package/internal/cx.d.ts +1 -0
- package/knip.config.d.ts +5 -0
- package/package.json +1 -2
- package/search/Search/samples/basic.d.ts +1 -2
- package/search/index.js +2 -208
- package/styles.css +2670 -222
- package/blocks/Code/theme.d.ts +0 -2
- package/bus/styles.css +0 -1
- package/context/styles.css +0 -1
- package/core/theme/index.d.ts +0 -1
- package/hooks/styles.css +0 -1
- package/search/Search/internal/Dialog.d.ts +0 -20
- package/search/Search/internal/index.d.ts +0 -1
- package/search/SearchBoxInput/SearchBoxInput.d.ts +0 -11
- package/search/SearchBoxInput/docs/api.mdx +0 -76
- package/search/SearchBoxInput/docs/index.mdx +0 -6
- package/search/SearchBoxInput/index.d.ts +0 -1
- package/search/SearchBoxInput/samples/basic.d.ts +0 -2
- package/search/SearchBoxListItem/SearchBoxListItem.d.ts +0 -13
- package/search/SearchBoxListItem/docs/api.mdx +0 -76
- package/search/SearchBoxListItem/docs/index.mdx +0 -30
- package/search/SearchBoxListItem/index.d.ts +0 -1
- package/search/SearchBoxListItem/samples/basic.d.ts +0 -2
- package/search/styles.css +0 -16
package/blocks/styles.css
CHANGED
|
@@ -1,98 +1,1461 @@
|
|
|
1
|
-
|
|
2
|
-
.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
.i1dajnne{border:none;outline:none;font:inherit;background:transparent;-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:0;width:100%;color:inherit;}
|
|
6
|
-
.b128wsn{border:none;outline:none;min-height:36px;border:1px solid var(--timvir-border-color);border-radius:2px;background:var(--timvir-secondary-background-color);color:var(--timvir-text-color);font:inherit;}.b128wsn:hover{border-color:var(--timvir-text-color);background:var(--timvir-sidebar-highlight-color);}.b128wsn:active{border-color:var(--timvir-text-color);background:var(--timvir-sidebar-highlight-color);}
|
|
7
|
-
|
|
8
|
-
.tac6gx6{color:#393a34;background-color:#f6f8fa;}.tac6gx6 :is(.comment, .prolog, .doctype, .cdata){color:#999988;font-style:italic;}.tac6gx6 :is(.namespace){opacity:0.7;}.tac6gx6 :is(.string, .attr-value){color:#e3116c;}.tac6gx6 :is(.punctuation, .operator){color:#6cb6ff;}.tac6gx6 :is(.function, .delete, .tag){color:#d73a49;}.tac6gx6 :is(.tag, .selector, .keyword){color:#00009f;}.tac6gx6 :is(.function-variable){color:#6f42c1;}.tac6gx6 :is(.atrule, .keyword, .attr-name, .selector){color:#00a4db;}.tac6gx6 :is(.entity, .url, .symbol, .number, .boolean, .variable, .constant, .property, .regex, .inserted){color:#36acaa;}:root[data-timvir-theme="dark"] {color:#adbac7;background-color:#2d333b;}:root[data-timvir-theme="dark"] {color:#999988;font-style:italic;}:root[data-timvir-theme="dark"] {opacity:0.7;}:root[data-timvir-theme="dark"] {color:#96d0ff;}:root[data-timvir-theme="dark"] {color:#6cb6ff;}:root[data-timvir-theme="dark"] {color:#d73a49;}:root[data-timvir-theme="dark"] {color:#8ddb8c;}:root[data-timvir-theme="dark"] {color:#6f42c1;}:root[data-timvir-theme="dark"] {color:#f47067;}:root[data-timvir-theme="dark"] {color:#dcbdfb;}
|
|
9
|
-
|
|
10
|
-
.d1513p2s{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;}
|
|
11
|
-
.b157mkz{--size:48px;z-index:1;position:absolute;top:0;right:0;overflow:hidden;width:var(--size);height:var(--size);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;outline:none;border:none;padding:6px;background:transparent;-webkit-transition:all 0.2s;transition:all 0.2s;cursor:pointer;pointer-events:none;opacity:0;}.b157mkz:hover{color:white;}.b157mkz:hover svg:first-child{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}.b157mkz:active svg:first-child{-webkit-transform:translate(2px, -2px);-moz-transform:translate(2px, -2px);-ms-transform:translate(2px, -2px);transform:translate(2px, -2px);}
|
|
12
|
-
.b10oxtfo{pointer-events:all;opacity:1;}
|
|
13
|
-
.s1hdfi6o{position:absolute;z-index:-1;top:0;right:0;-webkit-transition:all 0.2s;transition:all 0.2s;-webkit-transform:translate(48px, -48px);-moz-transform:translate(48px, -48px);-ms-transform:translate(48px, -48px);transform:translate(48px, -48px);}.s1hdfi6o path{fill:var(--c-p-4);}
|
|
14
|
-
.d17pltln{padding:16px 24px 16px 0;}
|
|
15
|
-
|
|
16
|
-
:root[data-timvir-theme="dark"] ,:root[data-timvir-theme="dark"] {color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important;}
|
|
17
|
-
.cs7tint{overflow-x:auto;contain:content;font-size:0.8em;border-radius:5px;--timvir-b-Code-bleed:calc(var(--timvir-margin, 0px) * 0.6666);--timvir-b-Code-inlinePadding:max(var(--timvir-b-Code-bleed), 8px);padding:0;margin:0 calc(-1 * var(--timvir-b-Code-bleed));border:1px solid var(--timvir-border-color);}.cs7tint pre{margin:0;padding:16px 0;background-color:var(--timvir-secondary-background-color)!important;}.cs7tint pre code{display:block;}.cs7tint pre code .line{display:inline-block;position:relative;width:100%;}.cs7tint pre .line{padding-inline:var(--timvir-b-Code-inlinePadding);}
|
|
18
|
-
.fjvaz2s{display:-ms-grid;display:grid;border-radius:0;box-shadow:none;margin-inline:0;-ms-grid-auto-rows:min-content;grid-auto-rows:min-content;-ms-grid-columns:[le] 0 [lc] 1fr [rc] 0 [re];grid-template-columns:[le] 0 [lc] 1fr [rc] 0 [re];-ms-grid-column-gap:16px;grid-column-gap:16px;}.fjvaz2s:hover{box-shadow:none;}@media (min-width: 60rem){.fjvaz2s{-ms-grid-columns:[le] 1fr [lc] minmax(0, 48rem) [rc] 1fr [re];grid-template-columns:[le] 1fr [lc] minmax(0, 48rem) [rc] 1fr [re];-ms-grid-column-gap:24px;grid-column-gap:24px;}}.fjvaz2s>*{grid-column:lc/re;}
|
|
19
|
-
.lchll0h{padding-inline:var(--timvir-b-Code-inlinePadding);}
|
|
20
|
-
.h1xcko1i{background-color:#ffe10044;}:root[data-timvir-theme="dark"] {background-color:rgba(174, 124, 20, 0.15);}
|
|
21
|
-
.ll2b9hx{display:inline-block;width:var(--timvir-b-Code-bleed);color:var(--timvir-secondary-text-color);text-align:right;padding-inline:4px;}
|
|
22
|
-
.c5vr6r2{font-size:0.8125rem;line-height:1.1875;color:var(--timvir-secondary-text-color);margin-top:0.3em;}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
.r1f19pie{position:relative;}
|
|
26
|
-
.b15hqsfj{display:-ms-grid;display:grid;-ms-grid-auto-flow:row;grid-auto-flow:row;-ms-grid-columns:repeat(auto-fit, minmax(0, 1fr));grid-template-columns:repeat(auto-fit, minmax(0, 1fr));-webkit-transition:all 0.16s;transition:all 0.16s;}.b15hqsfj::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:2;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15);content:"";pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all 0.16s;transition:all 0.16s;}.b15hqsfj:hover::before{opacity:0;}
|
|
27
|
-
.v1uw85xw{height:40px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-ms-grid;display:grid;place-items:stretch;}.v1uw85xw>div{-webkit-transition:all 0.16s;transition:all 0.16s;cursor:pointer;}.v1uw85xw:first-child>div{border-radius:2px 0 0 2px;}.v1uw85xw:last-child>div{border-radius:0 2px 2px 0;}.v1uw85xw:hover{z-index:3;}.v1uw85xw:hover>div{border-radius:2px;margin:-3px 1px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);}
|
|
28
|
-
.o1823law{position:absolute;top:50%;right:0px;left:0px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;opacity:0;z-index:4;-webkit-transition:opacity 0.16s;transition:opacity 0.16s;}.s4sqb81 .o1823law{pointer-events:all;opacity:1;}
|
|
29
|
-
|
|
30
|
-
.rmv2wrl{display:-ms-grid;display:grid;-ms-grid-gap:16px;grid-gap:16px;-ms-grid-auto-columns:1fr;grid-auto-columns:1fr;-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;width:100%;}
|
|
31
|
-
.d1l94wnr{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.d1l94wnr:first-child{border-radius:3px 3px 0 0;}.d1l94wnr:last-child{border-radius:0 0 3px 3px;}
|
|
32
|
-
.d1uopbb{text-align:center;font-size:0.75rem;color:var(--timvir-secondary-text-color);margin-top:0.8em;line-height:1;}
|
|
33
|
-
.d1vwzhoa{color:var(--timvir-text-color);}
|
|
34
|
-
.c1xqhu04{position:relative;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:200px;}.c1xqhu04::before{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:4px;box-shadow:0 0 0 0 rgba(19, 124, 189, 0);content:"";-webkit-transition:all 0.16s cubic-bezier(0.4, 1, 0.75, 0.9);transition:all 0.16s cubic-bezier(0.4, 1, 0.75, 0.9);}.c1xqhu04:hover::before{box-shadow:0 0 0 2px #00000040;opacity:1;}
|
|
35
|
-
.a1y0tcvx:hover::before,.a1y0tcvx::before{box-shadow:0 0 0 2px var(--c-p-5);opacity:1;}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
.r1nql2f9{--timvir-b-Exhibit-bleed:calc(var(--timvir-margin, 0px) * 0.6666);--timvir-b-Exhibit-borderColor:var(--timvir-border-color);--timvir-b-Exhibit-background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAHElEQVR4AWP4/u07Mvr75y8yGlBpND6a6oGUBgAxMSSkDKa/pQAAAABJRU5ErkJggg==);}:root[data-timvir-theme="dark"] {--timvir-b-Exhibit-background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==);}
|
|
39
|
-
.c4ji594{display:flow-root;background:var(--timvir-b-Exhibit-background);margin:0 calc(-1 * var(--timvir-b-Exhibit-bleed));padding:var(--timvir-b-Exhibit-bleed);border-radius:5px;}
|
|
40
|
-
.cf43jjx{font-size:0.8125rem;line-height:1.1875;color:var(--timvir-secondary-text-color);margin-top:0.3em;}
|
|
41
|
-
|
|
42
|
-
.mby32tn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:0.9rem;font-weight:bold;-webkit-transition:all 0.2s;transition:all 0.2s;}
|
|
43
|
-
.fc7ivp5{margin:0 auto 0 0;}
|
|
44
|
-
.de58upx{cursor:pointer;}.de58upx:hover{color:var(--c-p-4);opacity:1;}.de58upx>svg{position:relative;top:2px;}
|
|
45
|
-
.d10949ho{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
|
|
46
|
-
.d1o2du3z{overflow:hidden;-webkit-transition:height 0.2s,opacity 0.2s 0.1s;transition:height 0.2s,opacity 0.2s 0.1s;}
|
|
47
|
-
.d1o9zhgl{padding:0 0 16px;}
|
|
48
|
-
.ddlplux{overflow:hidden;-webkit-transition:height 0.2s,opacity 0.2s 0.1s;transition:height 0.2s,opacity 0.2s 0.1s;}
|
|
49
|
-
.dw285p4{outline:none;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;white-space:pre-wrap;overflow-wrap:break-word;}
|
|
50
|
-
|
|
51
|
-
.r1c1ozpm{display:-ms-grid;display:grid;-ms-grid-columns:repeat(auto-fit, minmax(220px, 1fr));grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:var(--timvir-page-margin, 24px);--timvir-margin:calc(var(--timvir-page-margin, 24px) * 0.5);}
|
|
52
|
-
|
|
53
|
-
.b1a0xzv7{background:white;place-self:stretch;border-radius:2px;-webkit-transition:all 0.2s;transition:all 0.2s;box-shadow:0 0 0 0 rgba(0, 0, 0, 0.1);}
|
|
54
|
-
.g10obtzp{opacity:0;-webkit-transition:all 0.2s;transition:all 0.2s;pointer-events:none;}
|
|
55
|
-
.r1bcczis{display:-ms-grid;display:grid;place-items:center;cursor:pointer;}.r1bcczis>*{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;}.r1bcczis:hover .b1a0xzv7{box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);}.r1bcczis:active .b1a0xzv7{margin:1px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 1px 1px rgba(16, 22, 26, 0.2);}.r1bcczis:hover .g10obtzp{opacity:1;}
|
|
56
|
-
|
|
57
|
-
.n1xsexuc{margin-top:6px;white-space:nowrap;font-size:0.75rem;opacity:0;-webkit-transition:all 0.16s;transition:all 0.16s;z-index:-1;color:var(--timvir-secondary-text-color);text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;left:50%;bottom:-20px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
|
|
58
|
-
.r1k0w618{position:relative;z-index:1;}.r1k0w618 svg{display:block;}.r1k0w618:hover .n1xsexuc{opacity:1;bottom:-26px;color:var(--timvir-text-color);}.r1k0w618:active .n1xsexuc{bottom:-24px;}
|
|
59
|
-
|
|
60
|
-
.r1ssql2z{position:relative;background:var(--c-p-0);color:black;border-radius:3px;padding:16px 24px 16px 24px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;font-size:0.875rem;line-height:1.5;}
|
|
61
|
-
.dhvu07f>*:first-child{margin-top:0;}.dhvu07f>*:last-child{margin-bottom:0;}.dhvu07f>h3:before{display:none;}
|
|
62
|
-
.i1dz18jz{position:relative;top:3px;margin:-2px 12px 0 -4px;}.i1dz18jz>svg{display:block;}
|
|
63
|
-
.i41wipx{background:#f0f2fc;color:black;}.i41wipx .i1dz18jz{color:#2a47d5;}
|
|
64
|
-
.wi7iy6{background:#fcf9f0;color:black;}.wi7iy6 .i1dz18jz{color:#a68521;}
|
|
65
|
-
.a1d5oxsn{background:#fcf0f0;color:black;}.a1d5oxsn .i1dz18jz{color:#da4444;}
|
|
66
|
-
|
|
67
|
-
.r19bcggb{position:relative;}.r19bcggb>div{border-radius:2px;}.r19bcggb:hover>div{top:-4px;right:-4px;bottom:-4px;left:-4px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);padding:0px 16px;z-index:2;}.r19bcggb:active>div{top:-2px;right:-2px;bottom:-2px;left:-2px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 1px 1px rgba(16, 22, 26, 0.2);padding:0px 14px;z-index:2;}
|
|
68
|
-
.dhgsgky{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:all 0.16s;transition:all 0.16s;padding:0px 12px;cursor:pointer;}
|
|
69
|
-
.dobecwk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;}
|
|
70
|
-
.dho7t08{padding-top:6px;opacity:0.5;font-size:0.8em;line-height:1;}
|
|
71
|
-
|
|
72
|
-
.fgdj0yb{font-size:0.8125rem;line-height:1.1875;color:var(--timvir-secondary-text-color);white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
|
|
73
|
-
.d1rc4zjh{cursor:pointer;}.d1rc4zjh:hover{color:var(--c-p-4);opacity:1;}.d1rc4zjh>svg{display:block;}
|
|
74
|
-
.d1enfo6{overflow:hidden;-webkit-transition:height 0.2s,opacity 0.2s 0.1s;transition:height 0.2s,opacity 0.2s 0.1s;}
|
|
75
|
-
.d1watfn6{margin-top:12px;}
|
|
76
|
-
|
|
77
|
-
.d1mmz2b6{-ms-grid-row:1;-ms-grid-row-span:3;grid-row:1/span 3;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;opacity:0.5;color:var(--timvir-text-color);border-radius:2px;-webkit-transition:all 0.2s cubic-bezier(0.4, 1, 0.75, 0.9);transition:all 0.2s cubic-bezier(0.4, 1, 0.75, 0.9);}.d1mmz2b6:hover{opacity:1;box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1),0 2px 4px rgba(16, 22, 26, 0.2),0 8px 24px rgba(16, 22, 26, 0.2);}.d1mmz2b6:active{box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1),0 0 0 rgba(16, 22, 26, 0),0 1px 1px rgba(16, 22, 26, 0.2);}
|
|
78
|
-
|
|
79
|
-
.ssl4j8q{width:100%;display:block;height:16px;margin:8px 0;}
|
|
80
|
-
|
|
81
|
-
.r1ouu0bc{contain:layout;margin-bottom:0;}
|
|
82
|
-
.d1uj09ka{position:relative;}
|
|
83
|
-
.d2uawyc{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-variant-numeric:tabular-nums;}
|
|
84
|
-
.d8ms9m9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}
|
|
85
|
-
.d17q9rbm{border-radius:3px;display:-ms-grid;display:grid;-ms-grid-columns:56px auto 56px;grid-template-columns:56px auto 56px;-ms-grid-rows:0 auto 0;grid-template-rows:0 auto 0;-ms-grid-column-gap:8px;grid-column-gap:8px;}
|
|
86
|
-
.daubpa6{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/span 1;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/span 1;position:relative;-webkit-flex:1;-ms-flex:1;flex:1;height:100px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=);-webkit-transition:height 0.16s;transition:height 0.16s;overflow:hidden;}
|
|
87
|
-
.d1d22s19{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:shimmer-d1d22s19;animation-name:shimmer-d1d22s19;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-background-size:150vw 100px;background-size:150vw 100px;background-image:linear-gradient(to right, #fafafa 0%, #f4f4f4 25%, #fafafa 40%);box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);border-radius:1px;}@-webkit-keyframes shimmer-d1d22s19{0%{-webkit-background-position:-60vw 0;background-position:-60vw 0;}40%{-webkit-background-position:85vw 0;background-position:85vw 0;}100%{-webkit-background-position:85vw 0;background-position:85vw 0;}}@keyframes shimmer-d1d22s19{0%{-webkit-background-position:-60vw 0;background-position:-60vw 0;}40%{-webkit-background-position:85vw 0;background-position:85vw 0;}100%{-webkit-background-position:85vw 0;background-position:85vw 0;}}
|
|
88
|
-
.i11uos8q{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}
|
|
89
|
-
|
|
90
|
-
.r1szx90n{-webkit-transition:all 0.16s;transition:all 0.16s;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;}.r1szx90n:hover{background:rgba(55, 53, 47, 0.08);box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);}.r1szx90n:active{background:rgba(55, 53, 47, 0.08);box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 1px 1px rgba(16, 22, 26, 0.2);}:root[data-timvir-theme="dark"] {box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);}:root[data-timvir-theme="dark"] {background:rgba(255, 255, 255, 0.08);}:root[data-timvir-theme="dark"] {background:rgba(255, 255, 255, 0.08);}
|
|
91
|
-
.tywhumj{-webkit-flex:4 1 180px;-ms-flex:4 1 180px;flex:4 1 180px;padding:12px 14px 14px;min-width:0;}
|
|
92
|
-
.t1sni99u{color:var(--timvir-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:24px;margin-bottom:6px;}
|
|
93
|
-
.d7eo497{font-size:0.75rem;line-height:1.1rem;color:var(--timvir-secondary-text-color);height:2.2rem;overflow:hidden;}
|
|
94
|
-
.u1rlrpoc{margin-top:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:0.75rem;line-height:1rem;color:var(--timvir-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
|
|
95
|
-
.f1cqi3na{width:1rem;height:1rem;min-width:1rem;margin-right:6px;}
|
|
96
|
-
.igksd61{-webkit-flex:1 1 180px;-ms-flex:1 1 180px;flex:1 1 180px;position:relative;min-width:180px;}
|
|
97
|
-
.i1gibb8w{display:block;object-fit:cover;border-radius:0 3px 3px 0;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px;}
|
|
1
|
+
@layer priority1 {
|
|
2
|
+
.timvir-s-ln7xf2 {
|
|
3
|
+
font: inherit;
|
|
4
|
+
}
|
|
98
5
|
|
|
6
|
+
.timvir-s-9t3ola {
|
|
7
|
+
margin: 1em 0;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.timvir-s-qtkp2c {
|
|
11
|
+
padding: 0 0 0 10px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.timvir-s-1717udv {
|
|
15
|
+
padding: 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.timvir-s-1op5qub:after {
|
|
19
|
+
inset: 0;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@layer priority2 {
|
|
24
|
+
.timvir-s-j7gikm {
|
|
25
|
+
border-color: var(--timvir-border-color);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.timvir-s-1cum3z5 {
|
|
29
|
+
border-radius: 2px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.timvir-s-1y0btm7 {
|
|
33
|
+
border-style: solid;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.timvir-s-c342km {
|
|
37
|
+
border-width: 0;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.timvir-s-mkeg23 {
|
|
41
|
+
border-width: 1px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.timvir-s-d3ue5d {
|
|
45
|
+
grid-gap: 8px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.timvir-s-1a2a7pz {
|
|
49
|
+
outline: none;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.timvir-s-lzy7x8:after {
|
|
53
|
+
border-color: var(--timvir-border-color);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.timvir-s-18wp92t:hover:after, .timvir-s-rlfy00:focus-within:after {
|
|
57
|
+
border-color: var(--timvir-text-color);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.timvir-s-1edtgf2:after {
|
|
61
|
+
border-radius: 2px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.timvir-s-1dzvx6z:after {
|
|
65
|
+
border-style: solid;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.timvir-s-hlrplc:after {
|
|
69
|
+
border-width: 1px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.timvir-s-49kzi4:hover, .timvir-s-13m658e:active {
|
|
73
|
+
border-color: var(--timvir-text-color);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
@layer priority3 {
|
|
78
|
+
.timvir-s-6s0dn4 {
|
|
79
|
+
align-items: center;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.timvir-s-kh2ocl {
|
|
83
|
+
align-self: stretch;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.timvir-s-jbqb8w {
|
|
87
|
+
background-color: #0000;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.timvir-s-1d0dlzq {
|
|
91
|
+
background-color: var(--timvir-secondary-background-color);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.timvir-s-1heor9g {
|
|
95
|
+
color: inherit;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.timvir-s-vgvpxu {
|
|
99
|
+
color: var(--timvir-secondary-text-color);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.timvir-s-1cdhzux {
|
|
103
|
+
color: var(--timvir-text-color);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.timvir-s-78zum5 {
|
|
107
|
+
display: flex;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.timvir-s-rvj5dj {
|
|
111
|
+
display: grid;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.timvir-s-1rg5ohu {
|
|
115
|
+
display: inline-block;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.timvir-s-9flyx0 {
|
|
119
|
+
grid-template-columns: 1fr 100px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.timvir-s-1n2onr6 {
|
|
123
|
+
position: relative;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.timvir-s-1tcdsnd {
|
|
127
|
+
word-break: initial;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.timvir-s-5l10my:after {
|
|
131
|
+
content: "";
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.timvir-s-ieozyd:after {
|
|
135
|
+
display: block;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.timvir-s-1kx6eu5:after {
|
|
139
|
+
pointer-events: none;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.timvir-s-1x824oc:after {
|
|
143
|
+
position: absolute;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.timvir-s-1dc5b4e:hover, .timvir-s-1bx2y69:active {
|
|
147
|
+
background-color: var(--timvir-sidebar-highlight-color);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@layer priority4 {
|
|
152
|
+
.timvir-s-1e56ztr {
|
|
153
|
+
margin-bottom: 8px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.timvir-s-15ku74s {
|
|
157
|
+
margin-right: 6px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.timvir-s-u0aao5 {
|
|
161
|
+
min-height: 36px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.timvir-s-h8yej3 {
|
|
165
|
+
width: 100%;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
@layer priority1 {
|
|
169
|
+
.timvir-s-15o1dgp {
|
|
170
|
+
--timvir-b-Code-bleed: calc(var(--timvir-margin, 0) * .6666);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.timvir-s-idmeni {
|
|
174
|
+
--timvir-b-Code-inlinePadding: max(var(--timvir-b-Code-bleed), 8px);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@layer priority2 {
|
|
179
|
+
.timvir-s-1etwjqo {
|
|
180
|
+
margin: 0 calc(-1 * var(--timvir-b-Code-bleed));
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.timvir-s-1ghz6dp {
|
|
184
|
+
margin: 0;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.timvir-s-1717udv {
|
|
188
|
+
padding: 0;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.timvir-s-1g8o3q3 {
|
|
192
|
+
padding: 16px 0;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
@layer priority3 {
|
|
197
|
+
.timvir-s-j7gikm {
|
|
198
|
+
border-color: var(--timvir-border-color);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.timvir-s-1sxf85j {
|
|
202
|
+
border-radius: 5px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.timvir-s-1y0btm7 {
|
|
206
|
+
border-style: solid;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.timvir-s-mkeg23 {
|
|
210
|
+
border-width: 1px;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.timvir-s-e193im {
|
|
214
|
+
padding-inline: var(--timvir-b-Code-inlinePadding);
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
@layer priority4 {
|
|
219
|
+
.timvir-s-15fpjw5 {
|
|
220
|
+
background-color: var(--timvir-highlight-background-color);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.timvir-s-1d0dlzq {
|
|
224
|
+
background-color: var(--timvir-secondary-background-color);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.timvir-s-vgvpxu {
|
|
228
|
+
color: var(--timvir-secondary-text-color);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.timvir-s-6wvzqs {
|
|
232
|
+
contain: content;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.timvir-s-1lliihq {
|
|
236
|
+
display: block;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.timvir-s-1rg5ohu {
|
|
240
|
+
display: inline-block;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.timvir-s-1dcheo9 {
|
|
244
|
+
font-size: .8125rem;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.timvir-s-sfzzmd {
|
|
248
|
+
font-size: .8em;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.timvir-s-jkpybl {
|
|
252
|
+
line-height: 1.1875;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
@layer priority5 {
|
|
257
|
+
.timvir-s-lwy1ot {
|
|
258
|
+
margin-top: .3em;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.timvir-s-w2csxc {
|
|
262
|
+
overflow-x: auto;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.timvir-s-h8yej3 {
|
|
266
|
+
width: 100%;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
@layer priority1 {
|
|
270
|
+
.timvir-s-btcsfn {
|
|
271
|
+
--timvir-b-ColorBar-value-borderRadiusDefault: 0 2px 2px 0;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.timvir-s-16gz6n8 {
|
|
275
|
+
--timvir-b-ColorBar-value-borderRadiusDefault: 2px 0 0 2px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.timvir-s-15311qs {
|
|
279
|
+
--timvir-b-ColorBar-value-margin: 0;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.timvir-s-inzabm:hover {
|
|
283
|
+
--timvir-b-ColorBar-value-borderRadius: 2px;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.timvir-s-1bxid8z:hover {
|
|
287
|
+
--timvir-b-ColorBar-value-margin: -3px 1px;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
@layer priority2 {
|
|
292
|
+
.timvir-s-1ehn4u0 {
|
|
293
|
+
margin: var(--timvir-b-ColorBar-value-margin);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
@layer priority3 {
|
|
298
|
+
.timvir-s-nfsnhl {
|
|
299
|
+
border-radius: var(--timvir-b-ColorBar-value-borderRadius, var(--timvir-b-ColorBar-value-borderRadiusDefault));
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.timvir-s-13b6k1y {
|
|
303
|
+
place-items: stretch stretch;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.timvir-s-zhuw26 {
|
|
307
|
+
transition: all .16s;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
@layer priority4 {
|
|
312
|
+
.timvir-s-1ypdohk {
|
|
313
|
+
cursor: pointer;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.timvir-s-rvj5dj {
|
|
317
|
+
display: grid;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.timvir-s-1iyjqo2 {
|
|
321
|
+
flex-grow: 1;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.timvir-s-1sdr0u7 {
|
|
325
|
+
grid-auto-flow: row;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.timvir-s-dz4c1r {
|
|
329
|
+
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.timvir-s-10l6tqk {
|
|
333
|
+
position: absolute;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.timvir-s-1n2onr6 {
|
|
337
|
+
position: relative;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.timvir-s-1cb1t30 {
|
|
341
|
+
transform: translateY(-50%);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.timvir-s-zkaem6 {
|
|
345
|
+
z-index: 3;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.timvir-s-oegz02 {
|
|
349
|
+
z-index: 4;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.timvir-s-32zglm:hover {
|
|
353
|
+
box-shadow: inset 0 0 0 1px #10161a33, 0 2px 4px #10161a1a, 0 8px 24px #10161a33;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
@layer priority5 {
|
|
358
|
+
.timvir-s-1vqgdyp {
|
|
359
|
+
height: 40px;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.timvir-s-u96u03 {
|
|
363
|
+
left: 0;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.timvir-s-3m8u43 {
|
|
367
|
+
right: 0;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.timvir-s-wa60dl {
|
|
371
|
+
top: 50%;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
@layer priority1 {
|
|
375
|
+
.timvir-s-1p3d3bo {
|
|
376
|
+
grid-gap: 16px;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
@layer priority2 {
|
|
381
|
+
.timvir-s-7a106z {
|
|
382
|
+
align-items: start;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.timvir-s-vgvpxu {
|
|
386
|
+
color: var(--timvir-secondary-text-color);
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.timvir-s-1cdhzux {
|
|
390
|
+
color: var(--timvir-text-color);
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.timvir-s-1ypdohk {
|
|
394
|
+
cursor: pointer;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.timvir-s-78zum5 {
|
|
398
|
+
display: flex;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.timvir-s-rvj5dj {
|
|
402
|
+
display: grid;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.timvir-s-dt5ytf {
|
|
406
|
+
flex-direction: column;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.timvir-s-1iyjqo2 {
|
|
410
|
+
flex-grow: 1;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.timvir-s-boafo0 {
|
|
414
|
+
font-size: .75rem;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.timvir-s-u6a5m6 {
|
|
418
|
+
grid-auto-columns: 1fr;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.timvir-s-o5v014 {
|
|
422
|
+
line-height: 1;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.timvir-s-1n2onr6 {
|
|
426
|
+
position: relative;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.timvir-s-2b8uid {
|
|
430
|
+
text-align: center;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.timvir-s-115iamj:hover:before {
|
|
434
|
+
box-shadow: 0 0 0 2px #00000040;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.timvir-s-ach7vw:hover:before {
|
|
438
|
+
box-shadow: 0 0 0 2px var(--c-p-5);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.timvir-s-s2hnm7:hover:before {
|
|
442
|
+
opacity: 1;
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
@layer priority3 {
|
|
447
|
+
.timvir-s-frllxf {
|
|
448
|
+
border-bottom-left-radius: 0;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.timvir-s-1v8xtx2 {
|
|
452
|
+
border-bottom-left-radius: 3px;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.timvir-s-jppbhk {
|
|
456
|
+
border-bottom-right-radius: 0;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.timvir-s-uvn51i {
|
|
460
|
+
border-bottom-right-radius: 3px;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.timvir-s-1ia1hqs {
|
|
464
|
+
border-top-left-radius: 0;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.timvir-s-1nrfd8m {
|
|
468
|
+
border-top-left-radius: 3px;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.timvir-s-1a2w583 {
|
|
472
|
+
border-top-right-radius: 0;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.timvir-s-16gx4na {
|
|
476
|
+
border-top-right-radius: 3px;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.timvir-s-1m3v4wt {
|
|
480
|
+
height: 200px;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.timvir-s-1nmq0fv {
|
|
484
|
+
margin-top: .8em;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.timvir-s-h8yej3 {
|
|
488
|
+
width: 100%;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
@layer priority4 {
|
|
493
|
+
.timvir-s-b52w3a:before {
|
|
494
|
+
border-radius: 4px;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.timvir-s-k53niv:before {
|
|
498
|
+
transition: all .16s cubic-bezier(.4, 1, .75, .9);
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
@layer priority5 {
|
|
503
|
+
.timvir-s-ktd1bz:before {
|
|
504
|
+
box-shadow: 0 0 #137cbd00;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.timvir-s-su9jc6:before {
|
|
508
|
+
box-shadow: 0 0 0 2px var(--c-p-5);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.timvir-s-1cpjm7i:before {
|
|
512
|
+
content: "";
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.timvir-s-fbg1o9:before {
|
|
516
|
+
opacity: 1;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.timvir-s-1hmns74:before {
|
|
520
|
+
position: absolute;
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
@layer priority6 {
|
|
525
|
+
.timvir-s-e80sof:before {
|
|
526
|
+
bottom: -2px;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.timvir-s-abwq6t:before {
|
|
530
|
+
left: -2px;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.timvir-s-1ydowbf:before {
|
|
534
|
+
right: -2px;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.timvir-s-51xajf:before {
|
|
538
|
+
top: -2px;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
@layer priority1 {
|
|
542
|
+
.timvir-s-1lliihq {
|
|
543
|
+
display: block;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.timvir-s-l1xv1r {
|
|
547
|
+
object-fit: cover;
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
@layer priority2 {
|
|
552
|
+
.timvir-s-5i6pxz {
|
|
553
|
+
height: 35vh;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.timvir-s-193iq5w {
|
|
557
|
+
max-width: 100%;
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
@layer priority1 {
|
|
561
|
+
.timvir-s-1717udv {
|
|
562
|
+
padding: 0;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
.timvir-s-1htuw1x {
|
|
566
|
+
padding: var(--timvir-b-Exhibit-bleed);
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
@layer priority2 {
|
|
571
|
+
.timvir-s-1tffoc1 {
|
|
572
|
+
border-color: var(--timvir-b-Exhibit-borderColor);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.timvir-s-1sxf85j {
|
|
576
|
+
border-radius: 5px;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.timvir-s-ng3xce {
|
|
580
|
+
border-style: none;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.timvir-s-1y0btm7 {
|
|
584
|
+
border-style: solid;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.timvir-s-mkeg23 {
|
|
588
|
+
border-width: 1px;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.timvir-s-rxpjvj {
|
|
592
|
+
margin-inline: 0;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.timvir-s-zqqpyx {
|
|
596
|
+
margin-inline: calc(-1 * var(--timvir-b-Exhibit-bleed));
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
@layer priority3 {
|
|
601
|
+
.timvir-s-7zdco {
|
|
602
|
+
background-image: var(--timvir-b-Exhibit-background);
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.timvir-s-vgvpxu {
|
|
606
|
+
color: var(--timvir-secondary-text-color);
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.timvir-s-ufnvkl {
|
|
610
|
+
display: flow-root;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.timvir-s-1dcheo9 {
|
|
614
|
+
font-size: .8125rem;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.timvir-s-jkpybl {
|
|
618
|
+
line-height: 1.1875;
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
@layer priority4 {
|
|
623
|
+
.timvir-s-lwy1ot {
|
|
624
|
+
margin-top: .3em;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
@layer priority1 {
|
|
628
|
+
.timvir-s-a519c1 {
|
|
629
|
+
margin: 0 auto 0 0;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.timvir-s-1k5rvim {
|
|
633
|
+
padding: 0 0 16px;
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
@layer priority2 {
|
|
638
|
+
.timvir-s-1a2a7pz {
|
|
639
|
+
outline: none;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.timvir-s-b3r6kr {
|
|
643
|
+
overflow: hidden;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
.timvir-s-1bsk9n {
|
|
647
|
+
transition: all .2s;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.timvir-s-104cjix {
|
|
651
|
+
transition: height .2s, opacity .2s .1s;
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
@layer priority3 {
|
|
656
|
+
.timvir-s-1pha0wt {
|
|
657
|
+
align-items: baseline;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.timvir-s-1ypdohk {
|
|
661
|
+
cursor: pointer;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.timvir-s-78zum5 {
|
|
665
|
+
display: flex;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.timvir-s-dt5ytf {
|
|
669
|
+
flex-direction: column;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.timvir-s-1nrrp6k {
|
|
673
|
+
font-size: .9rem;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.timvir-s-117nqv4 {
|
|
677
|
+
font-weight: bold;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.timvir-s-1mzt3pk {
|
|
681
|
+
overflow-wrap: break-word;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.timvir-s-1n2onr6 {
|
|
685
|
+
position: relative;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.timvir-s-1hx0egp {
|
|
689
|
+
user-select: text;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.timvir-s-126k92a {
|
|
693
|
+
white-space: pre-wrap;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.timvir-s-gmrl4:hover {
|
|
697
|
+
color: var(--c-p-4);
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.timvir-s-1o7uuvo:hover {
|
|
701
|
+
opacity: 1;
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
@layer priority4 {
|
|
706
|
+
.timvir-s-s7f9wi {
|
|
707
|
+
top: 2px;
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
@layer priority1 {
|
|
711
|
+
.timvir-s-1cca2ej {
|
|
712
|
+
--timvir-margin: calc(var(--timvir-page-margin, 24px) * .5);
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
@layer priority2 {
|
|
717
|
+
.timvir-s-fww3rt {
|
|
718
|
+
gap: var(--timvir-page-margin, 24px);
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
@layer priority3 {
|
|
723
|
+
.timvir-s-rvj5dj {
|
|
724
|
+
display: grid;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.timvir-s-1ayh3g3 {
|
|
728
|
+
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
@layer priority1 {
|
|
732
|
+
.timvir-s-dtfvks {
|
|
733
|
+
--timvir-b-Icon-hover: 0;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.timvir-s-d2wi23:hover {
|
|
737
|
+
--timvir-b-Icon-hover: 1;
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
@layer priority2 {
|
|
742
|
+
.timvir-s-1cum3z5 {
|
|
743
|
+
border-radius: 2px;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.timvir-s-gkxs2y {
|
|
747
|
+
grid-column: 1;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
.timvir-s-1ms6mhf {
|
|
751
|
+
grid-row: 1;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.timvir-s-1ku5rj1 {
|
|
755
|
+
place-items: center;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.timvir-s-1lhehjl {
|
|
759
|
+
place-self: stretch stretch;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.timvir-s-zhuw26 {
|
|
763
|
+
transition: all .16s;
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
@layer priority3 {
|
|
768
|
+
.timvir-s-12peec7 {
|
|
769
|
+
background-color: #fff;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.timvir-s-1ww5jgt {
|
|
773
|
+
box-shadow: 0 0 #0000001a;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.timvir-s-1cdhzux {
|
|
777
|
+
color: var(--timvir-text-color);
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.timvir-s-1ypdohk {
|
|
781
|
+
cursor: pointer;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.timvir-s-1lliihq {
|
|
785
|
+
display: block;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.timvir-s-rvj5dj {
|
|
789
|
+
display: grid;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.timvir-s-boafo0 {
|
|
793
|
+
font-size: .75rem;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.timvir-s-1j5ulbg {
|
|
797
|
+
opacity: var(--timvir-b-Icon-hover);
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.timvir-s-47corl {
|
|
801
|
+
pointer-events: none;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.timvir-s-10l6tqk {
|
|
805
|
+
position: absolute;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.timvir-s-1n2onr6 {
|
|
809
|
+
position: relative;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.timvir-s-2b8uid {
|
|
813
|
+
text-align: center;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.timvir-s-1nc5ocm {
|
|
817
|
+
transform: translate(-50%);
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.timvir-s-87ps6o {
|
|
821
|
+
user-select: none;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.timvir-s-uxw1ft {
|
|
825
|
+
white-space: nowrap;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.timvir-s-8knxv4 {
|
|
829
|
+
z-index: -1;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.timvir-s-1vjfegm {
|
|
833
|
+
z-index: 1;
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
@layer priority4 {
|
|
838
|
+
.timvir-s-1kuhel0 {
|
|
839
|
+
bottom: -20px;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.timvir-s-1nrll8i {
|
|
843
|
+
left: 50%;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.timvir-s-dj266r {
|
|
847
|
+
margin-top: 0;
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
@layer priority1 {
|
|
851
|
+
.timvir-s-jvto2c {
|
|
852
|
+
margin: -2px 12px 0 -4px;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.timvir-s-qb5aye {
|
|
856
|
+
padding: 16px 24px;
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
@layer priority2 {
|
|
861
|
+
.timvir-s-18zih8k {
|
|
862
|
+
border-radius: 3px;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.timvir-s-3psx0u {
|
|
866
|
+
flex: none;
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
@layer priority3 {
|
|
871
|
+
.timvir-s-1cy8zhl {
|
|
872
|
+
align-items: flex-start;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
.timvir-s-1a1mm2c {
|
|
876
|
+
background-color: #f0f2fc;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
.timvir-s-18vcsbs {
|
|
880
|
+
background-color: #fcf0f0;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.timvir-s-1nd4xj2 {
|
|
884
|
+
background-color: #fcf9f0;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.timvir-s-m75j3u {
|
|
888
|
+
background-color: var(--c-p-0);
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.timvir-s-1w911z {
|
|
892
|
+
box-shadow: inset 0 0 0 1px #10161a33;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.timvir-s-1h1xus1 {
|
|
896
|
+
color: #2a47d5;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.timvir-s-4u77bm {
|
|
900
|
+
color: #a68521;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.timvir-s-1mz1spe {
|
|
904
|
+
color: #da4444;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.timvir-s-1mqxbix {
|
|
908
|
+
color: #000;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.timvir-s-1lliihq {
|
|
912
|
+
display: block;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
.timvir-s-78zum5 {
|
|
916
|
+
display: flex;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
.timvir-s-kpwil5 {
|
|
920
|
+
font-size: .875rem;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.timvir-s-1evy7pa {
|
|
924
|
+
line-height: 1.5;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.timvir-s-1n2onr6 {
|
|
928
|
+
position: relative;
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
@layer priority4 {
|
|
933
|
+
.timvir-s-ozkzq6 {
|
|
934
|
+
height: 1.5em;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.timvir-s-xk6nc9 {
|
|
938
|
+
top: 3px;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.timvir-s-dpf0h8 {
|
|
942
|
+
width: 1.5em;
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
@layer priority1 {
|
|
946
|
+
.timvir-s-84vhe8 {
|
|
947
|
+
padding: 0 12px;
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
@layer priority2 {
|
|
952
|
+
.timvir-s-1cum3z5 {
|
|
953
|
+
border-radius: 2px;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.timvir-s-zhuw26 {
|
|
957
|
+
transition: all .16s;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
@layer priority3 {
|
|
962
|
+
.timvir-s-6s0dn4 {
|
|
963
|
+
align-items: center;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
.timvir-s-1ypdohk {
|
|
967
|
+
cursor: pointer;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
.timvir-s-78zum5 {
|
|
971
|
+
display: flex;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.timvir-s-dt5ytf {
|
|
975
|
+
flex-direction: column;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.timvir-s-sfzzmd {
|
|
979
|
+
font-size: .8em;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.timvir-s-l56j7k {
|
|
983
|
+
justify-content: center;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
.timvir-s-1qughib {
|
|
987
|
+
justify-content: space-between;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.timvir-s-o5v014 {
|
|
991
|
+
line-height: 1;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.timvir-s-byyjgo {
|
|
995
|
+
opacity: .5;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
.timvir-s-10l6tqk {
|
|
999
|
+
position: absolute;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
.timvir-s-1n2onr6 {
|
|
1003
|
+
position: relative;
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
@layer priority4 {
|
|
1008
|
+
.timvir-s-1ey2m1c {
|
|
1009
|
+
bottom: 0;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.timvir-s-u96u03 {
|
|
1013
|
+
left: 0;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
.timvir-s-1yrsyyn {
|
|
1017
|
+
padding-top: 6px;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.timvir-s-3m8u43 {
|
|
1021
|
+
right: 0;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.timvir-s-13vifvy {
|
|
1025
|
+
top: 0;
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
@layer priority1;
|
|
1029
|
+
|
|
1030
|
+
@layer priority2 {
|
|
1031
|
+
.timvir-s-14kudrl {
|
|
1032
|
+
margin: 8px 0;
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
@layer priority3 {
|
|
1037
|
+
.timvir-s-1nj7uno {
|
|
1038
|
+
border-radius: 1px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.timvir-s-1cum3z5 {
|
|
1042
|
+
border-radius: 2px;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.timvir-s-18zih8k {
|
|
1046
|
+
border-radius: 3px;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.timvir-s-98rzlu {
|
|
1050
|
+
flex: 1;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.timvir-s-wonfvy {
|
|
1054
|
+
grid-column: 2 / span 1;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.timvir-s-diuk5s {
|
|
1058
|
+
grid-row: 1 / span 3;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.timvir-s-w75i6v {
|
|
1062
|
+
grid-row: 2 / span 1;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
.timvir-s-b3r6kr {
|
|
1066
|
+
overflow: hidden;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.timvir-s-blhjk6 {
|
|
1070
|
+
transition: all .2s cubic-bezier(.4, 1, .75, .9);
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.timvir-s-10r4kp7 {
|
|
1074
|
+
transition: height .16s;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
.timvir-s-104cjix {
|
|
1078
|
+
transition: height .2s, opacity .2s .1s;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
.timvir-s-1pl5831 {
|
|
1082
|
+
transition: opacity .2s;
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
@layer priority4 {
|
|
1087
|
+
.timvir-s-6s0dn4 {
|
|
1088
|
+
align-items: center;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.timvir-s-1qjc9v5 {
|
|
1092
|
+
align-items: stretch;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.timvir-s-1c74tu6 {
|
|
1096
|
+
animation-duration: 2s;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.timvir-s-10e4vud {
|
|
1100
|
+
animation-fill-mode: forwards;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
.timvir-s-a4qsjk {
|
|
1104
|
+
animation-iteration-count: infinite;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.timvir-s-1bx2yh {
|
|
1108
|
+
animation-name: timvir-s-iar28k-B;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.timvir-s-1esw782 {
|
|
1112
|
+
animation-timing-function: linear;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.timvir-s-9ncquh {
|
|
1116
|
+
background-image: linear-gradient(to right, #fafafa 0%, #f4f4f4 25%, #fafafa 40%);
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.timvir-s-1h3vnj2 {
|
|
1120
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.timvir-s-dftl3q {
|
|
1124
|
+
background-size: 150vw 100px;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.timvir-s-1w911z {
|
|
1128
|
+
box-shadow: inset 0 0 0 1px #10161a33;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.timvir-s-vgvpxu {
|
|
1132
|
+
color: var(--timvir-secondary-text-color);
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.timvir-s-1cdhzux {
|
|
1136
|
+
color: var(--timvir-text-color);
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
.timvir-s-1vjgj0v {
|
|
1140
|
+
contain: layout;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
.timvir-s-1ypdohk {
|
|
1144
|
+
cursor: pointer;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
.timvir-s-1lliihq {
|
|
1148
|
+
display: block;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
.timvir-s-78zum5 {
|
|
1152
|
+
display: flex;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
.timvir-s-rvj5dj {
|
|
1156
|
+
display: grid;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
.timvir-s-1dcheo9 {
|
|
1160
|
+
font-size: .8125rem;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.timvir-s-ss6m8b {
|
|
1164
|
+
font-variant-numeric: tabular-nums;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.timvir-s-jv0b96 {
|
|
1168
|
+
grid-column-gap: 8px;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
.timvir-s-7tmw4v {
|
|
1172
|
+
grid-template-columns: 56px auto 56px;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
.timvir-s-yy29n5 {
|
|
1176
|
+
grid-template-rows: 0 auto 0;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
.timvir-s-l56j7k {
|
|
1180
|
+
justify-content: center;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.timvir-s-1qughib {
|
|
1184
|
+
justify-content: space-between;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
.timvir-s-jkpybl {
|
|
1188
|
+
line-height: 1.1875;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.timvir-s-byyjgo {
|
|
1192
|
+
opacity: .5;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.timvir-s-g01cxk {
|
|
1196
|
+
opacity: 0;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.timvir-s-10l6tqk {
|
|
1200
|
+
position: absolute;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.timvir-s-1n2onr6 {
|
|
1204
|
+
position: relative;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.timvir-s-11lhmoz {
|
|
1208
|
+
transform: translate(-50%, -50%);
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.timvir-s-uxw1ft {
|
|
1212
|
+
white-space: nowrap;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.timvir-s-10xrfx7:hover {
|
|
1216
|
+
box-shadow: 0 0 0 1px #10161a1a, 0 2px 4px #10161a33, 0 8px 24px #10161a33;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.timvir-s-gmrl4:hover {
|
|
1220
|
+
color: var(--c-p-4);
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.timvir-s-1o7uuvo:hover {
|
|
1224
|
+
opacity: 1;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.timvir-s-1kpm4h4:active {
|
|
1228
|
+
box-shadow: 0 0 0 1px #10161a1a, 0 0 #10161a00, 0 1px 1px #10161a33;
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
@layer priority5 {
|
|
1233
|
+
.timvir-s-qtp20y {
|
|
1234
|
+
height: 0;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
.timvir-s-5yr21d {
|
|
1238
|
+
height: 100%;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
.timvir-s-pyat2d {
|
|
1242
|
+
height: 100px;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.timvir-s-lup9mm {
|
|
1246
|
+
height: 16px;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.timvir-s-u96u03 {
|
|
1250
|
+
left: 0;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.timvir-s-1nrll8i {
|
|
1254
|
+
left: 50%;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.timvir-s-at24cr {
|
|
1258
|
+
margin-bottom: 0;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.timvir-s-14vqqas {
|
|
1262
|
+
margin-top: 12px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
.timvir-s-13vifvy {
|
|
1266
|
+
top: 0;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
.timvir-s-wa60dl {
|
|
1270
|
+
top: 50%;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
.timvir-s-h8yej3 {
|
|
1274
|
+
width: 100%;
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
@keyframes timvir-s-iar28k-B {
|
|
1279
|
+
0% {
|
|
1280
|
+
background-position: -60vw 0;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
40% {
|
|
1284
|
+
background-position: 85vw 0;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
100% {
|
|
1288
|
+
background-position: 85vw 0;
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
@layer priority1 {
|
|
1292
|
+
.timvir-s-hkrif2 {
|
|
1293
|
+
padding: 12px 14px 14px;
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
@layer priority2 {
|
|
1298
|
+
.timvir-s-j7gikm {
|
|
1299
|
+
border-color: var(--timvir-border-color);
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
.timvir-s-1p4ba9y {
|
|
1303
|
+
border-radius: 0 2px 2px 0;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
.timvir-s-18zih8k {
|
|
1307
|
+
border-radius: 3px;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.timvir-s-1y0btm7 {
|
|
1311
|
+
border-style: solid;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
.timvir-s-mkeg23 {
|
|
1315
|
+
border-width: 1px;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.timvir-s-15lv9n0 {
|
|
1319
|
+
flex: 180px;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.timvir-s-1fvrxw4 {
|
|
1323
|
+
flex: 4 180px;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.timvir-s-b3r6kr {
|
|
1327
|
+
overflow: hidden;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
.timvir-s-1hl2dhg {
|
|
1331
|
+
text-decoration: none;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.timvir-s-zhuw26 {
|
|
1335
|
+
transition: all .16s;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
.timvir-s-49kzi4:hover, .timvir-s-13m658e:active {
|
|
1339
|
+
border-color: var(--timvir-text-color);
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
@layer priority3 {
|
|
1344
|
+
.timvir-s-1d0dlzq {
|
|
1345
|
+
background-color: var(--timvir-secondary-background-color);
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.timvir-s-vgvpxu {
|
|
1349
|
+
color: var(--timvir-secondary-text-color);
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.timvir-s-1cdhzux {
|
|
1353
|
+
color: var(--timvir-text-color);
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.timvir-s-1ypdohk {
|
|
1357
|
+
cursor: pointer;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.timvir-s-1lliihq {
|
|
1361
|
+
display: block;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.timvir-s-78zum5 {
|
|
1365
|
+
display: flex;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.timvir-s-boafo0 {
|
|
1369
|
+
font-size: .75rem;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.timvir-s-1vbrtjm {
|
|
1373
|
+
line-height: 1.1rem;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.timvir-s-l2ypbo {
|
|
1377
|
+
line-height: 1rem;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.timvir-s-l1xv1r {
|
|
1381
|
+
object-fit: cover;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.timvir-s-10l6tqk {
|
|
1385
|
+
position: absolute;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.timvir-s-1n2onr6 {
|
|
1389
|
+
position: relative;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.timvir-s-lyipyv {
|
|
1393
|
+
text-overflow: ellipsis;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.timvir-s-uxw1ft {
|
|
1397
|
+
white-space: nowrap;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.timvir-s-1dc5b4e:hover, .timvir-s-1bx2y69:active {
|
|
1401
|
+
background-color: var(--timvir-sidebar-highlight-color);
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
@layer priority4 {
|
|
1406
|
+
.timvir-s-5yr21d {
|
|
1407
|
+
height: 100%;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.timvir-s-1l36t39 {
|
|
1411
|
+
height: 1rem;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.timvir-s-1ehw58o {
|
|
1415
|
+
height: 2.2rem;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.timvir-s-u96u03 {
|
|
1419
|
+
left: 0;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.timvir-s-zueoph {
|
|
1423
|
+
margin-bottom: 6px;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
.timvir-s-15ku74s {
|
|
1427
|
+
margin-right: 6px;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.timvir-s-14vqqas {
|
|
1431
|
+
margin-top: 12px;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.timvir-s-jwf9q1 {
|
|
1435
|
+
min-height: 24px;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.timvir-s-euugli {
|
|
1439
|
+
min-width: 0;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.timvir-s-fb3i0g {
|
|
1443
|
+
min-width: 180px;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.timvir-s-gomdpo {
|
|
1447
|
+
min-width: 1rem;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.timvir-s-13vifvy {
|
|
1451
|
+
top: 0;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.timvir-s-h8yej3 {
|
|
1455
|
+
width: 100%;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.timvir-s-cdlrvm {
|
|
1459
|
+
width: 1rem;
|
|
1460
|
+
}
|
|
1461
|
+
}
|