|
|
|
|
@ -102,3 +102,236 @@
|
|
|
|
|
-fx-border-color: #012256;
|
|
|
|
|
-fx-border-width: 3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Title menu buttons */
|
|
|
|
|
#hostAGameBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/hostAGameBtn.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hostAGameBtn:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/hostAGameBtnPressed.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#btnJoin {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/JoinAGameBtn.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#btnJoin:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/JoinAGameBtnPressed.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tutorialButton {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/howToPlayBtn.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tutorialButton:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/howToPlayBtnPressed.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#controlsBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/controlsBtn.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#controlsBtn:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/controlsBtnPressed.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* host game lobby buttons */
|
|
|
|
|
|
|
|
|
|
#hostGameBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/startGameBtn.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hostGameBtn:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/startGameBtnPressed.png");
|
|
|
|
|
-fx-background-size: 150px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mainMenuBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/mainMenuBtn.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#mainMenuBtn:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/mainMenuBtnPressed.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* match browsing lobby buttons */
|
|
|
|
|
|
|
|
|
|
#addBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/addBtn.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#addBtn:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/addBtnPressed.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#refreshBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/refreshBtn.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#refreshBtn:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/refreshBtnPressed.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#refreshBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/refreshBtn.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#joinGameBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/participateBtn.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#joinGameBtn:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/participateBtnPressed.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#spectateButton {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/spectateBtn.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#spectateButton:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/spectateBtnPressed.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* in-game lobby buttons */
|
|
|
|
|
|
|
|
|
|
#quitBtn {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/quitBtn.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#quitBtn:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/quitBtnPressed.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#startButton {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/startBtn.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#startButton:pressed {
|
|
|
|
|
-fx-background-image: url("/visualiser/images/startBtnPressed.png");
|
|
|
|
|
-fx-background-size: 115px;
|
|
|
|
|
-fx-background-repeat: no-repeat;
|
|
|
|
|
-fx-background-position: center center;
|
|
|
|
|
-fx-focus-color: transparent;
|
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|