Fixed that wind speed did not updated frequently and UI polishing.

- added shadow for raceview boxes
- split up message history and input text block
- changed timer font

#story[1245]
This commit is contained in:
Haoming Yin
2017-09-13 21:11:40 +12:00
parent 47798b19fe
commit 7ee6a09626
7 changed files with 72 additions and 28 deletions
Binary file not shown.
+15 -6
View File
@@ -1,13 +1,15 @@
@font-face {
src: url("DJB-Get-Digital.ttf");
src: url("digital-7-mono.ttf");
}
#timerGrid{
-fx-background-color: rgba(255, 255, 255, 0.6);
-fx-effect: -fx-pp-dropshadow-light;
}
.timer Label {
-fx-font-family: "DJB Get Digital" !important;
GridPane .timer * {
-fx-font-family: "Digital-7 Mono" !important;
-fx-font-size: 30;
}
#timerLabel{
@@ -19,19 +21,26 @@
}
#chatGridPane {
-fx-background-color: rgba(255, 255, 255, 0.6);
-fx-background-color: transparent;
}
#chatHistoryHolder {
-fx-background-color: rgba(255, 255, 255, 0.6);
-fx-effect: -fx-pp-dropshadow-light;
}
#chatInputHolder {
-fx-background-color: rgba(255, 255, 255, 0.6);
-fx-effect: -fx-pp-dropshadow-light;
}
#windGridPane {
-fx-background-color: rgba(255, 255, 255, 0.6);
-fx-effect: -fx-pp-dropshadow-light;
}
#windHolder {
-fx-background-color: -fx-pp-front-color;
-fx-background-color: rgba(255, 255, 255, 0.5);
}
#chatSend {
@@ -52,5 +61,5 @@
}
#windImageView {
-fx-image: url("/images/wind.png");
-fx-image: url("/images/wind-180.png");
}
Binary file not shown.