ip lookup on profile shows error if failed truncate chat messages over 50 characters removed html raw on client messages :c show client rank colors on server overview if authorized break long messages on profile page prevent masked status showing up to non privileged users in webfront
165 lines
2.7 KiB
CSS
165 lines
2.7 KiB
CSS
.level-bgcolor-console {
|
|
background-color: grey;
|
|
}
|
|
|
|
.level-color-user, .level-color-guest {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
.level-bgcolor-user, .level-bgcolor-guest {
|
|
background-color: rgba(255, 255, 255, 0.85);
|
|
}
|
|
|
|
.level-color-trusted {
|
|
color: rgba(116,147,99,1);
|
|
}
|
|
|
|
.level-bgcolor-trusted, .level-bgcolor-user {
|
|
background-color: rgba(116,147,99,1);
|
|
}
|
|
|
|
.level-color-flagged {
|
|
color: rgba(253, 139, 22, 0.85);
|
|
}
|
|
|
|
.level-bgcolor-flagged {
|
|
background-color: rgba(253, 139, 22, 0.85);
|
|
}
|
|
|
|
.level-color-banned, .level-color-console {
|
|
color: rgba(255, 69, 69, 0.85);
|
|
}
|
|
|
|
.level-bgcolor-banned {
|
|
background-color: rgba(255, 69, 69, 0.85);
|
|
}
|
|
|
|
.level-color-moderator {
|
|
color: rgba(235, 211, 101, 0.75);
|
|
}
|
|
|
|
.level-bgcolor-moderator {
|
|
background-color: rgba(235, 211, 101, 0.75);
|
|
}
|
|
|
|
.level-color-administrator {
|
|
color: rgba(236, 130, 222, 0.69);
|
|
}
|
|
|
|
.level-bgcolor-administrator {
|
|
background-color: rgba(236, 130, 222, 0.69);
|
|
}
|
|
|
|
.level-color-senioradmin {
|
|
color: rgba(50, 177, 185, 0.85);
|
|
}
|
|
|
|
.level-bgcolor-senioradmin {
|
|
background-color: rgba(50, 177, 185, 0.85);
|
|
}
|
|
|
|
.level-color-owner {
|
|
color: rgb(0, 122, 204);
|
|
}
|
|
|
|
.level-bgcolor-owner {
|
|
background-color: rgb(0, 122, 204);
|
|
}
|
|
|
|
.profile-meta-title {
|
|
color: white;
|
|
}
|
|
|
|
.penalties-color-kick,
|
|
.penalties-color-unban {
|
|
color: rgba(116, 147, 99, 1);
|
|
}
|
|
|
|
.penalties-color-report {
|
|
color: rgba(116, 147, 99, 1);
|
|
}
|
|
|
|
.penalties-color-warning {
|
|
color: rgba(235, 211, 101, 0.75);
|
|
}
|
|
|
|
.penalties-color-tempban {
|
|
color: rgba(253, 139, 22, 0.85);
|
|
}
|
|
|
|
.penalties-color-flag {
|
|
color: rgba(253, 139, 22, 0.85);
|
|
}
|
|
|
|
.penalties-color-ban {
|
|
color: rgba(255, 69, 69, 0.85);
|
|
}
|
|
|
|
#profile_aliases_btn {
|
|
position: relative;
|
|
top: -2px;
|
|
font-size: 0.5em;
|
|
color: rgb(0, 122, 204);
|
|
cursor: pointer;
|
|
}
|
|
|
|
#profile_aliases_btn:hover {
|
|
opacity: 0.75;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#profile_aliases {
|
|
position: relative;
|
|
display: none;
|
|
}
|
|
|
|
#profile_avatar {
|
|
height: 10.5rem;
|
|
width: 10.5rem;
|
|
}
|
|
|
|
.profile-shortcode {
|
|
font-size: 10.5rem;
|
|
line-height: 10.5rem;
|
|
color: white;
|
|
}
|
|
|
|
#profile_level > span.level {
|
|
color: rgba(236, 130, 222, 0.69);
|
|
font-weight: bold;
|
|
font-size: 1.5em;
|
|
line-height: 1.4em;
|
|
}
|
|
|
|
#profile_wrapper {
|
|
border-bottom: 2px rgb(0, 122, 204) solid;
|
|
}
|
|
|
|
.profile-event-timestep {
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
#profile_level > span.level {
|
|
color: rgba(236, 130, 222, 0.69);
|
|
font-weight: bold;
|
|
}
|
|
|
|
#profile_wrapper {
|
|
border-bottom: 2px rgb(0, 122, 204) solid;
|
|
}
|
|
|
|
.profile-action {
|
|
font-size: 0.5em;
|
|
padding-left: 0.25em;
|
|
cursor: pointer;
|
|
top: -2px !important;
|
|
}
|
|
|
|
.profile-action:hover {
|
|
opacity: 0.75;
|
|
}
|
|
|
|
#profile_events span {
|
|
word-break: break-all;
|
|
}
|