2014-03-26 10:33:46 +00:00
|
|
|
@font-face {
|
2019-07-08 15:11:42 +00:00
|
|
|
font-family: 'jitsi';
|
|
|
|
src: url('../fonts/jitsi.eot?icrce1');
|
|
|
|
src: url('../fonts/jitsi.eot?icrce1#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/jitsi.ttf?icrce1') format('truetype'),
|
|
|
|
url('../fonts/jitsi.woff?icrce1') format('woff'),
|
|
|
|
url('../fonts/jitsi.svg?icrce1#jitsi') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
|
|
font-family: 'jitsi';
|
|
|
|
speak: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
2016-09-15 02:20:54 +00:00
|
|
|
line-height: 1.22em;
|
2014-03-26 10:33:46 +00:00
|
|
|
font-size: 1.22em;
|
2016-09-26 19:46:39 +00:00
|
|
|
cursor: default;
|
2014-03-26 10:33:46 +00:00
|
|
|
|
|
|
|
/* Better Font Rendering =========== */
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
2018-07-26 16:33:40 +00:00
|
|
|
|
2019-07-08 15:11:42 +00:00
|
|
|
.icon-blur-background:before {
|
|
|
|
content: "\e90f";
|
|
|
|
color: #a4b8d1;
|
2019-02-21 01:12:21 +00:00
|
|
|
}
|
|
|
|
.icon-speaker:before {
|
|
|
|
content: "\e92d";
|
|
|
|
}
|
|
|
|
.icon-rec:before {
|
|
|
|
content: "\e92b";
|
|
|
|
}
|
|
|
|
.icon-camera-take-picture:before {
|
|
|
|
content: "\e92a";
|
|
|
|
}
|
|
|
|
.icon-AUD:before {
|
|
|
|
content: "\e900";
|
|
|
|
}
|
|
|
|
.icon-HD:before {
|
|
|
|
content: "\e927";
|
|
|
|
}
|
|
|
|
.icon-LD:before {
|
|
|
|
content: "\e928";
|
|
|
|
}
|
|
|
|
.icon-SD:before {
|
|
|
|
content: "\e929";
|
2014-07-01 14:02:34 +00:00
|
|
|
}
|
2019-02-21 17:39:45 +00:00
|
|
|
.icon-gsm-bars:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e926";
|
2017-04-14 11:21:16 +00:00
|
|
|
}
|
2019-02-21 01:12:21 +00:00
|
|
|
.icon-info:before {
|
|
|
|
content: "\e922";
|
|
|
|
}
|
|
|
|
.icon-mic-camera-combined:before {
|
|
|
|
content: "\e903";
|
|
|
|
}
|
|
|
|
.icon-feedback:before {
|
|
|
|
content: "\e91d";
|
|
|
|
}
|
|
|
|
.icon-hangup:before {
|
|
|
|
content: "\e905";
|
|
|
|
}
|
|
|
|
.icon-chat:before {
|
|
|
|
content: "\e906";
|
2014-05-19 12:49:20 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-share-doc:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e908";
|
2014-05-19 12:49:20 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-kick:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e904";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
2016-09-18 21:20:52 +00:00
|
|
|
.icon-menu-up:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e91f";
|
2016-09-18 21:20:52 +00:00
|
|
|
}
|
|
|
|
.icon-menu-down:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e920";
|
2016-09-18 21:20:52 +00:00
|
|
|
}
|
2014-03-26 10:33:46 +00:00
|
|
|
.icon-full-screen:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e90b";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
|
|
|
.icon-exit-full-screen:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e90c";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-security:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e90d";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-security-locked:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e90e";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-microphone:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e910";
|
2014-08-08 13:25:24 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-mic-disabled:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e912";
|
2017-05-25 14:59:31 +00:00
|
|
|
}
|
2016-09-14 14:00:59 +00:00
|
|
|
.icon-raised-hand:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e91e";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-link:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e913";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-shared-video:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e914";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-settings:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e915";
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
2016-12-14 21:33:15 +00:00
|
|
|
.icon-star:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e916";
|
2016-12-14 21:33:15 +00:00
|
|
|
}
|
|
|
|
.icon-switch-camera:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e921";
|
2016-12-14 21:33:15 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-share-desktop:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e917";
|
2014-08-27 10:59:28 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-camera:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e918";
|
2016-09-12 04:36:15 +00:00
|
|
|
}
|
|
|
|
.icon-camera-disabled:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e919";
|
2016-09-12 04:36:15 +00:00
|
|
|
}
|
|
|
|
.icon-volume:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e91a";
|
2015-04-07 15:09:28 +00:00
|
|
|
}
|
2016-09-12 04:36:15 +00:00
|
|
|
.icon-presentation:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e603";
|
2017-04-05 15:14:26 +00:00
|
|
|
}
|
|
|
|
.icon-visibility:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e923";
|
2017-04-05 15:14:26 +00:00
|
|
|
}
|
|
|
|
.icon-visibility-off:before {
|
2019-02-21 01:12:21 +00:00
|
|
|
content: "\e924";
|
2018-04-26 21:24:52 +00:00
|
|
|
}
|
2019-07-08 15:11:42 +00:00
|
|
|
.icon-enlarge:before {
|
|
|
|
content: "\e90a";
|
|
|
|
}
|
|
|
|
.icon-signal_cellular_0:before {
|
2019-06-28 17:18:47 +00:00
|
|
|
content: "\e901";
|
2019-07-08 15:11:42 +00:00
|
|
|
}
|
|
|
|
.icon-signal_cellular_1:before {
|
|
|
|
content: "\e902";
|
|
|
|
}
|
|
|
|
.icon-signal_cellular_2:before {
|
|
|
|
content: "\e907";
|
|
|
|
}
|
|
|
|
.icon-phone:before {
|
|
|
|
content: "\e0cd";
|
|
|
|
}
|
|
|
|
.icon-radio_button_unchecked:before {
|
|
|
|
content: "\e836";
|
|
|
|
}
|
|
|
|
.icon-radio_button_checked:before {
|
|
|
|
content: "\e837";
|
|
|
|
}
|
|
|
|
.icon-search:before {
|
|
|
|
content: "\e8b6";
|
|
|
|
}
|
|
|
|
.icon-chat-unread:before {
|
|
|
|
content: "\e0b7";
|
|
|
|
}
|
|
|
|
.icon-closed_caption:before {
|
|
|
|
content: "\e930";
|
|
|
|
}
|
|
|
|
.icon-tiles-many:before {
|
|
|
|
content: "\e92e";
|
|
|
|
}
|
|
|
|
.icon-close:before {
|
|
|
|
content: "\e5cd";
|
|
|
|
}
|
|
|
|
.icon-open_in_new:before {
|
|
|
|
content: "\e89e";
|
|
|
|
}
|
|
|
|
.icon-restore:before {
|
|
|
|
content: "\e8b3";
|
|
|
|
}
|
|
|
|
.icon-navigate_next:before {
|
|
|
|
content: "\e409";
|
|
|
|
}
|
|
|
|
.icon-menu:before {
|
|
|
|
content: "\e5d2";
|
|
|
|
}
|
|
|
|
.icon-arrow_back:before {
|
|
|
|
content: "\e5c4";
|
|
|
|
}
|
|
|
|
.icon-public:before {
|
|
|
|
content: "\e80b";
|
|
|
|
}
|
|
|
|
.icon-event_note:before {
|
|
|
|
content: "\e616";
|
|
|
|
}
|
|
|
|
.icon-bluetooth:before {
|
|
|
|
content: "\e1aa";
|
|
|
|
}
|
|
|
|
.icon-headset:before {
|
|
|
|
content: "\e310";
|
|
|
|
}
|
|
|
|
.icon-phone-talk:before {
|
|
|
|
content: "\e61d";
|
|
|
|
}
|
|
|
|
.icon-thumb-menu:before {
|
|
|
|
content: "\e5d4";
|
|
|
|
}
|
|
|
|
.icon-ninja:before {
|
|
|
|
content: "\e909";
|
|
|
|
}
|
|
|
|
.icon-invite:before {
|
|
|
|
content: "\e145";
|
|
|
|
}
|
|
|
|
.icon-add:before {
|
|
|
|
content: "\e146";
|
|
|
|
}
|
|
|
|
.icon-play:before {
|
|
|
|
content: "\f04b";
|
|
|
|
}
|
|
|
|
.icon-stop:before {
|
|
|
|
content: "\f04d";
|
|
|
|
}
|
|
|
|
.icon-dominant-speaker:before {
|
|
|
|
content: "\f0a1";
|
2019-06-28 17:18:47 +00:00
|
|
|
}
|