Initial commit: igny8 project

This commit is contained in:
igny8
2025-11-09 10:27:02 +00:00
commit 60b8188111
27265 changed files with 4360521 additions and 0 deletions

View File

@@ -0,0 +1,87 @@
$calendarBackground = #fff
$calendarBorderColor = #eee
$monthForeground = #3c3f40
$monthBackground = transparent
$weekdaysBackground = transparent
$weekdays_color = #757575
$dayForeground = #404848
$dayHoverBackground = #e9e9e9
$disabled_border_color = $dayHoverBackground
$disabled_day_color = alpha(black, 0.15)
$todayColor = #F64747
$today_fg_color = #fff
$selectedDayBackground = #4f99ff
$selectedDayForeground = #fff
@require "../flatpickr"
.flatpickr-calendar
width $daysWidth
.dayContainer
padding 0
border-right 0
span.flatpickr-day
&, &.prevMonthDay, &.nextMonthDay
border-radius 0 !important
border 1px solid $dayHoverBackground
max-width none
border-right-color transparent
&:nth-child(n+8)
border-top-color transparent
&:nth-child(7n-6)
border-left 0
&:nth-child(n+36)
border-bottom 0
&:nth-child(-n+7)
margin-top 0
&.today:not(.selected)
border-color $dayHoverBackground
border-right-color transparent
border-top-color transparent
border-bottom-color $todayColor
&:hover
border 1px solid $todayColor
&.startRange, &.endRange
border-color $selectedDayBackground
&.today, &.selected
z-index 2
.rangeMode .flatpickr-day
margin-top -1px
.flatpickr-weekwrapper .flatpickr-weeks
box-shadow none
.flatpickr-weekwrapper span.flatpickr-day
border 0
margin -1px 0 0 -1px
.hasWeeks .flatpickr-days
border-right 0
@css {
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
span.flatpickr-day {
display: block;
flex: 1 0 auto;
}
}
}

View File

@@ -0,0 +1,18 @@
$calendarBackground = #fff
$calendarBorderColor = alpha(#484848, 0.1)
$monthForeground = #fff
$monthBackground = #FFB866
$weekdaysBackground = #FFB866
$dayForeground = #484848
$dayHoverBackground = #e2e2e2
$todayColor = #bbb
$selectedDayBackground = #FFB866
$selectedDayForeground = #fff
$noCalendarBorder = true
@require "../flatpickr"

View File

@@ -0,0 +1,18 @@
$calendarBackground = #3f4458
$calendarBorderColor = darken(#3f4458, 50%)
$monthForeground = #fff
$monthBackground = #3f4458
$weekdaysBackground = transparent
$weekdaysForeground = #fff
$dayForeground = alpha(white, 0.95)
$dayHoverBackground = lighten($calendarBackground, 25%)
$todayColor = #eee
$today_fg_color = #3f4458
$selectedDayBackground = #80CBC4
@require "../flatpickr"

View File

@@ -0,0 +1,22 @@
$calendarBackground = #fff
$calendarBorderColor = #eceef1
$monthForeground = #5a6171
$monthBackground = #eceef1
$weekdaysBackground = #eceef1
$weekdaysForeground = #5a6171
$dayForeground = #484848
$dayHoverBackground = #e2e2e2
$todayColor = #bbb
$selectedDayBackground = #FF5A5F
$selectedDayForeground = #fff
$noCalendarBorder = true
@require "../flatpickr"
span.flatpickr-day.selected
font-weight bold

View File

@@ -0,0 +1,18 @@
$calendarBackground = #fff
$calendarBorderColor = alpha(#484848, 0.2)
$monthForeground = #fff
$monthBackground = #42A5F5
$weekdaysBackground = #42A5F5
$dayForeground = #484848
$dayHoverBackground = #e2e2e2
$todayColor = #bbb
$selectedDayBackground = #42A5F5
$selectedDayForeground = #fff
$noCalendarBorder = true
@require "../flatpickr"

View File

@@ -0,0 +1,18 @@
$calendarBackground = #fff
$calendarBorderColor = alpha(#484848, 0.2)
$monthForeground = #fff
$monthBackground = #1BBC9B
$weekdaysBackground = #1BBC9B
$dayForeground = #484848
$dayHoverBackground = #e2e2e2
$todayColor = #bbb
$selectedDayBackground = #1BBC9B
$selectedDayForeground = #fff
$noCalendarBorder = true
@require "../flatpickr"

View File

@@ -0,0 +1,18 @@
$calendarBackground = #fff
$calendarBorderColor = alpha(#484848, 0.2)
$monthForeground = #fff
$monthBackground = #FF8A65
$weekdaysBackground = #FF8A65
$dayForeground = #484848
$dayHoverBackground = #e2e2e2
$todayColor = #bbb
$selectedDayBackground = #FF8A65
$selectedDayForeground = #fff
$noCalendarBorder = true
@require "../flatpickr"

View File

@@ -0,0 +1,18 @@
$calendarBackground = #fff
$calendarBorderColor = alpha(#484848, 0.2)
$monthForeground = #fff
$monthBackground = #EF5350
$weekdaysBackground = #EF5350
$dayForeground = #484848
$dayHoverBackground = #e2e2e2
$todayColor = #bbb
$selectedDayBackground = #EF5350
$selectedDayForeground = #fff
$noCalendarBorder = true
@require "../flatpickr"