Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-14 20:09:27 +01:00
parent f7f46ab813
commit 269a6526d8
6 changed files with 17 additions and 19 deletions

View File

@ -5,15 +5,13 @@
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="750.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle id="Modpack-back" arcHeight="5.0" arcWidth="5.0" height="47.0" strokeType="INSIDE" width="750.0" />
<Label layoutX="34.0" layoutY="5.0" text="Home" textFill="WHITE">
<Rectangle id="Modpack-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Label layoutX="339.0" layoutY="1.0" text="Home" textFill="WHITE">
<font>
<Font name="Centaur" size="31.0" />
</font>
</Label>
</children>
</Pane>

View File

@ -8,8 +8,8 @@
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="750.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle id="Modpack-back" arcHeight="5.0" arcWidth="5.0" height="47.0" strokeType="INSIDE" width="750.0" />
<Label layoutX="34.0" layoutY="5.0" text="Instances" textFill="WHITE">
<Rectangle id="Modpack-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Label layoutX="324.0" layoutY="1.0" text="Instances" textFill="WHITE">
<font>
<Font name="Centaur" size="31.0" />
</font>

View File

@ -9,7 +9,7 @@
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="500" prefWidth="900" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle id="rectangle" arcHeight="5.0" arcWidth="5.0" fill="white" height="50.0" strokeType="INSIDE" width="900.0" />
<Rectangle id="rectangle" fill="white" height="50.0" strokeType="INSIDE" width="900.0" />
<Button id="exit" alignment="TOP_RIGHT" contentDisplay="RIGHT" layoutX="862.0" layoutY="13.0" mnemonicParsing="false" text="X" textFill="WHITE" />
<Button id="min" alignment="TOP_RIGHT" contentDisplay="RIGHT" layoutX="841.0" layoutY="13.0" mnemonicParsing="false" text="-" textFill="WHITE" />
<ImageView id="icon" fitHeight="30" fitWidth="30" layoutX="26.0" layoutY="11.0" />
@ -18,7 +18,7 @@
<Font name="Centaur" size="24.0" />
</font>
</Label>
<Rectangle id="rectangle-1" arcHeight="5.0" arcWidth="5.0" height="450.0" layoutY="50.0" styleClass="nav-bar" width="150.0" />
<Rectangle id="rectangle-1" height="450.0" layoutY="50.0" styleClass="nav-bar" width="150.0" />
<Button id="Home-btn" layoutY="50.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="150.0" styleClass="selected" text="Home" textFill="WHITE" textOverrun="CLIP">
<font>
<Font name="Centaur" size="16.0" />

View File

@ -8,12 +8,12 @@
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="750.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle id="Modpack-back" arcHeight="5.0" arcWidth="5.0" height="47.0" strokeType="INSIDE" width="750.0" />
<Label layoutX="34.0" layoutY="5.0" text="Modpacks" textFill="WHITE">
<Rectangle id="Modpack-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Label layoutX="40.0" layoutY="1.0" text="Modpacks" textFill="WHITE">
<font>
<Font name="Centaur" size="31.0" />
</font>
</Label>
<TextField id="search-modpacks" layoutX="516.0" layoutY="5.0" prefHeight="25.0" prefWidth="212.0" promptText="Search Modpacks" />
<TextField id="search-modpacks" layoutX="518.0" layoutY="2.0" prefHeight="25.0" prefWidth="212.0" promptText="Search Modpacks" />
</children>
</Pane>

View File

@ -8,15 +8,15 @@
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="750.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle id="Modpack-back" arcHeight="5.0" arcWidth="5.0" height="50.0" strokeType="INSIDE" width="750.0" />
<Label layoutX="34.0" layoutY="5.0" text="Settings" textFill="WHITE">
<Rectangle id="Modpack-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Label layoutX="331.0" layoutY="1.0" text="Settings" textFill="WHITE">
<font>
<Font name="Centaur" size="31.0" />
</font>
</Label>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#0d0d39" height="40.0" layoutY="50.0" width="750.0" />
<Button styleClass="selected" id="Settings-Gen-btn" layoutX="0.0" layoutY="50.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="100.0" text="General" textFill="WHITE" />
<Button styleClass="tab" id="Settings-Mine-btn" layoutX="100.0" layoutY="50.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="100.0" text="Minecraft" textFill="WHITE">
<Rectangle fill="#0d0d39" height="40.0" layoutY="40.0" width="750.0" />
<Button id="Settings-Gen-btn" layoutY="40.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="100.0" styleClass="selected" text="General" textFill="WHITE" />
<Button id="Settings-Mine-btn" layoutX="100.0" layoutY="40.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="100.0" styleClass="tab" text="Minecraft" textFill="WHITE">
<font>
<Font name="Candara" size="12.0" />
</font>

View File

@ -1,8 +1,8 @@
#pane {
-fx-background-color: #050f19;
-fx-background-color: #ffffff;
}
#rectangle {
-fx-fill: #031128;
-fx-fill: #050517;
}
#rectangle-1 {
@ -20,7 +20,7 @@
}
#search-modpacks {
-fx-text-inner-color: white;
-fx-background-color: rgba(0, 0, 0, 0.5);
-fx-background-color: rgba(0, 0, 0, 0.17);
-fx-padding: 10px;
}