Merge branch 'try-skinning' into merge-broadcast-with-skinning
31
bigbluebutton-client/branding/build.xml
Executable file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- BigBlueButton Branding build.xml for use by Hudson builds. -->
|
||||
<project name="BigBlueButton Branding" basedir=".." default="branding" >
|
||||
<property environment="env" />
|
||||
<property name="DEBUG" value="true" />
|
||||
<property name="BUILD_ENV" value="DEV" />
|
||||
<property name="FLEX_HOME" value="${env.FLEX_HOME}" />
|
||||
<property name="themeFile" value="BBBDefault.css" />
|
||||
<property name="BASE_DIR" value="${basedir}" />
|
||||
<property name="SRC_DIR" value="${BASE_DIR}/src" />
|
||||
|
||||
<property name="OUTPUT_DIR" value="${BASE_DIR}/bin" />
|
||||
<taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar" />
|
||||
|
||||
<target name="init-ant-contrib">
|
||||
<property name="ant-contrib.jar" location="${BASE_DIR}/build/lib/ant-contrib-0.6.jar"/>
|
||||
<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="${ant-contrib.jar}"/>
|
||||
</target>
|
||||
|
||||
<target name="branding" depends="init-ant-contrib">
|
||||
<sequential>
|
||||
<mxmlc file="${BASE_DIR}/branding/css/${themeFile}"
|
||||
output="${OUTPUT_DIR}/branding/css/${themeFile}.swf"
|
||||
debug="${DEBUG}"
|
||||
mxml.compatibility-version="3.0.0"
|
||||
swf-version="13"
|
||||
optimize="true">
|
||||
</mxmlc>
|
||||
</sequential>
|
||||
</target>
|
||||
</project>
|
588
bigbluebutton-client/branding/css/BBBDefault.css
Executable file
@ -0,0 +1,588 @@
|
||||
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;
|
||||
}
|
||||
|
||||
Button {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
}
|
||||
|
||||
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 {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/undo.png');
|
||||
}
|
||||
|
||||
.whiteboardCircleButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/ellipse.png');
|
||||
}
|
||||
|
||||
.whiteboardClearButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/trash.png');
|
||||
}
|
||||
|
||||
.whiteboardScribbleButtonStyle{
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/marker.png');
|
||||
}
|
||||
|
||||
.whiteboardLineButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/line.png');
|
||||
}
|
||||
|
||||
.whiteboardPanZoomButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/hand.png');
|
||||
}
|
||||
|
||||
.whiteboardRectangleButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/square.png');
|
||||
}
|
||||
|
||||
.whiteboardTextButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/text.png');
|
||||
}
|
||||
|
||||
.whiteboardTriangleButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/triangle.png');
|
||||
}
|
||||
|
||||
.presentationUploadButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/upload.png');
|
||||
}
|
||||
|
||||
.presentationBackButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/left-arrow.png');
|
||||
}
|
||||
|
||||
.presentationForwardButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/right-arrow.png');
|
||||
}
|
||||
|
||||
.presentationFitToWidthButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
icon: Embed('assets/images/fit-to-width.png');
|
||||
}
|
||||
|
||||
.presentationFitToPageButtonStyle {
|
||||
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: #aaaaaa;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
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: #aaaaaa;
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #fefeff, #e1e2e5, #ffffff, #eeeeee;
|
||||
labelStyleName: "presentationZoomSliderLabelStyle";
|
||||
}
|
||||
|
||||
.presentationZoomSliderLabelStyle {
|
||||
color: #5e5f63;
|
||||
fontFamily: Arial;
|
||||
}
|
||||
|
||||
MDIWindow {
|
||||
resizeCursorHorizontalXOffset: 2;
|
||||
}
|
||||
|
||||
.mdiWindowFocus, .mdiWindowNoFocus, .presentationWindowStyleNoFocus, .presentationWindowStyleFocus, .videoDockStyleNoFocus, .videoDockStyleFocus
|
||||
{
|
||||
headerHeight: 26;
|
||||
roundedBottomCorners: false;
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #b9babc;
|
||||
backgroundSize: '100%';
|
||||
|
||||
borderStyle: solid;
|
||||
borderColor: #b9babc;
|
||||
borderAlpha: 1;
|
||||
borderThickness: 1;
|
||||
borderThicknessLeft: 1;
|
||||
borderThicknessTop: 1;
|
||||
borderThicknessBottom: 1;
|
||||
borderThicknessRight: 1;
|
||||
cornerRadius: 0;
|
||||
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;
|
||||
}
|
||||
|
||||
.presentationSlideViewStyle {
|
||||
backgroundColor: #b9babc;
|
||||
}
|
||||
|
||||
.presentationWindowControlsStyle {
|
||||
paddingBottom: 5;
|
||||
paddingTop: 3;
|
||||
paddingLeft: 3;
|
||||
paddingRight: 3;
|
||||
bottom: 5;
|
||||
cornerRadius: 0;
|
||||
dropShadowEnabled: false;
|
||||
}
|
||||
|
||||
.videoViewStyleNoFocus
|
||||
{
|
||||
borderColor: #b9babc;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #b9babc;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoViewStyleFocus
|
||||
{
|
||||
borderColor: #b9babc;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #b9babc;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoPublishStyleNoFocus
|
||||
{
|
||||
borderColor: #b9babc;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #b9babc;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoPublishStyleFocus
|
||||
{
|
||||
borderColor: #b9babc;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #b9babc;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoAvatarStyleNoFocus
|
||||
{
|
||||
borderColor: #b9babc;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #b9babc;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoAvatarStyleFocus
|
||||
{
|
||||
borderColor: #b9babc;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #b9babc;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.mypanelTitle {
|
||||
color: #5e5f63;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
}
|
||||
|
||||
.closeBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_closeButton.png');
|
||||
overSkin: Embed('assets/img/3_closeButton.png');
|
||||
downSkin: Embed('assets/img/3_closeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_closeButton.png');
|
||||
}
|
||||
|
||||
.closeBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_closeButton.png');
|
||||
overSkin: Embed('assets/img/3_closeButton.png');
|
||||
downSkin: Embed('assets/img/3_closeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_closeButton.png');
|
||||
}
|
||||
|
||||
|
||||
.increaseBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_increaseButton.png');
|
||||
overSkin: Embed('assets/img/3_increaseButton.png');
|
||||
downSkin: Embed('assets/img/3_increaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_increaseButton.png');
|
||||
}
|
||||
|
||||
.increaseBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_increaseButton.png');
|
||||
overSkin: Embed('assets/img/3_increaseButton.png');
|
||||
downSkin: Embed('assets/img/3_increaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_increaseButton.png');
|
||||
}
|
||||
|
||||
|
||||
.decreaseBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
overSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
downSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
}
|
||||
|
||||
.decreaseBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
overSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
downSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
}
|
||||
|
||||
|
||||
.minimizeBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
overSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
downSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
}
|
||||
|
||||
|
||||
.resizeHndlr
|
||||
{
|
||||
upSkin: Embed('assets/img/resizeHandler.png');
|
||||
overSkin: Embed('assets/img/resizeHandler.png');
|
||||
downSkin: Embed('assets/img/resizeHandler.png');
|
||||
disabledSkin: Embed('assets/img/resizeHandler.png');
|
||||
}
|
173
bigbluebutton-client/branding/css/Blue.css
Executable file
@ -0,0 +1,173 @@
|
||||
Application
|
||||
{
|
||||
backgroundColors: #000000,#3f3f3f;
|
||||
backgroundImage: Embed(source="assets/img/bk3.jpg");
|
||||
backgroundSize: "100%";
|
||||
backgroundGradientColors: #B4BFCF, #78829C;
|
||||
themeColor: #0094C7;
|
||||
backgroundGradientAlphas: 0.62, 0.26;
|
||||
}
|
||||
|
||||
|
||||
MDICanvas
|
||||
{
|
||||
backgroundColor: #0094C7;
|
||||
backgroundAlpha: 0;
|
||||
}
|
||||
|
||||
|
||||
Button
|
||||
{
|
||||
highlightAlphas: 1, 0.33;
|
||||
fillAlphas: 1, 0.16, 0.18, 1;
|
||||
fillColors: #5f89b9, #697182, #ffffff, #eeeeee;
|
||||
}
|
||||
|
||||
|
||||
.mdiWindowFocus
|
||||
{
|
||||
headerHeight: 26;
|
||||
roundedBottomCorners: true;
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #FFFFFF;
|
||||
backgroundImage: Embed(source="assets/swf/Blue.swf", symbol="Window_Background");
|
||||
backgroundSize: '100%';
|
||||
|
||||
borderStyle: solid;
|
||||
borderColor: #ffffff;
|
||||
borderAlpha: 1;
|
||||
borderThickness: 2;
|
||||
borderThicknessLeft: 0;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 0;
|
||||
borderThicknessRight: 0;
|
||||
cornerRadius: 4;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
|
||||
cornerResizeImg: Embed(source="assets/swf/Blue.swf", symbol="Corner_Resize");
|
||||
cornerResizeWidth: 15;
|
||||
cornerResizeHeight: 15;
|
||||
cornerResizePaddingRight: 2;
|
||||
cornerResizePaddingBottom: 2;
|
||||
|
||||
controlButtonWidth: 10;
|
||||
controlButtonHeight: 10;
|
||||
controlButtonGap: 4;
|
||||
}
|
||||
|
||||
.mdiWindowNoFocus
|
||||
{
|
||||
headerHeight: 26;
|
||||
roundedBottomCorners: true;
|
||||
backgroundAlpha: 0.5;
|
||||
backgroundImage: Embed(source="assets/swf/Blue.swf", symbol="Window_Background");
|
||||
backgroundSize: '100%';
|
||||
|
||||
borderStyle: solid;
|
||||
borderColor: #ffffff;
|
||||
borderAlpha: 1;
|
||||
borderThickness: 2;
|
||||
borderThicknessLeft: 0;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 0;
|
||||
borderThicknessRight: 0;
|
||||
cornerRadius: 4;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
|
||||
cornerResizeImg: Embed(source="assets/swf/Blue.swf", symbol="Corner_Resize");
|
||||
cornerResizeWidth: 15;
|
||||
cornerResizeHeight: 15;
|
||||
cornerResizePaddingRight: 2;
|
||||
cornerResizePaddingBottom: 2;
|
||||
|
||||
controlButtonWidth: 10;
|
||||
controlButtonHeight: 10;
|
||||
controlButtonGap: 4;
|
||||
}
|
||||
|
||||
.mypanelTitle
|
||||
{
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
fontWeight: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
.closeBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_closeButton.png');
|
||||
overSkin: Embed('assets/img/3_closeButton.png');
|
||||
downSkin: Embed('assets/img/3_closeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_closeButton.png');
|
||||
}
|
||||
|
||||
.closeBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_closeButton.png');
|
||||
overSkin: Embed('assets/img/3_closeButton.png');
|
||||
downSkin: Embed('assets/img/3_closeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_closeButton.png');
|
||||
}
|
||||
|
||||
|
||||
.increaseBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_increaseButton.png');
|
||||
overSkin: Embed('assets/img/3_increaseButton.png');
|
||||
downSkin: Embed('assets/img/3_increaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_increaseButton.png');
|
||||
}
|
||||
|
||||
.increaseBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_increaseButton.png');
|
||||
overSkin: Embed('assets/img/3_increaseButton.png');
|
||||
downSkin: Embed('assets/img/3_increaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_increaseButton.png');
|
||||
}
|
||||
|
||||
|
||||
.decreaseBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
overSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
downSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
}
|
||||
|
||||
.decreaseBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
overSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
downSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
}
|
||||
|
||||
|
||||
.minimizeBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
overSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
downSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
}
|
||||
|
||||
.minimizeBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
overSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
downSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
}
|
||||
|
||||
|
||||
.resizeHndlr
|
||||
{
|
||||
upSkin: Embed('assets/img/resizeHandler.png');
|
||||
overSkin: Embed('assets/img/resizeHandler.png');
|
||||
downSkin: Embed('assets/img/resizeHandler.png');
|
||||
disabledSkin: Embed('assets/img/resizeHandler.png');
|
||||
}
|
100
bigbluebutton-client/branding/css/BrushedMetal.css
Executable file
@ -0,0 +1,100 @@
|
||||
Application
|
||||
{
|
||||
|
||||
backgroundImage: Embed(source="assets/img/BrushedMetalBack.jpg");
|
||||
backgroundSize: "100%";
|
||||
themeColor: #999999;
|
||||
fontFamily: Arial;
|
||||
paddingLeft:10; paddingRight:10; paddingTop:10; paddingBottom:10;
|
||||
}
|
||||
|
||||
.mdiWindowFocus
|
||||
{
|
||||
borderStyle: solid;
|
||||
borderColor: #FFFFFF;
|
||||
borderAlpha: 0;
|
||||
borderThickness: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 15;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 27;
|
||||
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #FFFFFF;
|
||||
|
||||
backgroundImage: Embed(source="assets/swf/BrushedMetal.swf", symbol="Window_Background");
|
||||
backgroundSize: "100%";
|
||||
|
||||
dropShadowEnabled: true;
|
||||
|
||||
|
||||
cornerResizeImg: Embed(source="assets/swf/BrushedMetal.swf", symbol="Corner_Resize");
|
||||
cornerResizeWidth: 12;
|
||||
cornerResizeHeight: 12;
|
||||
cornerResizePaddingRight: 2;
|
||||
cornerResizePaddingBottom: 2;
|
||||
|
||||
titleStyleName: "mypanelTitle";
|
||||
titleBackgroundSkin: Embed(source="assets/swf/BrushedMetal.swf", symbol="header");
|
||||
|
||||
controlButtonWidth: 10;
|
||||
controlButtonHeight: 10;
|
||||
controlButtonGap: 8;
|
||||
}
|
||||
|
||||
.mdiWindowNoFocus
|
||||
{
|
||||
borderStyle: solid;
|
||||
borderColor: #FFFFFF;
|
||||
borderAlpha: 0;
|
||||
borderThickness: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 15;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 27;
|
||||
|
||||
|
||||
|
||||
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #FFFFFF;
|
||||
|
||||
backgroundImage: Embed(source="assets/swf/BrushedMetal.swf", symbol="Window_Background");
|
||||
backgroundSize: "100%";
|
||||
|
||||
dropShadowEnabled: true;
|
||||
|
||||
|
||||
cornerResizeImg: Embed(source="assets/swf/BrushedMetal.swf", symbol="Corner_Resize");
|
||||
cornerResizeWidth: 12;
|
||||
cornerResizeHeight: 12;
|
||||
cornerResizePaddingRight: 2;
|
||||
cornerResizePaddingBottom: 2;
|
||||
|
||||
titleStyleName: "mypanelTitle";
|
||||
titleBackgroundSkin: Embed(source="assets/swf/BrushedMetal.swf", symbol="header");
|
||||
|
||||
controlButtonWidth: 10;
|
||||
controlButtonHeight: 10;
|
||||
controlButtonGap: 8;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.mypanelTitle {
|
||||
fontSize: 12;
|
||||
fontWeight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
||||
Button {
|
||||
fillColors: #ffffff, #999999, #ffffff, #eeeeee;
|
||||
themeColor: #999999;
|
||||
}
|
83
bigbluebutton-client/branding/css/MacOS9.css
Executable file
@ -0,0 +1,83 @@
|
||||
Application
|
||||
{
|
||||
background-image: Embed(source="assets/img/wallpaperOS9.gif");
|
||||
}
|
||||
|
||||
MDIWindow
|
||||
{
|
||||
titleStyleName: "macTitle";
|
||||
}
|
||||
|
||||
.macTitle
|
||||
{
|
||||
fontFamily: Georgia;
|
||||
fontSize: 12;
|
||||
fontWeight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.mdiWindowFocus
|
||||
{
|
||||
borderColor: #CCCCCC;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 2;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 2;
|
||||
borderThicknessRight: 2;
|
||||
roundedBottomCorners: false;
|
||||
cornerRadius: 5;
|
||||
dropShadowEnabled: false;
|
||||
headerHeight: 29;
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #FFFFFF;
|
||||
titleBackgroundSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="macHeaderFocus");
|
||||
}
|
||||
|
||||
.mdiWindowNoFocus
|
||||
{
|
||||
borderColor: #CCCCCC;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 2;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 2;
|
||||
borderThicknessRight: 2;
|
||||
roundedBottomCorners: false;
|
||||
cornerRadius: 5;
|
||||
dropShadowEnabled: false;
|
||||
headerHeight: 29;
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #FFFFFF;
|
||||
titleBackgroundSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="macHeaderNoFocus");
|
||||
}
|
||||
|
||||
.mdiWindowMinimizeBtn
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnOS9");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnOS9");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnOS9");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnOS9");
|
||||
}
|
||||
|
||||
.mdiWindowMaximizeBtn
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maxRestoreBtnOS9");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maxRestoreBtnOS9");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maxRestoreBtnOS9");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maxRestoreBtnOS9");
|
||||
}
|
||||
|
||||
.mdiWindowRestoreBtn
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maxRestoreBtnOS9");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maxRestoreBtnOS9");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maxRestoreBtnOS9");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maxRestoreBtnOS9");
|
||||
}
|
||||
|
||||
.mdiWindowCloseBtn
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnOS9");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnOS9");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnOS9");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnOS9");
|
||||
}
|
609
bigbluebutton-client/branding/css/S2S.css
Executable file
@ -0,0 +1,609 @@
|
||||
Application
|
||||
{
|
||||
themeColor: #CCC;
|
||||
backgroundGradientAlphas: 1, 1;
|
||||
backgroundGradientColors: #FFF, #FFF;
|
||||
color: #504f3d;
|
||||
fontFamily: Arial;
|
||||
}
|
||||
|
||||
ApplicationControlBar {
|
||||
fillAlphas: 1, 1;
|
||||
fillColors: #ffffff, #fffcf5;
|
||||
backgroundAlpha: 0;
|
||||
dropShadowEnabled: true;
|
||||
shadowDistance: 1
|
||||
}
|
||||
|
||||
|
||||
MDICanvas
|
||||
{
|
||||
backgroundColor: #FFFFFF;
|
||||
backgroundAlpha: 0;
|
||||
}
|
||||
|
||||
|
||||
Button
|
||||
{
|
||||
cornerRadius: 0;
|
||||
highlightAlphas: 0, 0;
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #fff, #fff, #f6eded, #f6eded;
|
||||
color: #504f3d;
|
||||
textRollOverColor: #e6e3dc;
|
||||
textSelectedColor: #d6d4c9;
|
||||
borderColor: #bebcac;
|
||||
themeColor:#d6d4c9;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Button.Present{
|
||||
cornerRadius: 0;
|
||||
highlightAlphas: 0, 0;
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #262626, #262626, #454545, #454545;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #262626;
|
||||
borderColor: #000000;
|
||||
themeColor: #000000;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
}
|
||||
|
||||
Button.Send{
|
||||
cornerRadius: 0;
|
||||
highlightAlphas: 0, 0;
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #262626, #262626, #454545, #454545;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #262626;
|
||||
borderColor: #000000;
|
||||
themeColor: #000000;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
}
|
||||
|
||||
Button.Logout{
|
||||
cornerRadius: 0;
|
||||
highlightAlphas: 0, 0;
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #262626, #262626, #454545, #454545;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #262626;
|
||||
borderColor: #000000;
|
||||
themeColor: #000000;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
}
|
||||
|
||||
LinkButton {
|
||||
rollOverColor: #cccccc;
|
||||
selectionColor: #999999;
|
||||
color: #504f3d;
|
||||
textRollOverColor: #504f3d;
|
||||
textSelectedColor: #504f3d;
|
||||
}
|
||||
|
||||
VScrollBar {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #ffffff, #ffffff, #ffffff, #ffffff;
|
||||
trackColors: #94999b, #e7e7e7;
|
||||
themeColor: #333333;
|
||||
}
|
||||
|
||||
ComboBox {
|
||||
color: #504f3d;
|
||||
borderColor: #999999;
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #ffffff, #ffffff, #ffffff, #ffffff;
|
||||
selectionColor: #cccccc;
|
||||
textSelectedColor: #504f3d;
|
||||
useRollOver: true;
|
||||
rollOverColor: #cccccc;
|
||||
textRollOverColor: #ffffff;
|
||||
themeColor: #999999;
|
||||
}
|
||||
|
||||
VBox.whiteboardToolbarStyle {
|
||||
backgroundColor: #4798C6;
|
||||
cornerRadius: 5;
|
||||
borderColor: #2D586E;
|
||||
borderStyle: solid;
|
||||
borderThickness: 1;
|
||||
paddingBottom: 3;
|
||||
paddingTop: 3;
|
||||
paddingLeft: 3;
|
||||
paddingRight: 3;
|
||||
}
|
||||
|
||||
Button.whiteboardButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
}
|
||||
|
||||
.whiteboardUndoButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/undo.png');
|
||||
}
|
||||
|
||||
.whiteboardCircleButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/ellipse.png');
|
||||
}
|
||||
|
||||
.whiteboardClearButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/trash.png');
|
||||
}
|
||||
|
||||
.whiteboardScribbleButtonStyle{
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/marker.png');
|
||||
}
|
||||
|
||||
.whiteboardLineButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/line.png');
|
||||
}
|
||||
|
||||
.whiteboardPanZoomButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/hand.png');
|
||||
}
|
||||
|
||||
.whiteboardRectangleButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/square.png');
|
||||
}
|
||||
|
||||
.whiteboardTextButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/text.png');
|
||||
}
|
||||
|
||||
.whiteboardTriangleButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/triangle.png');
|
||||
}
|
||||
|
||||
.presentationUploadButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/upload.png');
|
||||
}
|
||||
|
||||
.presentationBackButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/left-arrow.png');
|
||||
}
|
||||
|
||||
.presentationForwardButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/right-arrow.png');
|
||||
}
|
||||
|
||||
.presentationFitToWidthButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
icon: Embed('assets/images/fit-to-width.png');
|
||||
}
|
||||
|
||||
.presentationFitToPageButtonStyle {
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #96c7e6, #50a6d7, #ffffff, #eeeeee;
|
||||
color: #ffffff;
|
||||
textRollOverColor: #ffffff;
|
||||
textSelectedColor: #ffffff;
|
||||
borderColor: #50a6d7;
|
||||
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: #6cccff;
|
||||
trackColors: #6cccff, #6cccff;
|
||||
themeColor: #6cccff;
|
||||
fillAlphas: 1, 1, 1, 1;
|
||||
fillColors: #6cccff, #6cccff, #6cccff, #6cccff;
|
||||
labelStyleName: "presentationZoomSliderLabelStyle";
|
||||
}
|
||||
|
||||
.presentationZoomSliderLabelStyle {
|
||||
color: #6cccff;
|
||||
fontFamily: Arial;
|
||||
}
|
||||
|
||||
MDIWindow {
|
||||
resizeCursorHorizontalXOffset: 20
|
||||
}
|
||||
|
||||
.mdiWindowFocus
|
||||
{
|
||||
headerHeight: 26;
|
||||
roundedBottomCorners: false;
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #003650;
|
||||
backgroundSize: '100%';
|
||||
|
||||
borderStyle: solid;
|
||||
borderColor: #003650;
|
||||
borderAlpha: 1;
|
||||
borderThickness: 2;
|
||||
borderThicknessLeft: 6;
|
||||
borderThicknessTop: 6;
|
||||
borderThicknessBottom: 6;
|
||||
borderThicknessRight: 6;
|
||||
cornerRadius: 0;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
|
||||
cornerResizeImg: Embed(source="assets/swf/Blue.swf", symbol="Corner_Resize");
|
||||
cornerResizeWidth: 15;
|
||||
cornerResizeHeight: 15;
|
||||
cornerResizePaddingRight: 2;
|
||||
cornerResizePaddingBottom: 2;
|
||||
|
||||
controlButtonWidth: 10;
|
||||
controlButtonHeight: 10;
|
||||
controlButtonGap: 4;
|
||||
}
|
||||
|
||||
.mdiWindowNoFocus
|
||||
{
|
||||
headerHeight: 26;
|
||||
roundedBottomCorners: false;
|
||||
backgroundAlpha: 0.5;
|
||||
backgroundColor: #003650;
|
||||
backgroundSize: '100%';
|
||||
|
||||
borderStyle: solid;
|
||||
borderColor: #003650;
|
||||
borderAlpha: 1;
|
||||
borderThickness: 2;
|
||||
borderThicknessLeft: 6;
|
||||
borderThicknessTop: 6;
|
||||
borderThicknessBottom: 6;
|
||||
borderThicknessRight: 6;
|
||||
cornerRadius: 0;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
|
||||
cornerResizeImg: Embed(source="assets/swf/Blue.swf", symbol="Corner_Resize");
|
||||
cornerResizeWidth: 15;
|
||||
cornerResizeHeight: 15;
|
||||
cornerResizePaddingRight: 2;
|
||||
cornerResizePaddingBottom: 2;
|
||||
|
||||
controlButtonWidth: 10;
|
||||
controlButtonHeight: 10;
|
||||
controlButtonGap: 4;
|
||||
}
|
||||
|
||||
.presentationWindowStyleNoFocus
|
||||
{
|
||||
borderColor: #242424;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 0;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 0;
|
||||
borderThicknessRight: 0;
|
||||
roundedBottomCorners: false;
|
||||
cornerRadius: 0;
|
||||
headerHeight: 0;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.presentationWindowStyleFocus
|
||||
{
|
||||
borderColor: #242424;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 0;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 0;
|
||||
borderThicknessRight: 0;
|
||||
roundedBottomCorners: false;
|
||||
cornerRadius: 0;
|
||||
headerHeight: 0;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.presentationSlideViewStyle {
|
||||
backgroundColor: #003650;
|
||||
}
|
||||
|
||||
.presentationWindowControlsStyle {
|
||||
paddingBottom: 5;
|
||||
paddingTop: 3;
|
||||
paddingLeft: 3;
|
||||
paddingRight: 3;
|
||||
bottom: 5;
|
||||
cornerRadius: 0;
|
||||
dropShadowEnabled: false;
|
||||
}
|
||||
|
||||
.videoDockStyleNoFocus
|
||||
{
|
||||
borderColor: #242424;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 0;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 0;
|
||||
borderThicknessRight: 0;
|
||||
roundedBottomCorners: false;
|
||||
cornerRadius: 0;
|
||||
headerHeight: 0;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoDockStyleFocus
|
||||
{
|
||||
borderColor: #242424;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 0;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 0;
|
||||
borderThicknessRight: 0;
|
||||
roundedBottomCorners: false;
|
||||
cornerRadius: 0;
|
||||
headerHeight: 0;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoViewStyleNoFocus
|
||||
{
|
||||
borderColor: #003650;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoViewStyleFocus
|
||||
{
|
||||
borderColor: #003650;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoPublishStyleNoFocus
|
||||
{
|
||||
borderColor: #003650;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoPublishStyleFocus
|
||||
{
|
||||
borderColor: #003650;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoAvatarStyleNoFocus
|
||||
{
|
||||
borderColor: #003650;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.videoAvatarStyleFocus
|
||||
{
|
||||
borderColor: #003650;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 5;
|
||||
borderThicknessTop: 5;
|
||||
borderThicknessBottom: 5;
|
||||
borderThicknessRight: 5;
|
||||
roundedBottomCorners: true;
|
||||
cornerRadius: 5;
|
||||
headerHeight: 20;
|
||||
backgroundColor: #242424;
|
||||
dropShadowEnabled: false;
|
||||
titleStyleName: "mypanelTitle";
|
||||
}
|
||||
|
||||
.mypanelTitle {
|
||||
color: #6cccff;
|
||||
fontFamily: Arial;
|
||||
fontSize: 12;
|
||||
}
|
||||
|
||||
.closeBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_closeButton.png');
|
||||
overSkin: Embed('assets/img/3_closeButton.png');
|
||||
downSkin: Embed('assets/img/3_closeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_closeButton.png');
|
||||
}
|
||||
|
||||
.closeBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_closeButton.png');
|
||||
overSkin: Embed('assets/img/3_closeButton.png');
|
||||
downSkin: Embed('assets/img/3_closeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_closeButton.png');
|
||||
}
|
||||
|
||||
|
||||
.increaseBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_increaseButton.png');
|
||||
overSkin: Embed('assets/img/3_increaseButton.png');
|
||||
downSkin: Embed('assets/img/3_increaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_increaseButton.png');
|
||||
}
|
||||
|
||||
.increaseBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_increaseButton.png');
|
||||
overSkin: Embed('assets/img/3_increaseButton.png');
|
||||
downSkin: Embed('assets/img/3_increaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_increaseButton.png');
|
||||
}
|
||||
|
||||
|
||||
.decreaseBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
overSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
downSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
}
|
||||
|
||||
.decreaseBtnNoFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
overSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
downSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
disabledSkin: Embed('assets/img/3_decreaseButton.png');
|
||||
}
|
||||
|
||||
|
||||
.minimizeBtnFocus
|
||||
{
|
||||
upSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
overSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
downSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
disabledSkin: Embed('assets/img/3_minimizeButton.png');
|
||||
}
|
||||
|
||||
|
||||
.resizeHndlr
|
||||
{
|
||||
upSkin: Embed('assets/img/resizeHandler.png');
|
||||
overSkin: Embed('assets/img/resizeHandler.png');
|
||||
downSkin: Embed('assets/img/resizeHandler.png');
|
||||
disabledSkin: Embed('assets/img/resizeHandler.png');
|
||||
}
|
143
bigbluebutton-client/branding/css/WindowsXP_default.css
Executable file
@ -0,0 +1,143 @@
|
||||
/*
|
||||
Copyright (c) 2007 FlexLib Contributors. See:
|
||||
http://code.google.com/p/flexlib/wiki/ProjectContributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software, and to permit persons to whom the Software is furnished to do
|
||||
so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
Application
|
||||
{
|
||||
background-image: Embed(source="assets/img/wallpaperWin.jpg");
|
||||
}
|
||||
|
||||
MDIWindow
|
||||
{
|
||||
titleStyleName: "winXPTitleStyle";
|
||||
|
||||
minimizeBtnStyleNameNoFocus: "mdiWindowMinimizeBtnNoFocus";
|
||||
maximizeBtnStyleNameNoFocus: "mdiWindowMaximizeBtnNoFocus";
|
||||
restoreBtnStyleNameNoFocus: "mdiWindowRestoreBtnNoFocus";
|
||||
closeBtnStyleNameNoFocus: "mdiWindowCloseBtnNoFocus";
|
||||
}
|
||||
|
||||
.winXPTitleStyle
|
||||
{
|
||||
fontFamily: Verdana;
|
||||
fontSize: 12;
|
||||
fontWeight: normal;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.mdiWindowFocus
|
||||
{
|
||||
borderColor: #0053E1;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 2;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 2;
|
||||
borderThicknessRight: 2;
|
||||
roundedBottomCorners: false;
|
||||
cornerRadius: 5;
|
||||
dropShadowEnabled: false;
|
||||
headerHeight: 29;
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #FFFFFF;
|
||||
titleBackgroundSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="headerBgDefault");
|
||||
}
|
||||
|
||||
.mdiWindowNoFocus
|
||||
{
|
||||
borderColor: #7B97E0;
|
||||
borderAlpha: 1;
|
||||
borderThicknessLeft: 2;
|
||||
borderThicknessTop: 0;
|
||||
borderThicknessBottom: 2;
|
||||
borderThicknessRight: 2;
|
||||
roundedBottomCorners: false;
|
||||
cornerRadius: 5;
|
||||
dropShadowEnabled: false;
|
||||
headerHeight: 29;
|
||||
backgroundAlpha: 1;
|
||||
backgroundColor: #FFFFFF;
|
||||
titleBackgroundSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="headerBgDefaultNoFocus");
|
||||
|
||||
}
|
||||
|
||||
.mdiWindowMinimizeBtn
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnDefault_up");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnDefault_over");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnDefault_down");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnDefaultNoFocus");
|
||||
}
|
||||
|
||||
.mdiWindowMinimizeBtnNoFocus
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnDefaultNoFocus");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnDefaultNoFocus");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnDefaultNoFocus");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="minimizeBtnDefaultNoFocus");
|
||||
}
|
||||
|
||||
.mdiWindowMaximizeBtn
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maximizeBtnDefault_up");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maximizeBtnDefault_over");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maximizeBtnDefault_down");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maximizeBtnDefaultNoFocus");
|
||||
}
|
||||
|
||||
.mdiWindowMaximizeBtnNoFocus
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maximizeBtnDefaultNoFocus");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maximizeBtnDefaultNoFocus");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maximizeBtnDefaultNoFocus");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="maximizeBtnDefaultNoFocus");
|
||||
}
|
||||
|
||||
.mdiWindowRestoreBtn
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="restoreBtnDefault_up");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="restoreBtnDefault_over");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="restoreBtnDefault_down");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="restoreBtnDefaultNoFocus");
|
||||
}
|
||||
|
||||
.mdiWindowRestoreBtnNoFocus
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="restoreBtnDefaultNoFocus");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="restoreBtnDefaultNoFocus");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="restoreBtnDefaultNoFocus");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="restoreBtnDefaultNoFocus");
|
||||
}
|
||||
|
||||
.mdiWindowCloseBtn
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnDefault_up");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnDefault_over");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnDefault_down");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnDefaultNoFocus");
|
||||
}
|
||||
|
||||
.mdiWindowCloseBtnNoFocus
|
||||
{
|
||||
upSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnDefaultNoFocus");
|
||||
overSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnDefaultNoFocus");
|
||||
downSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnDefaultNoFocus");
|
||||
disabledSkin: Embed(source="assets/swf/WindowsAssets.swf", symbol="closeBtnDefaultNoFocus");
|
||||
}
|
BIN
bigbluebutton-client/branding/css/assets/images/BBBlogo.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/Cursor.png
Executable file
After Width: | Height: | Size: 551 B |
BIN
bigbluebutton-client/branding/css/assets/images/add.png
Executable file
After Width: | Height: | Size: 733 B |
BIN
bigbluebutton-client/branding/css/assets/images/administrator.gif
Executable file
After Width: | Height: | Size: 139 B |
BIN
bigbluebutton-client/branding/css/assets/images/application_put.png
Executable file
After Width: | Height: | Size: 585 B |
BIN
bigbluebutton-client/branding/css/assets/images/arrow_in.png
Executable file
After Width: | Height: | Size: 600 B |
BIN
bigbluebutton-client/branding/css/assets/images/arrow_left.png
Executable file
After Width: | Height: | Size: 6.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/arrow_out.png
Executable file
After Width: | Height: | Size: 594 B |
BIN
bigbluebutton-client/branding/css/assets/images/arrow_right.png
Executable file
After Width: | Height: | Size: 6.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/arrow_undo.png
Executable file
After Width: | Height: | Size: 6.6 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/blank-circle.png
Executable file
After Width: | Height: | Size: 513 B |
BIN
bigbluebutton-client/branding/css/assets/images/bullet_go.png
Executable file
After Width: | Height: | Size: 410 B |
BIN
bigbluebutton-client/branding/css/assets/images/cancel.png
Executable file
After Width: | Height: | Size: 6.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/circle.png
Executable file
After Width: | Height: | Size: 6.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/control_play_blue.png
Executable file
After Width: | Height: | Size: 717 B |
BIN
bigbluebutton-client/branding/css/assets/images/deskshare_icon.png
Executable file
After Width: | Height: | Size: 3.2 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/ellipse.png
Executable file
After Width: | Height: | Size: 442 B |
BIN
bigbluebutton-client/branding/css/assets/images/fit-to-screen.png
Executable file
After Width: | Height: | Size: 475 B |
BIN
bigbluebutton-client/branding/css/assets/images/fit-to-width.png
Executable file
After Width: | Height: | Size: 390 B |
BIN
bigbluebutton-client/branding/css/assets/images/forward_blue.png
Executable file
After Width: | Height: | Size: 736 B |
BIN
bigbluebutton-client/branding/css/assets/images/green-circle.png
Executable file
After Width: | Height: | Size: 542 B |
BIN
bigbluebutton-client/branding/css/assets/images/hand.png
Executable file
After Width: | Height: | Size: 574 B |
38
bigbluebutton-client/branding/css/assets/images/icons-license.txt
Executable file
@ -0,0 +1,38 @@
|
||||
Silk icon set 1.3
|
||||
|
||||
_________________________________________
|
||||
Mark James
|
||||
http://www.famfamfam.com/lab/icons/silk/
|
||||
_________________________________________
|
||||
|
||||
This work is licensed under a
|
||||
Creative Commons Attribution 2.5 License.
|
||||
[ http://creativecommons.org/licenses/by/2.5/ ]
|
||||
|
||||
This means you may use it for any purpose,
|
||||
and make any changes you like.
|
||||
All I ask is that you include a link back
|
||||
to this page in your credits.
|
||||
|
||||
Are you using this icon set? Send me an email
|
||||
(including a link or picture if available) to
|
||||
mjames@gmail.com
|
||||
|
||||
Any other questions about this icon set please
|
||||
contact mjames@gmail.com
|
||||
|
||||
==================================================
|
||||
Diagona Icons
|
||||
|
||||
Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
|
||||
The icons are licensed under a Creative Commons Attribution
|
||||
3.0 license. <http://creativecommons.org/licenses/by/3.0/>
|
||||
|
||||
If you can't or don't want to provide a link back, please
|
||||
purchase a royalty-free license.
|
||||
<http://p.yusukekamiyamane.com/>
|
||||
|
||||
I'm unavailable for custom icon design work. But your
|
||||
suggestions are always welcome!
|
||||
<mailto:p@yusukekamiyamane.com>
|
||||
====================
|
BIN
bigbluebutton-client/branding/css/assets/images/left-arrow.png
Executable file
After Width: | Height: | Size: 384 B |
BIN
bigbluebutton-client/branding/css/assets/images/line.png
Executable file
After Width: | Height: | Size: 219 B |
BIN
bigbluebutton-client/branding/css/assets/images/lock.png
Executable file
After Width: | Height: | Size: 2.9 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/lock_close.png
Executable file
After Width: | Height: | Size: 749 B |
BIN
bigbluebutton-client/branding/css/assets/images/lock_open.png
Executable file
After Width: | Height: | Size: 727 B |
BIN
bigbluebutton-client/branding/css/assets/images/magnifier.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/magnifier_reset.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/marker.png
Executable file
After Width: | Height: | Size: 462 B |
BIN
bigbluebutton-client/branding/css/assets/images/page_white_get.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/participant-mute.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/participant.gif
Executable file
After Width: | Height: | Size: 143 B |
BIN
bigbluebutton-client/branding/css/assets/images/pencil.png
Executable file
After Width: | Height: | Size: 637 B |
BIN
bigbluebutton-client/branding/css/assets/images/presenter.png
Executable file
After Width: | Height: | Size: 833 B |
BIN
bigbluebutton-client/branding/css/assets/images/raisehand.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/red-circle.png
Executable file
After Width: | Height: | Size: 560 B |
BIN
bigbluebutton-client/branding/css/assets/images/right-arrow.png
Executable file
After Width: | Height: | Size: 392 B |
BIN
bigbluebutton-client/branding/css/assets/images/settings.png
Executable file
After Width: | Height: | Size: 671 B |
BIN
bigbluebutton-client/branding/css/assets/images/shape_handles.png
Executable file
After Width: | Height: | Size: 538 B |
BIN
bigbluebutton-client/branding/css/assets/images/shape_move_front.png
Executable file
After Width: | Height: | Size: 435 B |
BIN
bigbluebutton-client/branding/css/assets/images/shape_square.png
Executable file
After Width: | Height: | Size: 6.1 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/sound.png
Executable file
After Width: | Height: | Size: 610 B |
BIN
bigbluebutton-client/branding/css/assets/images/sound_mute.png
Executable file
After Width: | Height: | Size: 474 B |
BIN
bigbluebutton-client/branding/css/assets/images/sound_none.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/square.png
Executable file
After Width: | Height: | Size: 164 B |
BIN
bigbluebutton-client/branding/css/assets/images/table.png
Executable file
After Width: | Height: | Size: 566 B |
BIN
bigbluebutton-client/branding/css/assets/images/text.png
Executable file
After Width: | Height: | Size: 414 B |
BIN
bigbluebutton-client/branding/css/assets/images/trash.png
Executable file
After Width: | Height: | Size: 541 B |
BIN
bigbluebutton-client/branding/css/assets/images/triangle.png
Executable file
After Width: | Height: | Size: 366 B |
BIN
bigbluebutton-client/branding/css/assets/images/undo.png
Executable file
After Width: | Height: | Size: 581 B |
BIN
bigbluebutton-client/branding/css/assets/images/unlock.png
Executable file
After Width: | Height: | Size: 2.9 KiB |
BIN
bigbluebutton-client/branding/css/assets/images/upload.png
Executable file
After Width: | Height: | Size: 373 B |
BIN
bigbluebutton-client/branding/css/assets/images/user.png
Executable file
After Width: | Height: | Size: 741 B |
BIN
bigbluebutton-client/branding/css/assets/images/user_go.png
Executable file
After Width: | Height: | Size: 793 B |
BIN
bigbluebutton-client/branding/css/assets/images/user_gray.png
Executable file
After Width: | Height: | Size: 706 B |
BIN
bigbluebutton-client/branding/css/assets/images/user_green.png
Executable file
After Width: | Height: | Size: 722 B |
BIN
bigbluebutton-client/branding/css/assets/images/user_orange.png
Executable file
After Width: | Height: | Size: 723 B |
BIN
bigbluebutton-client/branding/css/assets/images/user_red.png
Executable file
After Width: | Height: | Size: 717 B |
BIN
bigbluebutton-client/branding/css/assets/images/webcam.png
Executable file
After Width: | Height: | Size: 728 B |
BIN
bigbluebutton-client/branding/css/assets/images/whiteboard_icon.png
Executable file
After Width: | Height: | Size: 551 B |
BIN
bigbluebutton-client/branding/css/assets/images/whiteboard_thick.png
Executable file
After Width: | Height: | Size: 133 B |
BIN
bigbluebutton-client/branding/css/assets/images/whiteboard_thin.png
Executable file
After Width: | Height: | Size: 132 B |
BIN
bigbluebutton-client/branding/css/assets/img/3_closeButton.png
Executable file
After Width: | Height: | Size: 46 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/3_decreaseButton.png
Executable file
After Width: | Height: | Size: 46 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/3_increaseButton.png
Executable file
After Width: | Height: | Size: 46 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/3_minimizeButton.png
Executable file
After Width: | Height: | Size: 2.8 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/BBBLogo.png
Executable file
After Width: | Height: | Size: 19 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/BrushedMetalBack.jpg
Executable file
After Width: | Height: | Size: 51 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/add.png
Executable file
After Width: | Height: | Size: 733 B |
BIN
bigbluebutton-client/branding/css/assets/img/administrator.gif
Executable file
After Width: | Height: | Size: 139 B |
BIN
bigbluebutton-client/branding/css/assets/img/annotation.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/application_put.png
Executable file
After Width: | Height: | Size: 585 B |
BIN
bigbluebutton-client/branding/css/assets/img/arrow_in.png
Executable file
After Width: | Height: | Size: 600 B |
BIN
bigbluebutton-client/branding/css/assets/img/arrow_left.png
Executable file
After Width: | Height: | Size: 6.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/arrow_out.png
Executable file
After Width: | Height: | Size: 594 B |
BIN
bigbluebutton-client/branding/css/assets/img/arrow_right.png
Executable file
After Width: | Height: | Size: 6.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/arrow_undo.png
Executable file
After Width: | Height: | Size: 6.6 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/avatar.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/bandwidth.png
Executable file
After Width: | Height: | Size: 880 B |
BIN
bigbluebutton-client/branding/css/assets/img/bk3.jpg
Executable file
After Width: | Height: | Size: 80 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/closeButton.png
Executable file
After Width: | Height: | Size: 27 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/cornerResize3.png
Executable file
After Width: | Height: | Size: 220 B |
BIN
bigbluebutton-client/branding/css/assets/img/decreaseButton.png
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/increaseButton.png
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/menuArrow.png
Executable file
After Width: | Height: | Size: 210 B |
BIN
bigbluebutton-client/branding/css/assets/img/mic_unmuted.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
bigbluebutton-client/branding/css/assets/img/minimizeButton.png
Executable file
After Width: | Height: | Size: 230 B |
BIN
bigbluebutton-client/branding/css/assets/img/resizeCursor.png
Executable file
After Width: | Height: | Size: 250 B |
BIN
bigbluebutton-client/branding/css/assets/img/resizeCursorH.gif
Executable file
After Width: | Height: | Size: 83 B |
BIN
bigbluebutton-client/branding/css/assets/img/resizeCursorTLBR.gif
Executable file
After Width: | Height: | Size: 84 B |
BIN
bigbluebutton-client/branding/css/assets/img/resizeCursorTRBL.gif
Executable file
After Width: | Height: | Size: 84 B |