Path: blob/master/webroot/rsrc/css/phui/calendar/phui-calendar-month.css
12242 views
/**1* @provides phui-calendar-month-css2*/34.phui-calendar-view {5width: 100%;6border-collapse: collapse;7background: {$page.content};8}910tr.phui-calendar-day-of-week-header th {11text-align: center;12font-size: 13px;13padding: 3px;14color: {$lightbluetext};15background: {$lightgreybackground};16}1718tr.phui-calendar-day-of-week-header th.weekend-day-header {19background: {$greybackground};20}2122.device tr.phui-calendar-day-of-week-header th .long-weekday-name {23display: none;24}2526tr.phui-calendar-day-of-week-header th .short-weekday-name {27display: none;28}2930.device tr.phui-calendar-day-of-week-header th .short-weekday-name {31display: inline;32}3334table.phui-calendar-view td {35border: solid {$lightblueborder};36border-width: 1px 0 0;37width: 14.2857%; /* This is one seventh, approximately. */38}3940table.phui-calendar-view td + td {41border-left-width: 1px;42}4344table.phui-calendar-view td.phui-calendar-month-number {45border-top-width: 0;46}4748.phui-calendar-month-cell-div {49position: relative;50}5152.phui-calendar-month-event-list .phui-calendar-month-cell-div {53min-height: 125px;54}5556.device .phui-calendar-month-event-list .phui-calendar-month-cell-div {57min-height: 32px;58}5960.device table.phui-calendar-view .phui-calendar-event-list {61display: none;62}6364.phui-calendar-month-event-count {65display: none;66}6768.device .phui-calendar-month-event-count {69display: block;70text-align: center;71padding-top: 8px;72}7374.phui-calendar-month-event-count .phui-calendar-month-count-badge {75border: 1px solid {$lightgreyborder};76color: {$lightgreytext};77width: 20px;78height: 20px;79border-radius: 50%;80text-align: center;81vertical-align: middle;82padding: 4px 2px 0px 2px;83margin: 0 auto;84}8586.phui-calendar-month-count-badge.viewer-invited-day-badge {87border-color: {$green};88color: {$green};89}9091table.phui-calendar-view a.phui-calendar-week-number {92color: {$lightgreyborder};93padding: 4px;94display: inline-block;95width: 16px;96text-align: center;97float: left;98}99100table.phui-calendar-view a.phui-calendar-date-number {101color: {$lightgreytext};102padding: 4px;103display: inline-block;104width: 16px;105text-align: center;106}107108.device table.phui-calendar-view a.phui-calendar-week-number,109.device table.phui-calendar-view a.phui-calendar-date-number {110width: 12px;111}112113table.phui-calendar-view td.phui-calendar-month-number {114font-weight: normal;115color: {$lightgreytext};116text-align: right;117}118119.phui-calendar-today-slot {120display: block;121height: 4px;122position: absolute;123left: 0;124right: -1px;125bottom: 0;126}127128.phui-calendar-today-slot.last-weekday {129right: 0px;130}131132.phui-calendar-this-week .phui-calendar-today-slot {133background-color: {$blue};134}135136.phui-calendar-today .phui-calendar-today-slot,137.phui-calendar-today .phui-calendar-date-number {138background-color: {$sky};139}140141table.phui-calendar-view .phui-calendar-today a.phui-calendar-date-number {142color: #ffffff;143}144145.phui-calendar-event-empty {146border-color: transparent;147background: transparent;148}149150.phui-calendar-view .phui-calendar-list,151.phui-calendar-view .phui-calendar-month-list {152padding: 1px;153width: auto;154}155156.phui-calendar-list-item.all-day span {157padding: 0;158margin: 0;159}160161.phui-calendar-view .phui-calendar-list li.phui-calendar-list-item.all-day {162height: 20px;163background-color: {$bluebackground};164display: block;165float: none;166}167168.phui-calendar-view169.phui-calendar-list170li.phui-calendar-viewer-invited.all-day {171background-color: {$lightgreen};172}173174.phui-calendar-view .phui-calendar-list li {175padding: 0px 4px;176}177178.phui-calendar-view .phui-calendar-list li a {179display: block;180overflow: hidden;181position: relative;182height: 18px;183}184185.phui-calendar-view li.phui-calendar-list-item {186white-space: nowrap;187width: auto;188}189190.phui-calendar-list-item-icon {191display: block;192left: 0px;193}194195.phui-calendar-view li.phui-calendar-list-item .phui-calendar-list-title {196width: auto;197position: absolute;198left: 16px;199right: 60px;200text-overflow: ellipsis;201overflow: hidden;202white-space: nowrap;203}204205.phui-calendar-view li.phui-calendar-list-item .phui-calendar-list-time {206position: absolute;207top: 0;208right: 0px;209padding: 0;210width: 60px;211color: {$lightgreytext};212text-align: right;213}214215td.phui-calendar-month-day,216td.phui-calendar-month-number {217cursor: pointer;218}219220.device-desktop td.phui-calendar-month-day.calendar-hover,221.device-desktop td.phui-calendar-month-number.calendar-hover {222background: {$hoverblue};223}224225.phui-calendar-month-adjacent {226background: {$greybackground};227}228229230