|
1 | | -.chapters.svelte-s3rw5i.svelte-s3rw5i{position:absolute;top:5rem;display:-webkit-box;display:flex;width:100%;-webkit-box-pack:justify;justify-content:space-between;padding:0 1rem}.chapter.svelte-s3rw5i.svelte-s3rw5i{display:-webkit-box;display:flex;-webkit-box-align:end;align-items:end;-webkit-box-flex:1;flex:1;margin:0 3px}.chapter.svelte-s3rw5i.svelte-s3rw5i:first-of-type{margin-left:0}.chapter.svelte-s3rw5i.svelte-s3rw5i:last-of-type{margin-right:0}.chapter.active.svelte-s3rw5i.svelte-s3rw5i{-webkit-box-flex:5;flex:5}.text.svelte-s3rw5i.svelte-s3rw5i{position:absolute;top:-1.2rem;font-size:12px;white-space:nowrap;opacity:.3}.chapter.active.svelte-s3rw5i .text.svelte-s3rw5i{opacity:1}.title.svelte-s3rw5i.svelte-s3rw5i{visibility:hidden}.chapter.active.svelte-s3rw5i .title.svelte-s3rw5i{visibility:visible}.block.svelte-s3rw5i.svelte-s3rw5i{position:relative;-webkit-box-flex:1;flex:1;height:2px;border-radius:1px;margin:0 1px;background:#000;opacity:.3;-webkit-transition:opacity calc(var(--1s) * .4);transition:opacity calc(var(--1s) * .4)}.block.svelte-s3rw5i.svelte-s3rw5i:first-of-type{margin-left:0}.block.svelte-s3rw5i.svelte-s3rw5i:last-of-type{margin-right:0}.block.active.svelte-s3rw5i.svelte-s3rw5i{opacity:1}@media (max-width: 600px){.text.svelte-s3rw5i.svelte-s3rw5i{font-size:10px}}figure.svelte-4vfsg0{position:absolute;top:calc(var(--offset) + var(--buffer));height:calc(100% - var(--offset) - var(--buffer));left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);overflow:hidden;width:45rem;padding:1rem;z-index:3;pointer-events:none;-webkit-transition:opacity calc(var(--1s) * .5) ease-in-out;transition:opacity calc(var(--1s) * .5) ease-in-out;background:#e6e6fa}article.svelte-1myyodm{position:absolute;top:5rem;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%);width:100%;max-width:45rem;padding:1rem;z-index:3;pointer-events:none}.slide a{pointer-events:auto;white-space:nowrap} |
| 1 | +.chapters.svelte-s3rw5i.svelte-s3rw5i { |
| 2 | + position: absolute; |
| 3 | + top: 5rem; |
| 4 | + display: -webkit-box; |
| 5 | + display: flex; |
| 6 | + width: 100%; |
| 7 | + -webkit-box-pack: justify; |
| 8 | + justify-content: space-between; |
| 9 | + padding: 0 1rem; |
| 10 | +} |
| 11 | +.chapter.svelte-s3rw5i.svelte-s3rw5i { |
| 12 | + display: -webkit-box; |
| 13 | + display: flex; |
| 14 | + -webkit-box-align: end; |
| 15 | + align-items: end; |
| 16 | + -webkit-box-flex: 1; |
| 17 | + flex: 1; |
| 18 | + margin: 0 3px; |
| 19 | +} |
| 20 | +.chapter.svelte-s3rw5i.svelte-s3rw5i:first-of-type { |
| 21 | + margin-left: 0; |
| 22 | +} |
| 23 | +.chapter.svelte-s3rw5i.svelte-s3rw5i:last-of-type { |
| 24 | + margin-right: 0; |
| 25 | +} |
| 26 | +.chapter.active.svelte-s3rw5i.svelte-s3rw5i { |
| 27 | + -webkit-box-flex: 5; |
| 28 | + flex: 5; |
| 29 | +} |
| 30 | +.text.svelte-s3rw5i.svelte-s3rw5i { |
| 31 | + position: absolute; |
| 32 | + top: -1.2rem; |
| 33 | + font-size: 12px; |
| 34 | + white-space: nowrap; |
| 35 | + opacity: 0.3; |
| 36 | +} |
| 37 | +.chapter.active.svelte-s3rw5i .text.svelte-s3rw5i { |
| 38 | + opacity: 1; |
| 39 | +} |
| 40 | +.title.svelte-s3rw5i.svelte-s3rw5i { |
| 41 | + visibility: hidden; |
| 42 | +} |
| 43 | +.chapter.active.svelte-s3rw5i .title.svelte-s3rw5i { |
| 44 | + visibility: visible; |
| 45 | +} |
| 46 | +.block.svelte-s3rw5i.svelte-s3rw5i { |
| 47 | + position: relative; |
| 48 | + -webkit-box-flex: 1; |
| 49 | + flex: 1; |
| 50 | + height: 2px; |
| 51 | + border-radius: 1px; |
| 52 | + margin: 0 1px; |
| 53 | + background: #000; |
| 54 | + opacity: 0.3; |
| 55 | + -webkit-transition: opacity calc(var(--1s) * 0.4); |
| 56 | + transition: opacity calc(var(--1s) * 0.4); |
| 57 | +} |
| 58 | +.block.svelte-s3rw5i.svelte-s3rw5i:first-of-type { |
| 59 | + margin-left: 0; |
| 60 | +} |
| 61 | +.block.svelte-s3rw5i.svelte-s3rw5i:last-of-type { |
| 62 | + margin-right: 0; |
| 63 | +} |
| 64 | +.block.active.svelte-s3rw5i.svelte-s3rw5i { |
| 65 | + opacity: 1; |
| 66 | +} |
| 67 | +@media (max-width: 600px) { |
| 68 | + .text.svelte-s3rw5i.svelte-s3rw5i { |
| 69 | + font-size: 10px; |
| 70 | + } |
| 71 | +} |
| 72 | +figure.svelte-4vfsg0 { |
| 73 | + position: absolute; |
| 74 | + top: calc(var(--offset) + var(--buffer)); |
| 75 | + height: calc(100% - var(--offset) - var(--buffer)); |
| 76 | + left: 50%; |
| 77 | + -webkit-transform: translateX(-50%); |
| 78 | + transform: translate(-50%); |
| 79 | + overflow: hidden; |
| 80 | + width: 45rem; |
| 81 | + padding: 1rem; |
| 82 | + z-index: 3; |
| 83 | + pointer-events: none; |
| 84 | + -webkit-transition: opacity calc(var(--1s) * 0.5) ease-in-out; |
| 85 | + transition: opacity calc(var(--1s) * 0.5) ease-in-out; |
| 86 | + background: #e6e6fa; |
| 87 | +} |
| 88 | +article.svelte-1myyodm { |
| 89 | + position: absolute; |
| 90 | + top: 5rem; |
| 91 | + left: 50%; |
| 92 | + -webkit-transform: translate(-50%, 0); |
| 93 | + transform: translate(-50%); |
| 94 | + width: 100%; |
| 95 | + max-width: 45rem; |
| 96 | + padding: 1rem; |
| 97 | + z-index: 3; |
| 98 | + pointer-events: none; |
| 99 | +} |
| 100 | +.slide a { |
| 101 | + pointer-events: auto; |
| 102 | + white-space: nowrap; |
| 103 | +} |
0 commit comments