Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-16 18:03:25 +01:00
parent 023dbcb4ff
commit 7754202e9b
5 changed files with 31 additions and 10 deletions

View File

@ -2,6 +2,8 @@
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
@ -14,11 +16,19 @@
<Font name="Centaur" size="31.0" />
</font>
</Label>
<Button id="Launch-VM" layoutX="34.0" layoutY="105.0" mnemonicParsing="false" text="Launch" />
<Label id="lable" layoutX="34.0" layoutY="79.0" text="Vanilla Minecraft">
<font>
<Font name="Centaur" size="21.0" />
</font>
</Label>
<Rectangle id="rectangle-3" height="140.0" layoutX="10.0" layoutY="50.0" width="346.0" />
<ImageView fitHeight="101.0" fitWidth="102.0" layoutX="30.0" layoutY="61.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../icons/app.png" />
</image>
</ImageView>
<Label id="lable" layoutX="159.0" layoutY="61.0" text="Vanilla Minecraft">
<font>
<Font name="Centaur" size="20.0" />
</font>
</Label>
<Button id="view-modpack" layoutX="237.0" layoutY="144.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="61.0" text="View" />
<Button id="Launch-VM" layoutX="147.0" layoutY="144.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="77.0" text="Launch" />
<Label id="lable" layoutX="161.0" layoutY="86.0" prefHeight="25.0" prefWidth="126.0" text="Some random text. " wrapText="true" />
</children>
</Pane>

View File

@ -29,8 +29,8 @@
<Font name="Centaur" size="20.0" />
</font>
</Label>
<Button id="download-modpack" layoutX="644.0" layoutY="155.0" mnemonicParsing="false" text="View" />
<Button id="view-modpack" layoutX="553.0" layoutY="155.0" mnemonicParsing="false" text="Download" />
<Button id="download-modpack" layoutX="644.0" layoutY="145.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="47.0" text="View" />
<Button id="view-modpack" layoutX="553.0" layoutY="145.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="77.0" text="Download" />
<Label id="lable" layoutX="205.0" layoutY="86.0" prefHeight="25.0" prefWidth="480.0" text="Some random text. " wrapText="true" />
</children>
</Pane>

View File

@ -21,6 +21,12 @@
-fx-text-fill: white;
}
#download-modpack, #view-modpack, #Launch-VM {
-fx-background-color: #393939;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #252525;
-fx-background-radius: 0em;

View File

@ -21,10 +21,9 @@
-fx-text-fill: white;
}
#download-modpack, #view-modpack {
#download-modpack, #view-modpack, #Launch-VM {
-fx-background-color: #1b1d4d;
-fx-background-radius: 0em;
-fx-padding: 5px;
-fx-text-fill: white;
}

View File

@ -21,6 +21,12 @@
-fx-text-fill: black;
}
#download-modpack, #view-modpack, #Launch-VM {
-fx-background-color: #b1b1b1;
-fx-background-radius: 0em;
-fx-text-fill: black;
}
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #7d7d7d;
-fx-background-radius: 0em;