Skip to content

Commit 268e32b

Browse files
Deploying to gh-pages-from-actions from main @ 004a9f8 🚀
0 parents  commit 268e32b

File tree

196 files changed

+1112
-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.

196 files changed

+1112
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>GitHub Pages Issue</title>
6+
7+
<!--
8+
Refresh fix for Single Page Applications (SPAs)
9+
Source: https://github.com/orgs/community/discussions/50269
10+
-->
11+
<script type="text/javascript">
12+
13+
14+
var pathSegmentsToKeep = 0;
15+
16+
var l = window.location;
17+
l.replace(
18+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
19+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
20+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
21+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
22+
l.hash
23+
);
24+
</script>
25+
</head>
26+
<body>
27+
</body>
28+
</html>

404.html.br

324 Bytes
Binary file not shown.

404.html.gz

430 Bytes
Binary file not shown.

MudBlazorPages.styles.css

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
/* /Layout/MainLayout.razor.rz.scp.css */
2+
.page[b-c8im0ml620] {
3+
position: relative;
4+
display: flex;
5+
flex-direction: column;
6+
}
7+
8+
main[b-c8im0ml620] {
9+
flex: 1;
10+
}
11+
12+
.navbar-brand[b-c8im0ml620] {
13+
font-size: 1.1rem;
14+
color: white;
15+
}
16+
17+
.top-row[b-c8im0ml620] {
18+
border-bottom: 1px solid #d6d5d5;
19+
justify-content: flex-end;
20+
height: 3.5rem;
21+
display: flex;
22+
align-items: center;
23+
background: var(--mud-palette-appbar-background);
24+
}
25+
26+
.top-row[b-c8im0ml620] a, .top-row[b-c8im0ml620] .btn-link {
27+
white-space: nowrap;
28+
margin-left: 1.5rem;
29+
text-decoration: none;
30+
}
31+
32+
.top-row[b-c8im0ml620] a:hover, .top-row[b-c8im0ml620] .btn-link:hover {
33+
text-decoration: underline;
34+
}
35+
36+
.top-row[b-c8im0ml620] a:first-child {
37+
overflow: hidden;
38+
text-overflow: ellipsis;
39+
}
40+
41+
@media (max-width: 640.98px) {
42+
.top-row[b-c8im0ml620] {
43+
justify-content: space-between;
44+
}
45+
46+
.top-row[b-c8im0ml620] a, .top-row[b-c8im0ml620] .btn-link {
47+
margin-left: 0;
48+
}
49+
}
50+
51+
@media (min-width: 641px) {
52+
.page[b-c8im0ml620] {
53+
flex-direction: row;
54+
}
55+
56+
.sidebar[b-c8im0ml620] {
57+
width: 250px;
58+
height: 100vh;
59+
position: sticky;
60+
top: 0;
61+
}
62+
63+
.top-row[b-c8im0ml620] {
64+
position: sticky;
65+
top: 0;
66+
z-index: 1;
67+
}
68+
69+
.top-row.auth[b-c8im0ml620] a:first-child {
70+
flex: 1;
71+
text-align: right;
72+
width: 0;
73+
}
74+
}
75+
76+
.navbar-toggler[b-c8im0ml620] {
77+
appearance: none;
78+
cursor: pointer;
79+
width: 3.5rem;
80+
height: 2.5rem;
81+
color: white;
82+
position: absolute;
83+
top: 0.5rem;
84+
right: 1rem;
85+
border: 1px solid rgba(255, 255, 255, 0.1);
86+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
87+
}
88+
89+
.navbar-toggler:checked[b-c8im0ml620] {
90+
background-color: rgba(255, 255, 255, 0.5);
91+
}
92+
93+
.nav-scrollable[b-c8im0ml620] {
94+
display: none;
95+
}
96+
97+
.navbar-toggler:checked ~ .nav-scrollable[b-c8im0ml620] {
98+
display: block;
99+
}
100+
101+
@media (min-width: 641px) {
102+
.navbar-toggler[b-c8im0ml620] {
103+
display: none;
104+
}
105+
106+
.nav-scrollable[b-c8im0ml620] {
107+
/* Never collapse the sidebar for wide screens */
108+
display: block;
109+
/* Allow sidebar to scroll for tall menus */
110+
height: calc(100vh - 3.5rem);
111+
overflow-y: auto;
112+
}
113+
}

MudBlazorPages.styles.css.br

758 Bytes
Binary file not shown.

MudBlazorPages.styles.css.gz

932 Bytes
Binary file not shown.

_content/MudBlazor/MudBlazor.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
38.4 KB
Binary file not shown.
61 KB
Binary file not shown.

0 commit comments

Comments
 (0)