mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
credits toegevoegd
This commit is contained in:
18
app/src/main/resources/assets/style/credits.css
Normal file
18
app/src/main/resources/assets/style/credits.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.credit-text {
|
||||
-fx-fill: #ffffff;
|
||||
-fx-font-size: 24px;
|
||||
-fx-font-family: "Arial";
|
||||
-fx-font-weight: bold;
|
||||
-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;
|
||||
}
|
||||
Reference in New Issue
Block a user