Compare commits

..

No commits in common. "136ead454da73c3425a9bc92e98287708ac8ad7e" and "ede28ae4a7b0f4c9d8ad52dc89192f78e6c6993c" have entirely different histories.

5 changed files with 57 additions and 85 deletions

View File

@ -1,38 +1,25 @@
/*Marco Kühn*/
* {
-fx-dark-background-color: #3E415F;
-fx-darkest-background-color: #2B2D42;
-fx-bright-background-color: #8D99AE;
-fx-brighter-background-color: #ff5555;
-fx-brightest-background-color: #ffffff;
-fx-bright-border-color: #B0B0B0;
-fx-brighter-text-color: #ffffff;
}
GridPane{
-fx-background-color: -fx-dark-background-color;
-fx-background-color: #3E415F;
-fx-padding: 20px;
-fx-font-size: 20px;
-fx-font-family: Segoe UI;
-fx-border-insets: 1;
-fx-border-color: -fx-bright-border-color;
-fx-border-color: #B0B0B0;
-fx-border-style: solid;
-fx-border-width: 2;
-fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);
}
Label{
-fx-text-fill: -fx-brighter-text-color;
-fx-text-fill: white;
-fx-max-width: 150px;
-fx-min-width: 150px;
}
.mainLabel{
-fx-background-color: -fx-bright-background-color;
-fx-background-color: #8D99AE;
-fx-padding: 10px;
-fx-max-width: 200px;
-fx-min-width: 200px;
@ -42,22 +29,22 @@ Label{
.inputField{
-fx-padding: 10px;
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
.mainButton{
-fx-font-weight: bold;
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
JFXButton{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
#labelError{
-fx-font-weight: bold;
-fx-max-width: 1000px;
-fx-text-fill: -fx-brighter-background-color;
-fx-text-fill: #ff5555;
-fx-padding: 16px;
-fx-min-height: 140px;
-fx-max-height: 400px;
@ -66,15 +53,15 @@ JFXButton{
}
.inputDate{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
.comboBox{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
.timePicker{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
.jfx-time-picker .date-picker-popup{

View File

@ -1,70 +1,66 @@
/*Alex Rechtin, Marco Kühn*/
* {
-fx-dark-background-color: #525E74;
-fx-darkest-background-color: #2B2D42;
-fx-base-background-color: #2B2D42;
-fx-base1-background-color: #525E74;
-fx-bright-background-color: #77859E;
-fx-brighter-background-color: #282C34 ;
-fx-brightest-background-color: #333333 ;
-fx-bright-border-color: #B0B0B0;
-fx-brighter-text-color: #ffffff;
-fx-main-border-color: #B0B0B0;
-fx-main-text-color: #ffffff;
}
GridPane{
-fx-background-color: -fx-darkest-background-color;
-fx-background-color: -fx-base-background-color;
}
.main-panel{
-fx-background-color: -fx-brighter-background-color;
-fx-background-color: #282C34;
}
.vbox-main{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: #333333;
-fx-alignment: top-center;
}
.gridCalendar Line{
-fx-stroke: -fx-bright-border-color;
-fx-stroke: -fx-main-border-color;
}
.gridCalender{
-fx-background-color: -fx-darkest-background-color;
-fx-background-color: -fx-base-background-color;
-fx-min-height: 80px;
-fx-max-height: 80px;
}
.labelMonth{
-fx-padding: 0 0 0 20;
-fx-background-color: -fx-bright-background-color;
-fx-background-color: #77859E;
-fx-font-size: 35px;
-fx-font-weight: bold;
}
.scrollDays{
-fx-background-color: -fx-darkest-background-color;
-fx-border-color: -fx-bright-border-color;
-fx-background-color: -fx-base-background-color;
-fx-border-color: -fx-main-border-color;
}
.vBoxDays{
-fx-background-color: -fx-darkest-background-color;
-fx-background-color: -fx-base-background-color;
}
.labelDays{
-fx-alignment: center;
-fx-background-color: -fx-dark-background-color;
-fx-background-color: -fx-base1-background-color;
-fx-font-size: 25px;
-fx-border-color: -fx-bright-border-color;
-fx-border-color: -fx-main-border-color;
}
Label{
-fx-text-fill: -fx-brighter-text-color;
-fx-text-fill: -fx-main-text-color;
}
.event{
-fx-background-color: -fx-dark-background-color;
-fx-background-color: -fx-base1-background-color;
}
.main-btn{
@ -81,7 +77,7 @@ Label{
}
.buttonBox{
-fx-background-color: -fx-bright-background-color;
-fx-background-color: #77859E;
}
.navBtn{

View File

@ -1,35 +1,25 @@
/* Marco Kühn */
* {
-fx-dark-background-color: #3E415F;
-fx-bright-background-color: #ff5555;
-fx-brighter-background-color: #8D99AE;
-fx-brightest-background-color: #ffffff;
-fx-bright-border-color: #B0B0B0;
-fx-brighter-text-color: #ffffff;
}
GridPane{
-fx-background-color: -fx-dark-background-color;
-fx-background-color: #3E415F;
-fx-padding: 20px;
-fx-font-size: 20px;
-fx-font-family: Segoe UI;
-fx-border-insets: 1;
-fx-border-color: -fx-bright-border-color;
-fx-border-color: #B0B0B0;
-fx-border-style: solid;
-fx-border-width: 2;
-fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);
}
Label{
-fx-text-fill: -fx-brighter-text-color;
-fx-text-fill: white;
-fx-max-width: 200px;
-fx-min-width: 200px;
}
.mainLabel{
-fx-background-color: -fx-brighter-background-color;
-fx-background-color: #8D99AE;
-fx-padding: 10px;
-fx-max-width: 200px;
-fx-min-width: 200px;
@ -39,17 +29,17 @@ Label{
.mainButton{
-fx-font-weight: bold;
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
JFXButton{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
#labelError{
-fx-font-weight: bold;
-fx-max-width: 1000px;
-fx-text-fill: -fx-bright-background-color;
-fx-text-fill: #ff5555;
-fx-padding: 16px;
-fx-min-height: 140px;
-fx-max-height: 400px;
@ -58,7 +48,7 @@ JFXButton{
}
.comboBox{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
-fx-max-width: 200px;
-fx-min-width: 200px;
}

View File

@ -1,19 +1,21 @@
/*Alex Rechtin*/
* {
-fx-dark-background-color: #3E415F;
-fx-bright-border-color: #B0B0B0;
-fx-brighter-text-color: #ffffff;
-fx-base-background-color: #2B2D42;
-fx-base1-background-color: #525E74;
-fx-main-border-color: #B0B0B0;
-fx-main-text-color: #ffffff;
}
GridPane{
-fx-background-color: -fx-dark-background-color;
-fx-background-color: #3E415F;
-fx-padding: 20px;
-fx-font-size: 20px;
-fx-font-family: Segoe UI;
-fx-border-insets: 1;
-fx-border-color: -fx-bright-border-color;
-fx-border-color: #B0B0B0;
-fx-border-style: solid;
-fx-border-width: 2;
-fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);
@ -29,7 +31,7 @@ GridPane{
Label{
-fx-text-fill: -fx-brighter-text-color;
-fx-text-fill: white;
-fx-max-width: 150px;
-fx-min-width: 150px;
}

View File

@ -1,30 +1,27 @@
/* Marco Kühn*/
* {
-fx-dark-background-color: #3E415F;
-fx-base-background-color: #2B2D42;
-fx-base1-background-color: #525E74;
-fx-brightest-background-color: #ffffff;
-fx-bright-border-color: #B0B0B0;
-fx-bright-text-color: ##ff5555;
-fx-brighter-text-color: #ffffff;
-fx-main-border-color: #B0B0B0;
-fx-main-text-color: #ffffff;
}
GridPane{
-fx-background-color: -fx-dark-background-color;
-fx-background-color: #3E415F;
-fx-padding: 20px;
-fx-font-size: 20px;
-fx-font-family: Segoe UI;
-fx-border-insets: 1;
-fx-border-color: -fx-bright-border-color;
-fx-border-color: #B0B0B0;
-fx-border-style: solid;
-fx-border-width: 2;
-fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);
}
Label{
-fx-text-fill: -fx-brighter-text-color;
-fx-text-fill: white;
-fx-max-width: 150px;
-fx-min-width: 150px;
}
@ -32,7 +29,7 @@ Label{
.errorLbl{
-fx-font-weight: bold;
-fx-max-width: 200px;
-fx-text-fill: -fx-bright-text-color;
-fx-text-fill: #ff5555;
-fx-padding: 16px;
-fx-min-height: 140px;
-fx-max-height: 400px;
@ -41,17 +38,17 @@ Label{
}
.userField{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
.passField{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
.quitBtn{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}
.loginBtn{
-fx-background-color: -fx-brightest-background-color;
-fx-background-color: white;
}