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

749 lines
17 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";
}
.mypanelTitle {
color: #444444;
fontFamily: Arial;
fontSize: 12;
}
.whiteboardToolbarStyle {
backgroundColor: #CCCCCC;
cornerRadius: 5;
borderStyle: solid;
borderThickness: 1;
paddingBottom: 3;
paddingTop: 3;
paddingLeft: 3;
paddingRight: 3;
}
2013-06-11 05:36:10 +08:00
.meetingNameLabelStyle {
fontWeight: bold;
fontSize: 15;
fontFamily: Arial;
color: #e1e2e5;
}
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraDisplaySettingsWindowChangeResolutionCombo, .languageSelectorStyle, .testJavaLinkButtonStyle, .recordButtonStyleNormal, .recordButtonStyleStart, .recordButtonStyleStop {
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');
}
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, .whiteboardClearButtonStyle,
.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');
}
.whiteboardClearButtonStyle {
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');
}
.presentationUploadButtonStyle, .presentationBackButtonStyle, .presentationBackButtonDisabledStyle, .presentationForwardButtonStyle, .presentationForwardButtonDisabledStyle,
.presentationFitToWidthButtonStyle, .presentationFitToPageButtonStyle
{
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;
}
.presentationUploadButtonStyle {
icon: Embed('assets/images/upload.png');
2012-12-28 04:27:29 +08:00
}
.presentationBackButtonStyle {
icon: Embed('assets/images/left-arrow.png');
}
.presentationBackButtonDisabledStyle {
icon: Embed('assets/images/left-arrow-disabled.png');
}
2012-12-28 04:27:29 +08:00
.presentationForwardButtonStyle {
icon: Embed('assets/images/right-arrow.png');
}
.presentationForwardButtonDisabledStyle {
icon: Embed('assets/images/right-arrow-disabled.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');
}
.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;
}
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');
}
2013-01-29 02:47:08 +08:00
.presentationFileUploadWindowStyle {
borderColor: #b9babc;
borderAlpha: 1;
borderThicknessLeft: 10;
borderThicknessTop: 0;
borderThicknessBottom: 10;
borderThicknessRight: 10;
roundedBottomCorners: true;
cornerRadius: 5;
headerHeight: 20;
backgroundAlpha: 1;
headerColors: #b9babc, #b9babc;
footerColors: #b9babc, #b9babc;
backgroundColor: #EFEFEF;
dropShadowEnabled: true;
titleStyleName: "presentationFileUploadWindowTitleStyle";
}
.presentationFileUploadWindowTitleStyle, .presentationUploadTitleStyle {
fontFamily: Arial;
fontSize: 20;
fontWeight: bold;
}
.presentationUploadChooseFileLabelStyle, .presentationNamesLabelStyle {
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 {
}
.cameraDisplaySettingsWindowStyle {
borderColor: #b9babc;
borderAlpha: 1;
borderThicknessLeft: 10;
borderThicknessTop: 0;
borderThicknessBottom: 10;
borderThicknessRight: 10;
roundedBottomCorners: true;
cornerRadius: 5;
headerHeight: 20;
backgroundAlpha: 1;
headerColors: #b9babc, #b9babc;
footerColors: #b9babc, #b9babc;
backgroundColor: #EFEFEF;
dropShadowEnabled: true;
titleStyleName: "webcamSettingsWindowTitleStyle";
}
2013-01-29 02:47:08 +08:00
.micSettingsWindowStyle {
borderColor: #b9babc;
borderAlpha: 1;
borderThicknessLeft: 10;
borderThicknessTop: 0;
borderThicknessBottom: 10;
borderThicknessRight: 10;
roundedBottomCorners: true;
cornerRadius: 5;
headerHeight: 20;
backgroundAlpha: 1;
headerColors: #b9babc, #b9babc;
footerColors: #b9babc, #b9babc;
backgroundColor: #EFEFEF;
dropShadowEnabled: true;
titleStyleName: "micSettingsWindowTitleStyle";
}
.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 {
fontFamily: Arial;
fontSize: 12;
}
.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;
}
.micSettingsWindowMicProgressBarStyle {
}
.micSettingsWindowHelpButtonStyle {
icon: Embed('assets/images/questionmark.png');
}
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;
titleStyleName: "mypanelTitle";
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
}
.mypanelTitle {
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
}
.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;
fontWeight: bold;
}
.lockSettingsWindowStyle {
borderColor: #b9babc;
borderAlpha: 1;
borderThicknessLeft: 10;
borderThicknessTop: 0;
borderThicknessBottom: 10;
borderThicknessRight: 10;
roundedBottomCorners: true;
cornerRadius: 5;
headerHeight: 20;
backgroundAlpha: 1;
headerColors: #b9babc, #b9babc;
footerColors: #b9babc, #b9babc;
backgroundColor: #EFEFEF;
dropShadowEnabled: true;
titleStyleName: "micSettingsWindowTitleStyle";
}
.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');
}