Skip to content

Commit 3d5d740

Browse files
deploy: d172634
0 parents  commit 3d5d740

File tree

243 files changed

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

243 files changed

+2305
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Blazor Web Audio</title>
6+
<script type="text/javascript">
7+
// Single Page Apps for GitHub Pages
8+
// MIT License
9+
// https://github.com/rafgraph/spa-github-pages
10+
// This script takes the current url and converts the path and query
11+
// string into just a query string, and then redirects the browser
12+
// to the new url with only a query string and hash fragment
13+
14+
// If you're creating a Project Pages site and NOT using a custom domain,
15+
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
16+
// This way the code will only replace the route part of the path, and not
17+
// the real directory in which the app resides, for example:
18+
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
19+
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
20+
// Otherwise, leave pathSegmentsToKeep as 0.
21+
var pathSegmentsToKeep = 1;
22+
23+
var l = window.location;
24+
l.replace(
25+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
26+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
27+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
28+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
29+
l.hash
30+
);
31+
32+
</script>
33+
</head>
34+
<body>
35+
</body>
36+
</html>

Data/BIG HALL E001 M2S.wav

680 KB
Binary file not shown.
966 KB
Binary file not shown.
226 KB
Binary file not shown.

Data/file_example_MP3_700KB.mp3

716 KB
Binary file not shown.
1.72 MB
Binary file not shown.
Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
@import '_content/BlazorColorPicker/BlazorColorPicker.bundle.scp.css';
2+
@import '_content/KristofferStrube.Blazor.SVGEditor/KristofferStrube.Blazor.SVGEditor.bundle.scp.css';
3+
4+
/* /Pages/AudioPlayer.razor.rz.scp.css */
5+
.media-control[b-tgw5pbv5nc] {
6+
background: none;
7+
border: none;
8+
padding: 0;
9+
outline: inherit;
10+
font-size:40px;
11+
margin:2px;
12+
}
13+
/* /Shared/MainLayout.razor.rz.scp.css */
14+
.page[b-dlmbkz2vxg] {
15+
position: relative;
16+
display: flex;
17+
flex-direction: column;
18+
}
19+
20+
main[b-dlmbkz2vxg] {
21+
flex: 1;
22+
}
23+
24+
.sidebar[b-dlmbkz2vxg] {
25+
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
26+
}
27+
28+
.top-row[b-dlmbkz2vxg] {
29+
background-color: #f7f7f7;
30+
border-bottom: 1px solid #d6d5d5;
31+
justify-content: flex-end;
32+
height: 3.5rem;
33+
display: flex;
34+
align-items: center;
35+
}
36+
37+
.top-row[b-dlmbkz2vxg] a, .top-row[b-dlmbkz2vxg] .btn-link {
38+
white-space: nowrap;
39+
margin-left: 1.5rem;
40+
text-decoration: none;
41+
}
42+
43+
.top-row[b-dlmbkz2vxg] a:hover, .top-row[b-dlmbkz2vxg] .btn-link:hover {
44+
text-decoration: underline;
45+
}
46+
47+
.top-row[b-dlmbkz2vxg] a:first-child {
48+
overflow: hidden;
49+
text-overflow: ellipsis;
50+
}
51+
52+
@media (max-width: 640.98px) {
53+
.top-row:not(.auth)[b-dlmbkz2vxg] {
54+
display: none;
55+
}
56+
57+
.top-row.auth[b-dlmbkz2vxg] {
58+
justify-content: space-between;
59+
}
60+
61+
.top-row[b-dlmbkz2vxg] a, .top-row[b-dlmbkz2vxg] .btn-link {
62+
margin-left: 0;
63+
}
64+
}
65+
66+
@media (min-width: 641px) {
67+
.page[b-dlmbkz2vxg] {
68+
flex-direction: row;
69+
}
70+
71+
.sidebar[b-dlmbkz2vxg] {
72+
width: 250px;
73+
height: 100vh;
74+
position: sticky;
75+
top: 0;
76+
}
77+
78+
.top-row[b-dlmbkz2vxg] {
79+
position: sticky;
80+
top: 0;
81+
z-index: 1;
82+
}
83+
84+
.top-row.auth[b-dlmbkz2vxg] a:first-child {
85+
flex: 1;
86+
text-align: right;
87+
width: 0;
88+
}
89+
90+
.top-row[b-dlmbkz2vxg], article[b-dlmbkz2vxg] {
91+
padding-left: 2rem !important;
92+
padding-right: 1.5rem !important;
93+
}
94+
}
95+
/* /Shared/NavMenu.razor.rz.scp.css */
96+
.navbar-toggler[b-3nr2swtxdd] {
97+
background-color: rgba(255, 255, 255, 0.1);
98+
}
99+
100+
.top-row[b-3nr2swtxdd] {
101+
height: 3.5rem;
102+
background-color: rgba(0,0,0,0.4);
103+
}
104+
105+
.navbar-brand[b-3nr2swtxdd] {
106+
font-size: 1.1rem;
107+
}
108+
109+
.oi[b-3nr2swtxdd] {
110+
width: 2rem;
111+
font-size: 1.1rem;
112+
vertical-align: text-top;
113+
top: -2px;
114+
}
115+
116+
.nav-item[b-3nr2swtxdd] {
117+
font-size: 0.9rem;
118+
padding-bottom: 0.5rem;
119+
}
120+
121+
.nav-item:first-of-type[b-3nr2swtxdd] {
122+
padding-top: 1rem;
123+
}
124+
125+
.nav-item:last-of-type[b-3nr2swtxdd] {
126+
padding-bottom: 1rem;
127+
}
128+
129+
.nav-item[b-3nr2swtxdd] a {
130+
color: #d7d7d7;
131+
border-radius: 4px;
132+
height: 3rem;
133+
display: flex;
134+
align-items: center;
135+
line-height: 3rem;
136+
}
137+
138+
.nav-item[b-3nr2swtxdd] a.active {
139+
background-color: rgba(255,255,255,0.25);
140+
color: white;
141+
}
142+
143+
.nav-item[b-3nr2swtxdd] a:hover {
144+
background-color: rgba(255,255,255,0.1);
145+
color: white;
146+
}
147+
148+
@media (min-width: 641px) {
149+
.navbar-toggler[b-3nr2swtxdd] {
150+
display: none;
151+
}
152+
153+
.collapse[b-3nr2swtxdd] {
154+
/* Never collapse the sidebar for wide screens */
155+
display: block;
156+
}
157+
158+
.nav-scrollable[b-3nr2swtxdd] {
159+
/* Allow sidebar to scroll for tall menus */
160+
height: calc(100vh - 3.5rem);
161+
overflow-y: auto;
162+
}
163+
}

0 commit comments

Comments
 (0)