d9a601328c
invalid client id results in 404 rather than exception page performance based on traditional elo rating fixed @ (broadcast commands) added reports to penalty list and profile
184 lines
3.1 KiB
CSS
184 lines
3.1 KiB
CSS
.level-bgcolor-console {
|
|
background-color: grey;
|
|
}
|
|
|
|
.level-color-user, .level-color-guest {
|
|
color: #6c757d;
|
|
color: rgba(255, 255, 255, 0.68);
|
|
}
|
|
|
|
.level-bgcolor-user, .level-bgcolor-guest {
|
|
background-color: #6c757d;
|
|
background-color: rgba(255, 255, 255, 0.68);
|
|
}
|
|
|
|
.level-color-trusted {
|
|
color: #749363;
|
|
color: rgba(116,147,99,1);
|
|
}
|
|
|
|
.level-bgcolor-trusted {
|
|
background-color: #749363;
|
|
background-color: rgba(116,147,99,1);
|
|
}
|
|
|
|
.level-color-flagged {
|
|
color: #fd9c38;
|
|
color: rgba(253, 139, 22, 0.85);
|
|
}
|
|
|
|
.level-bgcolor-flagged {
|
|
background-color: #fd9c38;
|
|
background-color: rgba(253, 139, 22, 0.85);
|
|
}
|
|
|
|
.level-color-banned, .level-color-console {
|
|
color: #ff6060;
|
|
color: rgba(255, 69, 69, 0.85);
|
|
}
|
|
|
|
.level-bgcolor-banned {
|
|
background-color: #ff6060;
|
|
background-color: rgba(255, 69, 69, 0.85);
|
|
}
|
|
|
|
.level-color-moderator {
|
|
color: #f0de8b;
|
|
color: rgba(235, 211, 101, 0.75);
|
|
}
|
|
|
|
.level-bgcolor-moderator {
|
|
background-color: #f0de8b;
|
|
background-color: rgba(235, 211, 101, 0.75);
|
|
}
|
|
|
|
.level-color-administrator {
|
|
color: #f1a8e8;
|
|
color: rgba(236, 130, 222, 0.69);
|
|
}
|
|
|
|
.level-bgcolor-administrator {
|
|
background-color: #f1a8e8;
|
|
background-color: rgba(236, 130, 222, 0.69);
|
|
}
|
|
|
|
.level-color-senioradmin {
|
|
color: #50bcc3;
|
|
color: rgba(50, 177, 185, 0.85);
|
|
}
|
|
|
|
.level-bgcolor-senioradmin {
|
|
background-color: #50bcc3;
|
|
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 {
|
|
color: rgb(182, 129, 43);
|
|
}
|
|
|
|
.penalties-color-unban {
|
|
color: #749363;
|
|
color: rgba(116, 147, 99, 1);
|
|
}
|
|
|
|
.penalties-color-report {
|
|
color: #b3ae8f;
|
|
}
|
|
|
|
.penalties-color-warning {
|
|
color: #f0de8b;
|
|
color: rgba(235, 211, 101, 0.75);
|
|
}
|
|
|
|
.penalties-color-tempban {
|
|
color: #fd9c38;
|
|
color: rgba(253, 139, 22, 0.85);
|
|
}
|
|
|
|
.penalties-color-flag {
|
|
color: #fd9c38;
|
|
color: rgba(253, 139, 22, 0.85);
|
|
}
|
|
|
|
.penalties-color-ban {
|
|
color: #ff6060;
|
|
color: rgba(255, 69, 69, 0.85);
|
|
}
|
|
|
|
#profile_aliases_btn {
|
|
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: #f1a8e8;
|
|
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: #f1a8e8;
|
|
color: rgba(236, 130, 222, 0.69);
|
|
font-weight: bold;
|
|
}
|
|
|
|
#profile_wrapper {
|
|
border-bottom: 2px rgb(0, 122, 204) solid;
|
|
}
|
|
|
|
.profile-action {
|
|
padding-left: 0.25em;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.profile-action:hover {
|
|
opacity: 0.75;
|
|
}
|
|
|
|
#profile_events span {
|
|
word-break: break-all;
|
|
}
|