/*! * FullCalendar v2.1.1 Stylesheet * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */ /********S : custom*********/ td.fc-widget-header { height:30px; line-height:30px; border:1px solid #6a9ccb !important; background: #d3e8fd; /* Old browsers */ background: -moz-linear-gradient(top, #d3e8fd 0%, #d3e8fd 71%, #bbd7f1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3e8fd), color-stop(71%,#d3e8fd), color-stop(100%,#bbd7f1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d3e8fd 0%,#d3e8fd 71%,#bbd7f1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d3e8fd 0%,#d3e8fd 71%,#bbd7f1 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d3e8fd 0%,#d3e8fd 71%,#bbd7f1 100%); /* IE10+ */ background: linear-gradient(to bottom, #d3e8fd 0%,#d3e8fd 71%,#bbd7f1 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e8fd', endColorstr='#bbd7f1',GradientType=0 ); /* IE6-9 */ } .fc-widget-header th { border:none !important } /********E : custom*********/ .fc { direction: ltr; text-align: left; } .fc-rtl { text-align: right; } body .fc { /* extra precedence to overcome jqui */ font-size: 1em; } /* Colors --------------------------------------------------------------------------------------------------*/ .fc-unthemed th, .fc-unthemed td, .fc-unthemed hr, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-row, .fc-unthemed .fc-popover { border-color: #ddd; } .fc-unthemed .fc-popover { background-color: #fff; } .fc-unthemed hr, .fc-unthemed .fc-popover .fc-header { background: #eee; } .fc-unthemed .fc-popover .fc-header .fc-close { color: #666; } .fc-unthemed .fc-today { background: #fcf8e3; } .fc-highlight { /* when user is selecting cells */ background: #bce8f1; opacity: .3; filter: alpha(opacity=30); /* for IE */ } /* Icons (inline elements with styled text that mock arrow icons) --------------------------------------------------------------------------------------------------*/ .fc-icon { display: inline-block; font-size: 2em; line-height: .5em; height: .5em; /* will make the total height 1em */ font-family: "Courier New", Courier, monospace; } .fc-icon-left-single-arrow:after { content: "\02039"; font-weight: bold; } .fc-icon-right-single-arrow:after { content: "\0203A"; font-weight: bold; } .fc-icon-left-double-arrow:after { content: "\000AB"; } .fc-icon-right-double-arrow:after { content: "\000BB"; } .fc-icon-x:after { content: "\000D7"; } /* Buttons (styled