mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
add: credits layer
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
-fx-background-color: linear-gradient(to bottom right, #21a7b2, #8f32b9);
|
||||
}
|
||||
|
||||
.vertical_container, .horizontal_container {
|
||||
.stack_container, .vertical_container, .horizontal_container {
|
||||
-fx-padding: 10;
|
||||
|
||||
-fx-alignment: center;
|
||||
-fx-text-alignment: center;
|
||||
|
||||
-fx-background-color: linear-gradient(to bottom right, orange, indigo), #1d1d1d;
|
||||
-fx-background-insets: 0, 2;
|
||||
|
||||
@@ -6,13 +6,7 @@
|
||||
-fx-effect: dropshadow(gaussian, rgba(0,0,0,0.7), 4, 0, 2, 2);
|
||||
}
|
||||
|
||||
.button.exit-button {
|
||||
-fx-background-color: #3498db;
|
||||
-fx-text-fill: white;
|
||||
-fx-font-size: 72px;
|
||||
-fx-padding: 10 20 10 20;
|
||||
-fx-background-radius: 5;
|
||||
}
|
||||
.button.exit-button:hover {
|
||||
-fx-background-color: #2980b9;
|
||||
}
|
||||
.animated_credits_container {
|
||||
-fx-padding: 10;
|
||||
-fx-alignment: center;
|
||||
}
|
||||
Reference in New Issue
Block a user