3ff80318b4
Build & Test (NowChessSystems) TeamCity build finished
Co-authored-by: shahdlala66 <shahd.lala66@gmail.com> Reviewed-on: #14 Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
31 lines
530 B
CSS
31 lines
530 B
CSS
/* Arabian Chess GUI Styles */
|
|
|
|
.root {
|
|
-fx-font-family: "Comic Sans MS", "Comic Sans", cursive;
|
|
-fx-background-color: #F3C8A0;
|
|
}
|
|
|
|
.button {
|
|
-fx-background-radius: 8;
|
|
-fx-padding: 8 16 8 16;
|
|
-fx-font-family: "Comic Sans MS", cursive;
|
|
-fx-font-size: 12px;
|
|
-fx-cursor: hand;
|
|
}
|
|
|
|
.button:hover {
|
|
-fx-opacity: 0.8;
|
|
}
|
|
|
|
.label {
|
|
-fx-font-family: "Comic Sans MS", cursive;
|
|
}
|
|
|
|
.dialog-pane {
|
|
-fx-background-color: #F3C8A0;
|
|
}
|
|
|
|
.dialog-pane .content {
|
|
-fx-font-family: "Comic Sans MS", cursive;
|
|
}
|