convert indention to spaces

This commit is contained in:
pypy
2020-06-26 20:08:41 +09:00
parent e2435f4376
commit 1894abc118
7 changed files with 9387 additions and 9387 deletions

View File

@@ -8,318 +8,318 @@ For a copy, see <https://opensource.org/licenses/MIT>.
*/ */
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.05); background: rgba(255, 255, 255, 0.05);
border-radius: 16px; border-radius: 16px;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.2);
border-radius: 16px; border-radius: 16px;
} }
.el-loading-mask { .el-loading-mask {
background-color: rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.6);
} }
.el-input__inner { .el-input__inner {
background-color: #444444; background-color: #444444;
border: #333333; border: #333333;
} }
.el-table td, .el-table th.is-leaf { .el-table td, .el-table th.is-leaf {
background-color: #292929; background-color: #292929;
border-bottom: 1px solid #5f5f5f; border-bottom: 1px solid #5f5f5f;
} }
.el-table--border::after, .el-table--group::after, .el-table::before { .el-table--border::after, .el-table--group::after, .el-table::before {
background-color: #5f5f5f; background-color: #5f5f5f;
} }
.el-table--striped .el-table__body tr.el-table__row--striped td { .el-table--striped .el-table__body tr.el-table__row--striped td {
background-color: #202020; background-color: #202020;
} }
.el-table--enable-row-hover .el-table__body tr:hover>td { .el-table--enable-row-hover .el-table__body tr:hover>td {
background-color: #323232; background-color: #323232;
} }
.el-pagination .btn-next, .el-pagination .btn-prev { .el-pagination .btn-next, .el-pagination .btn-prev {
background-color: #333333; background-color: #333333;
color: #bbbbbb; color: #bbbbbb;
} }
.el-pagination button:disabled { .el-pagination button:disabled {
background-color: #333333; background-color: #333333;
color: #101010; color: #101010;
} }
.el-dialog, .el-pager li { .el-dialog, .el-pager li {
background-color: #333333; background-color: #333333;
} }
.el-pager li { .el-pager li {
color: #bbbbbb; color: #bbbbbb;
} }
.el-table { .el-table {
color: #ffffff; color: #ffffff;
} }
.el-pagination__total { .el-pagination__total {
color: #bbbbbb; color: #bbbbbb;
} }
.el-tag--plain.el-tag--info { .el-tag--plain.el-tag--info {
background-color: #333333; background-color: #333333;
} }
.el-tag--plain.el-tag--success { .el-tag--plain.el-tag--success {
background-color: #333333; background-color: #333333;
} }
.el-tag--plain.el-tag--success { .el-tag--plain.el-tag--success {
background-color: #333333; background-color: #333333;
} }
.el-button { .el-button {
color: #c5cad6; color: #c5cad6;
} }
.el-button:not(.el-button--text) { .el-button:not(.el-button--text) {
background-color: #353535; background-color: #353535;
border-color: #404040; border-color: #404040;
} }
.el-button:not(.el-button--text):focus, .el-button:not(.el-button--text):hover { .el-button:not(.el-button--text):focus, .el-button:not(.el-button--text):hover {
color: #000000; color: #000000;
border-color: #656565; border-color: #656565;
background-color: #737373; background-color: #737373;
} }
.el-tabs__item { .el-tabs__item {
color: #c2c4ca; color: #c2c4ca;
} }
.el-tabs--card>.el-tabs__header { .el-tabs--card>.el-tabs__header {
border-bottom-color: #5f5f5f; border-bottom-color: #5f5f5f;
} }
.el-dropdown-menu { .el-dropdown-menu {
background-color: #353535; background-color: #353535;
border-color: #404040; border-color: #404040;
} }
.el-dropdown-menu__item--divided:before { .el-dropdown-menu__item--divided:before {
background-color: #404040; background-color: #404040;
} }
.el-dropdown-menu__item { .el-dropdown-menu__item {
color: #d4d4d4; color: #d4d4d4;
} }
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover { .el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
background-color: #444444; background-color: #444444;
color: #66b1ff; color: #66b1ff;
} }
.el-popper[x-placement^=bottom] .popper__arrow::after { .el-popper[x-placement^=bottom] .popper__arrow::after {
border-bottom-color: #333333; border-bottom-color: #333333;
} }
.el-popper[x-placement^=bottom] .popper__arrow { .el-popper[x-placement^=bottom] .popper__arrow {
border-bottom-color: #404040; border-bottom-color: #404040;
} }
.el-message-box { .el-message-box {
background-color: #333333; background-color: #333333;
border-color: #5f5f5f; border-color: #5f5f5f;
} }
.el-tree { .el-tree {
background: #202020; background: #202020;
color: #bbbbbb; color: #bbbbbb;
} }
.el-menu-item:focus, .el-menu-item:hover { .el-menu-item:focus, .el-menu-item:hover {
background-color: #505050; background-color: #505050;
} }
.el-tabs--card>.el-tabs__header .el-tabs__item { .el-tabs--card>.el-tabs__header .el-tabs__item {
border-left-color: #5f5f5f; border-left-color: #5f5f5f;
} }
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active { .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
border-left-color: #5f5f5f; border-left-color: #5f5f5f;
} }
.el-tabs--card>.el-tabs__header .el-tabs__nav { .el-tabs--card>.el-tabs__header .el-tabs__nav {
border-color: #5f5f5f; border-color: #5f5f5f;
} }
.el-collapse-item__header { .el-collapse-item__header {
background-color: inherit; background-color: inherit;
color: #d0d0d0; color: #d0d0d0;
border-bottom-color: #5f5f5f; border-bottom-color: #5f5f5f;
} }
.el-collapse-item__wrap { .el-collapse-item__wrap {
background-color: #333333; background-color: #333333;
border-bottom-color: #5f5f5f; border-bottom-color: #5f5f5f;
} }
.el-message-box__title { .el-message-box__title {
color: #909090; color: #909090;
} }
.el-dialog__title { .el-dialog__title {
color: #909090; color: #909090;
} }
.el-message-box__content { .el-message-box__content {
color: #a5a7ad; color: #a5a7ad;
} }
.el-input__inner { .el-input__inner {
color: #ffffff; color: #ffffff;
} }
.el-collapse-item__content { .el-collapse-item__content {
color: #848484; color: #848484;
} }
.el-switch__core { .el-switch__core {
background-color: #212121; background-color: #212121;
border-color: #5f5f5f; border-color: #5f5f5f;
} }
.el-popover { .el-popover {
background-color: #333333; background-color: #333333;
border-color: #5f5f5f; border-color: #5f5f5f;
} }
.el-popper[x-placement^=right] .popper__arrow::after { .el-popper[x-placement^=right] .popper__arrow::after {
border-right-color: #5f5f5f; border-right-color: #5f5f5f;
} }
.el-popper[x-placement^=right] .popper__arrow { .el-popper[x-placement^=right] .popper__arrow {
border-right-color: #5f5f5f; border-right-color: #5f5f5f;
} }
.el-switch__label { .el-switch__label {
color: #a0a0a0; color: #a0a0a0;
} }
.el-table, .el-table__expanded-cell { .el-table, .el-table__expanded-cell {
background-color: inherit; background-color: inherit;
} }
.el-tree-node__content:hover { .el-tree-node__content:hover {
background-color: #272727; background-color: #272727;
} }
.el-tree-node:focus>.el-tree-node__content { .el-tree-node:focus>.el-tree-node__content {
background-color: #333333; background-color: #333333;
} }
.el-select-dropdown { .el-select-dropdown {
background-color: #353535; background-color: #353535;
} }
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected { .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
background-color: #404040; background-color: #404040;
} }
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover { .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
background-color: #404040; background-color: #404040;
} }
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover { .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
background-color: #3e3e3e; background-color: #3e3e3e;
} }
.el-tag.el-tag--info { .el-tag.el-tag--info {
background-color: #404040; background-color: #404040;
border-color: #252525; border-color: #252525;
} }
.el-table__expanded-cell:hover { .el-table__expanded-cell:hover {
background-color: #323232 !important; background-color: #323232 !important;
} }
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active { .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
border-bottom-color: #9c9c9c; border-bottom-color: #9c9c9c;
} }
.el-dialog__body { .el-dialog__body {
color: #ffffff; color: #ffffff;
} }
.x-app { .x-app {
background-color: #101010; background-color: #101010;
} }
.x-container { .x-container {
background: #222; background: #222;
} }
.x-login-container { .x-login-container {
background-color: #101010; background-color: #101010;
} }
.x-aside-container { .x-aside-container {
background-color: #171717; background-color: #171717;
} }
.x-friend-list>.x-friend-group { .x-friend-list>.x-friend-group {
color: #ffffff; color: #ffffff;
} }
.x-friend-item:hover { .x-friend-item:hover {
background: #3e3e3e; background: #3e3e3e;
} }
.x-friend-item>.avatar.active::after, .x-friend-item>.avatar.joinme::after, .x-friend-item>.avatar.askme::after, .x-friend-item>.avatar.busy::after { .x-friend-item>.avatar.active::after, .x-friend-item>.avatar.joinme::after, .x-friend-item>.avatar.askme::after, .x-friend-item>.avatar.busy::after {
border: 2px solid #000; border: 2px solid #000;
} }
.x-friend-item>.detail>.name { .x-friend-item>.detail>.name {
color: #ffffff; color: #ffffff;
} }
.x-friend-item>.detail>.extra { .x-friend-item>.detail>.extra {
color: #c7c7c7; color: #c7c7c7;
} }
.x-friend-item>.detail>.name.x-tag-veteran { .x-friend-item>.detail>.name.x-tag-veteran {
color: rgb(177, 143, 255); color: rgb(177, 143, 255);
} }
.el-tag.x-tag-veteran { .el-tag.x-tag-veteran {
border-color: rgb(177, 143, 255); border-color: rgb(177, 143, 255);
color: rgb(177, 143, 255); color: rgb(177, 143, 255);
} }
.x-friend-item>.detail>.name.x-tag-legendary { .x-friend-item>.detail>.name.x-tag-legendary {
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
} }
.el-tag.x-tag-legendary { .el-tag.x-tag-legendary {
border-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
} }
.x-user-dialog .el-textarea__inner { .x-user-dialog .el-textarea__inner {
color: #ffffff; color: #ffffff;
} }
html, body { html, body {
background-color: #101010; background-color: #101010;
} }
body, input, textarea, select, button { body, input, textarea, select, button {
color: #ffffff; color: #ffffff;
} }
.x-login-container p { .x-login-container p {
color: #dddddd; color: #dddddd;
} }

File diff suppressed because it is too large Load Diff

View File

@@ -15,491 +15,491 @@ For a copy, see <https://opensource.org/licenses/MIT>.
@import '~famfamfam-flags/dist/sprite/famfamfam-flags.min.css'; @import '~famfamfam-flags/dist/sprite/famfamfam-flags.min.css';
.color-palettes { .color-palettes {
background: #409EFF; background: #409EFF;
background: #67C23A; background: #67C23A;
background: #E6A23C; background: #E6A23C;
background: #F56C6C; background: #F56C6C;
background: #909399; background: #909399;
background: #FD9200; background: #FD9200;
background: #E6E6E6; background: #E6E6E6;
background: #C0C4CC; background: #C0C4CC;
} }
.noty_layout { .noty_layout {
word-break: break-all; word-break: break-all;
} }
.noty_theme__mint.noty_bar { .noty_theme__mint.noty_bar {
margin: 4px 0; margin: 4px 0;
overflow: hidden; overflow: hidden;
border-radius: 2px; border-radius: 2px;
position: relative; position: relative;
} }
.noty_theme__mint.noty_bar .noty_body { .noty_theme__mint.noty_bar .noty_body {
padding: 10px; padding: 10px;
font-size: 14px; font-size: 14px;
} }
.noty_theme__mint.noty_bar .noty_buttons { .noty_theme__mint.noty_bar .noty_buttons {
padding: 10px; padding: 10px;
} }
.noty_theme__mint.noty_type__alert, .noty_theme__mint.noty_type__notification { .noty_theme__mint.noty_type__alert, .noty_theme__mint.noty_type__notification {
background-color: #fff; background-color: #fff;
border-bottom: 1px solid #D1D1D1; border-bottom: 1px solid #D1D1D1;
color: #2F2F2F; color: #2F2F2F;
} }
.noty_theme__mint.noty_type__warning { .noty_theme__mint.noty_type__warning {
background-color: #FFAE42; background-color: #FFAE42;
border-bottom: 1px solid #E89F3C; border-bottom: 1px solid #E89F3C;
color: #fff; color: #fff;
} }
.noty_theme__mint.noty_type__error { .noty_theme__mint.noty_type__error {
background-color: #DE636F; background-color: #DE636F;
border-bottom: 1px solid #CA5A65; border-bottom: 1px solid #CA5A65;
color: #fff; color: #fff;
} }
.noty_theme__mint.noty_type__info, .noty_theme__mint.noty_type__information { .noty_theme__mint.noty_type__info, .noty_theme__mint.noty_type__information {
background-color: #7F7EFF; background-color: #7F7EFF;
border-bottom: 1px solid #7473E8; border-bottom: 1px solid #7473E8;
color: #fff; color: #fff;
} }
.noty_theme__mint.noty_type__success { .noty_theme__mint.noty_type__success {
background-color: #AFC765; background-color: #AFC765;
border-bottom: 1px solid #A0B55C; border-bottom: 1px solid #A0B55C;
color: #fff; color: #fff;
} }
.el-table+.pagination-bar { .el-table+.pagination-bar {
margin-top: 15px; margin-top: 15px;
} }
.el-dialog__body { .el-dialog__body {
padding: 20px; padding: 20px;
} }
.el-dialog__footer>.el-button+.el-button { .el-dialog__footer>.el-button+.el-button {
margin-left: 5px; margin-left: 5px;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 8px; width: 8px;
height: 8px; height: 8px;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05); background: rgba(0, 0, 0, 0.05);
border-radius: 16px; border-radius: 16px;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
border-radius: 16px; border-radius: 16px;
} }
body, input, textarea, select, button { body, input, textarea, select, button {
font-family: 'Noto Sans JP', 'Noto Sans KR', 'Meiryo UI', 'Malgun Gothic', 'Segoe UI', sans-serif; font-family: 'Noto Sans JP', 'Noto Sans KR', 'Meiryo UI', 'Malgun Gothic', 'Segoe UI', sans-serif;
line-height: normal; line-height: normal;
} }
a { a {
color: #409eff; color: #409eff;
} }
.x-link { .x-link {
cursor: pointer; cursor: pointer;
} }
.x-link:hover { .x-link:hover {
text-decoration: underline; text-decoration: underline;
} }
.x-ellipsis { .x-ellipsis {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.x-app { .x-app {
display: flex; display: flex;
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden auto; overflow: hidden auto;
} }
.x-container { .x-container {
flex: 1; flex: 1;
padding: 10px; padding: 10px;
overflow: hidden auto; overflow: hidden auto;
background: #fff; background: #fff;
position: relative; position: relative;
} }
.x-login-container { .x-login-container {
display: flex; display: flex;
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #fff; background: #fff;
/* modal 시작이 2000이라서 */ /* modal 시작이 2000이라서 */
z-index: 1999; z-index: 1999;
} }
.x-menu-container { .x-menu-container {
flex: none; flex: none;
overflow: hidden auto; overflow: hidden auto;
background: #383838; background: #383838;
} }
.x-menu-container>.el-menu { .x-menu-container>.el-menu {
background: 0; background: 0;
border: 0; border: 0;
} }
.el-menu-item.is-active::before { .el-menu-item.is-active::before {
position: absolute; position: absolute;
content: ''; content: '';
left: 1px; left: 1px;
top: 4px; top: 4px;
width: 2px; width: 2px;
height: 48px; height: 48px;
background: #DCDFE6; background: #DCDFE6;
} }
.el-menu-item.notify::after { .el-menu-item.notify::after {
position: absolute; position: absolute;
content: ''; content: '';
right: 4px; right: 4px;
top: 4px; top: 4px;
width: 4px; width: 4px;
height: 4px; height: 4px;
background: #EBEEF5; background: #EBEEF5;
border-radius: 50% border-radius: 50%
} }
.x-aside-container { .x-aside-container {
flex: none; flex: none;
width: 236px; width: 236px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: #f8f8f8; background: #f8f8f8;
} }
.el-popper.x-quick-search { .el-popper.x-quick-search {
min-width: 0 !important; min-width: 0 !important;
width: 225px; width: 225px;
} }
.el-popper.x-quick-search .el-select-dropdown__item { .el-popper.x-quick-search .el-select-dropdown__item {
padding: 0 10px; padding: 0 10px;
width: 100%; width: 100%;
height: auto; height: auto;
font-size: 12px; font-size: 12px;
line-height: normal; line-height: normal;
} }
.x-friend-list { .x-friend-list {
overflow: hidden auto; overflow: hidden auto;
padding: 0 10px; padding: 0 10px;
} }
.x-friend-group>.el-icon-arrow-right { .x-friend-group>.el-icon-arrow-right {
transition: transform .3s; transition: transform .3s;
} }
.x-friend-group>.el-icon-arrow-right.rotate { .x-friend-group>.el-icon-arrow-right.rotate {
transform: rotate(90deg); transform: rotate(90deg);
} }
.x-aside-container>.x-friend-list { .x-aside-container>.x-friend-list {
flex: 1; flex: 1;
} }
.x-dialog .x-friend-list { .x-dialog .x-friend-list {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
flex-wrap: wrap; flex-wrap: wrap;
max-height: 150px; max-height: 150px;
} }
.x-friend-list>.x-friend-group { .x-friend-list>.x-friend-group {
padding: 20px 0 5px; padding: 20px 0 5px;
font-weight: bold; font-weight: bold;
font-size: 12px; font-size: 12px;
} }
.x-friend-item { .x-friend-item {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 5px; padding: 5px;
cursor: pointer; cursor: pointer;
font-size: 12px; font-size: 12px;
box-sizing: border-box; box-sizing: border-box;
} }
.x-friend-item:hover { .x-friend-item:hover {
background: #f0f0f0; background: #f0f0f0;
border-radius: 2px; border-radius: 2px;
} }
.x-aside-container>.x-friend-list>.x-friend-item:hover { .x-aside-container>.x-friend-list>.x-friend-item:hover {
background: #fff; background: #fff;
border-radius: 2px; border-radius: 2px;
} }
.el-select-dropdown__item .x-friend-item:hover { .el-select-dropdown__item .x-friend-item:hover {
background: none; background: none;
border-radius: 0; border-radius: 0;
} }
.x-dialog .x-friend-item { .x-dialog .x-friend-item {
width: 175px; width: 175px;
} }
.x-friend-item>.avatar { .x-friend-item>.avatar {
flex: none; flex: none;
width: 40px; width: 40px;
height: 40px; height: 40px;
margin-right: 8px; margin-right: 8px;
display: inline-block; display: inline-block;
position: relative; position: relative;
} }
.x-friend-item>img.avatar { .x-friend-item>img.avatar {
width: 50px; width: 50px;
height: 37.5px; height: 37.5px;
margin-left: 5px; margin-left: 5px;
margin-right: 0; margin-right: 0;
border-radius: 2px; border-radius: 2px;
} }
.x-friend-item>.avatar>img { .x-friend-item>.avatar>img {
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 40%; border-radius: 40%;
object-fit: cover; object-fit: cover;
} }
.x-friend-item>.avatar.offline>img { .x-friend-item>.avatar.offline>img {
filter: grayscale(1); filter: grayscale(1);
} }
.x-friend-item:hover>.avatar.offline>img { .x-friend-item:hover>.avatar.offline>img {
filter: none; filter: none;
} }
.x-friend-item>.avatar.active::after, .x-friend-item>.avatar.joinme::after, .x-friend-item>.avatar.askme::after, .x-friend-item>.avatar.busy::after { .x-friend-item>.avatar.active::after, .x-friend-item>.avatar.joinme::after, .x-friend-item>.avatar.askme::after, .x-friend-item>.avatar.busy::after {
content: ''; content: '';
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 0; bottom: 0;
width: 8px; width: 8px;
height: 8px; height: 8px;
border-radius: 50%; border-radius: 50%;
border: 2px solid #fff; border: 2px solid #fff;
background: #909399; background: #909399;
} }
.x-friend-item>.avatar.active::after { .x-friend-item>.avatar.active::after {
background: #67C23A; background: #67C23A;
} }
.x-friend-item>.avatar.joinme::after { .x-friend-item>.avatar.joinme::after {
background: #409EFF; background: #409EFF;
} }
.x-friend-item>.avatar.askme::after { .x-friend-item>.avatar.askme::after {
background: #FD9200; background: #FD9200;
} }
.x-friend-item>.avatar.busy::after { .x-friend-item>.avatar.busy::after {
background: #F56C6C; background: #F56C6C;
} }
.x-friend-item.offline>.avatar::after { .x-friend-item.offline>.avatar::after {
display: none; display: none;
} }
.x-friend-item>.detail { .x-friend-item>.detail {
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
} }
.x-friend-item>.detail>.name, .x-friend-item>.detail>.extra { .x-friend-item>.detail>.name, .x-friend-item>.detail>.extra {
display: block; display: block;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.x-friend-item>.detail>.name { .x-friend-item>.detail>.name {
color: #303133; color: #303133;
font-weight: bold; font-weight: bold;
} }
.x-friend-item>.detail>.extra { .x-friend-item>.detail>.extra {
color: #606266; color: #606266;
font-weight: normal; font-weight: normal;
} }
.x-dialog>.el-dialog { .x-dialog>.el-dialog {
margin-bottom: 10px; margin-bottom: 10px;
max-width: 100%; max-width: 100%;
} }
.x-user-dialog>.el-dialog>.el-dialog__header, .x-world-dialog>.el-dialog>.el-dialog__header, .x-avatar-dialog>.el-dialog>.el-dialog__header { .x-user-dialog>.el-dialog>.el-dialog__header, .x-world-dialog>.el-dialog>.el-dialog__header, .x-avatar-dialog>.el-dialog>.el-dialog__header {
padding: 0; padding: 0;
display: none; display: none;
} }
.x-user-dialog>.el-dialog>.el-dialog__body, .x-world-dialog>.el-dialog>.el-dialog__body, .x-avatar-dialog>.el-dialog>.el-dialog__body { .x-user-dialog>.el-dialog>.el-dialog__body, .x-world-dialog>.el-dialog>.el-dialog__body, .x-avatar-dialog>.el-dialog>.el-dialog__body {
padding: 20px; padding: 20px;
} }
.el-popper.hex { .el-popper.hex {
font-family: monospace; font-family: monospace;
text-align: center; text-align: center;
min-width: auto; min-width: auto;
padding: 10px; padding: 10px;
} }
i.x-user-status { i.x-user-status {
display: inline-block; display: inline-block;
width: 10px; width: 10px;
height: 10px; height: 10px;
border-radius: 50%; border-radius: 50%;
background: gray; background: gray;
} }
i.x-user-status.active { i.x-user-status.active {
background: #67C23A; background: #67C23A;
} }
i.x-user-status.joinme { i.x-user-status.joinme {
background: #409EFF; background: #409EFF;
} }
i.x-user-status.askme { i.x-user-status.askme {
background: #FD9200; background: #FD9200;
} }
i.x-user-status.busy { i.x-user-status.busy {
background: #F56C6C; background: #F56C6C;
} }
.x-friend-item>.detail>.name.x-tag-untrusted { .x-friend-item>.detail>.name.x-tag-untrusted {
color: rgb(204, 204, 204); color: rgb(204, 204, 204);
} }
.el-tag.x-tag-untrusted { .el-tag.x-tag-untrusted {
border-color: rgb(204, 204, 204); border-color: rgb(204, 204, 204);
color: rgb(204, 204, 204); color: rgb(204, 204, 204);
} }
.x-friend-item>.detail>.name.x-tag-basic { .x-friend-item>.detail>.name.x-tag-basic {
color: rgb(23, 120, 255); color: rgb(23, 120, 255);
} }
.el-tag.x-tag-basic { .el-tag.x-tag-basic {
border-color: rgb(23, 120, 255); border-color: rgb(23, 120, 255);
color: rgb(23, 120, 255); color: rgb(23, 120, 255);
} }
.x-friend-item>.detail>.name.x-tag-known { .x-friend-item>.detail>.name.x-tag-known {
color: rgb(43, 207, 92); color: rgb(43, 207, 92);
} }
.el-tag.x-tag-known { .el-tag.x-tag-known {
border-color: rgb(43, 207, 92); border-color: rgb(43, 207, 92);
color: rgb(43, 207, 92); color: rgb(43, 207, 92);
} }
.x-friend-item>.detail>.name.x-tag-trusted { .x-friend-item>.detail>.name.x-tag-trusted {
color: rgb(255, 123, 66); color: rgb(255, 123, 66);
} }
.el-tag.x-tag-trusted { .el-tag.x-tag-trusted {
border-color: rgb(255, 123, 66); border-color: rgb(255, 123, 66);
color: rgb(255, 123, 66); color: rgb(255, 123, 66);
} }
.x-friend-item>.detail>.name.x-tag-veteran { .x-friend-item>.detail>.name.x-tag-veteran {
color: rgb(129, 67, 230); color: rgb(129, 67, 230);
} }
.el-tag.x-tag-veteran { .el-tag.x-tag-veteran {
border-color: rgb(129, 67, 230); border-color: rgb(129, 67, 230);
color: rgb(129, 67, 230); color: rgb(129, 67, 230);
} }
.x-friend-item>.detail>.name.x-tag-legend { .x-friend-item>.detail>.name.x-tag-legend {
/*color: rgb(255, 255, 0);*/ /*color: rgb(255, 255, 0);*/
color: rgb(255, 208, 0); color: rgb(255, 208, 0);
} }
.el-tag.x-tag-legend { .el-tag.x-tag-legend {
/*border-color: rgb(255, 255, 0); /*border-color: rgb(255, 255, 0);
color: rgb(255, 255, 0);*/ color: rgb(255, 255, 0);*/
border-color: rgb(255, 208, 0); border-color: rgb(255, 208, 0);
color: rgb(255, 208, 0); color: rgb(255, 208, 0);
} }
.x-friend-item>.detail>.name.x-tag-legendary { .x-friend-item>.detail>.name.x-tag-legendary {
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
} }
.el-tag.x-tag-legendary { .el-tag.x-tag-legendary {
border-color: rgb(0, 0, 0); border-color: rgb(0, 0, 0);
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
} }
.x-friend-item>.detail>.name.x-tag-vip { .x-friend-item>.detail>.name.x-tag-vip {
color: rgb(181, 38, 38); color: rgb(181, 38, 38);
} }
.el-tag.x-tag-vip { .el-tag.x-tag-vip {
border-color: rgb(181, 38, 38); border-color: rgb(181, 38, 38);
color: rgb(181, 38, 38); color: rgb(181, 38, 38);
} }
.x-friend-item>.detail>.name.x-tag-troll { .x-friend-item>.detail>.name.x-tag-troll {
color: rgb(120, 47, 47); color: rgb(120, 47, 47);
} }
.el-tag.x-tag-troll { .el-tag.x-tag-troll {
border-color: rgb(120, 47, 47); border-color: rgb(120, 47, 47);
color: rgb(120, 47, 47); color: rgb(120, 47, 47);
} }
.x-friend-item>.detail>.name.x-tag-friend { .x-friend-item>.detail>.name.x-tag-friend {
/*color: rgb(255, 255, 0);*/ /*color: rgb(255, 255, 0);*/
color: rgb(255, 208, 0); color: rgb(255, 208, 0);
} }
.el-tag.x-tag-friend { .el-tag.x-tag-friend {
/*border-color: rgb(255, 255, 0); /*border-color: rgb(255, 255, 0);
color: rgb(255, 255, 0);*/ color: rgb(255, 255, 0);*/
border-color: rgb(255, 208, 0); border-color: rgb(255, 208, 0);
color: rgb(255, 208, 0); color: rgb(255, 208, 0);
} }
.el-tree-node { .el-tree-node {
white-space: normal; white-space: normal;
} }
.el-tree-node__content { .el-tree-node__content {
height: auto; height: auto;
} }
.x-user-dialog .el-textarea__inner { .x-user-dialog .el-textarea__inner {
background: none; background: none;
border: 0; border: 0;
border-radius: 2px; border-radius: 2px;
padding: 0; padding: 0;
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,89 +1,89 @@
doctype html doctype html
html html
head head
meta(http-equiv="Content-Type" content="text/html;charset=utf-8") meta(http-equiv="Content-Type" content="text/html;charset=utf-8")
meta(http-equiv="Cache-Control" content="no-cache") meta(http-equiv="Cache-Control" content="no-cache")
meta(http-equiv="referrer" content="no-referrer") meta(http-equiv="referrer" content="no-referrer")
meta(http-equiv="viewport" content="width=device-width,initial-scale=1,user-scalable=no") meta(http-equiv="viewport" content="width=device-width,initial-scale=1,user-scalable=no")
title VRCXVR title VRCXVR
link(rel="dns-prefetch" href="https://fonts.gstatic.com") link(rel="dns-prefetch" href="https://fonts.gstatic.com")
link(rel="preconnect" href="https://api.vrchat.cloud") link(rel="preconnect" href="https://api.vrchat.cloud")
link(rel="preconnect" href="https://d348imysud55la.cloudfront.net") link(rel="preconnect" href="https://d348imysud55la.cloudfront.net")
link(rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Sans+KR&display=swap") link(rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Sans+KR&display=swap")
link(rel="stylesheet" href="vr.css") link(rel="stylesheet" href="vr.css")
body body
.x-app#x-app(style="display:none" :class="{ 'x-app-type': appType === '1' }") .x-app#x-app(style="display:none" :class="{ 'x-app-type': appType === '1' }")
.x-container(style="flex:1") .x-container(style="flex:1")
.x-friend-list(ref="list" style="color:#aaa") .x-friend-list(ref="list" style="color:#aaa")
template(v-for="feed in feeds") template(v-for="feed in feeds")
.x-friend-item(v-if="feed.type === 'GPS'" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }") .x-friend-item(v-if="feed.type === 'GPS'" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }")
.detail .detail
span.extra span.extra
span.time {{ feed.created_at | formatDate('HH:MI') }} span.time {{ feed.created_at | formatDate('HH:MI') }}
| #[span.name(v-text="feed.displayName")] is in #[location(:location="feed.location[0]")] | #[span.name(v-text="feed.displayName")] is in #[location(:location="feed.location[0]")]
div(v-else-if="feed.type === 'Offline'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }") div(v-else-if="feed.type === 'Offline'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }")
.detail .detail
span.extra span.extra
span.time {{ feed.created_at | formatDate('HH:MI') }} span.time {{ feed.created_at | formatDate('HH:MI') }}
| #[span.name(v-text="feed.displayName")] has logged out | #[span.name(v-text="feed.displayName")] has logged out
div(v-else-if="feed.type === 'Online'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }") div(v-else-if="feed.type === 'Online'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }")
.detail .detail
span.extra span.extra
span.time {{ feed.created_at | formatDate('HH:MI') }} span.time {{ feed.created_at | formatDate('HH:MI') }}
| #[span.name(v-text="feed.displayName")] has logged in | #[span.name(v-text="feed.displayName")] has logged in
div(v-else-if="feed.type === 'Status'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }") div(v-else-if="feed.type === 'Status'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }")
.detail .detail
span.extra span.extra
span.time {{ feed.created_at | formatDate('HH:MI') }} span.time {{ feed.created_at | formatDate('HH:MI') }}
| #[span.name(v-text="feed.displayName")] is #[i.x-user-status(:class="userStatusClass(feed.status[0])")] {{feed.status[0].statusDescription}} | #[span.name(v-text="feed.displayName")] is #[i.x-user-status(:class="userStatusClass(feed.status[0])")] {{feed.status[0].statusDescription}}
div(v-else-if="feed.type === 'OnPlayerJoined'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }") div(v-else-if="feed.type === 'OnPlayerJoined'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }")
.detail .detail
span.extra span.extra
span.time {{ feed.created_at | formatDate('HH:MI') }} span.time {{ feed.created_at | formatDate('HH:MI') }}
| #[span.name(v-text="feed.data")] has joined | #[span.name(v-text="feed.data")] has joined
div(v-else-if="feed.type === 'OnPlayerLeft'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }") div(v-else-if="feed.type === 'OnPlayerLeft'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }")
.detail .detail
span.extra span.extra
span.time {{ feed.created_at | formatDate('HH:MI') }} span.time {{ feed.created_at | formatDate('HH:MI') }}
| #[span.name(v-text="feed.data")] has left | #[span.name(v-text="feed.data")] has left
div(v-else-if="feed.type === 'Location'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }") div(v-else-if="feed.type === 'Location'" class="x-friend-item" :class="{ friend: feed.isFriend, favorite: feed.isFavorite }")
.detail .detail
span.extra span.extra
span.time {{ feed.created_at | formatDate('HH:MI') }} span.time {{ feed.created_at | formatDate('HH:MI') }}
location(:location="feed.data") location(:location="feed.data")
.x-container .x-container
div(style="display:flex;flex-direction:row") div(style="display:flex;flex-direction:row")
template(v-if="devices.length") template(v-if="devices.length")
div(v-for="device in devices" style="flex:none;text-align:center;width:64px") div(v-for="device in devices" style="flex:none;text-align:center;width:64px")
template(v-if="device[0] === 'tracker'") template(v-if="device[0] === 'tracker'")
img(v-if="device[1] !== 'connected'" src="images/tracker_status_off.png" style="width:32px;height:32px") img(v-if="device[1] !== 'connected'" src="images/tracker_status_off.png" style="width:32px;height:32px")
img(v-else-if="device[2] < 20" src="images/tracker_status_ready_low.png" style="width:32px;height:32px") img(v-else-if="device[2] < 20" src="images/tracker_status_ready_low.png" style="width:32px;height:32px")
img(v-else src="images/tracker_status_ready.png" style="width:32px;height:32px") img(v-else src="images/tracker_status_ready.png" style="width:32px;height:32px")
template(v-else-if="device[0] === 'leftController'") template(v-else-if="device[0] === 'leftController'")
img(v-if="device[1] !== 'connected'" src="images/controller_status_off.png" style="width:32px;height:32px") img(v-if="device[1] !== 'connected'" src="images/controller_status_off.png" style="width:32px;height:32px")
img(v-else-if="device[2] < 20" src="images/controller_status_ready_low.png" style="width:32px;height:32px") img(v-else-if="device[2] < 20" src="images/controller_status_ready_low.png" style="width:32px;height:32px")
img(v-else src="images/controller_status_ready.png" style="width:32px;height:32px") img(v-else src="images/controller_status_ready.png" style="width:32px;height:32px")
template(v-else-if="device[0] === 'rightController'") template(v-else-if="device[0] === 'rightController'")
img(v-if="device[1] !== 'connected'" src="images/controller_status_off.png" style="width:32px;height:32px") img(v-if="device[1] !== 'connected'" src="images/controller_status_off.png" style="width:32px;height:32px")
img(v-else-if="device[2] < 20" src="images/controller_status_ready_low.png" style="width:32px;height:32px") img(v-else-if="device[2] < 20" src="images/controller_status_ready_low.png" style="width:32px;height:32px")
img(v-else src="images/controller_status_ready.png" style="width:32px;height:32px") img(v-else src="images/controller_status_ready.png" style="width:32px;height:32px")
template(v-else-if="device[0] === 'controller'") template(v-else-if="device[0] === 'controller'")
img(v-if="device[1] !== 'connected'" src="images/controller_status_off.png" style="width:32px;height:32px") img(v-if="device[1] !== 'connected'" src="images/controller_status_off.png" style="width:32px;height:32px")
img(v-else-if="device[2] < 20" src="images/controller_status_ready_low.png" style="width:32px;height:32px") img(v-else-if="device[2] < 20" src="images/controller_status_ready_low.png" style="width:32px;height:32px")
img(v-else src="images/controller_status_ready.png" style="width:32px;height:32px") img(v-else src="images/controller_status_ready.png" style="width:32px;height:32px")
template(v-else-if="device[0] === 'base'") template(v-else-if="device[0] === 'base'")
img(v-if="device[1] !== 'connected'" src="images/base_status_off.png" style="width:32px;height:32px") img(v-if="device[1] !== 'connected'" src="images/base_status_off.png" style="width:32px;height:32px")
img(v-else-if="device[2] < 20" src="images/base_status_ready_low.png" style="width:32px;height:32px") img(v-else-if="device[2] < 20" src="images/base_status_ready_low.png" style="width:32px;height:32px")
img(v-else src="images/base_status_ready.png" style="width:32px;height:32px") img(v-else src="images/base_status_ready.png" style="width:32px;height:32px")
template(v-else) template(v-else)
img(v-if="device[1] !== 'connected'" src="images/other_status_off.png" style="width:32px;height:32px") img(v-if="device[1] !== 'connected'" src="images/other_status_off.png" style="width:32px;height:32px")
img(v-else-if="device[2] < 20" src="images/other_status_ready_low.png" style="width:32px;height:32px") img(v-else-if="device[2] < 20" src="images/other_status_ready_low.png" style="width:32px;height:32px")
img(v-else src="images/other_status_ready.png" style="width:32px;height:32px") img(v-else src="images/other_status_ready.png" style="width:32px;height:32px")
br br
span {{ device[2] }}% span {{ device[2] }}%
div(v-else) div(v-else)
span No SteamVR Devices span No SteamVR Devices
.x-container .x-container
span(style="float:right") {{ currentTime | formatDate('YYYY-MM-DD HH:MI:SS AMPM') }} span(style="float:right") {{ currentTime | formatDate('YYYY-MM-DD HH:MI:SS AMPM') }}
span CPU {{ cpuUsage }}% span CPU {{ cpuUsage }}%
script(src="vr.js") script(src="vr.js")

View File

@@ -12,216 +12,216 @@ For a copy, see <https://opensource.org/licenses/MIT>.
@import '~element-ui/lib/theme-chalk/index.css'; @import '~element-ui/lib/theme-chalk/index.css';
/* /*
마지노선인듯 마지노선인듯
화면 24px -> 나나 32 화면 24px -> 나나 32
손등 18px -> 나나 24 손등 18px -> 나나 24
*/ */
.noty_body { .noty_body {
display: block; display: block;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.noty_layout { .noty_layout {
max-width: none; max-width: none;
width: 80% !important; width: 80% !important;
} }
.noty_theme__relax.noty_bar { .noty_theme__relax.noty_bar {
margin: 4px 0; margin: 4px 0;
overflow: hidden; overflow: hidden;
border-radius: 2px; border-radius: 2px;
position: relative; position: relative;
} }
.noty_theme__relax.noty_bar .noty_body { .noty_theme__relax.noty_bar .noty_body {
padding: 5px 10px 10px; padding: 5px 10px 10px;
font-size: 24px; font-size: 24px;
text-align: center; text-align: center;
} }
.noty_theme__relax.noty_bar .noty_buttons { .noty_theme__relax.noty_bar .noty_buttons {
border-top: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7;
padding: 5px 10px; padding: 5px 10px;
} }
.noty_theme__relax.noty_type__alert, .noty_theme__relax.noty_type__notification { .noty_theme__relax.noty_type__alert, .noty_theme__relax.noty_type__notification {
background-color: #fff; background-color: #fff;
border: 1px solid #dedede; border: 1px solid #dedede;
color: #444; color: #444;
} }
.noty_theme__relax.noty_type__warning { .noty_theme__relax.noty_type__warning {
background-color: #FFEAA8; background-color: #FFEAA8;
border: 1px solid #FFC237; border: 1px solid #FFC237;
color: #826200; color: #826200;
} }
.noty_theme__relax.noty_type__warning .noty_buttons { .noty_theme__relax.noty_type__warning .noty_buttons {
border-color: #dfaa30; border-color: #dfaa30;
} }
.noty_theme__relax.noty_type__error { .noty_theme__relax.noty_type__error {
background-color: #FF8181; background-color: #FF8181;
border: 1px solid #e25353; border: 1px solid #e25353;
color: #FFF; color: #FFF;
} }
.noty_theme__relax.noty_type__error .noty_buttons { .noty_theme__relax.noty_type__error .noty_buttons {
border-color: darkred; border-color: darkred;
} }
.noty_theme__relax.noty_type__info, .noty_theme__relax.noty_type__information { .noty_theme__relax.noty_type__info, .noty_theme__relax.noty_type__information {
background-color: #78C5E7; background-color: #78C5E7;
border: 1px solid #3badd6; border: 1px solid #3badd6;
color: #FFF; color: #FFF;
} }
.noty_theme__relax.noty_type__info .noty_buttons, .noty_theme__relax.noty_type__information .noty_buttons { .noty_theme__relax.noty_type__info .noty_buttons, .noty_theme__relax.noty_type__information .noty_buttons {
border-color: #0B90C4; border-color: #0B90C4;
} }
.noty_theme__relax.noty_type__success { .noty_theme__relax.noty_type__success {
background-color: #BCF5BC; background-color: #BCF5BC;
border: 1px solid #7cdd77; border: 1px solid #7cdd77;
color: darkgreen; color: darkgreen;
} }
.noty_theme__relax.noty_type__success .noty_buttons { .noty_theme__relax.noty_type__success .noty_buttons {
border-color: #50C24E; border-color: #50C24E;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 8px; width: 8px;
height: 8px; height: 8px;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
border-radius: 16px; border-radius: 16px;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
border-radius: 16px; border-radius: 16px;
} }
body, input, textarea, select, button { body, input, textarea, select, button {
font-family: 'Noto Sans JP', 'Noto Sans KR', 'Meiryo UI', 'Malgun Gothic', 'Segoe UI', sans-serif; font-family: 'Noto Sans JP', 'Noto Sans KR', 'Meiryo UI', 'Malgun Gothic', 'Segoe UI', sans-serif;
line-height: normal; line-height: normal;
} }
.x-app { .x-app {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
} }
.x-app-type { .x-app-type {
background: #1f1f1f; background: #1f1f1f;
color: #fff; color: #fff;
} }
.x-container { .x-container {
flex: none; flex: none;
padding: 10px; padding: 10px;
overflow: hidden auto; overflow: hidden auto;
position: relative; position: relative;
} }
.x-friend-list { .x-friend-list {
overflow: hidden auto; overflow: hidden auto;
padding: 0 10px; padding: 0 10px;
} }
.x-friend-item { .x-friend-item {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 18px; font-size: 18px;
box-sizing: border-box; box-sizing: border-box;
} }
.x-friend-item .time { .x-friend-item .time {
margin-right: 5px; margin-right: 5px;
} }
.x-friend-item .name { .x-friend-item .name {
font-weight: bold; font-weight: bold;
} }
.x-friend-item.friend .name { .x-friend-item.friend .name {
color: #fff; color: #fff;
} }
.x-friend-item.favorite .name { .x-friend-item.favorite .name {
color: #ff0; color: #ff0;
} }
.x-friend-item>.avatar { .x-friend-item>.avatar {
flex: none; flex: none;
width: 40px; width: 40px;
height: 40px; height: 40px;
margin-right: 8px; margin-right: 8px;
display: inline-block; display: inline-block;
position: relative; position: relative;
} }
.x-friend-item>img.avatar { .x-friend-item>img.avatar {
width: 50px; width: 50px;
height: 37.5px; height: 37.5px;
margin-left: 5px; margin-left: 5px;
margin-right: 0; margin-right: 0;
border-radius: 2px; border-radius: 2px;
} }
.x-friend-item>.avatar>img { .x-friend-item>.avatar>img {
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 40%; border-radius: 40%;
object-fit: cover; object-fit: cover;
} }
.x-friend-item>.detail { .x-friend-item>.detail {
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
} }
.x-friend-item>.detail>.name, .x-friend-item>.detail>.extra { .x-friend-item>.detail>.name, .x-friend-item>.detail>.extra {
display: block; display: block;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.x-friend-item>.detail>.name { .x-friend-item>.detail>.name {
font-weight: bold; font-weight: bold;
} }
.x-friend-item>.detail>.extra { .x-friend-item>.detail>.extra {
font-weight: normal; font-weight: normal;
} }
i.x-user-status { i.x-user-status {
display: inline-block; display: inline-block;
width: 14px; width: 14px;
height: 14px; height: 14px;
border-radius: 50%; border-radius: 50%;
background: gray; background: gray;
} }
i.x-user-status.active { i.x-user-status.active {
background: #67C23A; background: #67C23A;
} }
i.x-user-status.joinme { i.x-user-status.joinme {
background: #409EFF; background: #409EFF;
} }
i.x-user-status.busy { i.x-user-status.busy {
background: #F56C6C; background: #F56C6C;
} }