Did some more very vital styling...I am very good at prioritizing...
This commit is contained in:
parent
667585fa5e
commit
7d3985530e
@ -7,6 +7,13 @@
|
|||||||
-fx-text-alignment: center;
|
-fx-text-alignment: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.separator *.line {
|
||||||
|
-fx-border-style: solid;
|
||||||
|
-fx-border-color: rgb(90,69,51);
|
||||||
|
-fx-background-color: rgb(90,69,51);
|
||||||
|
-fx-effect: none;
|
||||||
|
}
|
||||||
|
|
||||||
#vBoxChatMessages{
|
#vBoxChatMessages{
|
||||||
-fx-background-color: transparent;
|
-fx-background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,7 +22,6 @@
|
|||||||
<Image url="@images/chatwindow.png" />
|
<Image url="@images/chatwindow.png" />
|
||||||
</image>
|
</image>
|
||||||
</ImageView>
|
</ImageView>
|
||||||
<Separator layoutX="810.0" layoutY="95.0" orientation="VERTICAL" prefHeight="220.0" prefWidth="12.0" />
|
|
||||||
<AnchorPane layoutX="115.0" layoutY="95.0" prefHeight="220.0" prefWidth="700.0">
|
<AnchorPane layoutX="115.0" layoutY="95.0" prefHeight="220.0" prefWidth="700.0">
|
||||||
<children>
|
<children>
|
||||||
<GridPane alignment="CENTER" maxWidth="-Infinity" pickOnBounds="false" prefWidth="700.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
<GridPane alignment="CENTER" maxWidth="-Infinity" pickOnBounds="false" prefWidth="700.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||||
@ -115,5 +114,6 @@
|
|||||||
<VBox fx:id="vBoxServer" maxWidth="430.0" minWidth="-Infinity" prefHeight="154.0" prefWidth="430.0" spacing="2.0" />
|
<VBox fx:id="vBoxServer" maxWidth="430.0" minWidth="-Infinity" prefHeight="154.0" prefWidth="430.0" spacing="2.0" />
|
||||||
</content>
|
</content>
|
||||||
</ScrollPane>
|
</ScrollPane>
|
||||||
|
<Separator layoutX="810.0" layoutY="95.0" orientation="VERTICAL" prefHeight="220.0" prefWidth="7.0" />
|
||||||
</children>
|
</children>
|
||||||
</AnchorPane>
|
</AnchorPane>
|
||||||
|
|||||||
@ -13,12 +13,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#noiseButton{
|
#noiseButton{
|
||||||
-fx-background-color: midnightblue;
|
-fx-background-color: rgb(15,26,59);
|
||||||
|
-fx-background-image: url(bell.jpg);
|
||||||
|
-fx-background-size: 100%;
|
||||||
-fx-text-fill: lightgrey;
|
-fx-text-fill: lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#noiseButton:hover{
|
||||||
|
-fx-effect: innershadow(gaussian, lightsteelblue, 10, 0.5 , 2, 2);
|
||||||
|
}
|
||||||
|
|
||||||
#noiseButton:pressed{
|
#noiseButton:pressed{
|
||||||
-fx-background-color: midnightblue;
|
-fx-background-image: url(bellPressed.jpg);
|
||||||
|
-fx-background-size: 100%;
|
||||||
-fx-text-fill: lightgrey;
|
-fx-text-fill: lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -91,11 +91,12 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</children>
|
</children>
|
||||||
</Group>
|
</Group>
|
||||||
<Button fx:id="noiseButton" alignment="CENTER" layoutX="267.0" layoutY="482.0" mnemonicParsing="false" onAction="#noise" prefHeight="114.0" prefWidth="217.0" text="I heard some noise">
|
<Button fx:id="noiseButton" alignment="CENTER" layoutX="1161.0" layoutY="166.0" mnemonicParsing="false" onAction="#noise" prefHeight="115.0" prefWidth="115.0">
|
||||||
<font>
|
<font>
|
||||||
<Font name="System Bold" size="21.0" />
|
<Font name="System Bold" size="21.0" />
|
||||||
</font></Button>
|
</font>
|
||||||
<TextFlow fx:id="notificationText" accessibleRole="PARENT" layoutX="210.0" layoutY="20.0" pickOnBounds="false" prefHeight="200.0" prefWidth="800.0" textAlignment="CENTER" />
|
</Button>
|
||||||
|
<TextFlow fx:id="notificationText" accessibleRole="PARENT" layoutX="346.0" layoutY="112.0" pickOnBounds="false" prefHeight="200.0" prefWidth="800.0" textAlignment="CENTER" />
|
||||||
<AnchorPane fx:id="chatAreaGame" pickOnBounds="false" />
|
<AnchorPane fx:id="chatAreaGame" pickOnBounds="false" />
|
||||||
</children>
|
</children>
|
||||||
</AnchorPane>
|
</AnchorPane>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@ -5,21 +5,22 @@
|
|||||||
|
|
||||||
#NTtBToolBar{
|
#NTtBToolBar{
|
||||||
-fx-border-color: grey;
|
-fx-border-color: grey;
|
||||||
-fx-background-color: rgba(255,255,255,0.5);
|
-fx-background-color: rgb(15,26,59,0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button{
|
.button{
|
||||||
-fx-background-color: midnightblue;
|
-fx-background-color: rgb(204,186,138);
|
||||||
-fx-text-fill: lightsteelblue;
|
-fx-effect: innershadow(gaussian, rgb(142,121,89), 10, 0.5 , 2, 2);
|
||||||
|
-fx-text-fill: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:pressed{
|
.button:pressed{
|
||||||
-fx-background-color: lightsteelblue;
|
-fx-background-color: rgb(90,69,51);
|
||||||
-fx-text-fill: midnightblue;
|
-fx-text-fill: rgb(197,177,131);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover{
|
.button:hover{
|
||||||
-fx-effect: innershadow(gaussian, lightsteelblue, 10, 0.5 , 2, 2);
|
-fx-effect: innershadow(gaussian, rgb(90,69,51), 10, 0.5 , 2, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
*{
|
*{
|
||||||
|
|||||||
Reference in New Issue
Block a user