Skip to content

Commit

Permalink
deploy: 52c1096
Browse files Browse the repository at this point in the history
  • Loading branch information
tossnet committed Jul 16, 2023
0 parents commit 7cba0fb
Show file tree
Hide file tree
Showing 152 changed files with 1,449 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
28 changes: 28 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!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-Calendar (Wasm)</title>
<base href="/Blazor-Calendar/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="BlazorWebAssembly.styles.css" rel="stylesheet" />

<link href="_content/BlazorCalendar/BlazorCalendar.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>
145 changes: 145 additions & 0 deletions BlazorWebAssembly.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-tythk0fk5s] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-tythk0fk5s] {
flex: 1;
}

.sidebar[b-tythk0fk5s] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tythk0fk5s] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-tythk0fk5s] a, .top-row[b-tythk0fk5s] .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-tythk0fk5s] a:hover, .top-row[b-tythk0fk5s] .btn-link:hover {
text-decoration: underline;
}

.top-row[b-tythk0fk5s] a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row:not(.auth)[b-tythk0fk5s] {
display: none;
}

.top-row.auth[b-tythk0fk5s] {
justify-content: space-between;
}

.top-row[b-tythk0fk5s] a, .top-row[b-tythk0fk5s] .btn-link {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-tythk0fk5s] {
flex-direction: row;
}

.sidebar[b-tythk0fk5s] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-tythk0fk5s] {
position: sticky;
top: 0;
z-index: 1;
}

.top-row.auth[b-tythk0fk5s] a:first-child {
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-tythk0fk5s], article[b-tythk0fk5s] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gpywbifaxj] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gpywbifaxj] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gpywbifaxj] {
font-size: 1.1rem;
}

.oi[b-gpywbifaxj] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}

.nav-item[b-gpywbifaxj] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-gpywbifaxj] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-gpywbifaxj] {
padding-bottom: 1rem;
}

.nav-item[b-gpywbifaxj] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

.nav-item[b-gpywbifaxj] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}

.nav-item[b-gpywbifaxj] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-gpywbifaxj] {
display: none;
}

.collapse[b-gpywbifaxj] {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
Loading

0 comments on commit 7cba0fb

Please sign in to comment.