Warning, /webapps/ocs-webserver/httpdocs/theme/react/lib/bookblock/css/calendar.css is written in an unsupported language. File is not indexed.
0001 /* Style from Caledario: */ 0002 0003 .fc-calendar-wrap { 0004 margin-top: 300px; 0005 -moz-osx-font-smoothing: grayscale; 0006 } 0007 0008 .fc-calendar-wrap h2 { 0009 color: #fff; 0010 position: absolute; 0011 z-index: 100; 0012 margin: -2.4em 0.9em 0 0; 0013 font-weight: 300; 0014 right: 0; 0015 font-size: 40px; 0016 border: 3px solid #fff; 0017 padding: 5px 20px; 0018 } 0019 0020 .fc-calendar-container { 0021 position: relative; 0022 height: 300px; 0023 width: 100%; 0024 background: #fff; 0025 } 0026 0027 .fc-calendar { 0028 width: 100%; 0029 height: 100%; 0030 } 0031 0032 .fc-calendar .fc-head { 0033 height: 30px; 0034 line-height: 30px; 0035 background: #883b61; 0036 color: #fff; 0037 font-size: 10px; 0038 font-weight: 700; 0039 letter-spacing: 1px; 0040 text-transform: uppercase; 0041 } 0042 0043 .fc-calendar .fc-body { 0044 position: relative; 0045 width: 100%; 0046 height: 100%; 0047 height: calc(100% - 30px); 0048 padding: 15px; 0049 } 0050 0051 .fc-calendar .fc-row { 0052 width: 100%; 0053 border-bottom: 1px solid #ddd; 0054 } 0055 0056 .fc-four-rows .fc-row { 0057 height: 25%; 0058 } 0059 0060 .fc-five-rows .fc-row { 0061 height: 20%; 0062 } 0063 0064 .fc-six-rows .fc-row { 0065 height: 16.66%; 0066 height: calc(100%/6); 0067 } 0068 0069 .fc-calendar .fc-row > div, 0070 .fc-calendar .fc-head > div { 0071 float: left; 0072 height: 100%; 0073 width: 14.28%; /* 100% / 7 */ 0074 width: calc(100%/7); 0075 position: relative; 0076 } 0077 0078 /* IE 9 is rounding up the calc it seems */ 0079 .ie9 .fc-calendar .fc-row > div, 0080 .ie9 .fc-calendar .fc-head > div { 0081 width: 14.2%; 0082 } 0083 0084 .fc-calendar .fc-row > div { 0085 border-right: 1px solid #ddd; 0086 padding: 4px; 0087 overflow: hidden; 0088 position: relative; 0089 } 0090 0091 .fc-calendar .fc-head > div { 0092 text-align: center; 0093 } 0094 0095 .fc-calendar .fc-row > div > span.fc-date { 0096 position: absolute; 0097 width: 30px; 0098 height: 20px; 0099 font-size: 20px; 0100 line-height: 20px; 0101 font-weight: 700; 0102 color: #ceb1bf; 0103 bottom: 5px; 0104 right: 5px; 0105 text-align: right; 0106 } 0107 0108 .fc-calendar .fc-row > div > span.fc-weekday { 0109 padding-left: 5px; 0110 display: none; 0111 } 0112 0113 .fc-calendar .fc-row > div.fc-today { 0114 background: #f3e0e9; 0115 } 0116 0117 .fc-calendar .fc-row > div.fc-out { 0118 opacity: 0.6; 0119 } 0120 0121 .fc-calendar .fc-row > div:last-child, 0122 .fc-calendar .fc-head > div:last-child { 0123 border-right: none; 0124 } 0125 0126 .fc-calendar .fc-row:last-child { 0127 border-bottom: none; 0128 }