UNPKG

equation-admin-template

Version:

Booststrap 4 admin template made by equation

256 lines (253 loc) 5.47 kB
/* * params: name, background, backgroundHover, backgroundActive, item, itemHover, itemActive, itemDisabled */ .calendar.darcula { background: #4f5163; } .calendar.darcula a { color: #ffffff; } .calendar.darcula a:hover { background: #3f4257; color: #ffffff; } .calendar.darcula .calendar-header { background: #4f5163; } .calendar.darcula .today a { background-color: #888ea8; text-shadow: none; } .calendar.darcula .day, .calendar.darcula .month, .calendar.darcula .year { border-color: #3f4257; } .calendar.darcula .other-day { background: #3f4257; border-color: #3f4257; } .calendar.darcula .day-of-week { color: #ffffff; } .calendar.darcula .calendar-actions .calendar-btn-today { background: #3f4257; border-color: #3f4257; } .calendar.darcula .calendar-actions .calendar-btn-today:active { background: #3f4257; } .calendar.darcula .calendar-actions .calendar-btn-clear { background: #515365; border-color: #3f4257; } .calendar.info { background: #00b1f4; } .calendar.info a { color: #ffffff; } .calendar.info a:hover { background: #0081e6; color: #ffffff; } .calendar.info .calendar-header { background: #00b1f4; } .calendar.info .today a { background-color: #0081e6; text-shadow: none; } .calendar.info .day, .calendar.info .month, .calendar.info .year { border-color: #0081e6; } .calendar.info .other-day { background: #06a8e6; border-color: #00b1f4; } .calendar.info .day-of-week { color: #ffffff; } .calendar.info .calendar-actions .calendar-btn-today { background: #0081e6; border-color: #0081e6; } .calendar.info .calendar-actions .calendar-btn-today:active { background: #0081e6; } .calendar.info .calendar-actions .calendar-btn-clear { background: transparent; border-color: #0081e6; } .calendar.primary { background: #1a73e9; } .calendar.primary a { color: #ffffff; } .calendar.primary a:hover { background: #5a95f5; color: #ffffff; } .calendar.primary .calendar-header { background: #3862f5; } .calendar.primary .today a { background-color: #3232b7; text-shadow: none; } .calendar.primary .day, .calendar.primary .month, .calendar.primary .year { border-color: #3232b7; } .calendar.primary .other-day { background: #365ee8; border-color: #365ee8; } .calendar.primary .day-of-week { color: #ffffff; } .calendar.primary .calendar-actions .calendar-btn-today { background: #3232b7; border-color: #3232b7; } .calendar.primary .calendar-actions .calendar-btn-today:active { background: #3232b7; } .calendar.primary .calendar-actions .calendar-btn-clear { background: transparent; border-color: #3232b7; } .calendar.secondary { background: #805dca; } .calendar.secondary a { color: #ffffff; } .calendar.secondary a:hover { background: #6f46c3; color: #ffffff; } .calendar.secondary .calendar-header { background: #805dca; } .calendar.secondary .today a { background-color: #643bb9; text-shadow: none; } .calendar.secondary .day, .calendar.secondary .month, .calendar.secondary .year { border-color: #9061f3eb; border-color: rgba(144, 97, 243, 0.9215686274509803); } .calendar.secondary .other-day { background: #855cda; border-color: #855cda; } .calendar.secondary .day-of-week { color: #ffffff; } .calendar.secondary .calendar-actions .calendar-btn-today { background: #643bb9; border-color: #643bb9; } .calendar.secondary .calendar-actions .calendar-btn-today:active { background: #643bb9; } .calendar.secondary .calendar-actions .calendar-btn-clear { background: transparent; border-color: #643bb9; } .calendar.success { background:#1abc9c; } .calendar.success a { color: #ffffff; } .calendar.success a:hover { background: #2ea37d; color: #ffffff; } .calendar.success .calendar-header { background: #1abc9c; } .calendar.success .today a { background-color: #2ea37d; text-shadow: none; } .calendar.success .day, .calendar.success .month, .calendar.success .year { border-color: #2ea37d; } .calendar.success .other-day { background: #2ea37d; border-color: #2ea37d; color: #e9ecef; } .calendar.success .day-of-week { color: #ffffff; } .calendar.success .calendar-actions .calendar-btn-today { background: #2ea37d; border-color: #2ea37d; } .calendar.success .calendar-actions .calendar-btn-today:active { background: #05c35e; } .calendar.success .calendar-actions .calendar-btn-clear { background: transparent; border-color: #2ea37d; } .calendar.warning { background: #e9b02b; } .calendar.warning a { color: #3b3f5c; } .calendar.warning .day-of-week { color: #3b3f5c !important; } .calendar.warning a:hover { background: #f6983c; border-color: #f6983c; color: #ffffff; } .calendar.warning .calendar-header { background: #e9b02b; } .calendar.warning .today a { background-color: #ffc221; color: #fff; text-shadow: none; } .calendar.warning .day, .calendar.warning .month, .calendar.warning .year { background-color: transparent; border: 1px #fca50a solid; } .calendar.warning .other-day { background: #e9b02b; border-color: #e9b02b; color: #e9ecef; } .calendar.warning .day-of-week { color: #ffffff; } .calendar.warning .calendar-actions .calendar-btn-today { background: #f58b22; border-color: #f58b22; } .calendar.warning .calendar-actions .calendar-btn-today:active { background: #fca50a; } .calendar.warning .calendar-actions .calendar-btn-clear { background: transparent; border-color: #f58b22; color: #3b3f5c; }