Skip to content

Commit

Permalink
deploy: 0abb543
Browse files Browse the repository at this point in the history
  • Loading branch information
tossnet committed Apr 9, 2024
0 parents commit aeff1f2
Show file tree
Hide file tree
Showing 159 changed files with 1,480 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>
147 changes: 147 additions & 0 deletions BlazorWebAssembly.styles.css
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;
}
}
187 changes: 187 additions & 0 deletions _content/BlazorCalendar/BlazorCalendar.bundle.scp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
/* _content/BlazorCalendar/MonthlyView.razor.rz.scp.css */
.monthly-calendar[b-x8lk6nc1fm] {
display: grid;
width: 100%;
grid-template-rows: 6vh;
/*grid-template-columns: repeat(7, minmax(120px, 1fr));
grid-auto-rows: 120px;*/
grid-template-columns: repeat(7, minmax(8vw, 1fr));
grid-auto-rows: 12vh;
overflow: auto;
}

.monthly-day[b-x8lk6nc1fm] {
border-bottom: 1px solid rgba(166, 168, 179, 0.12);
border-right: 1px solid rgba(166, 168, 179, 0.12);
text-align: right;
padding: 0.4vh 0.4vw;
letter-spacing: 1px;
font-size: 0.8em;
box-sizing: border-box;
color: #6d7377;
position: relative;
}

.monthly-day:nth-of-type(n + 1):nth-of-type(-n + 7)[b-x8lk6nc1fm] {
grid-row: 2;
}

.monthly-day:nth-of-type(n + 8):nth-of-type(-n + 14)[b-x8lk6nc1fm] {
grid-row: 3;
}

.monthly-day:nth-of-type(n + 15):nth-of-type(-n + 21)[b-x8lk6nc1fm] {
grid-row: 4;
}

.monthly-day:nth-of-type(n + 22):nth-of-type(-n + 28)[b-x8lk6nc1fm] {
grid-row: 5;
}

.monthly-day:nth-of-type(n + 29):nth-of-type(-n + 35)[b-x8lk6nc1fm] {
grid-row: 6;
}

.monthly-day:nth-of-type(n + 36):nth-of-type(-n + 43)[b-x8lk6nc1fm] {
grid-row: 7;
}

.monthly-day:nth-of-type(7n + 1)[b-x8lk6nc1fm] {
grid-column: 1/1;
}

.monthly-day:nth-of-type(7n + 2)[b-x8lk6nc1fm] {
grid-column: 2/2;
}

.monthly-day:nth-of-type(7n + 3)[b-x8lk6nc1fm] {
grid-column: 3/3;
}

.monthly-day:nth-of-type(7n + 4)[b-x8lk6nc1fm] {
grid-column: 4/4;
}

.monthly-day:nth-of-type(7n + 5)[b-x8lk6nc1fm] {
grid-column: 5/5;
}

.monthly-day:nth-of-type(7n + 6)[b-x8lk6nc1fm] {
grid-column: 6/6;
}

.monthly-day:nth-of-type(7n + 7)[b-x8lk6nc1fm] {
grid-column: 7/7;
}

.monthly-day--disabled[b-x8lk6nc1fm] {
color: rgba(#98a0a6, 0.6);
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f4f6f7' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.monthly-today[b-x8lk6nc1fm] {
border: 3px solid #f75959;
border-radius: 5px;
}

.monthly-task[b-x8lk6nc1fm] {
border-radius: 3px;
padding: 2px 8px 2px 6px;
margin: 3px 11px 0 9px;
font-size: 0.8em;
font-weight: 600;
position: relative;
z-index: 1;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
height: 2vh;
}


@media (max-width: 767.98px) {
.monthly-task[b-x8lk6nc1fm] {
padding: 0px 8px 0px 4px;
margin: 3px 2px 0 4px;
}
}

.monthly-task-first[b-x8lk6nc1fm] {
align-self: start;
margin-top: 22px;
}

.monthly-task-second[b-x8lk6nc1fm] {
align-self: center;
margin-top: 8px;
}

.monthly-task-bottom[b-x8lk6nc1fm] {
align-self: end;
margin-bottom: 14px;
}

.monthly-more-tasks[b-x8lk6nc1fm] {
position: relative;
cursor: zoom-in;
align-self: end;
margin-top: 40px;
font-size: 0.6em;
font-weight: 600;
color: darkblue;
align-self: end;
margin-left: 10px;
}
/* _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;
}

.day-cellule:hover[b-gszxamswzx] {
font-weight: 600;
}

.hours[b-gszxamswzx] {
border: 1px solid #c6c6c6;
flex: 1;
display: grid;
justify-content: stretch;
}

.hour[b-gszxamswzx] {
grid-column-start: 1;
font-size: 0.8em;
padding-left: 0.5em;
}

.hour-task[b-gszxamswzx] {
text-align: center;
font-size: 0.8em;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
}

@media only screen and (max-width: 587px) {

.day-cellule[b-gszxamswzx] {
font-size: 0.6em;
padding-left: 0.3em;
}

.header-name[b-gszxamswzx] {
line-height:3vh;
}
}
Loading

0 comments on commit aeff1f2

Please sign in to comment.