bigbluebutton-Github/bigbluebutton-html5/client/stylesheets/bbb-icons.css

191 lines
3.6 KiB
CSS
Raw Normal View History

2016-05-03 06:42:54 +08:00
@font-face {
font-family: 'bbb-icons';
2016-07-28 05:50:35 +08:00
src: url('/fonts/BbbIcons/bbb-icons.eot?j1ntjp');
src: url('/fonts/BbbIcons/bbb-icons.eot?j1ntjp#iefix') format('embedded-opentype'),
url('/fonts/BbbIcons/bbb-icons.ttf?j1ntjp') format('truetype'),
url('/fonts/BbbIcons/bbb-icons.woff?j1ntjp') format('woff'),
url('/fonts/BbbIcons/bbb-icons.svg?j1ntjp#bbb-icons') format('svg');
2016-05-03 06:42:54 +08:00
font-weight: normal;
font-style: normal;
}
[class^="icon-bbb-"], [class*=" icon-bbb-"] {
2016-05-03 06:42:54 +08:00
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'bbb-icons' !important;
speak: none;
position: relative;
/*top: 1px;*/
display: inline-block;
2016-05-03 06:42:54 +08:00
font-style: normal;
font-weight: 400;
2016-05-03 06:42:54 +08:00
line-height: 1;
-webkit-font-smoothing: antialiased;
width: 1.28571429em;
text-align: center;
vertical-align: middle;
2016-05-03 06:42:54 +08:00
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2016-12-06 04:27:54 +08:00
.icon-bbb-mute:before {
content: "\e931";
}
.icon-bbb-unmute:before {
content: "\e932";
}
.icon-bbb_file:before {
content: "\e92f";
}
.icon-bbb_upload:before {
content: "\e930";
}
.icon-bbb_audio_close:before {
content: "\e901";
}
.icon-bbb_applause:before {
content: "\e924";
}
.icon-bbb_thumbs_down:before {
content: "\e92d";
}
.icon-bbb_thumbs_up:before {
content: "\e92e";
}
.icon-bbb-fullscreen:before {
content: "\e92b";
}
.icon-bbb-settings:before {
content: "\e92c";
}
.icon-bbb-fit-to-screen:before {
content: "\e92a";
}
.icon-bbb-line-tool:before {
content: "\e91d";
}
.icon-bbb-circle-tool:before {
content: "\e91e";
}
.icon-bbb-triangle-tool:before {
content: "\e91f";
}
.icon-bbb-square-tool:before {
content: "\e920";
}
.icon-bbb-text-tool:before {
content: "\e921";
}
.icon-bbb-plus:before {
content: "\e922";
}
.icon-bbb-fit-to-width:before {
content: "\e923";
}
.icon-bbb-undo:before {
content: "\e925";
}
.icon-bbb-pen-tool:before {
content: "\e926";
}
.icon-bbb-lock:before {
content: "\e927";
}
.icon-bbb-polling:before {
content: "\e928";
}
.icon-bbb-desktop:before {
content: "\e929";
}
2016-05-03 06:42:54 +08:00
.icon-bbb-logout:before {
2016-12-06 04:27:54 +08:00
content: "\e900";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-video:before {
2016-12-06 04:27:54 +08:00
content: "\1f554";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-more:before {
2016-12-06 04:27:54 +08:00
content: "\e902";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-promote:before {
2016-12-06 04:27:54 +08:00
content: "\e903";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-application:before {
2016-12-06 04:27:54 +08:00
content: "\e904";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-video-off:before {
2016-12-06 04:27:54 +08:00
content: "\e905";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-user:before {
2016-12-06 04:27:54 +08:00
content: "\e906";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-up-arrow:before {
2016-12-06 04:27:54 +08:00
content: "\e907";
2016-05-03 06:42:54 +08:00
}
2016-12-06 04:27:54 +08:00
.icon-bbb-undecided:before {
content: "\e908";
2016-05-03 06:42:54 +08:00
}
2016-12-06 04:27:54 +08:00
.icon-bbb-time:before {
content: "\e909";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-sad:before {
2016-12-06 04:27:54 +08:00
content: "\e90a";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-right-arrow:before {
2016-12-06 04:27:54 +08:00
content: "\e90b";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-presentation:before {
2016-12-06 04:27:54 +08:00
content: "\e90c";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-listen:before {
2016-12-06 04:27:54 +08:00
content: "\e90d";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-left-arrow:before {
2016-12-06 04:27:54 +08:00
content: "\e90e";
}
2016-05-03 06:42:54 +08:00
.icon-bbb-happy:before {
2016-12-06 04:27:54 +08:00
content: "\e90f";
2016-05-03 06:42:54 +08:00
}
2016-12-06 04:27:54 +08:00
.icon-bbb-hand:before {
content: "\e910";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-group-chat:before {
2016-12-06 04:27:54 +08:00
content: "\e911";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-confused:before {
2016-12-06 04:27:54 +08:00
content: "\e912";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-close:before {
2016-12-06 04:27:54 +08:00
content: "\e913";
2016-05-03 06:42:54 +08:00
}
2016-12-06 04:27:54 +08:00
.icon-bbb-clear-status:before {
content: "\e914";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-circle:before {
2016-12-06 04:27:54 +08:00
content: "\e915";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-circle-minus:before {
2016-12-06 04:27:54 +08:00
content: "\e916";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-circle-close:before {
2016-12-06 04:27:54 +08:00
content: "\e917";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-circle-add:before {
2016-12-06 04:27:54 +08:00
content: "\e918";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-check:before {
2016-12-06 04:27:54 +08:00
content: "\e919";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-chat:before {
2016-12-06 04:27:54 +08:00
content: "\e91a";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-audio:before {
2016-12-06 04:27:54 +08:00
content: "\e91b";
2016-05-03 06:42:54 +08:00
}
.icon-bbb-audio-off:before {
2016-12-06 04:27:54 +08:00
content: "\e91c";
2016-07-27 05:28:58 +08:00
}
2016-05-20 02:22:56 +08:00
.rotate-quarter {
transform: rotate(-90deg);
}