All Downloads are FREE. Search and download functionalities are using the official Maven repository.

styles.jacp-styles.css Maven / Gradle / Ivy

The newest version!
/*
 * **********************************************************************
 *
 *  Copyright (C) 2010 - 2015
 *
 *  [jacp-styles.css]
 *  JACPFX Project (https://github.com/JacpFX/JacpFX/)
 *  All rights reserved.
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing,
 *  software distributed under the License is distributed on an "AS IS"
 *  BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 *  express or implied. See the License for the specific language
 *  governing permissions and limitations under the License.
 *
 *
 * *********************************************************************
 */

.jacp-option-pane {
    -fx-background-color: #CCCCCC;
    -fx-background-insets: 0, 1, 2;
    -fx-background-radius: 6, 5, 4;
    -fx-padding: 15;
    -fx-effect: dropshadow(three-pass-box, black, 20, 0, 0, 0);
}

.jacp-option-pane .jacp-option-pane-title {
    -fx-font-size: 1.4em;
    -fx-font-weight: bold;
}

.jacp-option-pane .jacp-error-pane-title {
    -fx-font-size: 1.4em;
    -fx-font-weight: bold;
    -fx-text-fill: red;
}

/*********************
*
* ERROR DIALOG
*
*********************/

.jacp-error-dialog-icon {
    -fx-background-image: url("../images/error.png");
    -fx-background-size: 32 32;
    -fx-background-repeat: no-repeat;
    -fx-background-position: left;
    -fx-padding: 20;
}

.jacp-error-dialog-icon .label{
    -fx-padding: 0 20 0 0 ;
}

/*********************
*
* HOVER-MENU
*
*********************/

.top-arrow, .btm-arrow, .lft-arrow, .rgt-arrow {
    -fx-background-color: #333333;
}

.top-arrow {
    -fx-shape: "m 138.84341,374.47684 54.45117,54.45118 -108.902347,0 54.451177,-54.45118 z";
}

.btm-arrow {
    -fx-shape: "m 138.84341,428.92802 54.45117,-54.45118 -108.902347,0 54.451177,54.45118 z";
}

.lft-arrow {
    -fx-shape: "m 111.61782,401.70243 54.45118,54.45117 0,-108.90234 -54.45118,54.45117 z";
}

.rgt-arrow {
    -fx-shape: "m 166.069,401.70243 -54.45118,54.45117 0,-108.90234 54.45118,54.45117 z";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy