add website
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
margin-top: 120px;
|
||||
}
|
||||
|
||||
.container a {
|
||||
color: var(--bs-body-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.admin-box {
|
||||
transition: 0.2s;
|
||||
background-color: var(--surface-alt);
|
||||
/* drop shadow*/
|
||||
box-shadow: 0 0 10px var(--card-shadow);
|
||||
}
|
||||
.admin-box p {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.admin-box:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
.gameserver-box {
|
||||
transition: 0.2s;
|
||||
border: 1px solid var(--linebreak) !important;
|
||||
}
|
||||
.greenborder {
|
||||
border-color: rgb(0, 199, 0) !important;
|
||||
}
|
||||
.redborder {
|
||||
border-color: rgb(199, 0, 0) !important;
|
||||
}
|
||||
.yellowborder {
|
||||
border-color: rgb(199, 199, 0) !important;
|
||||
}
|
||||
|
||||
.gameserver-box:hover {
|
||||
transform: scale(1.015);
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
|
||||
.head {
|
||||
width: 60px;
|
||||
border: 1px solid var(--linebreak);
|
||||
cursor: pointer;
|
||||
height: 60px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.torso {
|
||||
width: 120px;
|
||||
border: 1px solid var(--linebreak);
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.leftArm {
|
||||
width: 50px;
|
||||
border: 1px solid var(--linebreak);
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
z-index: 99;
|
||||
margin-left: -60px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.rightArm {
|
||||
width: 50px;
|
||||
border: 1px solid var(--linebreak);
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
z-index: 99;
|
||||
margin-left: 130px;
|
||||
border-radius: 5px;
|
||||
margin-top: -120px;
|
||||
}
|
||||
.legs {
|
||||
width: 120px;
|
||||
height: 100%;
|
||||
margin: 10px auto 0 auto;
|
||||
display: block;
|
||||
}
|
||||
.leftLeg {
|
||||
float: left;
|
||||
width: calc(50% - 10px);
|
||||
border: 1px solid var(--linebreak);
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin-right: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.rightLeg {
|
||||
float: right;
|
||||
width: calc(50% - 10px);
|
||||
border: 1px solid var(--linebreak);
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin-left: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--surface-alt); /* Adjust the opacity and color as needed */
|
||||
z-index: 9999; /* Make sure the overlay is above other elements */
|
||||
border-radius: 5px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.color-picker-item {
|
||||
border-radius: 50%;
|
||||
border: 1px solid var(--linebreak);
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -0,0 +1,157 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.messagealerts {
|
||||
background: rgba(255,0,0,0.15);
|
||||
color: #e2e2e2;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.head {
|
||||
width: 60px;
|
||||
border: 1px solid #3a3a3a;
|
||||
cursor: pointer;
|
||||
height: 60px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
border-radius: 5px;
|
||||
transition: border-color 0.15s;
|
||||
}
|
||||
|
||||
.head:hover {
|
||||
border-color: #0066ff;
|
||||
}
|
||||
|
||||
.torso {
|
||||
width: 120px;
|
||||
border: 1px solid #3a3a3a;
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin: 10px auto 0 auto;
|
||||
display: block;
|
||||
border-radius: 5px;
|
||||
transition: border-color 0.15s;
|
||||
}
|
||||
|
||||
.torso:hover {
|
||||
border-color: #0066ff;
|
||||
}
|
||||
|
||||
.leftArm {
|
||||
width: 50px;
|
||||
border: 1px solid #3a3a3a;
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
z-index: 99;
|
||||
margin-left: -60px;
|
||||
border-radius: 5px;
|
||||
transition: border-color 0.15s;
|
||||
}
|
||||
|
||||
.leftArm:hover {
|
||||
border-color: #0066ff;
|
||||
}
|
||||
|
||||
.rightArm {
|
||||
width: 50px;
|
||||
border: 1px solid #3a3a3a;
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
z-index: 99;
|
||||
margin-left: 130px;
|
||||
border-radius: 5px;
|
||||
margin-top: -120px;
|
||||
transition: border-color 0.15s;
|
||||
}
|
||||
|
||||
.rightArm:hover {
|
||||
border-color: #0066ff;
|
||||
}
|
||||
|
||||
.legs {
|
||||
width: 120px;
|
||||
height: 100%;
|
||||
margin: 10px auto 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.leftLeg {
|
||||
float: left;
|
||||
width: calc(50% - 10px);
|
||||
border: 1px solid #3a3a3a;
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin-right: 10px;
|
||||
border-radius: 5px;
|
||||
transition: border-color 0.15s;
|
||||
}
|
||||
|
||||
.leftLeg:hover {
|
||||
border-color: #0066ff;
|
||||
}
|
||||
|
||||
.rightLeg {
|
||||
float: right;
|
||||
width: calc(50% - 10px);
|
||||
border: 1px solid #3a3a3a;
|
||||
cursor: pointer;
|
||||
height: 120px;
|
||||
margin-left: 10px;
|
||||
border-radius: 5px;
|
||||
transition: border-color 0.15s;
|
||||
}
|
||||
|
||||
.rightLeg:hover {
|
||||
border-color: #0066ff;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #1b1b1b;
|
||||
z-index: 9999;
|
||||
border-radius: 5px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.color-picker-item {
|
||||
border-radius: 50%;
|
||||
border: 2px solid transparent;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 3px;
|
||||
cursor: pointer;
|
||||
transition: border-color 0.15s, transform 0.1s;
|
||||
}
|
||||
|
||||
.color-picker-item:hover {
|
||||
border-color: #fff;
|
||||
transform: scale(1.15);
|
||||
}
|
||||
|
||||
.asset-card-button {
|
||||
font-size: 11px;
|
||||
padding: 3px 7px;
|
||||
}
|
||||
|
||||
.form-range {
|
||||
width: 100%;
|
||||
accent-color: #0066ff;
|
||||
}
|
||||
|
||||
.form-label {
|
||||
color: #e3e3e3;
|
||||
font-size: 0.875rem;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
Vendored
+6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
margin-top: 120px;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
margin-top: 120px;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,132 @@
|
||||
.nav-link {
|
||||
color: var(--text-muted) !important;
|
||||
}
|
||||
.nav-link.active {
|
||||
color: var(--bs-body-color) !important;
|
||||
}
|
||||
.details-container h2 {
|
||||
font-size: 29px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.details-container p {
|
||||
font-size: 12px;
|
||||
}
|
||||
.redBg {
|
||||
background: #CE645B;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.greenBg {
|
||||
background: #52A846;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.borderLeft {
|
||||
border-left: 1px solid #c3c3c3;
|
||||
}
|
||||
|
||||
.thumbsText {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.usersVote {
|
||||
padding: 0 28px;
|
||||
height: 30px;
|
||||
position: relative;
|
||||
max-width: 300px;
|
||||
width: 70%;
|
||||
display: block;
|
||||
float: right;
|
||||
margin-top: .5rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.upvote {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.downvote {
|
||||
right: 0;
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.votedetails {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.votecontainer {
|
||||
width: 100%;
|
||||
height: 6px;
|
||||
margin: 6px 0 0 0;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.votenumbers {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.votebackground {
|
||||
background-color: #E27676;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.votepercentage {
|
||||
background-color: #02b757;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.segment {
|
||||
background-color: rgba(20, 20, 20, 0.3);
|
||||
height: 6px;
|
||||
width: 2px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.countleft {
|
||||
float: left;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.countright {
|
||||
float: right;
|
||||
color: var(--text-muted);
|
||||
text-align: right;
|
||||
}
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
.vote-up-text {
|
||||
color: #02b757;
|
||||
}
|
||||
.vote-down-text {
|
||||
color: #E27676;
|
||||
}
|
||||
.text-favorite {
|
||||
color: #F6B702;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.favorite-button-container {
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
width: 15%;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -0,0 +1,323 @@
|
||||
.text-secondary {
|
||||
color: #c3c3c3 !important;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
color: #a0a0a0 !important;
|
||||
text-decoration: none;
|
||||
padding: 10px 14px;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 2px solid transparent;
|
||||
transition: color 0.12s, border-color 0.12s;
|
||||
}
|
||||
|
||||
.nav-link:hover {
|
||||
color: #e3e3e3 !important;
|
||||
}
|
||||
|
||||
.nav-link.active {
|
||||
color: #ffffff !important;
|
||||
border-bottom-color: #ffffff;
|
||||
}
|
||||
|
||||
.details-container h2 {
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.details-container p {
|
||||
font-size: 0.8rem;
|
||||
color: #909090;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.redBg {
|
||||
background: #CE645B;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.greenBg {
|
||||
background: #52A846;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.borderLeft {
|
||||
border-left: 1px solid #393b3d;
|
||||
}
|
||||
|
||||
.thumbsText {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.usersVote {
|
||||
padding: 0 28px;
|
||||
height: 30px;
|
||||
position: relative;
|
||||
max-width: 300px;
|
||||
width: 70%;
|
||||
display: block;
|
||||
float: right;
|
||||
margin-top: 0.5rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.upvote {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.downvote {
|
||||
right: 0;
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.votedetails {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.votecontainer {
|
||||
width: 100%;
|
||||
height: 6px;
|
||||
margin: 6px 0 0 0;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.votenumbers {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.votebackground {
|
||||
background-color: #E27676;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.votepercentage {
|
||||
background-color: #02b757;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.segment {
|
||||
background-color: rgba(20,20,20,0.3);
|
||||
height: 6px;
|
||||
width: 2px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.countleft {
|
||||
float: left;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
.countright {
|
||||
float: right;
|
||||
color: #c0c0c0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vote-up-text {
|
||||
color: #02b757;
|
||||
}
|
||||
|
||||
.vote-down-text {
|
||||
color: #E27676;
|
||||
}
|
||||
|
||||
.text-favorite {
|
||||
color: #F6B702;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.favorite-button-container {
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
width: 15%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-robux {
|
||||
color: #1ad467;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.page-tabs {
|
||||
display: flex;
|
||||
border-bottom: 2px solid #393b3d;
|
||||
background-color: #242424;
|
||||
border-radius: 4px 4px 0 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tab-content > .tab-pane {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab-content > .tab-pane.show.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.game-badge-row {
|
||||
background-color: #2a2a2a;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 6px;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.server-row {
|
||||
background-color: #141414;
|
||||
border-radius: 4px;
|
||||
margin: 6px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.server-players-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 4px;
|
||||
min-height: 60px;
|
||||
background-color: #0f0f0f;
|
||||
border-radius: 3px;
|
||||
padding: 6px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.server-fill-bar {
|
||||
height: 6px;
|
||||
border-radius: 3px;
|
||||
background-color: #2a2a2a;
|
||||
overflow: hidden;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.server-fill-inner {
|
||||
height: 100%;
|
||||
background-color: #b0b0b0;
|
||||
}
|
||||
|
||||
.gamepass-card {
|
||||
width: 150px;
|
||||
min-height: 200px;
|
||||
background-color: #2c2c2c;
|
||||
box-shadow: 0 0 5px #000;
|
||||
border-radius: 4px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.launch-modal-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
z-index: 10000;
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.launch-modal-box {
|
||||
background-color: #1e1e1e;
|
||||
box-shadow: 0 0 20px #000;
|
||||
border-radius: 8px;
|
||||
padding: 24px;
|
||||
min-width: 400px;
|
||||
min-height: 220px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.progress {
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
background-color: #2a2a2a;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
background-color: #0066ff;
|
||||
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
|
||||
background-size: 1rem 1rem;
|
||||
animation: progress-bar-stripes 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes progress-bar-stripes {
|
||||
from { background-position: 1rem 0; }
|
||||
to { background-position: 0 0; }
|
||||
}
|
||||
|
||||
.purchase-modal {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
z-index: 10001;
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.purchase-modal.open {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.purchase-modal-box {
|
||||
background-color: #242424;
|
||||
border: 1px solid #393b3d;
|
||||
border-radius: 6px;
|
||||
min-width: 340px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.purchase-modal-header {
|
||||
padding: 14px 18px;
|
||||
border-bottom: 1px solid #393b3d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.purchase-modal-body {
|
||||
padding: 16px 18px;
|
||||
}
|
||||
|
||||
.purchase-modal-footer {
|
||||
padding: 12px 18px;
|
||||
border-top: 1px solid #393b3d;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 8px;
|
||||
}
|
||||
@@ -0,0 +1,522 @@
|
||||
html[data-theme="dark"] {
|
||||
color-scheme: dark;
|
||||
--bs-body-bg: rgb(9, 9, 9) !important;
|
||||
--bs-body-color: rgb(240, 240, 240) !important;
|
||||
--bs-heading-color: #fff !important;
|
||||
--page-bg: rgb(9, 9, 9);
|
||||
--nav-bg: rgb(9, 9, 9);
|
||||
--nav-border: rgb(90, 90, 90);
|
||||
--subnav-bg: rgb(23, 23, 23);
|
||||
--subnav-link: rgb(199, 199, 199);
|
||||
--subnav-link-hover: rgb(255, 255, 255);
|
||||
--footer-bg: rgb(15, 15, 15);
|
||||
--footer-text: rgb(255, 255, 255);
|
||||
--linebreak: rgb(60, 60, 60);
|
||||
--card-bg: rgb(30, 30, 30);
|
||||
--card-shadow: rgb(0, 0, 0);
|
||||
--text-muted: rgb(170, 170, 170);
|
||||
--nav-text: rgb(255, 255, 255);
|
||||
--website-message-bg: rgb(65, 7, 7);
|
||||
--surface-alt: rgb(27, 27, 27);
|
||||
--surface-sunken: rgb(18, 18, 18);
|
||||
--track-bg: rgb(49, 49, 49);
|
||||
--track-fill: rgb(85, 85, 85);
|
||||
--alert-bg: rgba(255, 0, 0, 0.2);
|
||||
--alert-text: rgb(226, 226, 226);
|
||||
--auth-bg: rgb(20, 20, 20);
|
||||
--auth-dot: #333;
|
||||
--auth-card-bg: rgba(25, 25, 25, 1);
|
||||
--auth-card-shadow: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
html[data-theme="light"] {
|
||||
color-scheme: light;
|
||||
--bs-body-bg: rgb(245, 247, 250) !important;
|
||||
--bs-body-color: rgb(31, 41, 55) !important;
|
||||
--bs-heading-color: rgb(17, 24, 39) !important;
|
||||
--page-bg: rgb(245, 247, 250);
|
||||
--nav-bg: rgb(255, 255, 255);
|
||||
--nav-border: rgb(210, 216, 224);
|
||||
--subnav-bg: rgb(241, 243, 246);
|
||||
--subnav-link: rgb(70, 80, 99);
|
||||
--subnav-link-hover: rgb(17, 24, 39);
|
||||
--footer-bg: rgb(233, 237, 245);
|
||||
--footer-text: rgb(26, 35, 48);
|
||||
--linebreak: rgb(208, 215, 226);
|
||||
--card-bg: rgb(255, 255, 255);
|
||||
--card-shadow: rgba(15, 23, 42, 0.12);
|
||||
--text-muted: rgb(87, 96, 113);
|
||||
--nav-text: rgb(31, 41, 55);
|
||||
--website-message-bg: rgb(255, 243, 205);
|
||||
--surface-alt: rgb(229, 231, 235);
|
||||
--surface-sunken: rgb(214, 218, 225);
|
||||
--track-bg: rgb(222, 226, 232);
|
||||
--track-fill: rgb(178, 185, 196);
|
||||
--alert-bg: rgba(220, 38, 38, 0.12);
|
||||
--alert-text: rgb(153, 27, 27);
|
||||
--auth-bg: rgb(238, 240, 244);
|
||||
--auth-dot: rgba(15, 23, 42, 0.08);
|
||||
--auth-card-bg: rgb(255, 255, 255);
|
||||
--auth-card-shadow: rgba(15, 23, 42, 0.15);
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--bs-body-bg) !important;
|
||||
color: var(--bs-body-color) !important;
|
||||
--bs-heading-color: var(--bs-heading-color) !important;
|
||||
font-family: 'Exo 2', sans-serif;
|
||||
}
|
||||
|
||||
.linebreak {
|
||||
width: 100%;
|
||||
border-bottom: 1px solid var(--linebreak);
|
||||
margin: 10px 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.place-card {
|
||||
background-color: var(--card-bg);
|
||||
min-height: 220px;
|
||||
transition: 0.2s;
|
||||
width: 150px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 5px var(--card-shadow);
|
||||
}
|
||||
|
||||
.place-card h5 {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.place-card:hover {
|
||||
transform: 0.2s;
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
.place-card .votePercentageBackground {
|
||||
background-color: var(--track-bg);
|
||||
z-index: 1;
|
||||
height: 10px;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
border: 1px solid var(--surface-alt);
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.place-card .votePercentageFill {
|
||||
background-color: var(--track-fill);
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.place-card .segment {
|
||||
background-color: var(--surface-alt);
|
||||
height: 10px;
|
||||
width: 2px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.messagealerts {
|
||||
background: var(--alert-bg);
|
||||
color: var(--alert-text);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.bg-surface {
|
||||
background-color: var(--surface-alt) !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .rbx-icon-nav-robux,
|
||||
html[data-theme="light"] .rbx-icon-nav-tix,
|
||||
html[data-theme="light"] .rbx-icon-nav-settings {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
#websitewidemessage {
|
||||
background-color: var(--website-message-bg);
|
||||
}
|
||||
|
||||
#websitewidemessage p {
|
||||
margin: 0;
|
||||
padding: 0 24px;
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#websitewidemessage-close {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background: none;
|
||||
border: none;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1;
|
||||
padding: 0 4px;
|
||||
cursor: pointer;
|
||||
color: inherit;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
#websitewidemessage-close:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#websitewidemessage a {
|
||||
text-decoration: underline !important;
|
||||
color: rgb(0, 140, 255) !important;
|
||||
font-weight: 400 !important;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: var(--nav-bg);
|
||||
border-bottom: 1px solid var(--nav-border);
|
||||
}
|
||||
|
||||
.navbar-brand h1 {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 0;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#footer {
|
||||
border-top: 1px solid var(--nav-border);
|
||||
background-color: var(--footer-bg);
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
#footerlist a {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
text-decoration: none !important;
|
||||
color: var(--footer-text) !important;
|
||||
font-weight: 400 !important;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
#currencydiv span {
|
||||
margin-left: 4px;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 400;
|
||||
color: var(--nav-text);
|
||||
min-width: 28px;
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
color: var(--text-muted) !important;
|
||||
}
|
||||
|
||||
.rbx-icon-default-navigation,.rbx-icon-nav-menu,.rbx-icon-nav-robux,.rbx-icon-nav-tix,.rbx-icon-nav-settings,.rbx-icon-nav-search,.rbx-icon-nav-home,.rbx-icon-nav-profile,.rbx-icon-nav-message,.rbx-icon-nav-friends,.rbx-icon-nav-charactercustomizer,.rbx-icon-nav-inventory,.rbx-icon-nav-trade,.rbx-icon-nav-group,.rbx-icon-nav-forum,.rbx-icon-nav-blog,.rbx-icon-nav-search-white,.rbx-icon-nav-shop {
|
||||
background-image: url(/static/svg/navigation.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto auto;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-menu {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-menu:hover {
|
||||
background-position: -28px 0;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-menu,a:hover .rbx-icon-nav-menu {
|
||||
background-position: -28px 0;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-robux {
|
||||
background-position: 0 -28px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-robux:hover {
|
||||
background-position: -28px -28px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-robux,a:hover .rbx-icon-nav-robux {
|
||||
background-position: -28px -28px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-tix {
|
||||
background-position: 0 -56px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-tix:hover {
|
||||
background-position: -28px -56px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-tix,a:hover .rbx-icon-nav-tix {
|
||||
background-position: -28px -56px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-settings {
|
||||
background-position: 0 -84px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-settings:hover {
|
||||
background-position: -28px -84px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-settings,a:hover .rbx-icon-nav-settings {
|
||||
background-position: -28px -84px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-search {
|
||||
background-position: 0 -112px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-search:hover {
|
||||
background-position: -28px -112px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-search,a:hover .rbx-icon-nav-search {
|
||||
background-position: -28px -112px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-home {
|
||||
background-position: 0 -140px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-home:hover {
|
||||
background-position: -28px -140px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-home,a:hover .rbx-icon-nav-home {
|
||||
background-position: -28px -140px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-profile {
|
||||
background-position: 0 -168px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-profile:hover {
|
||||
background-position: -28px -168px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-profile,a:hover .rbx-icon-nav-profile {
|
||||
background-position: -28px -168px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-message {
|
||||
background-position: 0 -196px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-message:hover {
|
||||
background-position: -28px -196px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-message,a:hover .rbx-icon-nav-message {
|
||||
background-position: -28px -196px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-friends {
|
||||
background-position: 0 -224px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-friends:hover {
|
||||
background-position: -28px -224px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-friends,a:hover .rbx-icon-nav-friends {
|
||||
background-position: -28px -224px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-charactercustomizer {
|
||||
background-position: 0 -252px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-charactercustomizer:hover {
|
||||
background-position: -28px -252px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-charactercustomizer,a:hover .rbx-icon-nav-charactercustomizer {
|
||||
background-position: -28px -252px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-inventory {
|
||||
background-position: 0 -280px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-inventory:hover {
|
||||
background-position: -28px -280px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-inventory,a:hover .rbx-icon-nav-inventory {
|
||||
background-position: -28px -280px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-trade {
|
||||
background-position: 0 -308px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-trade:hover {
|
||||
background-position: -28px -308px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-trade,a:hover .rbx-icon-nav-trade {
|
||||
background-position: -28px -308px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-group {
|
||||
background-position: 0 -336px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-group:hover {
|
||||
background-position: -28px -336px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-group,a:hover .rbx-icon-nav-group {
|
||||
background-position: -28px -336px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-forum {
|
||||
background-position: 0 -364px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-forum:hover {
|
||||
background-position: -28px -364px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-forum,a:hover .rbx-icon-nav-forum {
|
||||
background-position: -28px -364px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-blog {
|
||||
background-position: 0 -392px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-blog:hover {
|
||||
background-position: -28px -392px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-blog,a:hover .rbx-icon-nav-blog {
|
||||
background-position: -28px -392px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-search-white {
|
||||
background-position: 0 -420px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-search-white:hover {
|
||||
background-position: -28px -420px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-search-white,a:hover .rbx-icon-nav-search-white {
|
||||
background-position: -28px -420px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-shop {
|
||||
background-position: 0 -448px;
|
||||
}
|
||||
|
||||
.rbx-icon-nav-shop:hover {
|
||||
background-position: -28px -448px;
|
||||
}
|
||||
|
||||
button:hover .rbx-icon-nav-shop,a:hover .rbx-icon-nav-shop {
|
||||
background-position: -28px -448px;
|
||||
}
|
||||
|
||||
.rbx-icon-default-bc,.rbx-icon-bc,.rbx-icon-tbc,.rbx-icon-obc, .rbx-icon-negative-bc, .rbx-icon-negative-tbc, .rbx-icon-negative-obc{
|
||||
background-image: url(/static/img/Style/bc.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto auto;
|
||||
width: 52px;
|
||||
height: 28px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.rbx-icon-default-iconlabels,.rbx-icon-bc-label,.rbx-icon-tbc-label,.rbx-icon-obc-label,.rbx-icon-limited-label,.rbx-icon-limited-bc-label,.rbx-icon-limited-tbc-label,.rbx-icon-limited-obc-label,.rbx-icon-limited-unique-label,.rbx-icon-limited-unique-bc-label,.rbx-icon-limited-unique-tbc-label,.rbx-icon-limited-unique-obc-label {
|
||||
background-image: url(/static/img/Style/icon_labels.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto auto;
|
||||
width: 110px;
|
||||
height: 18px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.rbx-icon-bc {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.rbx-icon-tbc {
|
||||
background-position: 0 -28px;
|
||||
}
|
||||
|
||||
.rbx-icon-obc {
|
||||
background-position: 0 -56px;
|
||||
}
|
||||
|
||||
.rbx-icon-negative-bc {
|
||||
background-position: -52px 0;
|
||||
}
|
||||
|
||||
.rbx-icon-negative-tbc {
|
||||
background-position: -52px -28px;
|
||||
}
|
||||
|
||||
.rbx-icon-negative-obc {
|
||||
background-position: -52px -56px;
|
||||
}
|
||||
|
||||
.rbx-icon-bc-label {
|
||||
width: 30px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.rbx-icon-tbc-label {
|
||||
width: 40px;
|
||||
background-position: 0 -18px;
|
||||
}
|
||||
|
||||
.rbx-icon-obc-label {
|
||||
width: 40px;
|
||||
background-position: 0 -36px;
|
||||
}
|
||||
|
||||
.rbx-icon-limited-label {
|
||||
width: 60px;
|
||||
background-position: 0 -54px;
|
||||
}
|
||||
|
||||
.rbx-icon-limited-bc-label {
|
||||
width: 90px;
|
||||
background-position: 0 -72px;
|
||||
}
|
||||
|
||||
.rbx-icon-limited-tbc-label {
|
||||
width: 90px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.rbx-icon-limited-obc-label {
|
||||
width: 90px;
|
||||
background-position: 0 -108px;
|
||||
}
|
||||
|
||||
.rbx-icon-limited-unique-label {
|
||||
width: 80px;
|
||||
background-position: 0 -126px;
|
||||
}
|
||||
|
||||
.rbx-icon-limited-unique-bc-label {
|
||||
width: 100px;
|
||||
background-position: 0 -144px;
|
||||
}
|
||||
|
||||
.rbx-icon-limited-unique-tbc-label {
|
||||
width: 110px;
|
||||
background-position: 0 -162px;
|
||||
}
|
||||
|
||||
.rbx-icon-limited-unique-obc-label {
|
||||
background-position: 0 -180px;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,33 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
margin-top: 120px;
|
||||
}
|
||||
|
||||
.card-container {
|
||||
background-color: var(--card-bg) !important;
|
||||
box-shadow: 0 0 10px 0 var(--card-shadow);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
position: absolute;
|
||||
bottom : -8px;
|
||||
right: -8px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
background-color: rgb(0, 139, 219);
|
||||
border: 2px solid var(--card-bg);
|
||||
}
|
||||
|
||||
.status-icon-green {
|
||||
background-color: rgb(15, 211, 80) !important;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
position: relative;
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.card-container {
|
||||
background-color: #242424;
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
position: absolute;
|
||||
bottom: -6px;
|
||||
right: -6px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 50%;
|
||||
background-color: rgb(0,139,219);
|
||||
border: 2px solid #1a1a1a;
|
||||
}
|
||||
|
||||
.status-icon-green {
|
||||
background-color: #02b757 !important;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
position: relative;
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,71 @@
|
||||
body {
|
||||
background: radial-gradient(circle, var(--auth-dot) 10%, transparent 11%),radial-gradient(circle at bottom left, var(--auth-dot) 5%, transparent 6%),radial-gradient(circle at bottom right, var(--auth-dot) 5%, transparent 6%),radial-gradient(circle at top left, var(--auth-dot) 5%, transparent 6%),radial-gradient(circle at top right, var(--auth-dot) 5%, transparent 6%);
|
||||
background-size: 3em 3em;
|
||||
background-color: var(--auth-bg);
|
||||
}
|
||||
#main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.login-container {
|
||||
min-width: 330px;
|
||||
display: inline-block;
|
||||
background-color: var(--auth-card-bg);
|
||||
box-shadow: 0 0 15px var(--auth-card-shadow);
|
||||
}
|
||||
|
||||
.login-container h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
font-size: 3.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
.login-container p {
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin-bottom: 15px;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.login-container button {
|
||||
width: 100%;
|
||||
font-weight: 600;
|
||||
font-size: larger;
|
||||
padding: 3px;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.login-container a {
|
||||
font-size: small;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.col {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#password {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.form-text {
|
||||
/* wrap the text*/
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#main a {
|
||||
text-decoration: none !important;
|
||||
color: rgb(32, 147, 255) !important;
|
||||
font-weight: 500 !important;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
#main a:hover {
|
||||
text-decoration: none !important;
|
||||
color: rgb(3, 133, 255) !important;
|
||||
transition: 0.2s;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
margin-top: 120px;
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.messagealerts {
|
||||
background: rgba(255,0,0,0.15);
|
||||
color: #e2e2e2;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.message-row {
|
||||
background-color: #242424;
|
||||
border: 1px solid #393b3d;
|
||||
border-radius: 4px;
|
||||
padding: 10px 14px;
|
||||
margin-bottom: 8px;
|
||||
transition: background-color 0.12s;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
text-decoration: none !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.message-row:hover {
|
||||
background-color: #2c2c2c;
|
||||
}
|
||||
|
||||
.message-row-unread {
|
||||
border-color: #0066ff;
|
||||
}
|
||||
|
||||
.message-row-unread .message-subject {
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.message-avatar {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 4px;
|
||||
flex-shrink: 0;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.message-meta {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.message-sender {
|
||||
font-weight: 600;
|
||||
color: #ffffff;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.message-subject {
|
||||
color: #e3e3e3;
|
||||
font-size: 0.875rem;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.message-preview {
|
||||
color: #909090;
|
||||
font-size: 0.825rem;
|
||||
}
|
||||
|
||||
.message-time {
|
||||
font-size: 0.75rem;
|
||||
color: #909090;
|
||||
flex-shrink: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
margin-top: 120px;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
position: absolute;
|
||||
bottom : -8px;
|
||||
right: -8px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
background-color: rgb(0, 139, 219);
|
||||
border: 2px solid var(--card-bg);
|
||||
}
|
||||
|
||||
.status-icon-green {
|
||||
background-color: rgb(15, 211, 80) !important;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
position: relative;
|
||||
display: table;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.dark-container {
|
||||
background-color: var(--card-bg) !important;
|
||||
box-shadow: 0 0 10px 0 var(--card-shadow);
|
||||
border-radius: 5px;
|
||||
min-height: 100px;
|
||||
overflow-x: scroll;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.dark-container::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.image-container-friend {
|
||||
position: relative;
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
position: absolute;
|
||||
bottom: -6px;
|
||||
right: -6px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 50%;
|
||||
background-color: rgb(0,139,219);
|
||||
border: 2px solid #1a1a1a;
|
||||
}
|
||||
|
||||
.status-icon-green {
|
||||
background-color: #02b757 !important;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
position: relative;
|
||||
display: table;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.image-container-friend {
|
||||
position: relative;
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.messagealerts {
|
||||
background: rgba(255,0,0,0.15);
|
||||
color: #e2e2e2;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.dark-container {
|
||||
background-color: #242424;
|
||||
box-shadow: 0 0 8px rgba(0,0,0,0.3);
|
||||
border-radius: 4px;
|
||||
min-height: 100px;
|
||||
overflow-x: scroll;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.dark-container::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-tabs {
|
||||
display: flex;
|
||||
border-bottom: 2px solid #393b3d;
|
||||
}
|
||||
|
||||
.page-tabs a {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
padding: 10px 0;
|
||||
color: #a0a0a0 !important;
|
||||
text-decoration: none !important;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 2px solid transparent;
|
||||
margin-bottom: -2px;
|
||||
transition: color 0.15s, border-color 0.15s;
|
||||
}
|
||||
|
||||
.page-tabs a:hover {
|
||||
color: #e3e3e3 !important;
|
||||
}
|
||||
|
||||
.page-tabs a.active {
|
||||
color: #ffffff !important;
|
||||
border-bottom-color: #ffffff;
|
||||
}
|
||||
|
||||
.tab-content > .tab-pane {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab-content > .tab-pane.show.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.nav-underline {
|
||||
gap: 0;
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
#main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.settings-container {
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.messagealerts {
|
||||
background: rgba(255,0,0,0.15);
|
||||
color: #e2e2e2;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.settings-section {
|
||||
background-color: #242424;
|
||||
border: 1px solid #393b3d;
|
||||
border-radius: 4px;
|
||||
padding: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.settings-section-title {
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
margin: 0 0 12px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #393b3d;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
#main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.settings-container {
|
||||
min-width: 800px;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
body {
|
||||
background: radial-gradient(circle, #333 10%, transparent 11%),radial-gradient(circle at bottom left, #333 5%, transparent 6%),radial-gradient(circle at bottom right, #333 5%, transparent 6%),radial-gradient(circle at top left, #333 5%, transparent 6%),radial-gradient(circle at top right, #333 5%, transparent 6%);
|
||||
background-size: 3em 3em;
|
||||
background-color: rgb(20,20,20);
|
||||
}
|
||||
|
||||
#main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.signup-container {
|
||||
min-width: 330px;
|
||||
display: inline-block;
|
||||
background-color: rgba(25,25,25, 1);
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
/* only align h1 tags */
|
||||
.signup-container h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
font-size: 3.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
.signup-container p {
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin-bottom: 15px;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.signup-container button {
|
||||
width: 100%;
|
||||
font-weight: 600;
|
||||
font-size: larger;
|
||||
padding: 3px;
|
||||
margin-bottom: 0 !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.signup-container a {
|
||||
font-size: small;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.col {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#password {
|
||||
min-width: 300px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.messagealerts {
|
||||
background: rgba(255, 0, 0, 0.2);
|
||||
color: rgb(226, 226, 226);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.form-text {
|
||||
/* wrap the text*/
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none !important;
|
||||
color: rgb(32, 147, 255) !important;
|
||||
font-weight: 500 !important;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none !important;
|
||||
color: rgb(3, 133, 255) !important;
|
||||
transition: 0.2s;
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
h1 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
h5 {
|
||||
color : var(--bs-body-color);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
margin-left: 10px;
|
||||
color: var(--bs-body-color);
|
||||
font-size: large;
|
||||
}
|
||||
Reference in New Issue
Block a user