- cleanup

This commit is contained in:
Richard Alam 2012-12-27 20:16:58 +00:00
parent ae2eabb9bb
commit 531fc776f3
113 changed files with 0 additions and 1951 deletions

View File

@ -1,31 +0,0 @@
<?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>

View File

@ -1,588 +0,0 @@
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');
}

View File

@ -1,173 +0,0 @@
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');
}

View File

@ -1,100 +0,0 @@
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;
}

View File

@ -1,83 +0,0 @@
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");
}

View File

@ -1,609 +0,0 @@
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');
}

View File

@ -1,143 +0,0 @@
/*
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");
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

View File

@ -1,38 +0,0 @@
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>
====================

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 880 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Some files were not shown because too many files have changed in this diff Show More