IW4M-Admin/WebfrontCore/wwwroot/css/profile.css

160 lines
2.6 KiB
CSS
Raw Normal View History

.level-bgcolor-console {
background-color: grey;
}
2018-02-21 20:29:23 -05:00
.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 {
2018-02-21 20:29:23 -05:00
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;
}
.profile-meta-entry {
2018-02-21 20:29:23 -05:00
}
.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;
2018-02-21 20:29:23 -05:00
top: auto;
margin-top: 0.7em;
font-size: 0.5em;
color: rgb(0, 122, 204);
cursor: pointer;
}
#profile_aliases_btn:hover {
color: white;
cursor: pointer;
}
#profile_aliases {
position: relative;
display: none;
2018-02-21 20:29:23 -05:00
}
#profile_avatar {
height: 10.5rem;
width: 10.5rem;
2018-02-21 20:29:23 -05:00
}
.profile-shortcode {
font-size: 10.5rem;
line-height: 10.5rem;
2018-02-21 20:29:23 -05:00
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_level > span.level {
color: rgba(236, 130, 222, 0.69);
font-weight: bold;
2018-02-21 20:29:23 -05:00
}
#profile_wrapper {
border-bottom: 2px rgb(0, 122, 204) solid;
}
#profile_name {
2018-02-21 20:29:23 -05:00
}
#profile_info > .text-muted {
2018-02-21 20:29:23 -05:00
}