Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AriesLR committed Mar 8, 2024
1 parent 8fd33c1 commit eccd7e2
Show file tree
Hide file tree
Showing 225 changed files with 1,111 additions and 579 deletions.
Binary file removed Build/Aetherium.dll
Binary file not shown.
File renamed without changes.
Binary file added Build/Aetherium/Aetherium.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,31 @@
position: relative;
display: flex;
flex-direction: row;
background: url(https://i.imgur.com/jTR7b91.png);
background-repeat: no-repeat;
background-size: cover;
}

main[b-na97djipdv] {
flex: 1;
background-image: url(https://i.imgur.com/LMynTpe.png);
background-color: #161616;
color: white;
padding: 1rem 1rem 1rem 1rem;
}

.sidebar[b-na97djipdv] {
background-color: #000000;
background-image: linear-gradient(180deg, rgb(25, 25, 25) 0%, rgb(40, 40, 40, 0.50) 100%);
border-right: solid 1px;
border-color: rgb(255, 255, 255, 0.10);
border-color: rgb(255, 255, 255, 0.20);
width: 15rem;
height: 100vh;
position: sticky;
top: 0;
}

.rightsidebar[b-na97djipdv] {
background-color: #000000;
background-image: linear-gradient(180deg, rgb(25, 25, 25) 0%, rgb(40, 40, 40, 0.50) 100%);
border-left: solid 1px;
border-color: rgb(255, 255, 255, 0.10);
width: 6rem;
height: 100vh;
position: sticky;
top: 0;
.bottombar[b-na97djipdv] {
position: absolute;
bottom: 0;
width: 83.29846%;
border-top: solid 1px;
border-color: rgb(255, 255, 255, 0.20);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.header-logo[b-3bdwor1p2n] {
Expand All @@ -48,15 +43,16 @@ main[b-na97djipdv] {
.nav-item-text[b-3bdwor1p2n] {
display: inline-block;
position: center;
font-weight: bold;
font-size: 0.9rem;
font-weight: 600;
font-size: 1.1rem;
color: rgb(255, 255, 255, 0.80);
}

.bi[b-3bdwor1p2n] {
display: inline-block;
position: center;
width: 1.25rem;
height: 1.25rem;
width: 1.75rem;
height: 1.75rem;
margin-right: 0.75rem;
margin-left: 0.75rem;
background-size: cover;
Expand Down Expand Up @@ -116,43 +112,54 @@ main[b-na97djipdv] {

/* /Components/Layout/ProcessMonitor.razor.rz.scp.css */
.processcontainer[b-6i4mk2ao84] {
padding-top: 8rem;
padding-bottom: 8rem;
padding: 0.75rem 3.25rem 0.75rem 3.25rem;
}

.process-monitor[b-6i4mk2ao84] {
display: block;
margin-top: 3rem;
margin-bottom: 3rem;
display: inline-block;
padding: 0.75rem 0.75rem 0.75rem 0.75rem;
border: solid 1px;
border-radius: 1rem;
border-color: rgb(255, 255, 255, 0.05);
background-image: linear-gradient(45deg, rgba(173,0,255,0.05) 0%, rgba(0,221,255,0.05) 100%);
width: 20rem;
}

.process-monitor-container[b-6i4mk2ao84] {
display: flex;
justify-content: space-between;
align-items: center;
}

.bi[b-6i4mk2ao84] {
display: flex;
width: 2rem;
height: 2rem;
background-size: cover;
justify-content: left;
}

.process-monitor-labeltext[b-6i4mk2ao84] {
display: block;
position: center;
text-align: center;
margin-top: 0.5rem;
display: flex;
font-weight: 700;
font-size: 1rem;
color: rgb(255, 255, 255, 0.90);
width: 10rem;
}

.process-monitor-usagetext[b-6i4mk2ao84] {
display: block;
position: center;
text-align: center;
margin-top: 0.25rem;
display: flex;
font-weight: 500;
font-size: 0.9rem;
color: #b7b7b7;
font-size: 1rem;
color: rgb(255, 255, 255, 0.80);
width: 4.5rem;
justify-content: right;
}

.bi[b-6i4mk2ao84] {
display: block;
position: center;
width: 3rem;
height: 3rem;
margin-right: auto;
margin-left: auto;
background-size: cover;
.process-status[b-6i4mk2ao84] {
display: flex;
justify-content: center;
align-items: center;
}

.bi-cpu-fill-process-monitor[b-6i4mk2ao84] {
Expand Down
142 changes: 128 additions & 14 deletions Build/wwwroot/css/app.css → Build/Aetherium/wwwroot/css/app.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
html, body {
font-family: "Segoe UI", Arial, sans-serif;
background: url(https://i.imgur.com/jTR7b91.png);
background-repeat: no-repeat;
background-size: cover;
}

.content {
Expand All @@ -23,7 +26,7 @@ h1:focus {
}

#blazor-error-ui {
background: lightyellow;
background: #ff8181;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
Expand All @@ -44,7 +47,7 @@ h1:focus {
.blazor-error-boundary {
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
padding: 1rem 1rem 1rem 3.7rem;
color: white;
color: black;
}

.blazor-error-boundary::after {
Expand All @@ -71,26 +74,41 @@ h1:focus {
}
}



/* Bootstrap Overrides CSS Below */

/* Bootstrap Buttons */
.btn {
font-weight: 500;
}

.btn-primary {
--bs-btn-color: rgb(255, 255, 255, 0.90);
--bs-btn-bg: rgb(123, 73, 230, 0.25);
--bs-btn-border-color: rgb(123, 73, 230, 0.25);
--bs-btn-bg: rgb(255, 255, 255, 0.1);
--bs-btn-border-color: rgb(255, 255, 255, 0.15);
--bs-btn-hover-color: rgb(255, 255, 255, 0.90);
--bs-btn-hover-bg: rgb(123, 73, 230, 0.50);
--bs-btn-hover-border-color: rgb(123, 73, 230, 0.50);
--bs-btn-hover-bg: rgb(255, 255, 255, 0.1);
--bs-btn-hover-border-color: rgb(255, 255, 255, 0.15);
--bs-btn-focus-shadow-rgb: 235, 81, 150;
--bs-btn-active-color: rgb(255, 255, 255, 0.90);
--bs-btn-active-bg: rgb(123, 73, 230, 0.90);
--bs-btn-active-border-color: rgb(123, 73, 230, 0.90);
--bs-btn-active-bg: rgb(255, 255, 255, 0.1);
--bs-btn-active-border-color: rgb(255, 255, 255, 0.15);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: rgb(255, 255, 255, 0.80);
--bs-btn-disabled-bg: rgb(123, 73, 230, 0.25);
--bs-btn-disabled-border-color: rgb(123, 73, 230, 0.25);
--bs-btn-disabled-bg: rgb(255, 255, 255, 0.1);
--bs-btn-disabled-border-color: rgb(255, 255, 255, 0.15);
background-image: linear-gradient(45deg, rgba(173,0,255,0.25) 0%, rgba(0,221,255,0.25) 100%);
}

.btn-primary:hover {
background-image: linear-gradient(45deg, rgba(173,0,255,0.50) 0%, rgba(0,221,255,0.50) 100%);
}

.btn-primary:active {
background-image: linear-gradient(45deg, rgba(173,0,255,0.90) 0%, rgba(0,221,255,0.90) 100%);
}

.btn-secondary {
--bs-btn-color: rgb(255, 255, 255, 0.90);
--bs-btn-bg: rgb(69, 69, 69, 0.25);
Expand Down Expand Up @@ -210,6 +228,24 @@ h1:focus {
--bs-btn-disabled-border-color: rgb(100, 100, 100, 0.25);
}

/* Bootstrap Badge */
.badge {
width: 7rem !important;
border: solid 1px;
border-radius: 1rem;
border-color: rgb(255, 255, 255, 0.05);
}
.bg-success {
background-color: rgb(255, 255, 255, 0) !important;
background-image: linear-gradient(45deg, rgba(173,0,255,0.30) 0%, rgba(0,221,255,0.30) 100%) !important;
}

.bg-danger {
background-color: rgb(255, 255, 255, 0) !important;
background-image: linear-gradient(45deg, rgba(173,0,255,0.10) 0%, rgba(0,221,255,0.10) 100%) !important;
color: rgb(255, 255, 255, 0.75) !important;
}

/* Custom CSS Below */
.footer {
color: rgb(255, 255, 255, 0.05);
Expand All @@ -225,9 +261,25 @@ h1:focus {
background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0 0) !important;
}

/* Home.razor */
.home-banner {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: 1rem;
}

/* Config.razor */

.configlabel {
font-weight: 600;
font-size: 1rem;
}

.configheaderpaths {
border: solid 1px;
border-color: rgb(255, 255, 255, 0.05);
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
height: 5.5vh;
Expand All @@ -236,17 +288,21 @@ h1:focus {
}

.configbgpaths {
border: solid 1px;
border-radius: 1rem;
border-color: rgb(255, 255, 255, 0.05);
height: 12rem;
margin-bottom: 1rem;
background: rgb(255, 255, 255, 0.05);
background-image: linear-gradient(45deg, rgba(173,0,255,0.03) 0%, rgba(0,221,255,0.03) 100%);
}

.configcontainerpaths {
padding: 0.5rem;
}

.configheaderparams {
border: solid 1px;
border-color: rgb(255, 255, 255, 0.05);
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
height: 5.5vh;
Expand All @@ -255,17 +311,21 @@ h1:focus {
}

.configbgparams {
border: solid 1px;
border-radius: 1rem;
border-color: rgb(255, 255, 255, 0.05);
height: 7rem;
margin-bottom: 1rem;
background: rgb(255, 255, 255, 0.05);
background-image: linear-gradient(45deg, rgba(173,0,255,0.03) 0%, rgba(0,221,255,0.03) 100%);
}

.configcontainerparams {
padding: 0.5rem;
}

.configheader {
border: solid 1px;
border-color: rgb(255, 255, 255, 0.05);
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
height: 5.5vh;
Expand All @@ -274,10 +334,12 @@ h1:focus {
}

.configbg {
border: solid 1px;
border-radius: 1rem;
border-color: rgb(255, 255, 255, 0.05);
height: 12rem;
margin-bottom: 1rem;
background: rgb(255, 255, 255, 0.05);
background-image: linear-gradient(45deg, rgba(173,0,255,0.03) 0%, rgba(0,221,255,0.03) 100%);
}

.configcontainer {
Expand All @@ -297,4 +359,56 @@ h1:focus {
--bs-btn-border-color: rgb(118, 118, 118, 1);
--bs-btn-hover-border-color: rgb(118, 118, 118, 1);
--bs-btn-active-border-color: rgb(118, 118, 118, 1);
}
}

/* Rcon.razor */

.rcon-input {
height: 2rem !important;
line-height: 2rem !important;
}

.rcon-button {
--bs-btn-border-color: rgb(118, 118, 118, 1);
--bs-btn-hover-border-color: rgb(118, 118, 118, 1);
--bs-btn-active-border-color: rgb(118, 118, 118, 1);
}

/* Server.razor */

.togglebg {
display: inline-block;
padding: 0.75rem 0.75rem 0.75rem 0.75rem;
border: solid 1px;
border-radius: 1rem;
border-color: rgb(255, 255, 255, 0.05);
background-image: linear-gradient(45deg, rgba(173,0,255,0.05) 0%, rgba(0,221,255,0.05) 100%);
width: 15rem;
margin-bottom: 1rem;
}

.togglecontents {
display: flex;
justify-content: space-between;
align-items: center;
}

.toggle-label {
display: flex;
justify-content: left;
align-items: center;
}

.toggle-label span {
font-weight: 700;
font-size: 0.9rem;
color: rgb(255, 255, 255, 0.90);
}


.toggle-switch {
display: flex;
justify-content: right;
align-items: center;
}

Loading

0 comments on commit eccd7e2

Please sign in to comment.