Skip to content

Commit 95512b7

Browse files
Deploying to gh-pages-from-actions from main @ dc0cf6b 🚀
0 parents  commit 95512b7

File tree

139 files changed

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

139 files changed

+772
-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>

BlazorPages.styles.css

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
/* /Layout/MainLayout.razor.rz.scp.css */
2+
.page[b-nnkm1xznft] {
3+
position: relative;
4+
display: flex;
5+
flex-direction: column;
6+
}
7+
8+
main[b-nnkm1xznft] {
9+
flex: 1;
10+
}
11+
12+
.sidebar[b-nnkm1xznft] {
13+
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
14+
}
15+
16+
.top-row[b-nnkm1xznft] {
17+
background-color: #f7f7f7;
18+
border-bottom: 1px solid #d6d5d5;
19+
justify-content: flex-end;
20+
height: 3.5rem;
21+
display: flex;
22+
align-items: center;
23+
}
24+
25+
.top-row[b-nnkm1xznft] a, .top-row[b-nnkm1xznft] .btn-link {
26+
white-space: nowrap;
27+
margin-left: 1.5rem;
28+
text-decoration: none;
29+
}
30+
31+
.top-row[b-nnkm1xznft] a:hover, .top-row[b-nnkm1xznft] .btn-link:hover {
32+
text-decoration: underline;
33+
}
34+
35+
.top-row[b-nnkm1xznft] a:first-child {
36+
overflow: hidden;
37+
text-overflow: ellipsis;
38+
}
39+
40+
@media (max-width: 640.98px) {
41+
.top-row[b-nnkm1xznft] {
42+
justify-content: space-between;
43+
}
44+
45+
.top-row[b-nnkm1xznft] a, .top-row[b-nnkm1xznft] .btn-link {
46+
margin-left: 0;
47+
}
48+
}
49+
50+
@media (min-width: 641px) {
51+
.page[b-nnkm1xznft] {
52+
flex-direction: row;
53+
}
54+
55+
.sidebar[b-nnkm1xznft] {
56+
width: 250px;
57+
height: 100vh;
58+
position: sticky;
59+
top: 0;
60+
}
61+
62+
.top-row[b-nnkm1xznft] {
63+
position: sticky;
64+
top: 0;
65+
z-index: 1;
66+
}
67+
68+
.top-row.auth[b-nnkm1xznft] a:first-child {
69+
flex: 1;
70+
text-align: right;
71+
width: 0;
72+
}
73+
74+
.top-row[b-nnkm1xznft], article[b-nnkm1xznft] {
75+
padding-left: 2rem !important;
76+
padding-right: 1.5rem !important;
77+
}
78+
}
79+
/* /Layout/NavMenu.razor.rz.scp.css */
80+
.navbar-toggler[b-a5upoy2grh] {
81+
background-color: rgba(255, 255, 255, 0.1);
82+
}
83+
84+
.top-row[b-a5upoy2grh] {
85+
height: 3.5rem;
86+
background-color: rgba(0,0,0,0.4);
87+
}
88+
89+
.navbar-brand[b-a5upoy2grh] {
90+
font-size: 1.1rem;
91+
}
92+
93+
.bi[b-a5upoy2grh] {
94+
display: inline-block;
95+
position: relative;
96+
width: 1.25rem;
97+
height: 1.25rem;
98+
margin-right: 0.75rem;
99+
top: -1px;
100+
background-size: cover;
101+
}
102+
103+
.bi-house-door-fill-nav-menu[b-a5upoy2grh] {
104+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
105+
}
106+
107+
.bi-plus-square-fill-nav-menu[b-a5upoy2grh] {
108+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
109+
}
110+
111+
.bi-list-nested-nav-menu[b-a5upoy2grh] {
112+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
113+
}
114+
115+
.nav-item[b-a5upoy2grh] {
116+
font-size: 0.9rem;
117+
padding-bottom: 0.5rem;
118+
}
119+
120+
.nav-item:first-of-type[b-a5upoy2grh] {
121+
padding-top: 1rem;
122+
}
123+
124+
.nav-item:last-of-type[b-a5upoy2grh] {
125+
padding-bottom: 1rem;
126+
}
127+
128+
.nav-item[b-a5upoy2grh] a {
129+
color: #d7d7d7;
130+
border-radius: 4px;
131+
height: 3rem;
132+
display: flex;
133+
align-items: center;
134+
line-height: 3rem;
135+
}
136+
137+
.nav-item[b-a5upoy2grh] a.active {
138+
background-color: rgba(255,255,255,0.37);
139+
color: white;
140+
}
141+
142+
.nav-item[b-a5upoy2grh] a:hover {
143+
background-color: rgba(255,255,255,0.1);
144+
color: white;
145+
}
146+
147+
@media (min-width: 641px) {
148+
.navbar-toggler[b-a5upoy2grh] {
149+
display: none;
150+
}
151+
152+
.collapse[b-a5upoy2grh] {
153+
/* Never collapse the sidebar for wide screens */
154+
display: block;
155+
}
156+
157+
.nav-scrollable[b-a5upoy2grh] {
158+
/* Allow sidebar to scroll for tall menus */
159+
height: calc(100vh - 3.5rem);
160+
overflow-y: auto;
161+
}
162+
}

_framework/BlazorPages.pdb.gz

17.3 KB
Binary file not shown.

_framework/BlazorPages.wasm

19.8 KB
Binary file not shown.

_framework/BlazorPages.wasm.br

7.72 KB
Binary file not shown.

_framework/BlazorPages.wasm.gz

8.64 KB
Binary file not shown.
43.8 KB
Binary file not shown.
15.2 KB
Binary file not shown.
18 KB
Binary file not shown.

0 commit comments

Comments
 (0)