style.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @font-face {
  2. font-family: 'calendar';
  3. src:
  4. url('../x_component_Calendar/$Main/default/fonts/calendar.ttf?urwbj3') format('truetype'),
  5. url('../x_component_Calendar/$Main/default/fonts/calendar.woff?urwbj3') format('woff'),
  6. url('../x_component_Calendar/$Main/default/fonts/calendar.svg?urwbj3#calendar') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. font-display: block;
  10. }
  11. [class^="o2icon-"], [class*=" o2icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'calendar' !important;
  14. speak: never;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .o2icon-day:before {
  25. content: "\e93c";
  26. }
  27. .o2icon-month:before {
  28. content: "\e93d";
  29. }
  30. .o2icon-list:before {
  31. content: "\e93f";
  32. }
  33. .o2icon-true:before {
  34. content: "\e941";
  35. }
  36. .o2icon-newfiles:before {
  37. content: "\e95c";
  38. }
  39. .o2icon-cross:before {
  40. content: "\e987";
  41. }
  42. .o2icon-create:before {
  43. content: "\e9af";
  44. }
  45. .o2icon-delete:before {
  46. content: "\e9b0";
  47. }
  48. .o2icon-triangle_left:before {
  49. content: "\e9b1";
  50. }
  51. .o2icon-triangle_right:before {
  52. content: "\e9b3";
  53. }
  54. .o2icon-triangle_down:before {
  55. content: "\e9b2";
  56. }
  57. .o2icon-triangle_up:before {
  58. content: "\e9b4";
  59. }
  60. .o2icon-config:before {
  61. content: "\e9ba";
  62. }
  63. .o2icon-calendar-add:before {
  64. content: "\e9c2";
  65. }
  66. .o2icon-week:before {
  67. content: "\e9c3";
  68. }