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

styles.Styles.css Maven / Gradle / Ivy

The newest version!
.app-background {
    -fx-background-image: url("stdbackground.png"); 
    -fx-background-size: cover;
}

#widgetPane {
    -fx-background-color: transparent;
    -fx-opacity: 1;
}

#appTileBase {
    -fx-background-color: black;
    -fx-opacity: 0.50;
    -fx-border-radius: 10;
    -fx-background-radius: 10;
}

#UserPicture {
    -fx-image: url("defaultimage60.png");
}

#HomeButton {
    -fx-background-image: url("homebutton.png");
    -fx-position: center;
}

#LoggedUser {
    -fx-background-color: black;
    -fx-opacity: 1;
    -fx-text-fill: white;
}

#TimesheetSelect {
    -fx-background-color: a4c0b4ff;
    -fx-opacity: 0.85;
    -fx-text-fill: white;
    -fx-border-radius: 10;
    -fx-background-radius: 10;
}

#TimesheetBack {
    -fx-background-color: a4c0b4ff;
    -fx-opacity: 0.85;
    -fx-border-radius: 10;
    -fx-background-radius: 10;
}

#ControlBar {
    -fx-background-color: black;
    -fx-opacity: 0.85;
}

.text-field {
    -fx-border-radius: 10;
    -fx-background-radius: 10;
    -fx-font-size: 15px;
}

#WeekDisplay {
    -fx-background-color: ccd7d7ff;
    -fx-font-size: 17px;
}
#Total {
    -fx-background-color: ccd7d7ff;
}
#Monday {
    -fx-background-color: d0c894ff;
}
#Tuesday {
    -fx-background-color: d0c894ff;
}
#Wednesday {
    -fx-background-color: d0c894ff;
}
#Thursday {
    -fx-background-color: d0c894ff;
}
#Friday {
    -fx-background-color: d0c894ff;
}
#Saturday {
    -fx-background-color: d0c894ff;
}
#Sunday {
    -fx-background-color: d0c894ff;
}
#ActivityOne {
    -fx-background-color: b3c4c4ff;
}
#ActivityTwo {
    -fx-background-color: b3c4c4ff;
}
#Illness {
    -fx-background-color: b3c4c4ff;
}
#Leave {
    -fx-background-color: b3c4c4ff;
}

#workerList {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy