-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into Christmas-Clothing
- Loading branch information
Showing
86 changed files
with
30,830 additions
and
43,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,109 @@ | ||
<Control xmlns="https://spacestation14.io"> | ||
<ScrollContainer> | ||
<Control xmlns="https://spacestation14.io" | ||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls" | ||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"> | ||
<PanelContainer> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat | ||
BackgroundColor="#1b1a1f" | ||
ContentMarginLeftOverride="10" | ||
ContentMarginRightOverride="10"/> | ||
</PanelContainer.PanelOverride> | ||
<BoxContainer Orientation="Vertical"> | ||
<RichTextLabel Name="Header" Access="Public" Margin="0 15 0 10" /> | ||
<BoxContainer Name="Versions" Access="Public" Orientation="Horizontal"/> | ||
<RichTextLabel Name="Header" | ||
Access="Public" | ||
StyleClasses="LabelBigger" | ||
Margin="0 15 0 10" /> | ||
<PanelContainer MinHeight="1"> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat BackgroundColor="#ffffff"/> | ||
</PanelContainer.PanelOverride> | ||
</PanelContainer> | ||
<BoxContainer Orientation="Horizontal" | ||
HorizontalExpand="True" | ||
VerticalExpand="True" | ||
Margin="0 10 0 10" | ||
SeparationOverride="0"> | ||
<!-- 2024 Column --> | ||
<BoxContainer Name="Column2024" | ||
Access="Public" | ||
Orientation="Vertical" | ||
HorizontalExpand="True" | ||
VerticalExpand="True" | ||
Margin="0 0 10 0"> | ||
<Label Text="2024" | ||
StyleClasses="LabelHeadingBigger" | ||
HorizontalAlignment="Center" | ||
HorizontalExpand="True" | ||
FontColorOverride="#ffffff" | ||
Margin="0 0 0 10"/> | ||
<ScrollContainer VerticalExpand="True" | ||
HScrollEnabled="False" | ||
MinHeight="400"> | ||
<BoxContainer Name="Items2024" | ||
Access="Public" | ||
Orientation="Vertical" | ||
Margin="0 0 10 0"/> | ||
</ScrollContainer> | ||
</BoxContainer> | ||
|
||
<PanelContainer MinWidth="1" Margin="0 0 10 0" VerticalExpand="True"> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat | ||
BackgroundColor="#2a292f"/> | ||
</PanelContainer.PanelOverride> | ||
</PanelContainer> | ||
|
||
<!-- 2025 Column --> | ||
<BoxContainer Name="Column2025" | ||
Access="Public" | ||
Orientation="Vertical" | ||
HorizontalExpand="True" | ||
VerticalExpand="True" | ||
Margin="0 0 10 0"> | ||
<Label Text="2025" | ||
StyleClasses="LabelHeadingBigger" | ||
HorizontalAlignment="Center" | ||
HorizontalExpand="True" | ||
FontColorOverride="#ffffff" | ||
Margin="0 0 0 10"/> | ||
<ScrollContainer VerticalExpand="True" | ||
HScrollEnabled="False" | ||
MinHeight="400"> | ||
<BoxContainer Name="Items2025" | ||
Access="Public" | ||
Orientation="Vertical" | ||
Margin="0 0 10 0"/> | ||
</ScrollContainer> | ||
</BoxContainer> | ||
|
||
<PanelContainer MinWidth="1" Margin="0 0 10 0" VerticalExpand="True"> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat | ||
BackgroundColor="#2a292f"/> | ||
</PanelContainer.PanelOverride> | ||
</PanelContainer> | ||
|
||
<!-- 2026 Column --> | ||
<BoxContainer Name="Column2026" | ||
Access="Public" | ||
Orientation="Vertical" | ||
HorizontalExpand="True" | ||
VerticalExpand="True"> | ||
<Label Text="2026" | ||
StyleClasses="LabelHeadingBigger" | ||
HorizontalAlignment="Center" | ||
HorizontalExpand="True" | ||
FontColorOverride="#ffffff" | ||
Margin="0 0 0 10"/> | ||
<ScrollContainer VerticalExpand="True" | ||
HScrollEnabled="False" | ||
MinHeight="400"> | ||
<BoxContainer Name="Items2026" | ||
Access="Public" | ||
Orientation="Vertical"/> | ||
</ScrollContainer> | ||
</BoxContainer> | ||
</BoxContainer> | ||
</BoxContainer> | ||
</ScrollContainer> | ||
</PanelContainer> | ||
</Control> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.