-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7050084
Showing
193 changed files
with
1,673 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
/* /Shared/MainLayout.razor.rz.scp.css */ | ||
.page[b-x3epayqthg] { | ||
position: relative; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
main[b-x3epayqthg] { | ||
flex: 1; | ||
} | ||
|
||
.sidebar[b-x3epayqthg] { | ||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); | ||
} | ||
|
||
.top-row[b-x3epayqthg] { | ||
background-color: #f7f7f7; | ||
border-bottom: 1px solid #d6d5d5; | ||
justify-content: flex-end; | ||
height: 3.5rem; | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.top-row[b-x3epayqthg] a, .top-row[b-x3epayqthg] .btn-link { | ||
white-space: nowrap; | ||
margin-left: 1.5rem; | ||
text-decoration: none; | ||
} | ||
|
||
.top-row[b-x3epayqthg] a:hover, .top-row[b-x3epayqthg] .btn-link:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
.top-row[b-x3epayqthg] a:first-child { | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
@media (max-width: 640.98px) { | ||
.top-row:not(.auth)[b-x3epayqthg] { | ||
display: none; | ||
} | ||
|
||
.top-row.auth[b-x3epayqthg] { | ||
justify-content: space-between; | ||
} | ||
|
||
.top-row[b-x3epayqthg] a, .top-row[b-x3epayqthg] .btn-link { | ||
margin-left: 0; | ||
} | ||
} | ||
|
||
@media (min-width: 641px) { | ||
.page[b-x3epayqthg] { | ||
flex-direction: row; | ||
} | ||
|
||
.sidebar[b-x3epayqthg] { | ||
width: 250px; | ||
height: 100vh; | ||
position: sticky; | ||
top: 0; | ||
} | ||
|
||
.top-row[b-x3epayqthg] { | ||
position: sticky; | ||
top: 0; | ||
z-index: 1; | ||
} | ||
|
||
.top-row.auth[b-x3epayqthg] a:first-child { | ||
flex: 1; | ||
text-align: right; | ||
width: 0; | ||
} | ||
|
||
.top-row[b-x3epayqthg], article[b-x3epayqthg] { | ||
padding-left: 2rem !important; | ||
padding-right: 1.5rem !important; | ||
} | ||
} | ||
/* /Shared/NavMenu.razor.rz.scp.css */ | ||
.navbar-toggler[b-xpmxh7s1w0] { | ||
background-color: rgba(255, 255, 255, 0.1); | ||
} | ||
|
||
.top-row[b-xpmxh7s1w0] { | ||
height: 3.5rem; | ||
background-color: rgba(0,0,0,0.4); | ||
} | ||
|
||
.navbar-brand[b-xpmxh7s1w0] { | ||
font-size: 1.1rem; | ||
} | ||
|
||
.oi[b-xpmxh7s1w0] { | ||
width: 2rem; | ||
font-size: 1.1rem; | ||
vertical-align: text-top; | ||
top: -2px; | ||
} | ||
|
||
.nav-item[b-xpmxh7s1w0] { | ||
font-size: 0.9rem; | ||
padding-bottom: 0.5rem; | ||
} | ||
|
||
.nav-item:first-of-type[b-xpmxh7s1w0] { | ||
padding-top: 1rem; | ||
} | ||
|
||
.nav-item:last-of-type[b-xpmxh7s1w0] { | ||
padding-bottom: 1rem; | ||
} | ||
|
||
.nav-item[b-xpmxh7s1w0] a { | ||
color: #d7d7d7; | ||
border-radius: 4px; | ||
height: 3rem; | ||
display: flex; | ||
align-items: center; | ||
line-height: 3rem; | ||
} | ||
|
||
.nav-item[b-xpmxh7s1w0] a.active { | ||
background-color: rgba(255,255,255,0.25); | ||
color: white; | ||
} | ||
|
||
.nav-item[b-xpmxh7s1w0] a:hover { | ||
background-color: rgba(255,255,255,0.1); | ||
color: white; | ||
} | ||
|
||
@media (min-width: 641px) { | ||
.navbar-toggler[b-xpmxh7s1w0] { | ||
display: none; | ||
} | ||
|
||
.collapse[b-xpmxh7s1w0] { | ||
/* Never collapse the sidebar for wide screens */ | ||
display: block; | ||
} | ||
|
||
.nav-scrollable[b-xpmxh7s1w0] { | ||
/* Allow sidebar to scroll for tall menus */ | ||
height: calc(100vh - 3.5rem); | ||
overflow-y: auto; | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.47 KB
_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.br
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"cacheBootResources": true, | ||
"config": [ ], | ||
"debugBuild": false, | ||
"entryAssembly": "WebRISCV", | ||
"icuDataMode": 0, | ||
"linkerEnabled": true, | ||
"resources": { | ||
"assembly": { | ||
"HtmlAgilityPack.dll": "sha256-9rKMYG1QukIxCQi4J3eo4opkV83iWbdzc0o+0Q1cq58=", | ||
"Microsoft.AspNetCore.Components.dll": "sha256-7\/V5SdOoHqDgwLAfeQWGsKUGG\/rRrBhWWSnE59est3Y=", | ||
"Microsoft.AspNetCore.Components.Web.dll": "sha256-TRqiGjl40iVTpa3fJuKcvIBYWCQnQX9CqzITKxzdKmg=", | ||
"Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-Q68ZsOtoPMfWFipT3NJ2AL7qfMcIok+I3SduS23J\/yU=", | ||
"Microsoft.Extensions.Configuration.Abstractions.dll": "sha256-X\/f4fDl2cuIRXeWHhK\/f2UqQbFioD+RU4a4CEh0zrrQ=", | ||
"Microsoft.Extensions.Configuration.dll": "sha256-DBOKSPriP2JDxVbbWrLXyD3K4\/x3RBifNBWk\/q1I39M=", | ||
"Microsoft.Extensions.Configuration.Json.dll": "sha256-Q5AqJneA2TZnzC0IYzBx6j\/tHRhWAeMbpH3BsV7KgWg=", | ||
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": "sha256-yYRllZJlWp+B35IoVXWL2oEHLbwSN\/8GrT5g7ISFCfw=", | ||
"Microsoft.Extensions.DependencyInjection.dll": "sha256-qi0kE7rp0kdsNqdL6DyPZEeimjUGvcLT4iWQX0YnRus=", | ||
"Microsoft.Extensions.Logging.Abstractions.dll": "sha256-UrE3Fy8yDKhaYMBx9lyTP318l4ewnNK42QiznbOTzm8=", | ||
"Microsoft.Extensions.Logging.dll": "sha256-RJE660TEC1wm3MyL1EXQfTQB1qK+JWy1efVUxI8nNUo=", | ||
"Microsoft.Extensions.Options.dll": "sha256-WPBQk7rt2p4aMEo2pTp1sBpsiWdE8MmWuIYq+zl1ceo=", | ||
"Microsoft.Extensions.Primitives.dll": "sha256-eXvGx2jcjpTPEJoAHBsW\/VuMPbNyyU+AsuhPmkzSSRY=", | ||
"Microsoft.JSInterop.dll": "sha256-FbkNWvaQ\/QztKsujZpC5+azvoEv07+S8+wbBRo89v8M=", | ||
"Microsoft.JSInterop.WebAssembly.dll": "sha256-rCEiCTvZ4q9Hh8faiYWMd8w8UxYteM1bNxGJ376zsmU=", | ||
"netstandard.dll": "sha256-e7lSTRYbDwmjFqx2AansMZzP+KnWnpIF+8+IKKLm65M=", | ||
"SharpRISCV.Core.dll": "sha256-HEY14Idtt+OyNK4kOrZY+Dqw8wEHjxu67afv0DORt4U=", | ||
"System.Collections.Concurrent.dll": "sha256-5cJBe2EK53nKBGNPxlwVZD+43nrHJQbbSQ1\/g3J1IY4=", | ||
"System.Collections.dll": "sha256-McDPOORF4nyoE5iEklPnACwr79nQUql4m38id15s8eY=", | ||
"System.Collections.NonGeneric.dll": "sha256-BFnAi3SJba\/IsIPcYdV4NFPqnQPwGFxe2\/CN84MjBu0=", | ||
"System.Collections.Specialized.dll": "sha256-CahHVS+NoF5UCgG\/ZH592YLOR3MYICPqtkeRaIj6NqU=", | ||
"System.ComponentModel.dll": "sha256-rlxn8B8ZL9MmrA8Z6No3be1RqFhVusoQqKJeEae17JE=", | ||
"System.ComponentModel.Primitives.dll": "sha256-I04vWRSniWpGegcC01bVZXTbTbzTpolijUD0BmXrEGw=", | ||
"System.ComponentModel.TypeConverter.dll": "sha256-SNx1eiNlaoRYRe53sCLJYXNurY6PmiLwHlVB8HiiSQ8=", | ||
"System.Console.dll": "sha256-uenx3XuwP4H7l7+NTq11zPXHIU42AGxOIYP7AaQrgdA=", | ||
"System.Diagnostics.TraceSource.dll": "sha256-C4K53J2ojnTc9mcJhafeC5txXj6I7W3bIguznfvlBIc=", | ||
"System.dll": "sha256-Fejv\/gPaOjbjG5px9VVT\/r\/8pjFBoNVu806apMepkmE=", | ||
"System.Linq.dll": "sha256-XpnVkXbSqTzqrDbsYXymmKY5KCZT1YxahGEhwB12YhA=", | ||
"System.Linq.Expressions.dll": "sha256-2OgA+mvowojRT\/qRmB4nL8\/Iw73uG8xNkM2gk5iE6r0=", | ||
"System.Memory.dll": "sha256-gp0Pxwny2xmF0Lb\/S+AtCuhGu46h2RzVoaN3tv0ZZQQ=", | ||
"System.Net.Http.dll": "sha256-5ayzZeiqvW8aVJD+7FeS5nThV+bQCvaxK8pLtHKWJy4=", | ||
"System.Net.Http.Json.dll": "sha256-DHhNVfMhpOvhA2zN6Ts+a2JpDNf\/RqolVn\/nEZgsYJg=", | ||
"System.Net.Primitives.dll": "sha256-fEzz\/wkpKP30p08ZS8uOLbc1aCGIDrbCmQDpjvwxHIc=", | ||
"System.Net.Requests.dll": "sha256-CmJS6Qw5o4C2Qg3xTVjiSXOZvePwwJgtng7VPZR7R4o=", | ||
"System.Net.WebHeaderCollection.dll": "sha256-ObepdBIK55LmpPBRe0oc9C0q3m3LcdsV3nUlNGJwx74=", | ||
"System.Net.WebProxy.dll": "sha256-JOw4kOiDcikvAQzXYjHXSbbCok8mV897MnEh2BYoOZY=", | ||
"System.ObjectModel.dll": "sha256-T4GruNJPmNXMv24Va5G09fQNtv\/HvDRGcoMjp4NmJwg=", | ||
"System.Private.CoreLib.dll": "sha256-x7dncwlGG05aBhuxNodE80DTkcjw9tWskv8Pu18JQ5o=", | ||
"System.Private.Uri.dll": "sha256-D3ODOQHPlZSVBQ98NgwR\/wfi8YZod1I6PQ9KAO9I8GI=", | ||
"System.Private.Xml.dll": "sha256-WGrYe5VIevEZmzr9KQ3Akowk+ITOJvRq2qM4jaiLXPg=", | ||
"System.Runtime.dll": "sha256-dS4fhI8kbWu0AoswjAe2Ef\/1skgAnTrvpC7Q\/Qb3KOY=", | ||
"System.Runtime.InteropServices.JavaScript.dll": "sha256-NIZdT\/hG9Khu\/5TWiigIneI72NiAFEYP+s01+m5RiJQ=", | ||
"System.Security.Cryptography.dll": "sha256-uUGiICLI2W35kV6ISM1afCnXOoNUzooMEd80NfrzCT8=", | ||
"System.Text.Encodings.Web.dll": "sha256-62jaTSp4h\/t4ygPGRZWHo3B8+dCDb8\/ZGuOG69ImEBM=", | ||
"System.Text.Json.dll": "sha256-V0s03\/FzbifDFVnOAx7Zfzp51o9pLbbC\/QXX2ukdNXE=", | ||
"System.Text.RegularExpressions.dll": "sha256-9LB1P19d62J0tz1e0XAGIpyN47ryJMmhGWXw2tGbtqs=", | ||
"WebRISCV.dll": "sha256-+cNOUjFwGmhPWiZq2a5qIKJmDDzlkVu6EVxYw\/Exzag=" | ||
}, | ||
"extensions": null, | ||
"lazyAssembly": null, | ||
"libraryInitializers": null, | ||
"pdb": null, | ||
"runtime": { | ||
"dotnet.7.0.12.mqf304npcx.js": "sha256-cPJgWy8SjMaYFeimGkYy23ls+rDZVmoC\/eMoHpqRc+4=", | ||
"dotnet.timezones.blat": "sha256-O421u5MzVtmNN7GY9RXR9Ib1uPK4hQfPpzOVofr7iNU=", | ||
"dotnet.wasm": "sha256-vwAkMgGGA\/XIQDk2s\/UjKb+fTk9xcKpa9qhvMBqj8hA=", | ||
"icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=", | ||
"icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=", | ||
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37\/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs=", | ||
"icudt.dat": "sha256-tO5O5YzMTVSaKBboxAqezOQL9ewmupzV2JrB5Rkc8a4=" | ||
}, | ||
"runtimeAssets": { | ||
"dotnet.wasm": { | ||
"behavior": "dotnetwasm", | ||
"hash": "sha256-vwAkMgGGA\/XIQDk2s\/UjKb+fTk9xcKpa9qhvMBqj8hA=" | ||
} | ||
}, | ||
"satelliteResources": null | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.