commit
9b5e43ea51
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,16 +0,0 @@
|
||||
/* css */
|
||||
#button {
|
||||
-fx-background-color: #0b111a;
|
||||
-fx-border-color: white;
|
||||
}
|
||||
#button:hover {
|
||||
-fx-background-color: #111928;
|
||||
-fx-background-insets: 0;
|
||||
}
|
||||
|
||||
/*style="-fx-background-color: #0b111a; -fx-border-color: white;" */
|
||||
/*Senet Diving Cup 2017, B C Platform*/
|
||||
#menubar {
|
||||
-fx-border-color: white;
|
||||
-fx-background-color: #0b111a;
|
||||
}
|
||||
@ -1,84 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2015, 2019, Gluon and/or its affiliates.
|
||||
All rights reserved. Use is subject to license terms.
|
||||
|
||||
This file is available and licensed under the following license:
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
- Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
- Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in
|
||||
the documentation and/or other materials provided with the distribution.
|
||||
- Neither the name of Oracle Corporation nor the names of its
|
||||
contributors may be used to endorse or promote products derived
|
||||
from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
-->
|
||||
|
||||
<?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon?>
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.layout.BorderPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
|
||||
<BorderPane fx:id="bpane01" maxHeight="1080.0" maxWidth="1920.0" minHeight="-Infinity" minWidth="-Infinity" onKeyPressed="#pressedkey" prefHeight="700.0" prefWidth="1280.0" style="-fx-background-color: #252526;" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="controller.homeController">
|
||||
<left>
|
||||
<Pane id="slidemenu" fx:id="slidemenu" onMouseEntered="#onMouseHover" onMouseExited="#onMouseExited" prefHeight="700.0" prefWidth="181.0" style="-fx-background-color: #0b111a; -fx-border-color: white;" stylesheets="@home.css" BorderPane.alignment="CENTER">
|
||||
<Button id="button" layoutX="1.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Suche" textFill="WHITE" />
|
||||
<Button id="button" layoutY="69.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Home" textFill="WHITE" />
|
||||
<Button id="button" layoutX="1.0" layoutY="136.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Profile" textFill="WHITE" />
|
||||
<Button id="button" layoutX="1.0" layoutY="205.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Stammbaum" textFill="WHITE" />
|
||||
<Button id="button" layoutX="1.0" layoutY="274.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Personen" textFill="WHITE" />
|
||||
<Button id="button" layoutY="343.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Forschung" textFill="WHITE" />
|
||||
<Button id="button" layoutY="412.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Geld" textFill="WHITE" />
|
||||
<Button id="button" layoutX="1.0" layoutY="481.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Settings" textFill="WHITE" />
|
||||
</Pane>
|
||||
</left>
|
||||
<top>
|
||||
<HBox id="menubar" alignment="CENTER_RIGHT" onMouseDragged="#dragged" onMousePressed="#pressed" stylesheets="@home.css" BorderPane.alignment="CENTER">
|
||||
<BorderPane.margin>
|
||||
<Insets />
|
||||
</BorderPane.margin>
|
||||
<padding>
|
||||
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
|
||||
</padding>
|
||||
<FontAwesomeIcon fill="WHITE" iconName="MINUS" onMouseClicked="#min" textAlignment="JUSTIFY">
|
||||
<HBox.margin>
|
||||
<Insets left="5.0" right="5.0" top="5.0" />
|
||||
</HBox.margin>
|
||||
</FontAwesomeIcon>
|
||||
<FontAwesomeIcon fill="WHITE" iconName="CIRCLE" onMouseClicked="#max" textAlignment="JUSTIFY">
|
||||
<HBox.margin>
|
||||
<Insets bottom="4.0" left="5.0" right="5.0" top="5.0" />
|
||||
</HBox.margin>
|
||||
</FontAwesomeIcon>
|
||||
<FontAwesomeIcon fill="WHITE" iconName="CLOSE" onMouseClicked="#close">
|
||||
<HBox.margin>
|
||||
<Insets bottom="4.0" left="5.0" right="5.0" top="5.0" />
|
||||
</HBox.margin>
|
||||
<font>
|
||||
<Font size="14.0" />
|
||||
</font>
|
||||
</FontAwesomeIcon>
|
||||
</HBox>
|
||||
</top>
|
||||
</BorderPane>
|
||||
|
Before Width: | Height: | Size: 23 KiB |
@ -1,16 +0,0 @@
|
||||
/* css */
|
||||
#button {
|
||||
-fx-background-color: #0b111a;
|
||||
-fx-border-color: white;
|
||||
}
|
||||
#button:hover {
|
||||
-fx-background-color: #111928;
|
||||
-fx-background-insets: 0;
|
||||
}
|
||||
|
||||
/*style="-fx-background-color: #0b111a; -fx-border-color: white;" */
|
||||
/*Senet Diving Cup 2017, B C Platform*/
|
||||
#menubar {
|
||||
-fx-border-color: white;
|
||||
-fx-background-color: #0b111a;
|
||||
}
|
||||
@ -1,84 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2015, 2019, Gluon and/or its affiliates.
|
||||
All rights reserved. Use is subject to license terms.
|
||||
|
||||
This file is available and licensed under the following license:
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
- Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
- Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in
|
||||
the documentation and/or other materials provided with the distribution.
|
||||
- Neither the name of Oracle Corporation nor the names of its
|
||||
contributors may be used to endorse or promote products derived
|
||||
from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
-->
|
||||
|
||||
<?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon?>
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.layout.BorderPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
|
||||
<BorderPane fx:id="bpane01" maxHeight="1080.0" maxWidth="1920.0" minHeight="-Infinity" minWidth="-Infinity" onKeyPressed="#pressedkey" prefHeight="700.0" prefWidth="1280.0" style="-fx-background-color: #252526;" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="controller.homeController">
|
||||
<left>
|
||||
<Pane id="slidemenu" fx:id="slidemenu" onMouseEntered="#onMouseHover" onMouseExited="#onMouseExited" prefHeight="700.0" prefWidth="181.0" style="-fx-background-color: #0b111a; -fx-border-color: white;" stylesheets="@home.css" BorderPane.alignment="CENTER">
|
||||
<Button id="button" layoutX="1.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Suche" textFill="WHITE" />
|
||||
<Button id="button" layoutY="69.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Home" textFill="WHITE" />
|
||||
<Button id="button" layoutX="1.0" layoutY="136.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Profile" textFill="WHITE" />
|
||||
<Button id="button" layoutX="1.0" layoutY="205.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Stammbaum" textFill="WHITE" />
|
||||
<Button id="button" layoutX="1.0" layoutY="274.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Personen" textFill="WHITE" />
|
||||
<Button id="button" layoutY="343.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Forschung" textFill="WHITE" />
|
||||
<Button id="button" layoutY="412.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Geld" textFill="WHITE" />
|
||||
<Button id="button" layoutX="1.0" layoutY="481.0" mnemonicParsing="false" prefHeight="69.0" prefWidth="180.0" styleClass="slidemenubutton" stylesheets="@home.css" text="Settings" textFill="WHITE" />
|
||||
</Pane>
|
||||
</left>
|
||||
<top>
|
||||
<HBox id="menubar" alignment="CENTER_RIGHT" onMouseDragged="#dragged" onMousePressed="#pressed" stylesheets="@home.css" BorderPane.alignment="CENTER">
|
||||
<BorderPane.margin>
|
||||
<Insets />
|
||||
</BorderPane.margin>
|
||||
<padding>
|
||||
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
|
||||
</padding>
|
||||
<FontAwesomeIcon fill="WHITE" iconName="MINUS" onMouseClicked="#min" textAlignment="JUSTIFY">
|
||||
<HBox.margin>
|
||||
<Insets left="5.0" right="5.0" top="5.0" />
|
||||
</HBox.margin>
|
||||
</FontAwesomeIcon>
|
||||
<FontAwesomeIcon fill="WHITE" iconName="CIRCLE" onMouseClicked="#max" textAlignment="JUSTIFY">
|
||||
<HBox.margin>
|
||||
<Insets bottom="4.0" left="5.0" right="5.0" top="5.0" />
|
||||
</HBox.margin>
|
||||
</FontAwesomeIcon>
|
||||
<FontAwesomeIcon fill="WHITE" iconName="CLOSE" onMouseClicked="#close">
|
||||
<HBox.margin>
|
||||
<Insets bottom="4.0" left="5.0" right="5.0" top="5.0" />
|
||||
</HBox.margin>
|
||||
<font>
|
||||
<Font size="14.0" />
|
||||
</font>
|
||||
</FontAwesomeIcon>
|
||||
</HBox>
|
||||
</top>
|
||||
</BorderPane>
|
||||
Loading…
Reference in new issue