Skip to content

Commit 03d0b99

Browse files
Deploying to gh-pages-from-actions from main @ 3b23662 🚀
0 parents  commit 03d0b99

File tree

199 files changed

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

199 files changed

+1177
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* -text

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>MudBlazorGitHubPages</title>
8+
<base href="/mudblazorgithubpages.github.io/" />
9+
<link rel="stylesheet" href="css/app.css" />
10+
<link rel="icon" type="image/png" href="favicon.png" />
11+
<link href="MudBlazorGitHubPages.styles.css" rel="stylesheet" />
12+
<link href="manifest.webmanifest" rel="manifest" />
13+
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
14+
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
15+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
16+
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
17+
</head>
18+
19+
<body>
20+
<div id="app">
21+
<svg class="loading-progress">
22+
<circle r="40%" cx="50%" cy="50%" />
23+
<circle r="40%" cx="50%" cy="50%" />
24+
</svg>
25+
<div class="loading-progress-text"></div>
26+
</div>
27+
28+
<div id="blazor-error-ui">
29+
An unhandled error has occurred.
30+
<a href="" class="reload">Reload</a>
31+
<a class="dismiss">🗙</a>
32+
</div>
33+
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
34+
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
35+
<script>navigator.serviceWorker.register('service-worker.js');</script>
36+
37+
<!--
38+
Refresh fix for Single Page Applications (SPAs)
39+
Source: https://github.com/orgs/community/discussions/50269
40+
-->
41+
<script type="text/javascript">
42+
(function (l) {
43+
if (l.search[1] === '/') {
44+
var decoded = l.search.slice(1).split('&').map(function (s) {
45+
return s.replace(/~and~/g, '&')
46+
}).join('?');
47+
window.history.replaceState(null, null,
48+
l.pathname.slice(0, -1) + decoded + l.hash
49+
);
50+
}
51+
}(window.location))
52+
</script>
53+
<script src="brotliloader.min.js" type="module"></script>
54+
</body>
55+
</html>

404.html.br

717 Bytes
Binary file not shown.

404.html.gz

953 Bytes
Binary file not shown.

MudBlazorGitHubPages.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-fkxzt2cb0v] {
3+
position: relative;
4+
display: flex;
5+
flex-direction: column;
6+
}
7+
8+
main[b-fkxzt2cb0v] {
9+
flex: 1;
10+
}
11+
12+
.navbar-brand[b-fkxzt2cb0v] {
13+
font-size: 1.1rem;
14+
color: white;
15+
}
16+
17+
.top-row[b-fkxzt2cb0v] {
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-fkxzt2cb0v] a, .top-row[b-fkxzt2cb0v] .btn-link {
27+
white-space: nowrap;
28+
margin-left: 1.5rem;
29+
text-decoration: none;
30+
}
31+
32+
.top-row[b-fkxzt2cb0v] a:hover, .top-row[b-fkxzt2cb0v] .btn-link:hover {
33+
text-decoration: underline;
34+
}
35+
36+
.top-row[b-fkxzt2cb0v] a:first-child {
37+
overflow: hidden;
38+
text-overflow: ellipsis;
39+
}
40+
41+
@media (max-width: 640.98px) {
42+
.top-row[b-fkxzt2cb0v] {
43+
justify-content: space-between;
44+
}
45+
46+
.top-row[b-fkxzt2cb0v] a, .top-row[b-fkxzt2cb0v] .btn-link {
47+
margin-left: 0;
48+
}
49+
}
50+
51+
@media (min-width: 641px) {
52+
.page[b-fkxzt2cb0v] {
53+
flex-direction: row;
54+
}
55+
56+
.sidebar[b-fkxzt2cb0v] {
57+
width: 250px;
58+
height: 100vh;
59+
position: sticky;
60+
top: 0;
61+
}
62+
63+
.top-row[b-fkxzt2cb0v] {
64+
position: sticky;
65+
top: 0;
66+
z-index: 1;
67+
}
68+
69+
.top-row.auth[b-fkxzt2cb0v] a:first-child {
70+
flex: 1;
71+
text-align: right;
72+
width: 0;
73+
}
74+
}
75+
76+
.navbar-toggler[b-fkxzt2cb0v] {
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-fkxzt2cb0v] {
90+
background-color: rgba(255, 255, 255, 0.5);
91+
}
92+
93+
.nav-scrollable[b-fkxzt2cb0v] {
94+
display: none;
95+
}
96+
97+
.navbar-toggler:checked ~ .nav-scrollable[b-fkxzt2cb0v] {
98+
display: block;
99+
}
100+
101+
@media (min-width: 641px) {
102+
.navbar-toggler[b-fkxzt2cb0v] {
103+
display: none;
104+
}
105+
106+
.nav-scrollable[b-fkxzt2cb0v] {
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+
}

MudBlazorGitHubPages.styles.css.br

757 Bytes
Binary file not shown.

MudBlazorGitHubPages.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.
39.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)