Skip to content

Commit e3894ec

Browse files
committed
Deployed 3c71d39 with MkDocs version: 1.6.1
0 parents  commit e3894ec

File tree

130 files changed

+48497
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+48497
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 1225 additions & 0 deletions
Large diffs are not rendered by default.

assets/css/extensions/tabbed.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.tabbed-set {
2+
display: flex;
3+
position: relative;
4+
flex-wrap: wrap;
5+
}
6+
7+
.tabbed-set .highlight {
8+
background: #ddd;
9+
}
10+
11+
.tabbed-set .tabbed-content {
12+
display: none;
13+
order: 99;
14+
width: 100%;
15+
}
16+
17+
.tabbed-set label {
18+
width: auto;
19+
margin: 0 0.5em;
20+
padding: 0.25em;
21+
font-size: 120%;
22+
cursor: pointer;
23+
color: #ffffff !important;
24+
}
25+
26+
.tabbed-set input {
27+
position: absolute;
28+
opacity: 0;
29+
}
30+
31+
.tabbed-set input:nth-child(n+1) {
32+
color: #333333;
33+
}
34+
35+
.tabbed-set input:nth-child(n+1):checked + label {
36+
color: cyan !important;
37+
}
38+
39+
.tabbed-set input:nth-child(n+1):checked + label + .tabbed-content {
40+
display: block;
41+
}

assets/css/extra.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "extensions/tabbed.css";

assets/images/favicon.png

1.83 KB
Loading
494 KB
Loading
291 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
470 KB
Loading
504 KB
Loading

0 commit comments

Comments
 (0)