Updated for build 18506920

This commit is contained in:
2025-05-18 06:52:48 -05:00
parent e66c354ee4
commit 0dc27c05b3

183
ui.css
View File

@@ -100,7 +100,8 @@ h1 {
}
.button:disabled, .button.disabled {
background: #3c3c3c;
background: #3c3c3c !important;
pointer-events: none;
}
.button.color-primary:hover {
@@ -615,17 +616,19 @@ h1 {
}
.content-panic .action-btn {
padding: 0.5em;
width: 9.5em;
height: 6em;
height: 6.5em;
text-align: center;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.content-panic .action-btn img {
width: 3em;
height: 3em;
margin-bottom: 0.5em;
align-self: center;
}
.content-panic .action-btn p {
align-self: center;
}
.content-shortcuts-2 {
border-radius: 0.25em;
}
@@ -709,6 +712,9 @@ h1 {
.profile-username {
font-size: 1.5em;
coh-font-fit-mode: shrink;
padding-left: 10px;
padding-right: 10px;
}
.profile-rank {
@@ -727,9 +733,13 @@ h1 {
}
.content-caption {
width: 100%;
width: 95%;
text-align: center;
margin-bottom: 0.3em;
border-bottom-color: rgba(89, 136, 93, 1.000000);
border-bottom-width: 2px;
border-bottom-style: solid;
align-self: center;
}
.btn-row-wrapper {
@@ -760,7 +770,7 @@ h1 {
/*World Detail*/
#world-detail {
background-color: #222222;
background-color: #373021;
}
#world-detail h1 {
@@ -1079,7 +1089,7 @@ h1 {
/*Instancing*/
.world-instancing {
position: absolute;
background-color: #222222;
background-color: #373021;
top: 6%;
bottom: 9%;
left: -100%;
@@ -1132,11 +1142,11 @@ h1 {
.btn-region .region-select {
width: 33.333333%;
background-color: #222222;
background-color: #373021;
}
.btn-rule .rule-select {
width: 50%;
background-color: #222222;
background-color: #373021;
}
.btn-region .region-select + .region-select,
.btn-rule .rule-select + .rule-select {
@@ -1156,7 +1166,7 @@ h1 {
/*Avatar Categories*/
.favorite-category-selection {
position: absolute;
background-color: #222222;
background-color: #373021;
top: 6%;
bottom: 9%;
left: -100%;
@@ -1210,7 +1220,7 @@ h1 {
/*Instance Detail*/
#instance-detail {
background-color: #222222;
background-color: #373021;
}
#instance-detail h1 {
@@ -1222,7 +1232,7 @@ h1 {
/*Group Detail*/
#group-detail {
background-color: #222222;
background-color: #373021;
}
#group-detail h1 {
@@ -1377,7 +1387,7 @@ h1 {
/*User Detail*/
#user-detail {
background-color: #222222;
background-color: #373021;
}
#user-detail h1 {
text-align: left;
@@ -1386,7 +1396,7 @@ h1 {
margin-right: 4em;
}
#our-user-detail {
background-color: #222222;
background-color: #373021;
}
#our-user-detail h1 {
text-align: left;
@@ -1499,7 +1509,7 @@ h1 {
height: 6px;
width: 100%;
background-color: #222222;
background-color: #373021;
}
.tab-contents {
border-radius: 0 0 0.25em 0.25em;
@@ -1512,7 +1522,7 @@ h1 {
bottom: 0;
height: auto;
background-color: #222222;
background-color: #373021;
}
.tab-content {
@@ -1714,7 +1724,7 @@ h1 {
box-sizing: border-box;
border: 3px solid #59885d;
background-color: #222222;
background-color: #373021;
padding: 1em;
@@ -1892,7 +1902,7 @@ h1 {
box-sizing: border-box;
border: 3px solid #59885d;
background-color: #222222;
background-color: #373021;
text-align: center;
}
@@ -2071,6 +2081,10 @@ h1 {
width: 100%;
}
.feed-content:hover {
filter: brightness(80%);
}
.feed-image {
width: 4em;
height: 4em;
@@ -2216,7 +2230,7 @@ h1 {
z-index: 10;
}
.inp_dropdown:hover {
background-color: rgba(180, 180, 180, 1);
background-color: rgba(55, 48, 33, 1);
}
.inp_dropdown.dropdown-full-width {
width: 100%;
@@ -2232,7 +2246,7 @@ h1 {
z-index: 10;
}
.inp_dropdown_large:hover {
background-color: rgba(180, 180, 180, 1);
background-color: rgba(55, 48, 33, 1);
}
.inp_dropdown_large.dropdown-full-width {
width: 100%;
@@ -2255,7 +2269,7 @@ h1 {
display: none;
border: 4px solid #59885d;
background-color: #222222;
background-color: #373021;
}
.inp_dropdown.open .valueList {
display: block;
@@ -2272,11 +2286,11 @@ h1 {
border-top: 1px solid #59885d;
}
.inp_dropdown .valueList .listValue:hover {
background-color: rgba(180, 180, 180, 1);
background-color: rgba(55, 48, 33, 1);
color: rgba(60, 60, 60, 1);
}
.inp_dropdown_large .valueList .listValue:hover {
background-color: rgba(180, 180, 180, 1);
background-color: rgba(55, 48, 33, 1);
color: rgba(60, 60, 60, 1);
}
@@ -2330,111 +2344,6 @@ h1 {
color: #ffffff;
}
/*Quick Menu*/
.quick-menu .action-btn {
font-size: 0.5em;
}
.quick-menu-wrapper {
width: 600px;
height: 800px;
border-radius: 0.25em;
overflow: hidden;
box-sizing: border-box;
border: 3px solid #59885d;
background-color: rgba(128, 128, 128, 0.8);
position: absolute;
top: 140px;
left: 140px;
padding: 0.25em 0;
}
.quick-menu-wrapper .action-btn {
width: 10em;
height: 10em;
padding: 1em;
margin: 0.5em 1em;
text-align: center;
}
.quick-menu-wrapper .action-btn img {
width: 7.2em;
height: 7.2em;
}
.quick-menu-sidebar {
position: absolute;
top: 140px;
left: 20px;
}
.quick-menu-sidebar .action-btn {
width: 6em;
height: 6em;
padding: 0;
margin: 0 0 1em;
text-align: center;
}
.quick-menu-sidebar .action-btn img {
width: 10em;
height: 10em;
}
.quick-menu-sidebar .action-btn.media.next {
margin-bottom: 5.5em;
}
.quick-menu-sidebar .action-btn.hide-names {
margin-bottom: 5.5em;
}
.quick-menu-top {
position: absolute;
top: 70px;
left: 140px;
}
.menu-top-date {
position: absolute;
top: 15px;
left: 50px;
}
.quick-menu-top .time-display {
position: absolute;
left: 350px;
font-size: 1.5em;
top: 0;
}
.quick-menu-content {
width: 1100px;
height: 800px;
border-radius: 0.25em;
overflow: hidden;
box-sizing: border-box;
border: 3px solid #59885d;
background-color: rgba(128, 128, 128, 0.8);
position: absolute;
top: 140px;
left: 770px;
padding: 0.25em 0;
}
/*Keyboard*/
#keyboard {
position: absolute;
@@ -2449,7 +2358,7 @@ h1 {
box-sizing: border-box;
border: 3px solid #59885d;
background-color: #222222;
background-color: #373021;
text-align: center;
}
@@ -2652,7 +2561,7 @@ h1 {
}
#avatar-settings {
background-color: #222222;
background-color: #373021;
}
.advAvtrProfile {
width: 100%;
@@ -2699,7 +2608,7 @@ h1 {
box-sizing: border-box;
border: 3px solid #59885d;
background-color: #222222;
background-color: #373021;
text-align: center;
}
@@ -2807,7 +2716,7 @@ h1 {
/*Avatar Details*/
#avatar-detail {
background-color: #222222;
background-color: #373021;
}
#avatar-detail h1 {
@@ -2877,7 +2786,7 @@ h1 {
/*Prop Detail*/
/*Avatar Details*/
#prop-detail {
background-color: #222222;
background-color: #373021;
}
#prop-detail h1 {
@@ -3162,7 +3071,7 @@ td div {
position: absolute;
margin: 10px;
background: url("gfx/nav-friends.svg") no-repeat;
background-color: #222222;
background-color: #373021;
background-size: 60px 34px;
background-position: 0 10px;
padding: 10px;