1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00
Files
IW4M-Admin/WebfrontCore/wwwroot/css/profile.css
RaidMax ee6ac59041 added moment for parsing dates in profile timeline
fixed bug of duplicate penalties
fixed showing timeline date for non events
refresh player count on server overview
fix refresh privileged users on map load
fix 1h showing on tempban if manually specified
2018-03-27 19:27:01 -05:00

161 lines
2.7 KiB
CSS

.level-bgcolor-console {
background-color: grey;
}
.level-color-user, .level-color-guest {
color: rgba(255, 255, 255, 0.85);
}
.level-bgcolor-user, .level-bgcolor-guest {
background-color: rgba(255, 255, 255, 0.85);
}
.level-color-trusted, .level-color-user {
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;
}