AdminLTE-fullcalendar.css (1820B)
1 /* 2 * Plugin: Full Calendar 3 * --------------------- 4 */ 5 .fc-button { 6 background: #f4f4f4; 7 background-image: none; 8 color: #444; 9 border-color: #ddd; 10 border-bottom-color: #ddd; 11 } 12 .fc-button:hover, 13 .fc-button:active, 14 .fc-button.hover { 15 background-color: #e9e9e9; 16 } 17 .fc-header-title h2 { 18 font-size: 15px; 19 line-height: 1.6em; 20 color: #666; 21 margin-left: 10px; 22 } 23 .fc-header-right { 24 padding-right: 10px; 25 } 26 .fc-header-left { 27 padding-left: 10px; 28 } 29 .fc-widget-header { 30 background: #fafafa; 31 } 32 .fc-grid { 33 width: 100%; 34 border: 0; 35 } 36 .fc-widget-header:first-of-type, 37 .fc-widget-content:first-of-type { 38 border-left: 0; 39 border-right: 0; 40 } 41 .fc-widget-header:last-of-type, 42 .fc-widget-content:last-of-type { 43 border-right: 0; 44 } 45 .fc-toolbar { 46 padding: 10px; 47 margin: 0; 48 } 49 .fc-day-number { 50 font-size: 20px; 51 font-weight: 300; 52 padding-right: 10px; 53 } 54 .fc-color-picker { 55 list-style: none; 56 margin: 0; 57 padding: 0; 58 } 59 .fc-color-picker > li { 60 float: left; 61 font-size: 30px; 62 margin-right: 5px; 63 line-height: 30px; 64 } 65 .fc-color-picker > li .fa { 66 -webkit-transition: -webkit-transform linear 0.3s; 67 -moz-transition: -moz-transform linear 0.3s; 68 -o-transition: -o-transform linear 0.3s; 69 transition: transform linear 0.3s; 70 } 71 .fc-color-picker > li .fa:hover { 72 -webkit-transform: rotate(30deg); 73 -ms-transform: rotate(30deg); 74 -o-transform: rotate(30deg); 75 transform: rotate(30deg); 76 } 77 #add-new-event { 78 -webkit-transition: all linear 0.3s; 79 -o-transition: all linear 0.3s; 80 transition: all linear 0.3s; 81 } 82 .external-event { 83 padding: 5px 10px; 84 font-weight: bold; 85 margin-bottom: 4px; 86 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 87 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 88 border-radius: 3px; 89 cursor: move; 90 } 91 .external-event:hover { 92 box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2); 93 }