Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692
  1. /* classes attached to <body> */
  2. .fc-not-allowed,
  3. .fc-not-allowed .fc-event { /* override events' custom cursors */
  4. cursor: not-allowed;
  5. }
  6. .fc-unselectable {
  7. -webkit-user-select: none;
  8. -moz-user-select: none;
  9. -ms-user-select: none;
  10. user-select: none;
  11. -webkit-touch-callout: none;
  12. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  13. }
  14. .fc {
  15. /* layout of immediate children */
  16. display: flex;
  17. flex-direction: column;
  18. font-size: 1em
  19. }
  20. .fc,
  21. .fc *,
  22. .fc *:before,
  23. .fc *:after {
  24. box-sizing: border-box;
  25. }
  26. .fc table {
  27. border-collapse: collapse;
  28. border-spacing: 0;
  29. font-size: 1em; /* normalize cross-browser */
  30. }
  31. .fc th {
  32. text-align: center;
  33. }
  34. .fc th,
  35. .fc td {
  36. vertical-align: top;
  37. padding: 0;
  38. }
  39. .fc a[data-navlink] {
  40. cursor: pointer;
  41. }
  42. .fc a[data-navlink]:hover {
  43. text-decoration: underline;
  44. }
  45. .fc-direction-ltr {
  46. direction: ltr;
  47. text-align: left;
  48. }
  49. .fc-direction-rtl {
  50. direction: rtl;
  51. text-align: right;
  52. }
  53. .fc-theme-standard td,
  54. .fc-theme-standard th {
  55. border: 1px solid #ddd;
  56. border: 1px solid var(--fc-border-color, #ddd);
  57. }
  58. /* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
  59. /* inner-wrappers are responsible for being absolute */
  60. /* TODO: best place for this? */
  61. .fc-liquid-hack td,
  62. .fc-liquid-hack th {
  63. position: relative;
  64. }
  65. @font-face {
  66. font-family: 'fcicons';
  67. src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  68. font-weight: normal;
  69. font-style: normal;
  70. }
  71. .fc-icon {
  72. /* added for fc */
  73. display: inline-block;
  74. width: 1em;
  75. height: 1em;
  76. text-align: center;
  77. -webkit-user-select: none;
  78. -moz-user-select: none;
  79. -ms-user-select: none;
  80. user-select: none;
  81. /* use !important to prevent issues with browser extensions that change fonts */
  82. font-family: 'fcicons' !important;
  83. speak: none;
  84. font-style: normal;
  85. font-weight: normal;
  86. font-variant: normal;
  87. text-transform: none;
  88. line-height: 1;
  89. /* Better Font Rendering =========== */
  90. -webkit-font-smoothing: antialiased;
  91. -moz-osx-font-smoothing: grayscale;
  92. }
  93. .fc-icon-chevron-left:before {
  94. content: "\e900";
  95. }
  96. .fc-icon-chevron-right:before {
  97. content: "\e901";
  98. }
  99. .fc-icon-chevrons-left:before {
  100. content: "\e902";
  101. }
  102. .fc-icon-chevrons-right:before {
  103. content: "\e903";
  104. }
  105. .fc-icon-minus-square:before {
  106. content: "\e904";
  107. }
  108. .fc-icon-plus-square:before {
  109. content: "\e905";
  110. }
  111. .fc-icon-x:before {
  112. content: "\e906";
  113. }
  114. /*
  115. Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
  116. These styles only apply when the standard-theme is activated.
  117. When it's NOT activated, the fc-button classes won't even be in the DOM.
  118. */
  119. .fc {
  120. /* reset */
  121. }
  122. .fc .fc-button {
  123. border-radius: 0;
  124. overflow: visible;
  125. text-transform: none;
  126. margin: 0;
  127. font-family: inherit;
  128. font-size: inherit;
  129. line-height: inherit;
  130. }
  131. .fc .fc-button:focus {
  132. outline: 1px dotted;
  133. outline: 5px auto -webkit-focus-ring-color;
  134. }
  135. .fc .fc-button {
  136. -webkit-appearance: button;
  137. }
  138. .fc .fc-button:not(:disabled) {
  139. cursor: pointer;
  140. }
  141. .fc .fc-button::-moz-focus-inner {
  142. padding: 0;
  143. border-style: none;
  144. }
  145. .fc {
  146. /* theme */
  147. }
  148. .fc .fc-button {
  149. display: inline-block;
  150. font-weight: 400;
  151. text-align: center;
  152. vertical-align: middle;
  153. -webkit-user-select: none;
  154. -moz-user-select: none;
  155. -ms-user-select: none;
  156. user-select: none;
  157. background-color: transparent;
  158. border: 1px solid transparent;
  159. padding: 0.4em 0.65em;
  160. font-size: 1em;
  161. line-height: 1.5;
  162. border-radius: 0.25em;
  163. }
  164. .fc .fc-button:hover {
  165. text-decoration: none;
  166. }
  167. .fc .fc-button:focus {
  168. outline: 0;
  169. box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  170. }
  171. .fc .fc-button:disabled {
  172. opacity: 0.65;
  173. }
  174. .fc {
  175. /* "primary" coloring */
  176. }
  177. .fc .fc-button-primary {
  178. color: #fff;
  179. color: var(--fc-button-text-color, #fff);
  180. background-color: #2C3E50;
  181. background-color: var(--fc-button-bg-color, #2C3E50);
  182. border-color: #2C3E50;
  183. border-color: var(--fc-button-border-color, #2C3E50);
  184. }
  185. .fc .fc-button-primary:hover {
  186. color: #fff;
  187. color: var(--fc-button-text-color, #fff);
  188. background-color: #1e2b37;
  189. background-color: var(--fc-button-hover-bg-color, #1e2b37);
  190. border-color: #1a252f;
  191. border-color: var(--fc-button-hover-border-color, #1a252f);
  192. }
  193. .fc .fc-button-primary:disabled { /* not DRY */
  194. color: #fff;
  195. color: var(--fc-button-text-color, #fff);
  196. background-color: #2C3E50;
  197. background-color: var(--fc-button-bg-color, #2C3E50);
  198. border-color: #2C3E50;
  199. border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
  200. }
  201. .fc .fc-button-primary:focus {
  202. box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  203. }
  204. .fc .fc-button-primary:not(:disabled):active,
  205. .fc .fc-button-primary:not(:disabled).fc-button-active {
  206. color: #fff;
  207. color: var(--fc-button-text-color, #fff);
  208. background-color: #1a252f;
  209. background-color: var(--fc-button-active-bg-color, #1a252f);
  210. border-color: #151e27;
  211. border-color: var(--fc-button-active-border-color, #151e27);
  212. }
  213. .fc .fc-button-primary:not(:disabled):active:focus,
  214. .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  215. box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  216. }
  217. .fc {
  218. /* icons within buttons */
  219. }
  220. .fc .fc-button .fc-icon {
  221. vertical-align: middle;
  222. font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  223. }
  224. .fc .fc-button-group {
  225. position: relative;
  226. display: inline-flex;
  227. vertical-align: middle;
  228. }
  229. .fc .fc-button-group > .fc-button {
  230. position: relative;
  231. flex: 1 1 auto;
  232. }
  233. .fc .fc-button-group > .fc-button:hover {
  234. z-index: 1;
  235. }
  236. .fc .fc-button-group > .fc-button:focus,
  237. .fc .fc-button-group > .fc-button:active,
  238. .fc .fc-button-group > .fc-button.fc-button-active {
  239. z-index: 1;
  240. }
  241. .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  242. margin-left: -1px;
  243. border-top-left-radius: 0;
  244. border-bottom-left-radius: 0;
  245. }
  246. .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  247. border-top-right-radius: 0;
  248. border-bottom-right-radius: 0;
  249. }
  250. .fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  251. margin-right: -1px;
  252. border-top-right-radius: 0;
  253. border-bottom-right-radius: 0;
  254. }
  255. .fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  256. border-top-left-radius: 0;
  257. border-bottom-left-radius: 0;
  258. }
  259. .fc .fc-toolbar {
  260. display: flex;
  261. justify-content: space-between;
  262. align-items: center;
  263. }
  264. .fc .fc-toolbar.fc-header-toolbar {
  265. margin-bottom: 1.5em;
  266. }
  267. .fc .fc-toolbar.fc-footer-toolbar {
  268. margin-top: 1.5em;
  269. }
  270. .fc .fc-toolbar-title {
  271. font-size: 1.75em;
  272. margin: 0;
  273. }
  274. .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  275. margin-left: .75em; /* space between */
  276. }
  277. .fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  278. margin-right: .75em; /* space between */
  279. }
  280. .fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
  281. flex-direction: row-reverse;
  282. }
  283. .fc .fc-scroller {
  284. -webkit-overflow-scrolling: touch;
  285. position: relative; /* for abs-positioned elements within */
  286. }
  287. .fc .fc-scroller-liquid {
  288. height: 100%;
  289. }
  290. .fc .fc-scroller-liquid-absolute {
  291. position: absolute;
  292. top: 0;
  293. right: 0;
  294. left: 0;
  295. bottom: 0;
  296. }
  297. .fc .fc-scroller-harness {
  298. position: relative;
  299. overflow: hidden;
  300. direction: ltr;
  301. /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  302. /* TODO: demonstrate in codepen */
  303. }
  304. .fc .fc-scroller-harness-liquid {
  305. height: 100%;
  306. }
  307. .fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
  308. direction: rtl;
  309. }
  310. .fc-theme-standard .fc-scrollgrid {
  311. border: 1px solid #ddd;
  312. border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
  313. }
  314. .fc .fc-scrollgrid,
  315. .fc .fc-scrollgrid table { /* all tables (self included) */
  316. width: 100%; /* because tables don't normally do this */
  317. table-layout: fixed;
  318. }
  319. .fc .fc-scrollgrid table { /* inner tables */
  320. border-top-style: hidden;
  321. border-left-style: hidden;
  322. border-right-style: hidden;
  323. }
  324. .fc .fc-scrollgrid {
  325. border-collapse: separate;
  326. border-right-width: 0;
  327. border-bottom-width: 0;
  328. }
  329. .fc .fc-scrollgrid-liquid {
  330. height: 100%;
  331. }
  332. .fc .fc-scrollgrid-section { /* a <tr> */
  333. height: 1px /* better than 0, for firefox */
  334. }
  335. .fc .fc-scrollgrid-section > td {
  336. height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
  337. }
  338. .fc .fc-scrollgrid-section table {
  339. height: 1px;
  340. /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  341. /* serves as a min-height. harmless */
  342. }
  343. .fc .fc-scrollgrid-section-liquid {
  344. height: auto
  345. }
  346. .fc .fc-scrollgrid-section-liquid > td {
  347. height: 100%; /* better than `auto`, for firefox */
  348. }
  349. .fc .fc-scrollgrid-section > * {
  350. border-top-width: 0;
  351. border-left-width: 0;
  352. }
  353. .fc .fc-scrollgrid-section-header > *,
  354. .fc .fc-scrollgrid-section-footer > * {
  355. border-bottom-width: 0;
  356. }
  357. .fc .fc-scrollgrid-section-body table,
  358. .fc .fc-scrollgrid-section-footer table {
  359. border-bottom-style: hidden; /* head keeps its bottom border tho */
  360. }
  361. .fc {
  362. /* stickiness */
  363. }
  364. .fc .fc-scrollgrid-section-sticky > * {
  365. background: #fff;
  366. background: var(--fc-page-bg-color, #fff);
  367. position: -webkit-sticky;
  368. position: sticky;
  369. z-index: 2; /* TODO: var */
  370. /* TODO: box-shadow when sticking */
  371. }
  372. .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  373. top: 0; /* because border-sharing causes a gap at the top */
  374. /* TODO: give safari -1. has bug */
  375. }
  376. .fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  377. bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  378. }
  379. .fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
  380. height: 1px; /* needs height to create scrollbars */
  381. margin-bottom: -1px;
  382. }
  383. .fc-sticky { /* no .fc wrap because used as child of body */
  384. position: -webkit-sticky;
  385. position: sticky;
  386. }
  387. .fc .fc-view-harness {
  388. flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
  389. position: relative;
  390. }
  391. .fc {
  392. /* when the harness controls the height, make the view liquid */
  393. }
  394. .fc .fc-view-harness-active > .fc-view {
  395. position: absolute;
  396. top: 0;
  397. right: 0;
  398. bottom: 0;
  399. left: 0;
  400. }
  401. .fc .fc-col-header-cell-cushion {
  402. display: inline-block; /* x-browser for when sticky (when multi-tier header) */
  403. padding: 2px 4px;
  404. }
  405. .fc .fc-bg-event,
  406. .fc .fc-non-business,
  407. .fc .fc-highlight {
  408. /* will always have a harness with position:relative/absolute, so absolutely expand */
  409. position: absolute;
  410. top: 0;
  411. left: 0;
  412. right: 0;
  413. bottom: 0;
  414. }
  415. .fc .fc-non-business {
  416. background: rgba(215, 215, 215, 0.3);
  417. background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  418. }
  419. .fc .fc-bg-event {
  420. background: rgb(143, 223, 130);
  421. background: var(--fc-bg-event-color, rgb(143, 223, 130));
  422. opacity: 0.3;
  423. opacity: var(--fc-bg-event-opacity, 0.3)
  424. }
  425. .fc .fc-bg-event .fc-event-title {
  426. margin: .5em;
  427. font-size: .85em;
  428. font-size: var(--fc-small-font-size, .85em);
  429. font-style: italic;
  430. }
  431. .fc .fc-highlight {
  432. background: rgba(188, 232, 241, 0.3);
  433. background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  434. }
  435. .fc .fc-cell-shaded,
  436. .fc .fc-day-disabled {
  437. background: rgba(208, 208, 208, 0.3);
  438. background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  439. }
  440. /* link resets */
  441. /* ---------------------------------------------------------------------------------------------------- */
  442. a.fc-event,
  443. a.fc-event:hover {
  444. text-decoration: none;
  445. }
  446. /* cursor */
  447. .fc-event[href],
  448. .fc-event.fc-event-draggable {
  449. cursor: pointer;
  450. }
  451. /* event text content */
  452. /* ---------------------------------------------------------------------------------------------------- */
  453. .fc-event .fc-event-main {
  454. position: relative;
  455. z-index: 2;
  456. }
  457. /* dragging */
  458. /* ---------------------------------------------------------------------------------------------------- */
  459. .fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
  460. opacity: 0.75;
  461. }
  462. .fc-event-dragging.fc-event-selected { /* TOUCH */
  463. box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  464. }
  465. /* resizing */
  466. /* ---------------------------------------------------------------------------------------------------- */
  467. /* (subclasses should hone positioning for touch and non-touch) */
  468. .fc-event .fc-event-resizer {
  469. display: none;
  470. position: absolute;
  471. z-index: 4;
  472. }
  473. .fc-event:hover, /* MOUSE */
  474. .fc-event-selected { /* TOUCH */
  475. }
  476. .fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
  477. display: block;
  478. }
  479. .fc-event-selected .fc-event-resizer {
  480. border-radius: 4px;
  481. border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  482. border-width: 1px;
  483. border-width: var(--fc-event-resizer-dot-border-width, 1px);
  484. width: 8px;
  485. width: var(--fc-event-resizer-dot-total-width, 8px);
  486. height: 8px;
  487. height: var(--fc-event-resizer-dot-total-width, 8px);
  488. border-style: solid;
  489. border-color: inherit;
  490. background: #fff;
  491. background: var(--fc-page-bg-color, #fff)
  492. /* expand hit area */
  493. }
  494. .fc-event-selected .fc-event-resizer:before {
  495. content: '';
  496. position: absolute;
  497. top: -20px;
  498. left: -20px;
  499. right: -20px;
  500. bottom: -20px;
  501. }
  502. /* selecting (always TOUCH) */
  503. /* ---------------------------------------------------------------------------------------------------- */
  504. .fc-event-selected {
  505. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
  506. /* expand hit area (subclasses should expand) */
  507. }
  508. .fc-event-selected:before {
  509. content: "";
  510. position: absolute;
  511. z-index: 3;
  512. top: 0;
  513. left: 0;
  514. right: 0;
  515. bottom: 0;
  516. }
  517. .fc-event-selected {
  518. /* dimmer effect */
  519. }
  520. .fc-event-selected:after {
  521. content: "";
  522. background: rgba(0, 0, 0, 0.25);
  523. background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  524. position: absolute;
  525. z-index: 1;
  526. /* assume there's a border on all sides. overcome it. */
  527. /* sometimes there's NOT a border, in which case the dimmer will go over */
  528. /* an adjacent border, which looks fine. */
  529. top: -1px;
  530. left: -1px;
  531. right: -1px;
  532. bottom: -1px;
  533. }
  534. /*
  535. A HORIZONTAL event
  536. */
  537. .fc-h-event { /* allowed to be top-level */
  538. display: block;
  539. border: 1px solid #3788d8;
  540. border: 1px solid var(--fc-event-border-color, #3788d8);
  541. background-color: #3788d8;
  542. background-color: var(--fc-event-bg-color, #3788d8)
  543. }
  544. .fc-h-event .fc-event-main {
  545. color: #fff;
  546. color: var(--fc-event-text-color, #fff);
  547. }
  548. .fc-h-event .fc-event-main-frame {
  549. display: flex; /* for make fc-event-title-container expand */
  550. }
  551. .fc-h-event .fc-event-time {
  552. max-width: 100%; /* clip overflow on this element */
  553. overflow: hidden;
  554. }
  555. .fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
  556. flex-grow: 1;
  557. flex-shrink: 1;
  558. min-width: 0; /* important for allowing to shrink all the way */
  559. }
  560. .fc-h-event .fc-event-title {
  561. display: inline-block; /* need this to be sticky cross-browser */
  562. vertical-align: top; /* for not messing up line-height */
  563. left: 0; /* for sticky */
  564. right: 0; /* for sticky */
  565. max-width: 100%; /* clip overflow on this element */
  566. overflow: hidden;
  567. }
  568. .fc-h-event.fc-event-selected:before {
  569. /* expand hit area */
  570. top: -10px;
  571. bottom: -10px;
  572. }
  573. /* adjust border and border-radius (if there is any) for non-start/end */
  574. .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
  575. .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  576. border-top-left-radius: 0;
  577. border-bottom-left-radius: 0;
  578. border-left-width: 0;
  579. }
  580. .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
  581. .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  582. border-top-right-radius: 0;
  583. border-bottom-right-radius: 0;
  584. border-right-width: 0;
  585. }
  586. /* resizers */
  587. .fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  588. top: 0;
  589. bottom: 0;
  590. width: 8px;
  591. width: var(--fc-event-resizer-thickness, 8px);
  592. }
  593. .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
  594. .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  595. cursor: w-resize;
  596. left: -4px;
  597. left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  598. }
  599. .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
  600. .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  601. cursor: e-resize;
  602. right: -4px;
  603. right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  604. }
  605. /* resizers for TOUCH */
  606. .fc-h-event.fc-event-selected .fc-event-resizer {
  607. top: 50%;
  608. margin-top: -4px;
  609. margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  610. }
  611. .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
  612. .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  613. left: -4px;
  614. left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  615. }
  616. .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
  617. .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  618. right: -4px;
  619. right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  620. }
  621. :root {
  622. --fc-daygrid-event-dot-width: 8px;
  623. }
  624. .fc .fc-popover {
  625. position: fixed;
  626. top: 0; /* for when not positioned yet */
  627. box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  628. }
  629. .fc .fc-popover-header {
  630. display: flex;
  631. flex-direction: row;
  632. justify-content: space-between;
  633. align-items: center;
  634. padding: 3px 4px;
  635. }
  636. .fc .fc-popover-title {
  637. margin: 0 2px;
  638. }
  639. .fc .fc-popover-close {
  640. cursor: pointer;
  641. opacity: 0.65;
  642. font-size: 1.1em;
  643. }
  644. .fc-theme-standard .fc-popover {
  645. border: 1px solid #ddd;
  646. border: 1px solid var(--fc-border-color, #ddd);
  647. background: #fff;
  648. background: var(--fc-page-bg-color, #fff);
  649. }
  650. .fc-theme-standard .fc-popover-header {
  651. background: rgba(208, 208, 208, 0.3);
  652. background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  653. }
  654. /* help things clear margins of inner content */
  655. .fc-daygrid-day-frame,
  656. .fc-daygrid-day-events,
  657. .fc-daygrid-event-harness { /* for event top/bottom margins */
  658. }
  659. .fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  660. content: "";
  661. clear: both;
  662. display: table;
  663. }
  664. .fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  665. content: "";
  666. clear: both;
  667. display: table;
  668. }
  669. .fc .fc-daygrid-body { /* a <div> that wraps the table */
  670. position: relative;
  671. z-index: 1; /* container inner z-index's because <tr>s can't do it */
  672. }
  673. .fc .fc-daygrid-day.fc-day-today {
  674. background-color: rgba(255, 220, 40, 0.15);
  675. background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
  676. }
  677. .fc .fc-daygrid-day-frame {
  678. position: relative;
  679. min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  680. }
  681. .fc {
  682. /* cell top */
  683. }
  684. .fc .fc-daygrid-day-top {
  685. display: flex;
  686. flex-direction: row-reverse;
  687. }
  688. .fc .fc-day-other .fc-daygrid-day-top {
  689. opacity: 0.3;
  690. }
  691. .fc {
  692. /* day number (within cell top) */
  693. }
  694. .fc .fc-daygrid-day-number {
  695. position: relative;
  696. z-index: 4;
  697. padding: 4px;
  698. }
  699. .fc {
  700. /* event container */
  701. }
  702. .fc .fc-daygrid-day-events {
  703. margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  704. }
  705. .fc {
  706. /* positioning for balanced vs natural */
  707. }
  708. .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  709. position: absolute;
  710. left: 0;
  711. right: 0;
  712. }
  713. .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  714. position: relative; /* for containing abs positioned event harnesses */
  715. min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
  716. }
  717. .fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  718. }
  719. .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  720. margin-bottom: 1em;
  721. }
  722. .fc {
  723. /* event harness */
  724. }
  725. .fc .fc-daygrid-event-harness {
  726. position: relative;
  727. }
  728. .fc .fc-daygrid-event-harness-abs {
  729. position: absolute;
  730. top: 0; /* fallback coords for when cannot yet be computed */
  731. left: 0; /* */
  732. right: 0; /* */
  733. }
  734. .fc .fc-daygrid-bg-harness {
  735. position: absolute;
  736. top: 0;
  737. bottom: 0;
  738. }
  739. .fc {
  740. /* bg content */
  741. }
  742. .fc .fc-daygrid-day-bg .fc-non-business {
  743. z-index: 1
  744. }
  745. .fc .fc-daygrid-day-bg .fc-bg-event {
  746. z-index: 2
  747. }
  748. .fc .fc-daygrid-day-bg .fc-highlight {
  749. z-index: 3
  750. }
  751. .fc {
  752. /* events */
  753. }
  754. .fc .fc-daygrid-event {
  755. z-index: 6;
  756. margin-top: 1px;
  757. }
  758. .fc .fc-daygrid-event.fc-event-mirror {
  759. z-index: 7;
  760. }
  761. .fc {
  762. /* cell bottom (within day-events) */
  763. }
  764. .fc .fc-daygrid-day-bottom {
  765. font-size: .85em;
  766. margin: 2px 3px 0;
  767. }
  768. .fc .fc-daygrid-more-link {
  769. position: relative;
  770. z-index: 4;
  771. cursor: pointer;
  772. }
  773. .fc {
  774. /* week number (within frame) */
  775. }
  776. .fc .fc-daygrid-week-number {
  777. position: absolute;
  778. z-index: 5;
  779. top: 0;
  780. padding: 2px;
  781. min-width: 1.5em;
  782. text-align: center;
  783. background-color: rgba(208, 208, 208, 0.3);
  784. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  785. color: #808080;
  786. color: var(--fc-neutral-text-color, #808080);
  787. }
  788. .fc {
  789. /* popover */
  790. }
  791. .fc .fc-more-popover {
  792. z-index: 8;
  793. }
  794. .fc .fc-more-popover .fc-popover-body {
  795. min-width: 220px;
  796. padding: 10px;
  797. }
  798. .fc-direction-ltr .fc-daygrid-event.fc-event-start,
  799. .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  800. margin-left: 2px;
  801. }
  802. .fc-direction-ltr .fc-daygrid-event.fc-event-end,
  803. .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  804. margin-right: 2px;
  805. }
  806. .fc-direction-ltr .fc-daygrid-week-number {
  807. left: 0;
  808. border-radius: 0 0 3px 0;
  809. }
  810. .fc-direction-rtl .fc-daygrid-week-number {
  811. right: 0;
  812. border-radius: 0 0 0 3px;
  813. }
  814. .fc-liquid-hack .fc-daygrid-day-frame {
  815. position: static; /* will cause inner absolute stuff to expand to <td> */
  816. }
  817. .fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  818. position: relative; /* for z-indexes assigned later */
  819. white-space: nowrap;
  820. border-radius: 3px; /* dot event needs this to when selected */
  821. font-size: .85em;
  822. font-size: var(--fc-small-font-size, .85em);
  823. }
  824. /* --- the rectangle ("block") style of event --- */
  825. .fc-daygrid-block-event .fc-event-time {
  826. font-weight: bold;
  827. }
  828. .fc-daygrid-block-event .fc-event-time,
  829. .fc-daygrid-block-event .fc-event-title {
  830. padding: 1px;
  831. }
  832. /* --- the dot style of event --- */
  833. .fc-daygrid-dot-event {
  834. display: flex;
  835. align-items: center;
  836. padding: 2px 0
  837. }
  838. .fc-daygrid-dot-event .fc-event-title {
  839. flex-grow: 1;
  840. flex-shrink: 1;
  841. min-width: 0; /* important for allowing to shrink all the way */
  842. overflow: hidden;
  843. font-weight: bold;
  844. }
  845. .fc-daygrid-dot-event:hover,
  846. .fc-daygrid-dot-event.fc-event-mirror {
  847. background: rgba(0, 0, 0, 0.1);
  848. }
  849. .fc-daygrid-dot-event.fc-event-selected:before {
  850. /* expand hit area */
  851. top: -10px;
  852. bottom: -10px;
  853. }
  854. .fc-daygrid-event-dot { /* the actual dot */
  855. margin: 0 4px;
  856. box-sizing: content-box;
  857. width: 0;
  858. height: 0;
  859. border: 4px solid #3788d8;
  860. border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  861. border-radius: 4px;
  862. border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
  863. }
  864. /* --- spacing between time and title --- */
  865. .fc-direction-ltr .fc-daygrid-event .fc-event-time {
  866. margin-right: 3px;
  867. }
  868. .fc-direction-rtl .fc-daygrid-event .fc-event-time {
  869. margin-left: 3px;
  870. }
  871. /*
  872. A VERTICAL event
  873. */
  874. .fc-v-event { /* allowed to be top-level */
  875. display: block;
  876. border: 1px solid #3788d8;
  877. border: 1px solid var(--fc-event-border-color, #3788d8);
  878. background-color: #3788d8;
  879. background-color: var(--fc-event-bg-color, #3788d8)
  880. }
  881. .fc-v-event .fc-event-main {
  882. color: #fff;
  883. color: var(--fc-event-text-color, #fff);
  884. height: 100%;
  885. }
  886. .fc-v-event .fc-event-main-frame {
  887. height: 100%;
  888. display: flex;
  889. flex-direction: column;
  890. }
  891. .fc-v-event .fc-event-time {
  892. flex-grow: 0;
  893. flex-shrink: 0;
  894. max-height: 100%;
  895. overflow: hidden;
  896. }
  897. .fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
  898. flex-grow: 1;
  899. flex-shrink: 1;
  900. min-height: 0; /* important for allowing to shrink all the way */
  901. }
  902. .fc-v-event .fc-event-title { /* will have fc-sticky on it */
  903. top: 0;
  904. bottom: 0;
  905. max-height: 100%; /* clip overflow */
  906. overflow: hidden;
  907. }
  908. .fc-v-event:not(.fc-event-start) {
  909. border-top-width: 0;
  910. border-top-left-radius: 0;
  911. border-top-right-radius: 0;
  912. }
  913. .fc-v-event:not(.fc-event-end) {
  914. border-bottom-width: 0;
  915. border-bottom-left-radius: 0;
  916. border-bottom-right-radius: 0;
  917. }
  918. .fc-v-event.fc-event-selected:before {
  919. /* expand hit area */
  920. left: -10px;
  921. right: -10px;
  922. }
  923. .fc-v-event {
  924. /* resizer (mouse AND touch) */
  925. }
  926. .fc-v-event .fc-event-resizer-start {
  927. cursor: n-resize;
  928. }
  929. .fc-v-event .fc-event-resizer-end {
  930. cursor: s-resize;
  931. }
  932. .fc-v-event {
  933. /* resizer for MOUSE */
  934. }
  935. .fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  936. height: 8px;
  937. height: var(--fc-event-resizer-thickness, 8px);
  938. left: 0;
  939. right: 0;
  940. }
  941. .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  942. top: -4px;
  943. top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  944. }
  945. .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  946. bottom: -4px;
  947. bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  948. }
  949. .fc-v-event {
  950. /* resizer for TOUCH (when event is "selected") */
  951. }
  952. .fc-v-event.fc-event-selected .fc-event-resizer {
  953. left: 50%;
  954. margin-left: -4px;
  955. margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  956. }
  957. .fc-v-event.fc-event-selected .fc-event-resizer-start {
  958. top: -4px;
  959. top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  960. }
  961. .fc-v-event.fc-event-selected .fc-event-resizer-end {
  962. bottom: -4px;
  963. bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  964. }
  965. .fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
  966. z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  967. }
  968. .fc .fc-timegrid-divider {
  969. padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  970. }
  971. .fc .fc-timegrid-body {
  972. position: relative;
  973. z-index: 1; /* scope the z-indexes of slots and cols */
  974. min-height: 100%; /* fill height always, even when slat table doesn't grow */
  975. }
  976. .fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
  977. position: relative /* offset parent for now-indicator-container */
  978. }
  979. .fc .fc-timegrid-axis-chunk > table {
  980. position: relative;
  981. z-index: 1; /* above the now-indicator-container */
  982. }
  983. .fc .fc-timegrid-slots {
  984. position: relative;
  985. z-index: 1;
  986. }
  987. .fc .fc-timegrid-slot { /* a <td> */
  988. height: 1.5em;
  989. border-bottom: 0 /* each cell owns its top border */
  990. }
  991. .fc .fc-timegrid-slot:empty:before {
  992. content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
  993. }
  994. .fc .fc-timegrid-slot-minor {
  995. border-top-style: dotted;
  996. }
  997. .fc .fc-timegrid-slot-label-cushion {
  998. display: inline-block;
  999. white-space: nowrap;
  1000. }
  1001. .fc .fc-timegrid-slot-label {
  1002. vertical-align: middle; /* vertical align the slots */
  1003. }
  1004. .fc {
  1005. /* slots AND axis cells (top-left corner of view including the "all-day" text) */
  1006. }
  1007. .fc .fc-timegrid-axis-cushion,
  1008. .fc .fc-timegrid-slot-label-cushion {
  1009. padding: 0 4px;
  1010. }
  1011. .fc {
  1012. /* axis cells (top-left corner of view including the "all-day" text) */
  1013. /* vertical align is more complicated, uses flexbox */
  1014. }
  1015. .fc .fc-timegrid-axis-frame-liquid {
  1016. height: 100%; /* will need liquid-hack in FF */
  1017. }
  1018. .fc .fc-timegrid-axis-frame {
  1019. overflow: hidden;
  1020. display: flex;
  1021. align-items: center; /* vertical align */
  1022. justify-content: flex-end; /* horizontal align. matches text-align below */
  1023. }
  1024. .fc .fc-timegrid-axis-cushion {
  1025. max-width: 60px; /* limits the width of the "all-day" text */
  1026. flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  1027. }
  1028. .fc-direction-ltr .fc-timegrid-slot-label-frame {
  1029. text-align: right;
  1030. }
  1031. .fc-direction-rtl .fc-timegrid-slot-label-frame {
  1032. text-align: left;
  1033. }
  1034. .fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  1035. height: auto;
  1036. position: absolute;
  1037. top: 0;
  1038. right: 0;
  1039. bottom: 0;
  1040. left: 0;
  1041. }
  1042. .fc .fc-timegrid-col.fc-day-today {
  1043. background-color: rgba(255, 220, 40, 0.15);
  1044. background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
  1045. }
  1046. .fc .fc-timegrid-col-frame {
  1047. min-height: 100%; /* liquid-hack is below */
  1048. position: relative;
  1049. }
  1050. .fc-liquid-hack .fc-timegrid-col-frame {
  1051. height: auto;
  1052. position: absolute;
  1053. top: 0;
  1054. right: 0;
  1055. bottom: 0;
  1056. left: 0;
  1057. }
  1058. .fc-media-screen .fc-timegrid-cols {
  1059. position: absolute; /* no z-index. children will decide and go above slots */
  1060. top: 0;
  1061. left: 0;
  1062. right: 0;
  1063. bottom: 0
  1064. }
  1065. .fc-media-screen .fc-timegrid-cols > table {
  1066. height: 100%;
  1067. }
  1068. .fc-media-screen .fc-timegrid-col-bg,
  1069. .fc-media-screen .fc-timegrid-col-events,
  1070. .fc-media-screen .fc-timegrid-now-indicator-container {
  1071. position: absolute;
  1072. top: 0;
  1073. left: 0;
  1074. right: 0;
  1075. }
  1076. .fc-media-screen .fc-timegrid-event-harness {
  1077. position: absolute; /* top/left/right/bottom will all be set by JS */
  1078. }
  1079. .fc {
  1080. /* bg */
  1081. }
  1082. .fc .fc-timegrid-col-bg {
  1083. z-index: 2; /* TODO: kill */
  1084. }
  1085. .fc .fc-timegrid-col-bg .fc-non-business {
  1086. z-index: 1
  1087. }
  1088. .fc .fc-timegrid-col-bg .fc-bg-event {
  1089. z-index: 2
  1090. }
  1091. .fc .fc-timegrid-col-bg .fc-highlight {
  1092. z-index: 3
  1093. }
  1094. .fc .fc-timegrid-bg-harness {
  1095. position: absolute; /* top/bottom will be set by JS */
  1096. left: 0;
  1097. right: 0;
  1098. }
  1099. .fc {
  1100. /* fg events */
  1101. /* (the mirror segs are put into a separate container with same classname, */
  1102. /* and they must be after the normal seg container to appear at a higher z-index) */
  1103. }
  1104. .fc .fc-timegrid-col-events {
  1105. z-index: 3;
  1106. /* child event segs have z-indexes that are scoped within this div */
  1107. }
  1108. .fc {
  1109. /* now indicator */
  1110. }
  1111. .fc .fc-timegrid-now-indicator-container {
  1112. bottom: 0;
  1113. overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
  1114. /* z-index is set on the individual elements */
  1115. }
  1116. .fc-direction-ltr .fc-timegrid-col-events {
  1117. margin: 0 2.5% 0 2px;
  1118. }
  1119. .fc-direction-rtl .fc-timegrid-col-events {
  1120. margin: 0 2px 0 2.5%;
  1121. }
  1122. .fc-timegrid-event-harness-inset .fc-timegrid-event,
  1123. .fc-timegrid-event.fc-event-mirror {
  1124. box-shadow: 0px 0px 0px 1px #fff;
  1125. box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
  1126. }
  1127. .fc-timegrid-event { /* events need to be root */
  1128. font-size: .85em;
  1129. font-size: var(--fc-small-font-size, .85em);
  1130. border-radius: 3px
  1131. }
  1132. .fc-timegrid-event .fc-event-main {
  1133. padding: 1px 1px 0;
  1134. }
  1135. .fc-timegrid-event .fc-event-time {
  1136. white-space: nowrap;
  1137. font-size: .85em;
  1138. font-size: var(--fc-small-font-size, .85em);
  1139. margin-bottom: 1px;
  1140. }
  1141. .fc-timegrid-event-condensed .fc-event-main-frame {
  1142. flex-direction: row;
  1143. overflow: hidden;
  1144. }
  1145. .fc-timegrid-event-condensed .fc-event-time:after {
  1146. content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  1147. }
  1148. .fc-timegrid-event-condensed .fc-event-title {
  1149. font-size: .85em;
  1150. font-size: var(--fc-small-font-size, .85em)
  1151. }
  1152. .fc-media-screen .fc-timegrid-event {
  1153. position: absolute; /* absolute WITHIN the harness */
  1154. top: 0;
  1155. bottom: 1px; /* stay away from bottom slot line */
  1156. left: 0;
  1157. right: 0;
  1158. }
  1159. .fc {
  1160. /* line */
  1161. }
  1162. .fc .fc-timegrid-now-indicator-line {
  1163. position: absolute;
  1164. z-index: 4;
  1165. left: 0;
  1166. right: 0;
  1167. border-style: solid;
  1168. border-color: red;
  1169. border-color: var(--fc-now-indicator-color, red);
  1170. border-width: 1px 0 0;
  1171. }
  1172. .fc {
  1173. /* arrow */
  1174. }
  1175. .fc .fc-timegrid-now-indicator-arrow {
  1176. position: absolute;
  1177. z-index: 4;
  1178. margin-top: -5px; /* vertically center on top coordinate */
  1179. border-style: solid;
  1180. border-color: red;
  1181. border-color: var(--fc-now-indicator-color, red);
  1182. }
  1183. .fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  1184. left: 0;
  1185. /* triangle pointing right. TODO: mixin */
  1186. border-width: 5px 0 5px 6px;
  1187. border-top-color: transparent;
  1188. border-bottom-color: transparent;
  1189. }
  1190. .fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  1191. right: 0;
  1192. /* triangle pointing left. TODO: mixin */
  1193. border-width: 5px 6px 5px 0;
  1194. border-top-color: transparent;
  1195. border-bottom-color: transparent;
  1196. }
  1197. :root {
  1198. --fc-list-event-dot-width: 10px;
  1199. --fc-list-event-hover-bg-color: #f5f5f5;
  1200. }
  1201. .fc-theme-standard .fc-list {
  1202. border: 1px solid #ddd;
  1203. border: 1px solid var(--fc-border-color, #ddd);
  1204. }
  1205. .fc {
  1206. /* message when no events */
  1207. }
  1208. .fc .fc-list-empty {
  1209. background-color: rgba(208, 208, 208, 0.3);
  1210. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  1211. height: 100%;
  1212. display: flex;
  1213. justify-content: center;
  1214. align-items: center; /* vertically aligns fc-list-empty-inner */
  1215. }
  1216. .fc .fc-list-empty-cushion {
  1217. margin: 5em 0;
  1218. }
  1219. .fc {
  1220. /* table within the scroller */
  1221. /* ---------------------------------------------------------------------------------------------------- */
  1222. }
  1223. .fc .fc-list-table {
  1224. width: 100%;
  1225. border-style: hidden; /* kill outer border on theme */
  1226. }
  1227. .fc .fc-list-table tr > * {
  1228. border-left: 0;
  1229. border-right: 0;
  1230. }
  1231. .fc .fc-list-sticky .fc-list-day > * { /* the cells */
  1232. position: -webkit-sticky;
  1233. position: sticky;
  1234. top: 0;
  1235. background: #fff;
  1236. background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
  1237. }
  1238. .fc .fc-list-table th {
  1239. padding: 0; /* uses an inner-wrapper instead... */
  1240. }
  1241. .fc .fc-list-table td,
  1242. .fc .fc-list-day-cushion {
  1243. padding: 8px 14px;
  1244. }
  1245. .fc {
  1246. /* date heading rows */
  1247. /* ---------------------------------------------------------------------------------------------------- */
  1248. }
  1249. .fc .fc-list-day-cushion:after {
  1250. content: "";
  1251. clear: both;
  1252. display: table; /* clear floating */
  1253. }
  1254. .fc-theme-standard .fc-list-day-cushion {
  1255. background-color: rgba(208, 208, 208, 0.3);
  1256. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  1257. }
  1258. .fc-direction-ltr .fc-list-day-text,
  1259. .fc-direction-rtl .fc-list-day-side-text {
  1260. float: left;
  1261. }
  1262. .fc-direction-ltr .fc-list-day-side-text,
  1263. .fc-direction-rtl .fc-list-day-text {
  1264. float: right;
  1265. }
  1266. /* make the dot closer to the event title */
  1267. .fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  1268. padding-right: 0
  1269. }
  1270. .fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  1271. padding-left: 0
  1272. }
  1273. .fc .fc-list-event.fc-event-forced-url {
  1274. cursor: pointer; /* whole row will seem clickable */
  1275. }
  1276. .fc .fc-list-event:hover td {
  1277. background-color: #f5f5f5;
  1278. background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
  1279. }
  1280. .fc {
  1281. /* shrink certain cols */
  1282. }
  1283. .fc .fc-list-event-graphic,
  1284. .fc .fc-list-event-time {
  1285. white-space: nowrap;
  1286. width: 1px;
  1287. }
  1288. .fc .fc-list-event-dot {
  1289. display: inline-block;
  1290. box-sizing: content-box;
  1291. width: 0;
  1292. height: 0;
  1293. border: 5px solid #3788d8;
  1294. border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  1295. border-radius: 5px;
  1296. border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
  1297. }
  1298. .fc {
  1299. /* reset <a> styling */
  1300. }
  1301. .fc .fc-list-event-title a {
  1302. color: inherit;
  1303. text-decoration: none;
  1304. }
  1305. .fc {
  1306. /* underline link when hovering over any part of row */
  1307. }
  1308. .fc .fc-list-event.fc-event-forced-url:hover a {
  1309. text-decoration: underline;
  1310. }
  1311. .fc-theme-bootstrap a:not([href]) {
  1312. color: inherit; /* natural color for navlinks */
  1313. }