Skip to content

Commit dc817e6

Browse files
committed
Style.css was updated
1 parent 318cd11 commit dc817e6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

html/css/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,17 @@ div.highlight span.c-Singleline, div.highlight span.c {
419419
padding: 8px 0; }
420420
table#TOC tr.toc-level-1 td {
421421
padding-top: 18px; } }
422+
423+
/* hide TOC */
424+
.hiddenTOC {
425+
font-size: 0;
426+
margin: 0;
427+
opacity: 0;
428+
padding: 0;
429+
/* fade out, then shrink */
430+
transition: opacity .25s, font-size .5s .25s, margin .5s .25s, padding .5s .25s; }
431+
432+
/* reveal TOC */
433+
.shownTOC {
434+
/* unshrink, then fade in */
435+
transition: font-size .25s, margin .25s, padding .25s, opacity .5s .25s; }

0 commit comments

Comments
 (0)