- cleaning up default style

This commit is contained in:
Richard Alam 2012-12-27 23:41:55 +00:00
parent a2c9aef63a
commit 6a66062164
95 changed files with 23 additions and 1855 deletions

View File

@ -2,7 +2,6 @@ Application {
backgroundColor: #ffffff;
}
ApplicationControlBar {
highlightAlphas: 0.1, 0;
fillAlphas: 0, 0;
@ -519,70 +518,44 @@ MDIWindow {
fontSize: 12;
}
.closeBtnFocus
.closeBtnFocus, .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');
}
.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');
upSkin: Embed('assets/images/3_closeButton.png');
overSkin: Embed('assets/images/3_closeButton.png');
downSkin: Embed('assets/images/3_closeButton.png');
disabledSkin: Embed('assets/images/3_closeButton.png');
}
.increaseBtnFocus
.increaseBtnFocus, .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');
upSkin: Embed('assets/images/3_increaseButton.png');
overSkin: Embed('assets/images/3_increaseButton.png');
downSkin: Embed('assets/images/3_increaseButton.png');
disabledSkin: Embed('assets/images/3_increaseButton.png');
}
.increaseBtnNoFocus
.decreaseBtnFocus, .decreaseBtnNoFocus
{
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');
upSkin: Embed('assets/images/3_decreaseButton.png');
overSkin: Embed('assets/images/3_decreaseButton.png');
downSkin: Embed('assets/images/3_decreaseButton.png');
disabledSkin: Embed('assets/images/3_decreaseButton.png');
}
.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');
upSkin: Embed('assets/images/3_minimizeButton.png');
overSkin: Embed('assets/images/3_minimizeButton.png');
downSkin: Embed('assets/images/3_minimizeButton.png');
disabledSkin: Embed('assets/images/3_minimizeButton.png');
}
.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');
upSkin: Embed('assets/images/resizeHandler.png');
overSkin: Embed('assets/images/resizeHandler.png');
downSkin: Embed('assets/images/resizeHandler.png');
disabledSkin: Embed('assets/images/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,257 +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;
}
MDIWindow {
resizeCursorHorizontalXOffset: 20
}
.mdiWindowFocus
{
headerHeight: 26;
roundedBottomCorners: false;
backgroundAlpha: 1;
backgroundColor: #fffcf5;
/* backgroundImage: Embed(source="assets/swf/Blue.swf", symbol="Window_Background"); */
backgroundSize: '100%';
borderStyle: solid;
borderColor: #bebcac;
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: #fffcf5;
/* backgroundImage: Embed(source="assets/swf/Blue.swf", symbol="Window_Background"); */
backgroundSize: '100%';
borderStyle: solid;
borderColor: #bebcac;
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;
}
.mypanelTitle
{
fontFamily: Arial;
fontSize: 14;
paddingLeft: 15;
color: #4c4b39;
}
.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,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,254 +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;
}
.switchPresenterButtonStyle {
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;
}
.chatSendButtonStyle {
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;
}
.logoutButtonStyle {
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;
}
.helpLinkButtonStyle {
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;
}
MDIWindow {
resizeCursorHorizontalXOffset: 20
}
.mdiWindowFocus
{
headerHeight: 26;
roundedBottomCorners: false;
backgroundAlpha: 1;
backgroundColor: #fffcf5;
/* backgroundImage: Embed(source="assets/swf/Blue.swf", symbol="Window_Background"); */
backgroundSize: '100%';
borderStyle: solid;
borderColor: #bebcac;
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: #fffcf5;
/* backgroundImage: Embed(source="assets/swf/Blue.swf", symbol="Window_Background"); */
backgroundSize: '100%';
borderStyle: solid;
borderColor: #bebcac;
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;
}
.mypanelTitle
{
fontFamily: Arial;
fontSize: 14;
paddingLeft: 15;
color: #4c4b39;
}
.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: 736 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 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: 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: 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: 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: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

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: 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

View File

@ -1,6 +0,0 @@
/*The image for your logo is 200x200 pixels. No other size is currently supported so resize your logo accordingly. The logo will always appear in the lower right corner. */
BrandingLogo
{
backgroundImage: Embed(source="assets/img/BBBLogo.png");
backgroundSize: "100%";
}

View File

@ -1,180 +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;
}
/*The image for your logo is 200x200 pixels. No other size is currently supported so resize your logo accordingly. The logo will always appear in the lower right corner. */
BrandingLogo
{
backgroundImage: Embed(source="assets/img/BBBLogo.png");
backgroundSize: "100%";
}
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');
}