bigbluebutton-Github/bigbluebutton-client/branding/default/style/css/BBBDefault.css

1029 lines
23 KiB
CSS
Raw Normal View History

2012-12-28 04:27:29 +08:00
Application {
backgroundColor: #ffffff;
}
ApplicationControlBar {
highlightAlphas: 0.1, 0;
fillAlphas: 0, 0;
fillColors: #32343b, #32343b;
backgroundColor: #42444c;
backgroundAlpha: 1;
cornerRadius: 0;
dropShadowEnabled: true;
shadowDistance: 1;
shadowDirection: center;
dropShadowColor: #000000;
}
Panel {
borderColor: #dfdfdf;
borderAlpha: 1;
shadowDistance: 1;
dropShadowColor: #666666;
titleStyleName: "mypanelTitle";
}
ToolTip {
borderSkin : ClassReference("org.bigbluebutton.skins.ToolTipSkin");
backgroundAlpha : 0.9;
cornerRadius : 3;
}
.errorTip {
borderColor : #3b3b3b;
}
2012-12-28 04:27:29 +08:00
.mypanelTitle {
color: #444444;
fontFamily: Arial;
fontSize: 12;
}
.whiteboardToolbarStyle {
backgroundColor: #CCCCCC;
cornerRadius: 5;
borderStyle: solid;
borderThickness: 1;
paddingBottom: 2;
paddingTop: 2;
paddingLeft: 2;
paddingRight: 2;
2012-12-28 04:27:29 +08:00
}
2013-06-11 05:36:10 +08:00
.meetingNameLabelStyle {
fontWeight: bold;
fontSize: 15;
fontFamily: Arial;
textAlign: center;
2013-06-11 05:36:10 +08:00
color: #e1e2e5;
}
2014-08-06 02:14:23 +08:00
.recordingLabelStyle {
fontWeight: bold;
fontSize: 15;
fontFamily: Arial;
color: #e1e2e5;
}
.videoMessageWarningLabelStyle {
fontWeight: bold;
fontSize: 18;
fontFamily: Arial;
color: #ffff26;
}
.videoMessageErrorLabelStyle {
fontWeight: bold;
fontSize: 18;
fontFamily: Arial;
color: #ff2727;
}
.videoMessageBackgroundStyle {
backgroundAlpha: 0.6;
backgroundColor: #b9babc;
}
.videoToolbarBackgroundTalkingStyle {
backgroundColor: #20c600;
backgroundAlpha: 0.6;
}
.videoToolbarBackgroundNotTalkingStyle {
backgroundColor: #42444c;
backgroundAlpha: 0.6;
}
.videoToolbarLabelStyle {
textIndent: 0;
color: #ffffff;
fontFamily: Arial;
}
.pollResondersLabelStyle {
color: #444444;
fontFamily: Arial;
fontSize: 16;
2015-08-12 03:35:12 +08:00
fontWeight: bold;
}
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraDisplaySettingsWindowProfileComboStyle, .cameraDisplaySettingsWindowCameraSelector, .languageSelectorStyle, .testJavaLinkButtonStyle, .recordButtonStyleNormal, .recordButtonStyleStart, .recordButtonStyleStop, .micSettingsWindowHelpButtonStyle, .bandwidthButtonStyle, .settingsButtonStyle, .acceptButtonStyle, .denyButtonStyle {
2012-12-28 04:27:29 +08:00
textIndent: 0;
2013-01-29 02:47:08 +08:00
paddingLeft: 10;
paddingRight: 10;
paddingTop: 5;
paddingBottom: 5;
2012-12-28 04:27:29 +08:00
highlightAlphas: 0.4, 0;
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
themeColor: haloBlue;
2012-12-28 04:27:29 +08:00
fontFamily: Arial;
fontSize: 12;
}
.quickWindowLinkStyle {
paddingLeft: 0;
paddingRight: 0;
textDecoration: underline;
rollOverColor: #cccccc;
selectionColor: #999999;
color: #ffffff;
textRollOverColor: #504f3d;
textSelectedColor: #504f3d;
}
2013-01-02 21:39:47 +08:00
.helpLinkButtonStyle {
2013-05-15 05:28:25 +08:00
paddingLeft: 4;
paddingRight: 4;
paddingTop: 2;
paddingBottom: 2;
fontSize: 16;
2013-01-02 21:39:47 +08:00
rollOverColor: #cccccc;
selectionColor: #999999;
color: #ffffff;
2013-01-02 21:39:47 +08:00
textRollOverColor: #504f3d;
textSelectedColor: #504f3d;
2013-05-15 05:28:25 +08:00
fontWeight: bold;
2013-01-02 21:39:47 +08:00
}
.testJavaLinkButtonStyle {
paddingLeft: 4;
paddingRight: 4;
paddingTop: 2;
paddingBottom: 2;
2013-10-22 05:50:38 +08:00
fontSize: 14;
rollOverColor: #cccccc;
2013-10-22 05:50:38 +08:00
selectionColor: #cccccc;
color: #e3e3e3;
textRollOverColor: #504f46;
textSelectedColor: #504f46;
2013-10-22 05:50:38 +08:00
fontWeight: bold;
textDecoration: none;
}
.javaVersionRequiredLabelStyle {
fontSize: 12;
color: #000000;
fontFamily: Arial;
}
2013-05-15 06:42:59 +08:00
.logoutButtonStyle {
paddingLeft: 0;
paddingRight: 0;
icon: Embed('assets/images/logout.png');
}
.settingsButtonStyle {
icon: Embed('assets/images/ic_settings_16px.png');
}
.acceptButtonStyle {
icon: Embed('assets/images/ic_thumb_up_16px.png');
}
.denyButtonStyle {
icon: Embed('assets/images/ic_thumb_down_16px.png');
}
2012-12-28 04:27:29 +08:00
DataGrid {
backgroundColor: #e1e2e5;
rollOverColor: #f3f3f3;
textRollOverColor: #5e5f63;
selectionColor: #e1e2e5;
color: #5e5f63;
textSelectedColor: #5e5f63;
dropShadowEnabled: false;
fontFamily: arial;
fontSize: 11;
headerStyleName: "mydataGridHeaderStyle";
}
.mydataGridHeaderStyle {
color: #5e5f63;
fontFamily: arial;
fontSize: 12;
}
.whiteboardUndoButtonStyle, .whiteboardCircleButtonStyle, .clearButtonStyle,
.whiteboardTriangleButtonStyle, .whiteboardTextButtonStyle, .whiteboardRectangleButtonStyle,
.whiteboardPanZoomButtonStyle, .whiteboardLineButtonStyle, .whiteboardScribbleButtonStyle
{
2012-12-28 04:27:29 +08:00
textIndent: 0;
paddingLeft: 0;
paddingRight: 0;
2012-12-28 04:27:29 +08:00
paddingTop: 5;
paddingBottom: 5;
highlightAlphas: 0.4, 0;
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
themeColor: haloBlue;
2012-12-28 04:27:29 +08:00
fontFamily: Arial;
fontSize: 12;
}
.whiteboardUndoButtonStyle
{
2012-12-28 04:27:29 +08:00
icon: Embed('assets/images/undo.png');
}
.whiteboardCircleButtonStyle {
icon: Embed('assets/images/ellipse.png');
}
.clearButtonStyle {
2012-12-28 08:48:30 +08:00
icon: Embed('assets/images/delete.png');
2012-12-28 04:27:29 +08:00
}
.whiteboardScribbleButtonStyle{
2012-12-28 08:48:30 +08:00
icon: Embed('assets/images/pencil.png');
2012-12-28 04:27:29 +08:00
}
.whiteboardLineButtonStyle {
icon: Embed('assets/images/line.png');
}
.whiteboardPanZoomButtonStyle {
icon: Embed('assets/images/hand.png');
}
.whiteboardRectangleButtonStyle {
icon: Embed('assets/images/square.png');
}
.whiteboardTextButtonStyle {
icon: Embed('assets/images/text.png');
}
.whiteboardTriangleButtonStyle {
icon: Embed('assets/images/triangle.png');
}
.voiceConfDefaultButtonStyle {
icon: Embed('assets/images/headset.png');
}
.voiceConfActiveButtonStyle {
icon: Embed('assets/images/headset_open.png');
}
.voiceConfInactiveButtonStyle {
icon: Embed('assets/images/headset_close.png');
}
.webcamDefaultButtonStyle {
icon: Embed('assets/images/webcam.png');
}
.webcamOnButtonStyle {
icon: Embed('assets/images/webcam_on.png');
}
.webcamOffButtonStyle {
icon: Embed('assets/images/webcam_close.png');
}
.deskshareDefaultButtonStyle {
icon: Embed('assets/images/deskshare_icon.png');
}
.deskshareOnButtonStyle {
icon: Embed('assets/images/deskshare_on.png');
}
.deskshareOffButtonStyle {
icon: Embed('assets/images/deskshare_close.png');
}
2015-06-24 03:09:44 +08:00
.presentationUploadButtonStyle, .pollStartButtonStyle, .presentationBackButtonStyle, .presentationBackButtonDisabledStyle, .presentationForwardButtonStyle, .presentationForwardButtonDisabledStyle,
.presentationFitToWidthButtonStyle, .presentationFitToPageButtonStyle, .presentationDownloadButtonStyle,
.saveButtonStyle, .sharedNotesNewButtonStyle, .sharedNotesFormatButtonStyle, .copyButtonStyle
{
2012-12-28 04:27:29 +08:00
textIndent: 0;
paddingLeft: 10;
paddingRight: 10;
paddingTop: 5;
paddingBottom: 5;
highlightAlphas: 0.4, 0;
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
themeColor: haloBlue;
2012-12-28 04:27:29 +08:00
fontFamily: Arial;
fontSize: 12;
}
.saveButtonStyle {
icon: Embed('assets/images/ic_save_16px.png');
}
.copyButtonStyle{
icon: Embed('assets/images/ic_content_copy_black_16px.png');
}
.sharedNotesNewButtonStyle {
icon: Embed('assets/images/ic_note_add_16px.png');
}
.sharedNotesFormatButtonStyle {
icon: Embed('assets/images/ic_note_format_16px.png');
}
.presentationUploadButtonStyle {
icon: Embed('assets/images/ic_file_upload_16px.png');
2012-12-28 04:27:29 +08:00
}
2015-06-24 03:09:44 +08:00
.pollStartButtonStyle {
icon: Embed('assets/images/poll_icon.png');
}
2012-12-28 04:27:29 +08:00
.presentationBackButtonStyle {
icon: Embed('assets/images/ic_arrow_back_24px.png');
2012-12-28 04:27:29 +08:00
}
.presentationBackButtonDisabledStyle {
icon: Embed('assets/images/ic_arrow_back_grey_24px.png');
}
2012-12-28 04:27:29 +08:00
.presentationForwardButtonStyle {
icon: Embed('assets/images/ic_arrow_forward_24px.png');
2012-12-28 04:27:29 +08:00
}
.presentationForwardButtonDisabledStyle {
icon: Embed('assets/images/ic_arrow_forward_grey_24px.png');
}
2012-12-28 04:27:29 +08:00
.presentationFitToWidthButtonStyle {
icon: Embed('assets/images/fit-to-width.png');
}
.presentationFitToPageButtonStyle {
icon: Embed('assets/images/fit-to-screen.png');
}
.presentationDownloadButtonStyle {
icon: Embed('assets/images/ic_file_download_16px.png');
}
2012-12-28 04:27:29 +08:00
.presentationZoomSliderStyle{
labelOffset: 0;
thumbOffset: 3;
dataTipOffset: -1;
tickOffset: 2;
tickLength: 5;
tickThickness: 2;
tickColor: #6cccff;
showTrackHighlight: true;
invertThumbDirection: false;
borderColor: #b9babc;
trackColors: #aaaaaa, #aaaaaa;
themeColor: haloBlue;
2012-12-28 04:27:29 +08:00
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
labelStyleName: "presentationZoomSliderLabelStyle";
}
.presentationZoomSliderLabelStyle {
color: #5e5f63;
fontFamily: Arial;
}
.deskshareControlButtonStyle {
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
cornerRadius: 17;
}
2013-01-09 04:04:03 +08:00
.videoMuteButtonStyle, .videoUnmutedButtonStyle, .videoSwitchPresenterButtonStyle, .videoEjectUserButtonStyle, .videoPrivateChatButtonStyle {
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
color: #5e5f63;
2013-01-29 02:47:08 +08:00
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
2013-01-09 04:04:03 +08:00
borderColor: #b9babc;
cornerRadius: 17;
}
.videoMutedButtonStyle {
/* Need to duplicate info here as the styleName is programatically changed. Extracting it out doesn't have any effect. */
fillAlphas: 1, 1, 1, 1;
2013-01-29 02:47:08 +08:00
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
2013-01-09 04:04:03 +08:00
color: #ffffff;
2013-01-29 02:47:08 +08:00
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
2013-01-09 04:04:03 +08:00
cornerRadius: 17;
icon: Embed('assets/images/webcam-muted.png');
}
.videoUnmutedButtonStyle {
icon: Embed('assets/images/webcam-unmuted.png');
}
.videoSwitchPresenterButtonStyle {
icon: Embed('assets/images/webcam-switch-presenter.png');
}
.videoEjectUserButtonStyle {
icon: Embed('assets/images/webcam-eject-user.png');
}
.videoPrivateChatButtonStyle {
icon: Embed('assets/images/webcam-private-chat.png');
}
TitleWindow {
2013-01-29 02:47:08 +08:00
borderColor: #b9babc;
borderAlpha: 1;
borderThicknessLeft: 10;
borderThicknessTop: 0;
borderThicknessBottom: 10;
borderThicknessRight: 10;
roundedBottomCorners: true;
cornerRadius: 5;
headerHeight: 20;
backgroundAlpha: 1;
backgroundColor: #EFEFEF;
dropShadowEnabled: true;
}
.presentationFileUploadWindowTitleStyle, .presentationUploadTitleStyle {
fontFamily: Arial;
fontSize: 20;
fontWeight: bold;
}
.presentationNamesLabelStyle {
2013-01-29 02:47:08 +08:00
fontFamily: Arial;
fontSize: 14;
fontWeight: bold;
}
.presentationUploadChooseFileButtonStyle {
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
cornerRadius: 5;
}
.presentationUploadCancelButtonStyle {
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
2013-01-29 02:47:08 +08:00
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
cornerRadius: 5;
}
.presentationUploadShowButtonStyle {
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
cornerRadius: 5;
}
.presentationUploadDeleteButtonStyle {
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
cornerRadius: 5;
icon: Embed('assets/images/trash.png');
}
.presentationUploadProgressBarLabelStyle {
}
.presentationUploadProgressBarStyle {
}
.presentationNameLabelStyle {
2014-02-06 03:01:23 +08:00
}
.presentationUploadFileFormatHintBoxStyle {
backgroundColor: #D4D4D4;
dropShadowEnabled: false;
paddingLeft: 10;
paddingRight: 10
}
.presentationUploadFileFormatHintTextStyle {
2014-02-06 03:01:23 +08:00
fontWeight: bold;
2013-01-29 02:47:08 +08:00
}
.desktopShareTextStyle {
fontSize: 11;
fontWeight: bold;
}
.chromeJavaHelpImage {
imageSource: Embed(source='assets/images/chromePluginBlocked.png');
}
.webcamSettingsWindowTitleStyle, .micSettingsWindowTitleStyle {
2013-01-29 02:47:08 +08:00
fontFamily: Arial;
fontSize: 20;
fontWeight: bold;
}
.micSettingsWindowTestSpeakersLabelStyle, .micSettingsWindowTestMicrophoneLabelStyle {
fontFamily: Arial;
fontSize: 14;
fontWeight: bold;
}
.micSettingsWindowHearFromHeadsetLabelStyle, .micSettingsWindowSpeakIntoMicLabelStyle, .micSettingsWindowMicNameLabelStyle, .webcamPermissionSettingsTextStyle {
2013-01-29 02:47:08 +08:00
fontFamily: Arial;
2015-08-27 04:50:59 +08:00
fontSize: 14;
2013-01-29 02:47:08 +08:00
}
.micSettingsWindowOpenDialogLabelStyle {
fontFamily: Arial;
fontSize: 14;
fontWeight: bold;
color: #e1e2e5;
}
.micSettingsWindowShareMicrophoneLabelStyle {
fontFamily: Arial;
fontSize: 14;
color: #5e5f63;
}
.micSettingsWindowPlaySoundButtonStyle, .micSettingsWindowChangeMicButtonStyle {
2013-01-29 02:47:08 +08:00
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
rollOverColor: #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
cornerRadius: 5;
}
.micSettingsWindowJoinButtonStyle {
fillAlphas: 1, 1, 1, 1;
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
rollOverColor: #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
cornerRadius: 5;
icon: Embed('assets/images/headset.png');
}
2013-01-29 02:47:08 +08:00
.micSettingsWindowCancelButtonStyle {
fillAlphas: 1, 1, 1, 1;
fillColors: #ffffff, #eeeeee, #ffffff, #eeeeee;
2013-01-29 02:47:08 +08:00
rollOverColor: #eeeeee;
color: #5e5f63;
textRollOverColor: #5e5f63;
textSelectedColor: #5e5f63;
borderColor: #b9babc;
cornerRadius: 5;
}
.micSettingsWindowHelpButtonStyle {
paddingLeft: 4;
paddingRight: 4;
paddingTop: 2;
paddingBottom: 2;
fontSize: 16;
rollOverColor: #cccccc;
selectionColor: #999999;
color: #504f3d;
textRollOverColor: #ffffff;
textSelectedColor: #ffffff;
fontWeight: bold;
2013-01-29 02:47:08 +08:00
}
2013-03-08 07:04:32 +08:00
MDIWindow { /*None of the following properties are overridden by the MDIWindow class*/
backgroundSize: '100%';
cornerRadius: 5;
dropShadowEnabled: false;
2015-10-10 21:30:39 +08:00
titleStyleName: "mdiWindowTitle";
2013-03-08 07:04:32 +08:00
cornerResizeImg: Embed(source="assets/swf/Blue.swf", symbol="Corner_Resize");
cornerResizeWidth: 2;
cornerResizeHeight: 2;
cornerResizePaddingRight: 2;
cornerResizePaddingBottom: 2;
controlButtonWidth: 10;
controlButtonHeight: 10;
controlButtonGap: 4;
2012-12-28 04:27:29 +08:00
}
.mdiWindowFocus, .presentationWindowStyleFocus, .videoDockStyleFocus
2012-12-28 04:27:29 +08:00
{
headerHeight: 26;
roundedBottomCorners: true;
2012-12-28 04:27:29 +08:00
backgroundColor: #b9babc;
2013-03-08 07:04:32 +08:00
backgroundAlpha: 1;
2012-12-28 04:27:29 +08:00
borderStyle: solid;
borderColor: #b9babc;
borderAlpha: 1;
2013-03-08 07:04:32 +08:00
borderThicknessLeft: 3;
borderThicknessTop: 0;
borderThicknessBottom: 3;
borderThicknessRight: 3;
2012-12-28 04:27:29 +08:00
}
.mdiWindowNoFocus, .presentationWindowStyleNoFocus, .videoDockStyleNoFocus
{
headerHeight: 26;
2013-03-08 07:04:32 +08:00
roundedBottomCorners: true;
backgroundColor: #b9babc;
2013-03-08 07:04:32 +08:00
backgroundAlpha: 0.5;
borderStyle: solid;
borderColor: #b9babc;
borderAlpha: 0.5;
2013-03-08 07:04:32 +08:00
borderThicknessLeft: 3;
borderThicknessTop: 0;
borderThicknessBottom: 3;
borderThicknessRight: 3;
}
2012-12-28 04:27:29 +08:00
.presentationSlideViewStyle {
backgroundColor: #b9babc;
}
.presentationWindowControlsStyle {
paddingBottom: 5;
paddingTop: 3;
paddingLeft: 3;
paddingRight: 3;
bottom: 5;
cornerRadius: 0;
dropShadowEnabled: false;
}
.videoViewStyleNoFocus
{
headerHeight: 20;
2013-03-08 07:04:32 +08:00
roundedBottomCorners: true;
backgroundColor: #e6e6e6;
backgroundAlpha: 0.5;
2013-03-08 07:04:32 +08:00
borderStyle: solid;
borderColor: #b9babc;
borderAlpha: 0.5;
borderThicknessLeft: 3;
borderThicknessTop: 0;
borderThicknessBottom: 3;
borderThicknessRight: 3;
2012-12-28 04:27:29 +08:00
}
.videoViewStyleFocus
{
headerHeight: 20;
2013-03-08 07:04:32 +08:00
roundedBottomCorners: true;
backgroundColor: #e6e6e6;
backgroundAlpha: 1;
2013-03-08 07:04:32 +08:00
borderStyle: solid;
borderColor: #b9babc;
borderAlpha: 1;
borderThicknessLeft: 3;
borderThicknessTop: 0;
borderThicknessBottom: 3;
borderThicknessRight: 3;
2012-12-28 04:27:29 +08:00
}
.videoPublishStyleNoFocus
{
2013-03-08 07:04:32 +08:00
headerHeight: 20;
roundedBottomCorners: true;
backgroundColor: #e6e6e6;
backgroundAlpha: 0.5;
borderStyle: solid;
borderColor: #b9babc;
borderAlpha: 0.5;
borderThicknessLeft: 3;
borderThicknessTop: 0;
borderThicknessBottom: 3;
borderThicknessRight: 3;
2012-12-28 04:27:29 +08:00
}
.videoPublishStyleFocus
{
2013-03-08 07:04:32 +08:00
headerHeight: 20;
roundedBottomCorners: true;
backgroundColor: #e6e6e6;
backgroundAlpha: 1;
borderStyle: solid;
borderColor: #b9babc;
borderAlpha: 1;
borderThicknessLeft: 3;
borderThicknessTop: 0;
borderThicknessBottom: 3;
borderThicknessRight: 3;
2012-12-28 04:27:29 +08:00
}
.videoAvatarStyleNoFocus
{
2013-03-08 07:04:32 +08:00
headerHeight: 20;
roundedBottomCorners: true;
backgroundColor: #e6e6e6;
backgroundAlpha: 0.5;
borderStyle: solid;
borderColor: #b9babc;
borderAlpha: 0.5;
borderThicknessLeft: 3;
borderThicknessTop: 0;
borderThicknessBottom: 3;
borderThicknessRight: 3;
2012-12-28 04:27:29 +08:00
}
.videoAvatarStyleFocus
{
2013-03-08 07:04:32 +08:00
headerHeight: 20;
roundedBottomCorners: true;
backgroundColor: #e6e6e6;
backgroundAlpha: 1;
borderStyle: solid;
borderColor: #b9babc;
borderAlpha: 1;
borderThicknessLeft: 3;
borderThicknessTop: 0;
borderThicknessBottom: 3;
borderThicknessRight: 3;
2012-12-28 04:27:29 +08:00
}
2015-10-10 21:30:39 +08:00
.mdiWindowTitle {
2012-12-28 04:27:29 +08:00
color: #5e5f63;
fontFamily: Arial;
fontSize: 12;
2013-03-08 07:04:32 +08:00
fontWeight: bold;
2012-12-28 04:27:29 +08:00
}
2012-12-28 07:41:55 +08:00
.closeBtnFocus, .closeBtnNoFocus
2012-12-28 04:27:29 +08:00
{
2012-12-28 07:41:55 +08:00
upSkin: Embed('assets/images/3_closeButton.png');
overSkin: Embed('assets/images/3_closeButton.png');
downSkin: Embed('assets/images/3_closeButton.png');
disabledSkin: Embed('assets/images/3_closeButton.png');
2012-12-28 04:27:29 +08:00
}
2012-12-28 07:41:55 +08:00
.increaseBtnFocus, .increaseBtnNoFocus
2012-12-28 04:27:29 +08:00
{
2012-12-28 07:41:55 +08:00
upSkin: Embed('assets/images/3_increaseButton.png');
overSkin: Embed('assets/images/3_increaseButton.png');
downSkin: Embed('assets/images/3_increaseButton.png');
disabledSkin: Embed('assets/images/3_increaseButton.png');
2012-12-28 04:27:29 +08:00
}
2012-12-28 07:41:55 +08:00
.decreaseBtnFocus, .decreaseBtnNoFocus
2012-12-28 04:27:29 +08:00
{
2012-12-28 07:41:55 +08:00
upSkin: Embed('assets/images/3_decreaseButton.png');
overSkin: Embed('assets/images/3_decreaseButton.png');
downSkin: Embed('assets/images/3_decreaseButton.png');
disabledSkin: Embed('assets/images/3_decreaseButton.png');
2012-12-28 04:27:29 +08:00
}
.minimizeBtnFocus
{
2012-12-28 07:41:55 +08:00
upSkin: Embed('assets/images/3_minimizeButton.png');
overSkin: Embed('assets/images/3_minimizeButton.png');
downSkin: Embed('assets/images/3_minimizeButton.png');
disabledSkin: Embed('assets/images/3_minimizeButton.png');
2012-12-28 04:27:29 +08:00
}
/*
https://www.iconfinder.com/icons/172512/mute_icon#size=128
*/
.muteOverlayBtn
{
2014-03-25 04:37:47 +08:00
upSkin: Embed('assets/images/audio_20_white.png');
overSkin: Embed('assets/images/audio_20_white.png');
downSkin: Embed('assets/images/audio_20_white.png');
disabledSkin: Embed('assets/images/audio_20_white.png');
}
/*
https://www.iconfinder.com/icons/172499/low_volume_icon#size=128
*/
.unmuteOverlayBtn
{
2014-03-25 04:37:47 +08:00
upSkin: Embed('assets/images/audio_muted_20_white.png');
overSkin: Embed('assets/images/audio_muted_20_white.png');
downSkin: Embed('assets/images/audio_muted_20_white.png');
disabledSkin: Embed('assets/images/audio_muted_20_white.png');
}
2012-12-28 04:27:29 +08:00
.resizeHndlr
{
2012-12-28 07:41:55 +08:00
upSkin: Embed('assets/images/resizeHandler.png');
overSkin: Embed('assets/images/resizeHandler.png');
downSkin: Embed('assets/images/resizeHandler.png');
disabledSkin: Embed('assets/images/resizeHandler.png');
2012-12-28 04:27:29 +08:00
}
2013-01-31 07:05:02 +08:00
.cameraDisplaySettingsWindowStartBtn
{
icon: Embed('assets/images/webcam.png');
2013-01-31 07:05:02 +08:00
}
Alert {
borderColor: #DFDFDF;
backgroundColor: #EFEFEF;
borderAlpha: 1;
shadowDistance: 1;
dropShadowColor: #FFFFFF;
color: #000000;
}
.lockSettingsDefaultLabelStyle {
fontFamily: Arial;
fontSize: 14;
}
.lockSettingsWindowTitleStyle {
fontFamily: Arial;
fontSize: 20;
fontWeight: bold;
}
.recordButtonStyleNormal {
icon: Embed('assets/images/control-record.png');
}
.recordButtonStyleStart {
icon: Embed('assets/images/control-record-start.png');
}
.recordButtonStyleStop {
icon: Embed('assets/images/control-record-stop.png');
}
.bandwidthButtonStyle {
paddingTop: 0;
paddingBottom: 0;
height: 22;
icon: Embed('assets/images/ic_swap_vert_16px.png');
}
.statusImageStyle {
successImage: Embed(source='assets/images/status_success.png');
warningImage: Embed(source='assets/images/status_warning.png');
failImage: Embed(source='assets/images/status_fail.png');
refreshImage: Embed(source='assets/images/status_refresh.png');
}
.warningButtonStyle {
icon: Embed('assets/images/status_warning_20.png');
}
.statusTitleStyle {
fontWeight: bold;
fontSize: 12;
paddingBottom: 0;
}
.statusMessageStyle {
fontSize: 12;
paddingTop: 0;
}
.statusTimeStyle {
fontSize: 10;
paddingTop: 0;
}
.addLayoutButtonStyle {
icon: Embed('assets/images/ic_add_circle_outline_16px.png');
}
.confirmButtonStyle {
icon: Embed('assets/images/status_success_16px.png');
}
.denyButtonStyle {
icon: Embed('assets/images/status_fail_16px.png');
}
.saveLayoutButtonStyle {
icon: Embed('assets/images/ic_file_download_16px.png');
}
.loadLayoutButtonStyle {
icon: Embed('assets/images/ic_file_upload_16px.png');
}
.broadcastLayoutButtonStyle {
icon: Embed('assets/images/ic_send_16px.png');
}
PollChoicesModal {
fontSize: 14;
paddingLeft: 16;
paddingRight: 16;
}
.chatOptionsLabel {
fontSize: 12;
color: #000000;
textRollOverColor: #000000;
textSelectedColor: #000000;
fontFamily: Arial;
}
EmojiGrid {
backgroundColor: #ffffff;
2015-08-29 02:02:52 +08:00
horizontalAlign: center;
2015-09-02 17:07:40 +08:00
paddingLeft: 0;
paddingRight: 0;
paddingBottom: 0;
paddingTop: 0;
2015-08-29 02:02:52 +08:00
}
.emojiGridTile {
paddingBottom: 10;
paddingLeft: 10;
2015-09-02 17:07:40 +08:00
paddingRight: 10;
paddingTop: 10;
verticalGap: 6;
horizontalGap: 6;
}
Merge remote-tracking branch 'mconf/mconf-live0.7.3' into mconf-live0.7.3-merge Conflicts: akka-bbb-apps/src/main/java/org/bigbluebutton/core/api/IBigBlueButtonInGW.java akka-bbb-apps/src/main/java/org/bigbluebutton/core/pubsub/receivers/ConversionUpdatesProcessor.java akka-bbb-apps/src/main/java/org/bigbluebutton/core/pubsub/receivers/MeetingMessageReceiver.java akka-bbb-apps/src/main/scala/org/bigbluebutton/core/pubsub/senders/PesentationMessageToJsonConverter.scala bbb-common-message/src/main/java/org/bigbluebutton/common/messages/Constants.java bbb-video/.classpath bbb-video/build.gradle bbb-video/src/main/java/org/bigbluebutton/app/video/VideoApplication.java bbb-video/src/main/webapp/WEB-INF/red5-web.xml bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/meeting/messaging/red5/ConnectionInvokerService.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsListener.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationMessageListener.java bigbluebutton-apps/src/main/java/org/bigbluebutton/red5/BigBlueButtonApplication.java bigbluebutton-apps/src/main/java/org/bigbluebutton/red5/service/ParticipantsService.java bigbluebutton-apps/src/main/java/org/bigbluebutton/red5/service/PresentationApplication.java bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonInGW.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/CollectorActor.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/Constants.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/InMessages.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/MessageNames.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/OutMessages.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/ValueObjects.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/layout/LayoutApp.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/presentation/PresentationModel.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/presentation/red5/PresentationClientMessageSender.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersModel.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/red5/UsersClientMessageSender.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/redis/UsersEventRedisPublisher.scala bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/redis/UsersMessageToJsonConverter.scala bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml bigbluebutton-client/branding/default/style/css/BBBDefault.css bigbluebutton-client/locale/en_US/bbbResources.properties bigbluebutton-client/locale/es_LA/bbbResources.properties bigbluebutton-client/resources/config.xml.template bigbluebutton-client/resources/prod/MconfLive.html bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.9.0.jar bigbluebutton-client/resources/prod/bbb-deskshare-applet-unsigned-0.9.0.jar bigbluebutton-client/src/BigBlueButton.mxml bigbluebutton-client/src/SharedNotesModule.mxml bigbluebutton-client/src/org/bigbluebutton/common/Images.as bigbluebutton-client/src/org/bigbluebutton/core/managers/ReconnectionManager.as bigbluebutton-client/src/org/bigbluebutton/core/model/Config.as bigbluebutton-client/src/org/bigbluebutton/core/services/BandwidthMonitor.as bigbluebutton-client/src/org/bigbluebutton/core/services/StreamMonitor.as bigbluebutton-client/src/org/bigbluebutton/main/api/ExternalApiCallbacks.as bigbluebutton-client/src/org/bigbluebutton/main/model/NetworkStatsData.as bigbluebutton-client/src/org/bigbluebutton/main/model/modules/ModulesDispatcher.as bigbluebutton-client/src/org/bigbluebutton/main/model/users/BBBUser.as bigbluebutton-client/src/org/bigbluebutton/main/model/users/Conference.as bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as bigbluebutton-client/src/org/bigbluebutton/main/model/users/UserService.as bigbluebutton-client/src/org/bigbluebutton/main/model/users/events/ChangeMyRole.as bigbluebutton-client/src/org/bigbluebutton/main/model/users/events/ChangeRoleEvent.as bigbluebutton-client/src/org/bigbluebutton/main/model/users/events/LowerHandEvent.as bigbluebutton-client/src/org/bigbluebutton/main/model/users/events/StreamStoppedEvent.as bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml bigbluebutton-client/src/org/bigbluebutton/main/views/LanguageSelector.mxml bigbluebutton-client/src/org/bigbluebutton/main/views/LoggedOutWindow.mxml bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml bigbluebutton-client/src/org/bigbluebutton/main/views/MainToolbar.mxml bigbluebutton-client/src/org/bigbluebutton/main/views/MuteMeButton.mxml bigbluebutton-client/src/org/bigbluebutton/main/views/NetworkStatsWindow.mxml bigbluebutton-client/src/org/bigbluebutton/main/views/RecordButton.mxml bigbluebutton-client/src/org/bigbluebutton/main/views/WebRTCEchoTest.mxml bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/AddChatTabBox.mxml bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatBox.mxml bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatView.mxml bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/services/red5/Connection.as bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopPublishWindow.mxml bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopViewWindow.mxml bigbluebutton-client/src/org/bigbluebutton/modules/layout/managers/LayoutManager.as bigbluebutton-client/src/org/bigbluebutton/modules/layout/maps/LayoutEventMapDelegate.mxml bigbluebutton-client/src/org/bigbluebutton/modules/layout/model/LayoutDefinition.as bigbluebutton-client/src/org/bigbluebutton/modules/layout/model/WindowLayout.as bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/AddButton.mxml bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/ToolbarComponent.mxml bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/ConnectionManager.as bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/FlashCallManager.as bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as bigbluebutton-client/src/org/bigbluebutton/modules/phone/views/components/ToolbarButton.mxml bigbluebutton-client/src/org/bigbluebutton/modules/present/managers/PresentManager.as bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/UploadedPresentationRenderer.mxml bigbluebutton-client/src/org/bigbluebutton/modules/sharednotes/infrastructure/Client.as bigbluebutton-client/src/org/bigbluebutton/modules/sharednotes/infrastructure/HTTPServerConnection.as bigbluebutton-client/src/org/bigbluebutton/modules/sharednotes/infrastructure/ServerConnection.as bigbluebutton-client/src/org/bigbluebutton/modules/sharednotes/infrastructure/XMLServerConnection.as bigbluebutton-client/src/org/bigbluebutton/modules/users/maps/UsersMainEventMap.mxml bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageReceiver.as bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageSender.as bigbluebutton-client/src/org/bigbluebutton/modules/users/views/StatusItemRenderer.mxml bigbluebutton-client/src/org/bigbluebutton/modules/users/views/UsersWindow.mxml bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoProxy.as bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/GraphicsWrapper.as bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarPopupButton.mxml bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/VideoDock.mxml bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardToolbar.mxml bigbluebutton-client/src/org/bigbluebutton/util/i18n/ResourceUtil.as bigbluebutton-config/bigbluebutton-release bigbluebutton-config/bin/bbb-conf bigbluebutton-config/web/index.html bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/PresentationController.groovy bigbluebutton-web/src/groovy/org/bigbluebutton/api/RecordingServiceHelperImp.groovy bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MeetingMessageHandler.java bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MessagingService.java bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/RedisStorageService.java bigbluebutton-web/src/java/org/bigbluebutton/presentation/imp/Pdf2SwfPageConverter.java
2015-11-25 23:58:36 +08:00
.moodStyle {
icon: Embed('assets/images/ic_mood_black_18dp.png');
}
.moodRaiseHandStyle {
icon: Embed('assets/images/icon-3-high-five.png');
}
.moodAgreedStyle {
icon: Embed('assets/images/icon-6-thumb-up.png');
}
.moodDisagreedStyle {
icon: Embed('assets/images/icon-7-thumb-down.png');
}
.moodSpeakFasterStyle {
icon: Embed('assets/images/ic_fast_forward_black_18dp.png');
}
.moodSpeakSlowerStyle {
icon: Embed('assets/images/ic_fast_rewind_black_18dp.png');
}
.moodSpeakLouderStyle {
icon: Embed('assets/images/ic_volume_up_black_18dp.png');
}
.moodSpeakSofterStyle {
icon: Embed('assets/images/ic_volume_down_black_18dp.png');
}
.moodBeRightBackStyle {
icon: Embed('assets/images/ic_access_time_black_18dp.png');
}
.moodHappyStyle {
icon: Embed('assets/images/icon-6-smiling-face.png');
}
.moodSadStyle {
icon: Embed('assets/images/icon-7-sad-face.png');
}