You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. @font-face {
  2. font-family: 'jitsi';
  3. src:url('../fonts/jitsi.eot?94d075');
  4. src:url('../fonts/jitsi.eot?#iefix94d075') format('embedded-opentype'),
  5. url('../fonts/jitsi.woff?94d075') format('woff'),
  6. url('../fonts/jitsi.ttf?94d075') format('truetype'),
  7. url('../fonts/jitsi.svg?94d075#jitsi') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="icon-"], [class*=" icon-"] {
  12. font-family: 'jitsi';
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 0.75em;
  19. font-size: 1.22em;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .icon-kick1:before {
  25. content: "\e60f";
  26. }
  27. .icon-kick:before {
  28. content: "\e610";
  29. }
  30. .icon-share-desktop:before {
  31. content: "\e602";
  32. }
  33. .icon-chat-simple:before {
  34. content: "\e606";
  35. }
  36. .icon-full-screen:before {
  37. content: "\e60d";
  38. }
  39. .icon-exit-full-screen:before {
  40. content: "\e60e";
  41. }
  42. .icon-prezi:before {
  43. content: "\e60c";
  44. }
  45. .icon-link:before {
  46. content: "\e600";
  47. }
  48. .icon-chat:before {
  49. content: "\e601";
  50. }
  51. .icon-presentation:before {
  52. content: "\e603";
  53. }
  54. .icon-security:before {
  55. content: "\e604";
  56. }
  57. .icon-share-doc:before {
  58. content: "\e605";
  59. }
  60. .icon-security-locked:before {
  61. content: "\e607";
  62. }
  63. .icon-camera:before {
  64. content: "\e608";
  65. }
  66. .icon-camera-disabled:before {
  67. content: "\e609";
  68. }
  69. .icon-mic-disabled:before {
  70. content: "\e60a";
  71. }
  72. .icon-microphone:before {
  73. content: "\e60b";
  74. }