-
Notifications
You must be signed in to change notification settings - Fork 18
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 bb406ab
Showing
153 changed files
with
1,483 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,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> |
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/BlazorCalendar/BlazorCalendar.bundle.scp.css'; | ||
|
||
/* /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; | ||
} | ||
} |
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,32 @@ | ||
/* _content/BlazorCalendar/WeekView.razor.rz.scp.css */ | ||
.weekly-calendar[b-gszxamswzx] { | ||
display: grid; | ||
width: 100%; | ||
overflow: auto; | ||
} | ||
|
||
.day-column[b-gszxamswzx] { | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.day-header[b-gszxamswzx] { | ||
grid-area: 1 / 1 / span 1 / span 2; | ||
} | ||
|
||
.hours[b-gszxamswzx] { | ||
border: 1px solid #c6c6c6; | ||
flex: 1; | ||
display: grid; | ||
justify-content: stretch; | ||
} | ||
|
||
.hour[b-gszxamswzx] { | ||
grid-column-start: 1; | ||
font-size: 1em; | ||
padding-left: 0.5em; | ||
} | ||
|
||
.hour-task[b-gszxamswzx] { | ||
text-align: center; | ||
} |
Oops, something went wrong.