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

org.copperengine.gui.css.LSD.css Maven / Gradle / Ivy

Go to download

COPPER is an open-source, powerful, light-weight, and easily configurable workflow engine. The power of COPPER is that it uses Java as a description language for workflows.

There is a newer version: 4.2.0
Show newest version
/**
 * Copyright 2002-2015 SCOOP Software GmbH
 *
 * 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.
 */
.root{
    -fx-const-base: #2f2f80;
    -fx-const-background: #1f1f60;

    -fx-const-control-inner-background: #0f0f40;
    -fx-const-light-text-color: yellow;

    -fx-const-accent: #006dff;
    -fx-const-focus-color: #006dff;

    -fx-const-dark-text-color: green;
    -fx-const-mid-text-color: #c0c0c0;


    -fx-const-error-color: #FF8080;
    
    -fx-const-color1: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, red, green 75%, yellow);
    -fx-const-color2: linear-gradient(to bottom right, 
                red, 
                orange 10%, 
                yellow 20%, 
                green 30%, 
                blue 40%, 
                darkviolet 50%,
                red 60%, 
                orange 70%, 
                yellow 80%, 
                green 90%,
                blue 100%);
    -fx-const-color3: linear-gradient(to bottom left, red, orange 25%, yellow 50%, green 75%, blue);
    -fx-const-color4: black;

    /* -fx-font: 11pt "Comic Sans MS"; */
    -fx-font: 14pt "Arial Narrow";
    
    -fx-body-color: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, blue, green 75%, darkviolet);
    -fx-background-color: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, red, orange 75%, green);


    -fx-copper-fill: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, blue, green 75%, darkviolet);
    -fx-copper-background: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, blue, green 75%, darkviolet);
    -fx-control-inner-background: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, red, orange 25%, yellow 50%, green 75%, blue);
}

.text-box, .text-box:disabled, *.text-area, *.text-field, *.text-input {
    -fx-text-fill: black;
    -fx-prompt-text-fill: black;
    -fx-table-cell-border-color: -fx-const-light-text-color;
    -fx-background-color: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, red, orange 25%, yellow 50%, green 75%, blue);
    -fx-control-inner-background: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, red, orange 25%, yellow 50%, green 75%, blue);
}


*.table-cell, *.table-row-cell, *.table-row-cell:odd, *.tree-cell {
    -fx-text-fill: black;
    -fx-prompt-text-fill: black;
    -fx-table-cell-border-color: -fx-const-light-text-color;
    -fx-background-color: -fx-const-color2;
    -fx-control-inner-background: -fx-const-color2;
}



.scroll-pane {
     -fx-effect: dropshadow( gaussian , #0f0f20, 10 , 0.0 , 10 , 10);
     -fx-background-image: url("../logo/logo32.png");
}

.copper-container {
     -fx-effect: dropshadow( gaussian , #0f0f20, 10 , 0.0 , 10 , 10);
}

.copper-cylinder-top {
     -fx-fill: linear-gradient(to bottom right, red, orange 25%, yellow 50%, green 75%, blue);
     -fx-stroke: -fx-copper-stroke;
     -fx-stroke-width: -fx-copper-stroke-width;
}



.copper-style2 {
     -fx-copper-fill: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, blue, green 75%, darkviolet);
     -fx-copper-background: radial-gradient(focus-angle 45deg, focus-distance 20%, center 25% 25%, radius 50%, reflect, blue, green 75%, darkviolet);
     -fx-background-image: url("../logo/logo-text.png");
     -fx-background-repeat: no-repeat;
     -fx-background-position: right 10;
}


.copper-style2 .copper-rectangle, .copper-style3 .copper-rectangle {
     -fx-opacity: 0.5;
}

.copper-style4 .copper-rectangle, .copper-style5 .copper-rectangle, .copper-style6 .copper-rectangle, .copper-style7 .copper-rectangle {
     -fx-opacity: 1.0;
}

.copper-style3, .copper-style4 {
     -fx-background-image: null;
}


.copper-style5 {
     -fx-copper-fill: -fx-const-color3;
     -fx-copper-custom-fill: linear-gradient(to bottom right, blue, green 25%, yellow 50%, orange 75%, red);
     -fx-light-text-color: blue;
}

.copper-style6 {
     -fx-copper-fill: linear-gradient(to bottom left, red, orange 25%, yellow 50%, green 75%, blue);
     -fx-fill: linear-gradient(to bottom left, red, orange 25%, yellow 50%, green 75%, blue);
     -fx-light-text-color: #e0ffe0;
}

.copper-style7 {
     -fx-copper-fill: linear-gradient(to bottom right, blue, green 25%, yellow 50%, orange 75%, red);
     -fx-fill: linear-gradient(to bottom right, blue, green 25%, yellow 50%, orange 75%, red);
     -fx-light-text-color: orange;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy