style.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @font-face {
  2. font-family: 'cmsmodule';
  3. src:
  4. url('../x_component_cms_Module/$Main/default/fonts/cmsmodule.ttf?k0urch') format('truetype'),
  5. url('../x_component_cms_Module/$Main/default/fonts/cmsmodule.woff?k0urch') format('woff'),
  6. url('../x_component_cms_Module/$Main/default/fonts/cmsmodule.svg?k0urch#cmsmodule') 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: 'cmsmodule' !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-folder-select:before {
  25. content: "\e900";
  26. }
  27. .o2icon-folder-move:before {
  28. content: "\e902";
  29. }
  30. .o2icon-back:before {
  31. content: "\e918";
  32. }
  33. .o2icon-layout:before {
  34. content: "\e958";
  35. }
  36. .o2icon-newfiles:before {
  37. content: "\e95b";
  38. }
  39. .o2icon-files:before {
  40. content: "\e95c";
  41. }
  42. .o2icon-document-copy:before {
  43. content: "\e990";
  44. }
  45. .o2icon-search2:before {
  46. content: "\e993";
  47. }
  48. .o2icon-edit2:before {
  49. content: "\e99d";
  50. }
  51. .o2icon-create:before {
  52. content: "\e9af";
  53. }
  54. .o2icon-delete:before {
  55. content: "\e9b0";
  56. }
  57. .o2icon-triangle_right:before {
  58. content: "\e9b1";
  59. }
  60. .o2icon-triangle_down:before {
  61. content: "\e9b2";
  62. }
  63. .o2icon-off:before {
  64. content: "\e9bb";
  65. }
  66. .o2icon-order:before {
  67. content: "\e9bd";
  68. }
  69. .o2icon-list3:before {
  70. content: "\e9c0";
  71. }
  72. .o2icon-list4:before {
  73. content: "\e9c1";
  74. }
  75. .o2icon-publishdelay:before {
  76. content: "\e901";
  77. }
  78. .o2icon-clock2:before {
  79. content: "\e9ab";
  80. }
  81. .o2icon-spinner:before {
  82. content: "\e97d";
  83. }