You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							82 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
	
	
							82 lines
						
					
					
						
							1.5 KiB
						
					
					
				/*! Zabuto Calendar - v2.1.0 - 2022-12-29
 | 
						|
* https://github.com/zabuto/calendar
 | 
						|
* Copyright (c) 2022 Anke Heijnen; Licensed MIT */
 | 
						|
.zabuto-calendar {
 | 
						|
    width: 100%;
 | 
						|
    margin: 0;
 | 
						|
    padding: 0
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar__navigation__item--next,
 | 
						|
.zabuto-calendar__navigation__item--prev {
 | 
						|
    text-align: center;
 | 
						|
    cursor: pointer
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar__navigation__item--header {
 | 
						|
    text-align: center
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar__navigation__item--header__title {
 | 
						|
    cursor: pointer;
 | 
						|
    font-weight: bolder
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar__days-of-week__item {
 | 
						|
    text-align: center
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar__day {
 | 
						|
    text-align: center
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar__day--today {
 | 
						|
    text-align: center
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table td,
 | 
						|
.zabuto-calendar.table th {
 | 
						|
    vertical-align: middle
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table thead td {
 | 
						|
    padding-top: 14px;
 | 
						|
    padding-bottom: 14px;
 | 
						|
    background-color: #fafafa
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table-bordered thead td {
 | 
						|
    border: 0
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table thead th {
 | 
						|
    background-color: #f0f0f0
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table>thead:first-child>tr:first-child>td {
 | 
						|
    border-top: 1px solid #ddd
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table>thead>tr>th {
 | 
						|
    border-bottom: 2px solid #ddd
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table>tbody td {
 | 
						|
    width: calc(100% / 7)
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table>tbody>tr:last-child>td {
 | 
						|
    border-bottom: 1px solid #ddd
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table>tbody td .badge {
 | 
						|
    font-size: 100%
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.clickable>tbody td {
 | 
						|
    cursor: pointer
 | 
						|
}
 | 
						|
 | 
						|
.zabuto-calendar.table.clickable>tbody td:hover {
 | 
						|
    background-color: #f0f0f0
 | 
						|
} |