-
Notifications
You must be signed in to change notification settings - Fork 9
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 7f20ef2
Showing
140 changed files
with
1,245 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,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<title>Blazor-Color-Picker</title> | ||
<base href="/Blazor-Color-Picker/" /> | ||
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" /> | ||
<link href="css/app.css" rel="stylesheet" /> | ||
<link href="Blazor-Color-Picker.styles.css" rel="stylesheet" /> | ||
|
||
<link href="_content/BlazorColorPicker/colorpicker.css" rel="stylesheet" /> | ||
</head> | ||
|
||
<body> | ||
<div id="app">Loading...</div> | ||
|
||
<div id="blazor-error-ui"> | ||
An unhandled error has occurred. | ||
<a href="" class="reload">Reload</a> | ||
<a class="dismiss">🗙</a> | ||
</div> | ||
<script src="_framework/blazor.webassembly.js"></script> | ||
</body> | ||
|
||
</html> |
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,147 @@ | ||
@import '_content/BlazorColorPicker/BlazorColorPicker.avm0cs3k6b.bundle.scp.css'; | ||
|
||
/* /Shared/MainLayout.razor.rz.scp.css */ | ||
.page[b-u40pp1k38e] { | ||
position: relative; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
main[b-u40pp1k38e] { | ||
flex: 1; | ||
} | ||
|
||
.sidebar[b-u40pp1k38e] { | ||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); | ||
} | ||
|
||
.top-row[b-u40pp1k38e] { | ||
background-color: #f7f7f7; | ||
border-bottom: 1px solid #d6d5d5; | ||
justify-content: flex-end; | ||
height: 3.5rem; | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.top-row[b-u40pp1k38e] a, .top-row[b-u40pp1k38e] .btn-link { | ||
white-space: nowrap; | ||
margin-left: 1.5rem; | ||
text-decoration: none; | ||
} | ||
|
||
.top-row[b-u40pp1k38e] a:hover, .top-row[b-u40pp1k38e] .btn-link:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
.top-row[b-u40pp1k38e] a:first-child { | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
@media (max-width: 640.98px) { | ||
.top-row:not(.auth)[b-u40pp1k38e] { | ||
display: none; | ||
} | ||
|
||
.top-row.auth[b-u40pp1k38e] { | ||
justify-content: space-between; | ||
} | ||
|
||
.top-row[b-u40pp1k38e] a, .top-row[b-u40pp1k38e] .btn-link { | ||
margin-left: 0; | ||
} | ||
} | ||
|
||
@media (min-width: 641px) { | ||
.page[b-u40pp1k38e] { | ||
flex-direction: row; | ||
} | ||
|
||
.sidebar[b-u40pp1k38e] { | ||
width: 250px; | ||
height: 100vh; | ||
position: sticky; | ||
top: 0; | ||
} | ||
|
||
.top-row[b-u40pp1k38e] { | ||
position: sticky; | ||
top: 0; | ||
z-index: 1; | ||
} | ||
|
||
.top-row.auth[b-u40pp1k38e] a:first-child { | ||
flex: 1; | ||
text-align: right; | ||
width: 0; | ||
} | ||
|
||
.top-row[b-u40pp1k38e], article[b-u40pp1k38e] { | ||
padding-left: 2rem !important; | ||
padding-right: 1.5rem !important; | ||
} | ||
} | ||
/* /Shared/NavMenu.razor.rz.scp.css */ | ||
.navbar-toggler[b-3f3cmwul5h] { | ||
background-color: rgba(255, 255, 255, 0.1); | ||
} | ||
|
||
.top-row[b-3f3cmwul5h] { | ||
height: 3.5rem; | ||
background-color: rgba(0,0,0,0.4); | ||
} | ||
|
||
.navbar-brand[b-3f3cmwul5h] { | ||
font-size: 1.1rem; | ||
} | ||
|
||
.oi[b-3f3cmwul5h] { | ||
width: 2rem; | ||
font-size: 1.1rem; | ||
vertical-align: text-top; | ||
top: -2px; | ||
} | ||
|
||
.nav-item[b-3f3cmwul5h] { | ||
font-size: 0.9rem; | ||
padding-bottom: 0.5rem; | ||
} | ||
|
||
.nav-item:first-of-type[b-3f3cmwul5h] { | ||
padding-top: 1rem; | ||
} | ||
|
||
.nav-item:last-of-type[b-3f3cmwul5h] { | ||
padding-bottom: 1rem; | ||
} | ||
|
||
.nav-item[b-3f3cmwul5h] a { | ||
color: #d7d7d7; | ||
border-radius: 4px; | ||
height: 3rem; | ||
display: flex; | ||
align-items: center; | ||
line-height: 3rem; | ||
} | ||
|
||
.nav-item[b-3f3cmwul5h] a.active { | ||
background-color: rgba(255,255,255,0.25); | ||
color: white; | ||
} | ||
|
||
.nav-item[b-3f3cmwul5h] a:hover { | ||
background-color: rgba(255,255,255,0.1); | ||
color: white; | ||
} | ||
|
||
@media (min-width: 641px) { | ||
.navbar-toggler[b-3f3cmwul5h] { | ||
display: none; | ||
} | ||
|
||
.collapse[b-3f3cmwul5h] { | ||
/* Never collapse the sidebar for wide screens */ | ||
display: block; | ||
} | ||
} |
108 changes: 108 additions & 0 deletions
108
_content/BlazorColorPicker/BlazorColorPicker.avm0cs3k6b.bundle.scp.css
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,108 @@ | ||
/* _content/BlazorColorPicker/ColorPicker.razor.rz.scp.css */ | ||
.color-picker-modal[b-gb64p4c8i6] { | ||
z-index: 99; | ||
display: none; | ||
position: fixed; | ||
left: 0; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; | ||
background-color: rgba(0,0,0,0.3) | ||
} | ||
|
||
.color-picker-modal:target[b-gb64p4c8i6] { | ||
display: block; | ||
} | ||
|
||
.color-picker-content[b-gb64p4c8i6] { | ||
height: var(--blazor-color-picker-height); | ||
width: var(--blazor-color-picker-width); | ||
margin: auto; | ||
border-radius: 3px; | ||
-webkit-box-shadow: 0 0 12px #9d9d9d; | ||
-moz-box-shadow: 0 0 12px #9d9d9d; | ||
box-shadow: 0 0 12px #9d9d9d; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
bottom: 0; | ||
right: 0; | ||
} | ||
|
||
.color-picker-case[b-gb64p4c8i6] { | ||
box-sizing: border-box; | ||
-moz-box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
width: calc(100% / 19); | ||
height: calc(100% / 10); | ||
} | ||
|
||
.color-picker-case:hover[b-gb64p4c8i6] { | ||
border: 1px solid #FFF; | ||
cursor: pointer; | ||
} | ||
|
||
.color-picker-palette[b-gb64p4c8i6] { | ||
display: flex; | ||
flex-direction: column; | ||
flex-wrap: wrap; | ||
height: var(--blazor-color-picker-height); | ||
} | ||
|
||
.color-picker-show[b-gb64p4c8i6] { | ||
display: block; | ||
animation-name: show-animation-b-gb64p4c8i6; | ||
animation-duration: 0.5s; | ||
} | ||
|
||
@keyframes show-animation-b-gb64p4c8i6 { | ||
from { | ||
opacity: 0 | ||
} | ||
|
||
to { | ||
opacity: 1 | ||
} | ||
} | ||
|
||
.color-picker-hide[b-gb64p4c8i6] { | ||
display: none; | ||
} | ||
|
||
.color-picker-header[b-gb64p4c8i6] { | ||
background-color: #d9d9d9; | ||
padding: 3px; | ||
color: white; | ||
} | ||
|
||
.color-picker-title[b-gb64p4c8i6] { | ||
margin: 5px; | ||
display: inline-block; | ||
} | ||
|
||
.color-picker-close-button[b-gb64p4c8i6] { | ||
float: right; | ||
margin: 5px; | ||
cursor: pointer; | ||
} | ||
|
||
.color-picker-close-button:hover[b-gb64p4c8i6] { | ||
color: red; | ||
} | ||
|
||
@media (max-width: 767px) { | ||
.color-picker-palette[b-gb64p4c8i6] { | ||
flex-direction: row-reverse; | ||
height: var(--blazor-color-picker-width); | ||
} | ||
|
||
.color-picker-content[b-gb64p4c8i6] { | ||
width: var(--blazor-color-picker-height); | ||
height: var(--blazor-color-picker-width); | ||
} | ||
|
||
.color-picker-case[b-gb64p4c8i6] { | ||
width: calc(100% / 10); | ||
height: calc(100% / 19); | ||
} | ||
} |
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,12 @@ | ||
:root { | ||
--blazor-color-picker-width: 608px; | ||
--blazor-color-picker-height: 320px; | ||
} | ||
|
||
.buttonColor { | ||
width: 20px; | ||
height: 20px; | ||
display: inline-block; | ||
vertical-align: middle; | ||
margin-bottom: 2px; | ||
} |
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 added
BIN
+15.8 KB
_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm
Binary file not shown.
Binary file added
BIN
+5.7 KB
_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.br
Binary file not shown.
Binary file added
BIN
+6.54 KB
_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz
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,61 @@ | ||
{ | ||
"mainAssemblyName": "Blazor-Color-Picker", | ||
"resources": { | ||
"hash": "sha256-0LWYIpetA5a/viJ2s6rj33+GP1onQCdujAsZiWLl2V4=", | ||
"jsModuleNative": { | ||
"dotnet.native.js": "sha256-VdKq87/z5NIxZKmuM+fv38XF+RcEb/bg3jVBwQSfwP4=" | ||
}, | ||
"jsModuleRuntime": { | ||
"dotnet.runtime.js": "sha256-nam8JTYKjhMKOTg6+FlihYP6JpWPGe3jjM9fiUFWzhY=" | ||
}, | ||
"wasmNative": { | ||
"dotnet.native.wasm": "sha256-1NJsNYy4gznvjVwzcG5w3Cl50enK1KB/7cKBMY+6jz4=" | ||
}, | ||
"icu": { | ||
"icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=", | ||
"icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=", | ||
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs=" | ||
}, | ||
"coreAssembly": {}, | ||
"assembly": { | ||
"Blazor-Color-Picker.wasm": "sha256-Xdl9+5UXiffqo53u6N7V57ZEPKpiXq62DdvHtueLrm4=", | ||
"BlazorColorPicker.wasm": "sha256-Rq9z0gfSnWwAMA1E9i8AKhQHC8NMcStt6Y0SDT3aEus=", | ||
"Microsoft.AspNetCore.Components.wasm": "sha256-rAm4PZQ6mlJtk23ZHnE1h6q9PD+QaA8VSHeUBYWHsns=", | ||
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-3suiKdZOuSsauGVxZ4eQ2AKJ0ykM9oyI14vyQDJG9EA=", | ||
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-pRbP6NI/LJ8K6Zbe2ysNcOB34a+gd7YS8OMh2hWPXYM=", | ||
"Microsoft.Extensions.Configuration.Abstractions.wasm": "sha256-XR+WUfg8LtnrwdXFBnV+qO3ROyp6cYCfl1AZajIAheM=", | ||
"Microsoft.Extensions.Configuration.Json.wasm": "sha256-3UBRwvCkKtraRUarsIBDS05tA2rRm1leCB6EDfyVjeA=", | ||
"Microsoft.Extensions.Configuration.wasm": "sha256-od574rRtVVRJj+24jbl8j3GdQFpxlJOpSx+pEMw1Q18=", | ||
"Microsoft.Extensions.DependencyInjection.Abstractions.wasm": "sha256-YHjnXdQfeSXTi2jPeBuUdVqLw0+YGCPaZm1uBG/dRds=", | ||
"Microsoft.Extensions.DependencyInjection.wasm": "sha256-mw/Sy1n9J6R0bUD0GI5MtB/zP+wyzOPiVsOTA/1C4NA=", | ||
"Microsoft.Extensions.Logging.Abstractions.wasm": "sha256-HbtMUzIIXgi7lfYQDxb6l6aMWu5jkNv6U/xZl/4uggo=", | ||
"Microsoft.Extensions.Logging.wasm": "sha256-lronxO5RVywLbFhme/ExIuzFePlP8EosZyZteUaMAwE=", | ||
"Microsoft.Extensions.Options.wasm": "sha256-mngxZ7DtB5tYzmxZdVWZapJTSJ/yGClqQAcqOkLk3Lk=", | ||
"Microsoft.Extensions.Primitives.wasm": "sha256-Bi1hyBMWneH/ByWbqT/pNe0B7I/NQFklzD2g3Whdqlk=", | ||
"Microsoft.JSInterop.wasm": "sha256-0eR9axhmDAIauiA+SaW8Ym3M46G0ZC3LDViSI3FEnAY=", | ||
"Microsoft.JSInterop.WebAssembly.wasm": "sha256-Bow16rVtAG08g4tImTmK2w1/aBzGXfKB1GFCpvRp2bE=", | ||
"System.Collections.Concurrent.wasm": "sha256-fsGXWYBFpRyHM9850ubNCHoAfFHg6aE66XO05gzPMK0=", | ||
"System.Collections.wasm": "sha256-nAPd9zQe2IwFWziCVFvl/XIqRbk5h6405VWcu59/zdI=", | ||
"System.ComponentModel.wasm": "sha256-0D0DRqYaKmrhzGtdZW6smjKyylnAR86CtU2JGYAUBY8=", | ||
"System.Console.wasm": "sha256-ki+D+mS+zaOdTimoxo5+mm0mVaT8myPLJBR0fbzm2QU=", | ||
"System.Linq.wasm": "sha256-tWtUNpJ18yc5UswQv/+voDxJl6ZwF6Wustfzp6a4dQ4=", | ||
"System.Memory.wasm": "sha256-4ICt/4iI2AtT7Ow+U224DfxEGNrsvStVAH62DJQHm1U=", | ||
"System.Net.Http.wasm": "sha256-ix1C9SgQeAWAvsXS06elFkNgnYU7+1luqeAjKNDgovY=", | ||
"System.Net.Primitives.wasm": "sha256-CKKDubv0eakXAzmJ6agIVFU7pQLRmBjrFP+Px5pCXPI=", | ||
"System.Private.CoreLib.wasm": "sha256-TA853QG5hMGT6cOU7mz5Vy6gomRssF21NKIxNWLfwGA=", | ||
"System.Private.Uri.wasm": "sha256-XAj4O3a3ZTDQXqV1R4Ri2q+dKEA1xSggDBlFOW0kW5c=", | ||
"System.Runtime.InteropServices.JavaScript.wasm": "sha256-6w23myHuMfS7m7Vn3jTIS2Bl8BwZwKBJoxXCGXBWGBo=", | ||
"System.Runtime.wasm": "sha256-7BQ/hqrMoBtubzKHTx9nh8HCFjYqmxJYV7R9j/2Gey4=", | ||
"System.Text.Encodings.Web.wasm": "sha256-+qUQLIlqnoKOicmJwBcZSxCh1oeyZn/sEUe/QwUocSY=", | ||
"System.Text.Json.wasm": "sha256-7b2zkTEBEhQ7Fa3HHXIhfYgdXvjFx1+h9Ui3BjKrDZk=", | ||
"System.Text.RegularExpressions.wasm": "sha256-Vl6qsUyQnmrFUIVFVAqnAW1pMOKHVi0p3ZmPfB2mQ98=" | ||
} | ||
}, | ||
"cacheBootResources": true, | ||
"debugLevel": 0, | ||
"linkerEnabled": true, | ||
"globalizationMode": "sharded", | ||
"extensions": { | ||
"blazor": {} | ||
} | ||
} |
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.
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Binary file not shown.
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.
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.
Oops, something went wrong.