changed the main view and the style.css
This commit is contained in:
parent
18d5b528af
commit
842a83af3b
@ -5,7 +5,7 @@
|
|||||||
<?import javafx.scene.image.*?>
|
<?import javafx.scene.image.*?>
|
||||||
<?import javafx.scene.layout.*?>
|
<?import javafx.scene.layout.*?>
|
||||||
|
|
||||||
<GridPane gridLinesVisible="true" style="-fx-background-color: #424242;" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml/1" fx:controller="client.MainController">
|
<GridPane style="-fx-background-color: #424242;" xmlns="http://javafx.com/javafx/11.0.2" xmlns:fx="http://javafx.com/fxml/1" fx:controller="client.MainController">
|
||||||
<columnConstraints>
|
<columnConstraints>
|
||||||
<ColumnConstraints hgrow="NEVER" maxWidth="60.0" minWidth="60.0" />
|
<ColumnConstraints hgrow="NEVER" maxWidth="60.0" minWidth="60.0" />
|
||||||
<ColumnConstraints hgrow="ALWAYS" />
|
<ColumnConstraints hgrow="ALWAYS" />
|
||||||
@ -27,9 +27,25 @@
|
|||||||
ADD
|
ADD
|
||||||
</Button>
|
</Button>
|
||||||
</VBox>
|
</VBox>
|
||||||
<GridPane fx:id="calendarGrid" gridLinesVisible="true" GridPane.columnIndex="1">
|
<GridPane prefHeight="200.0" prefWidth="222.0" GridPane.columnIndex="1" GridPane.rowIndex="0">
|
||||||
<columnConstraints>
|
<columnConstraints>
|
||||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
<ColumnConstraints hgrow="ALWAYS" />
|
||||||
|
<ColumnConstraints />
|
||||||
|
</columnConstraints>
|
||||||
|
<rowConstraints>
|
||||||
|
<RowConstraints />
|
||||||
|
<RowConstraints vgrow="ALWAYS"/>
|
||||||
|
</rowConstraints>
|
||||||
|
<Label styleClass="labelMonth" textFill="WHITE" GridPane.columnIndex="0" GridPane.rowIndex="0">
|
||||||
|
Monat
|
||||||
|
<padding>
|
||||||
|
<Insets left="5" />
|
||||||
|
</padding>
|
||||||
|
</Label>
|
||||||
|
|
||||||
|
<GridPane fx:id="calendarGrid" gridLinesVisible="true" styleClass="gridCalendar" GridPane.columnIndex="0" GridPane.rowIndex="1">
|
||||||
|
<columnConstraints>
|
||||||
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" maxWidth="14.2857142857" minWidth="14.2857142857" />
|
||||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||||
@ -38,80 +54,51 @@
|
|||||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||||
</columnConstraints>
|
</columnConstraints>
|
||||||
<rowConstraints>
|
<rowConstraints>
|
||||||
<RowConstraints maxHeight="25.0" minHeight="25.0" vgrow="NEVER" />
|
<RowConstraints maxHeight="55.0" minHeight="25.0" vgrow="NEVER" />
|
||||||
<RowConstraints maxHeight="25.0" minHeight="25.0" vgrow="NEVER" />
|
<RowConstraints percentHeight="-Infinity" vgrow="ALWAYS" />
|
||||||
<RowConstraints vgrow="ALWAYS" />
|
|
||||||
</rowConstraints>
|
</rowConstraints>
|
||||||
<Label textFill="WHITE">
|
<Label styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="0" GridPane.rowIndex="0">
|
||||||
Monat
|
Montag
|
||||||
<padding>
|
<padding>
|
||||||
<Insets left="5" />
|
<Insets left="5" />
|
||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
|
<Label styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="1" GridPane.rowIndex="0">
|
||||||
<Label textFill="WHITE" GridPane.columnIndex="0" GridPane.rowIndex="1">
|
Dienstag
|
||||||
Mo
|
|
||||||
<padding>
|
<padding>
|
||||||
<Insets left="5" />
|
<Insets left="5" />
|
||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Label textFill="WHITE" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
<Label styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="2" GridPane.rowIndex="0">
|
||||||
Di
|
Mittwoch
|
||||||
<padding>
|
<padding>
|
||||||
<Insets left="5" />
|
<Insets left="5" />
|
||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Label textFill="WHITE" GridPane.columnIndex="2" GridPane.rowIndex="1">
|
<Label styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="3" GridPane.rowIndex="0">
|
||||||
Mi
|
Donnerstag
|
||||||
<padding>
|
<padding>
|
||||||
<Insets left="5" />
|
<Insets left="5" />
|
||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Label textFill="WHITE" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
<Label styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="4" GridPane.rowIndex="0">
|
||||||
Do
|
Freitag
|
||||||
<padding>
|
<padding>
|
||||||
<Insets left="5" />
|
<Insets left="5" />
|
||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Label textFill="WHITE" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
<Label styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="5" GridPane.rowIndex="0">
|
||||||
Fr
|
Samstag
|
||||||
<padding>
|
<padding>
|
||||||
<Insets left="5" />
|
<Insets left="5" />
|
||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Label textFill="WHITE" GridPane.columnIndex="5" GridPane.rowIndex="1">
|
<Label styleClass="labelDays" textFill="WHITE" GridPane.columnIndex="6" GridPane.rowIndex="0">
|
||||||
Sa
|
Sonntag
|
||||||
<padding>
|
<padding>
|
||||||
<Insets left="5" />
|
<Insets left="5" />
|
||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Label textFill="WHITE" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
</GridPane>
|
||||||
So
|
|
||||||
<padding>
|
|
||||||
<Insets left="5" />
|
|
||||||
</padding>
|
|
||||||
</Label>
|
|
||||||
|
|
||||||
<VBox fx:id="vBoxMon" spacing="5.0" GridPane.columnIndex="0" GridPane.rowIndex="2">
|
|
||||||
|
|
||||||
</VBox>
|
|
||||||
<VBox fx:id="vBoxTue" spacing="5.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
|
|
||||||
|
|
||||||
</VBox>
|
|
||||||
<VBox fx:id="vBoxWen" spacing="5.0" GridPane.columnIndex="2" GridPane.rowIndex="2">
|
|
||||||
|
|
||||||
</VBox>
|
|
||||||
<VBox fx:id="vBoxThu" spacing="5.0" GridPane.columnIndex="3" GridPane.rowIndex="2">
|
|
||||||
|
|
||||||
</VBox>
|
|
||||||
<VBox fx:id="vBoxFri" spacing="5.0" GridPane.columnIndex="4" GridPane.rowIndex="2">
|
|
||||||
|
|
||||||
</VBox>
|
|
||||||
<VBox fx:id="vBoxSat" spacing="5.0" GridPane.columnIndex="5" GridPane.rowIndex="2">
|
|
||||||
|
|
||||||
</VBox>
|
|
||||||
<VBox fx:id="vBoxSun" spacing="5.0" GridPane.columnIndex="6" GridPane.rowIndex="2">
|
|
||||||
|
|
||||||
</VBox>
|
|
||||||
</GridPane>
|
</GridPane>
|
||||||
</GridPane>
|
</GridPane>
|
||||||
|
@ -8,6 +8,25 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gridCalendar Line{
|
||||||
|
-fx-stroke: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gridCalender{
|
||||||
|
-fx-min-height: 80px;
|
||||||
|
-fx-max-height: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.labelMonth{
|
||||||
|
-fx-font-size: 35px;
|
||||||
|
-fx-font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.labelDays{
|
||||||
|
-fx-background-color: #525E74;
|
||||||
|
-fx-font-size: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
Label{
|
Label{
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user