/* Base common CSS : DON'T CHANGE */ /***** CALENDAR STYLE *****/ .calendar-archives { position: relative; width: 100%; } .calendar-archives * { box-sizing: border-box !important; } .calendar-archives a:focus, .calendar-archives a:active { outline: none !important; } .calendar-archives > .calendar-navigation { position: relative; display: table; width: 100%; } .calendar-archives > .calendar-navigation > .prev-year, .calendar-archives > .calendar-navigation > .next-year, .calendar-archives > .calendar-navigation > .menu-container { display: table-cell; height: 100%; vertical-align: middle; } .calendar-archives > .archives-years { position: relative; overflow: hidden; } .calendar-archives > .archives-years > .year { position: absolute; top: 0; left: 0; margin-left: -100%; width: 100%; z-index: 0; } .calendar-archives > .archives-years > .year .year-link { display: none; } .calendar-archives > .archives-years > .year.last { position: relative; } .calendar-archives > .archives-years > .year.current { margin-left: 0; z-index: 1; } /* FOR PREVIEW IN CONFIGURATION ONLY */ .settings_page_Arrchives_Calendar_Widget #TB_ajaxContent { background-color: #220E10; } /** Variables **/ /*=============*/ .calendar-archives.twentythirteen { /** CALENDAR NAVIGATION BLOCK (top) **/ /** CALENDAR GRID BLOCK **/ } .calendar-archives.twentythirteen a { text-decoration: none; } .calendar-archives.twentythirteen .calendar-navigation { height: 30px !important; margin-bottom: 3px; border-bottom: 3px solid #b93207; border-radius: 2px; color: #FFF; background-image: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); background-image: -o-linear-gradient(top, #e05d22 0%, #d94412 100%); background-image: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE05D22', endColorstr='#FFD94412', GradientType=0); } .calendar-archives.twentythirteen .calendar-navigation > .prev-year, .calendar-archives.twentythirteen .calendar-navigation > .next-year { width: 30px; border-radius: 2px; font-size: 18px; text-align: center; color: #FFF; } .calendar-archives.twentythirteen .calendar-navigation > .prev-year:hover, .calendar-archives.twentythirteen .calendar-navigation > .next-year:hover { background-image: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); background-image: -o-linear-gradient(top, #ed6a31 0%, #e55627 100%); background-image: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFED6A31', endColorstr='#FFE55627', GradientType=0); } .calendar-archives.twentythirteen .calendar-navigation > .prev-year.disabled, .calendar-archives.twentythirteen .calendar-navigation > .next-year.disabled { opacity: .4; cursor: default; } .calendar-archives.twentythirteen .calendar-navigation > .prev-year.disabled:hover, .calendar-archives.twentythirteen .calendar-navigation > .next-year.disabled:hover { background: none; } .calendar-archives.twentythirteen .calendar-navigation > .prev-year { border-right: 1px #B93207 solid; } .calendar-archives.twentythirteen .calendar-navigation > .next-year { border-left: 1px #B93207 solid; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container { position: relative; height: 30px; padding: 0; text-align: center; text-transform: capitalize; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container:hover { background-color: rgba(255, 255, 255, 0.1); } .calendar-archives.twentythirteen .calendar-navigation > .menu-container:hover > .arrow-down { border-left: 1px solid #B93207; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container > a.title { display: block; height: 30px; line-height: 30px; color: #FFF; vertical-align: middle; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container > ul, .calendar-archives.twentythirteen .calendar-navigation > .menu-container > ul > li { margin: 0; padding: 0; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container > ul.menu { position: absolute; display: none; width: 100%; top: 0; overflow: hidden; border-radius: 2px; box-shadow: #000 0 0 10px; background-image: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); background-image: -o-linear-gradient(top, #e05d22 0%, #d94412 100%); background-image: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE05D22', endColorstr='#FFD94412', GradientType=0); z-index: 99; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container li { display: block; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container li > a { display: block; height: 30px; line-height: 30px; color: #FFF; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container li > a:hover { background: #220E10; cursor: pointer; color: #E62B15; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container li > a.selected { color: #FFF; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container li > a.selected:hover { text-decoration: none; color: #FFF; cursor: default; background: none; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container > .arrow-down { position: absolute; width: 24px; height: 30px; line-height: 30px; top: 0; right: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFF; cursor: pointer; } .calendar-archives.twentythirteen .calendar-navigation > .menu-container > .arrow-down:hover { background-image: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); background-image: -o-linear-gradient(top, #ed6a31 0%, #e55627 100%); background-image: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFED6A31', endColorstr='#FFE55627', GradientType=0); } .calendar-archives.twentythirteen > .archives-years { background-color: #220E10; } .calendar-archives.twentythirteen .month, .calendar-archives.twentythirteen .day { position: relative; display: block; overflow: hidden; float: left; color: #e6402a; background: #3a1c1f; border-bottom: 1px #220E10 solid; border-right: 1px #220E10 solid; border-radius: 3px; } .calendar-archives.twentythirteen .month.has-posts a, .calendar-archives.twentythirteen .day.has-posts a { display: block; width: 100%; height: 100%; border-bottom: 3px solid #b93207; border-radius: 3px; color: #FFF; background-image: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); background-image: -o-linear-gradient(top, #e05d22 0%, #d94412 100%); background-image: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE05D22', endColorstr='#FFD94412', GradientType=0); } .calendar-archives.twentythirteen .month.has-posts a:hover, .calendar-archives.twentythirteen .day.has-posts a:hover { background-image: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); background-image: -o-linear-gradient(top, #ed6a31 0%, #e55627 100%); background-image: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFED6A31', endColorstr='#FFE55627', GradientType=0); } .calendar-archives.twentythirteen .month.last, .calendar-archives.twentythirteen .day.last { margin-right: 0 !important; } .calendar-archives.twentythirteen .month { width: 25%; height: 50px; } .calendar-archives.twentythirteen .month .month-name { text-transform: capitalize; font-size: 16px; font-weight: 400; display: block; position: absolute; top: 6px; left: 8px; } .calendar-archives.twentythirteen .month .postcount { display: block; position: absolute; right: 6px; bottom: 6px; } .calendar-archives.twentythirteen .month .postcount .count-text { font-size: 9px; } .calendar-archives.twentythirteen .day { width: 14.285% !important; height: 25px; padding: 5px 0; text-align: center; line-height: 100%; } .calendar-archives.twentythirteen .day.has-posts { padding: 0; } .calendar-archives.twentythirteen .day.has-posts a { padding: 5px 0 !important; text-decoration: none; } .calendar-archives.twentythirteen .day.noday { border: none; box-shadow: none; background: none !important; } .calendar-archives.twentythirteen .day.weekday { display: inline-block; border: none; font-size: 85%; color: #FFF; text-transform: uppercase; box-shadow: none; background: none !important; } .calendar-archives.twentythirteen .week-row { margin: 0; padding: 0; overflow: hidden; background: #220E10; } .calendar-archives.twentythirteen .week-row.weekdays { margin-bottom: 3px; } /*# sourceMappingURL=twentythirteen.css.map */