discourse/app/assets/stylesheets/desktop/user-card.scss

282 lines
5.0 KiB
SCSS
Raw Normal View History

// styles that apply to the "share" popup when sharing a link to a post or topic
// Colors should mostly be absolute here, it will look the same in dark & light themes
$user_card_primary: $primary;
$user_card_background: $secondary;
2015-08-18 16:28:02 -04:00
#user-card {
position: absolute;
2014-10-29 19:48:20 -04:00
width: 500px;
2015-03-04 07:02:36 -05:00
left: -9999px;
top: -9999px;
z-index: z("usercard");
box-shadow: 1px 2px 6px rgba(0,0,0, .25);
margin-top: -2px;
2015-08-18 16:28:02 -04:00
color: $user_card_primary;
background: $user_card_background center center;
2015-10-15 20:10:02 -04:00
background-size: cover;
min-height: 175px;
-webkit-transition: opacity .2s, -webkit-transform .2s;
transition: opacity .2s, transform .2s;
opacity: 0;
@include transform(scale(.9));
&.show {
opacity: 1;
@include transform(scale(1));
}
2014-10-29 19:48:20 -04:00
.card-content {
2014-11-01 22:58:18 -04:00
padding: 12px 12px 0 12px;
2015-08-18 16:28:02 -04:00
background: rgba($user_card_background, .85);
2014-11-01 22:58:18 -04:00
margin-top: 80px;
2014-10-29 19:48:20 -04:00
&:after {
content: '';
display: block;
clear: both;
}
a.card-huge-avatar {
outline: none;
}
.staged {
font-style: italic;
}
2014-10-29 19:48:20 -04:00
}
&.no-bg {
min-height: 50px;
.card-content {
margin-top: 0;
}
2014-10-29 19:48:20 -04:00
}
.avatar-placeholder {
width: 120px;
height: 120px;
float: left;
padding-right: 10px;
}
h1 {
min-width: 120px;
2018-01-12 17:27:38 -05:00
font-size: $font-up-4;
line-height: $line-height-medium;
2014-07-03 23:40:49 -04:00
display: block;
2014-10-29 19:48:20 -04:00
max-width: 250px;
2014-07-03 23:40:49 -04:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2013-10-04 16:55:54 -04:00
a {
2015-08-18 16:28:02 -04:00
color: $user_card_primary;
2013-10-04 16:55:54 -04:00
}
2014-11-01 22:58:18 -04:00
i {
2018-01-12 17:27:38 -05:00
font-size: $font-down-1;
2015-08-18 16:28:02 -04:00
color: $user_card_primary;
2014-11-01 22:58:18 -04:00
}
}
h2 {
2018-01-12 17:27:38 -05:00
font-size: $font-up-1;
line-height: $line-height-medium;
font-weight: normal;
2014-07-03 23:40:49 -04:00
display: block;
2014-10-29 19:48:20 -04:00
max-width: 250px;
2014-07-03 23:40:49 -04:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
a {
2015-08-18 16:28:02 -04:00
color: $user_card_primary;
}
}
h3 {
2018-01-12 17:27:38 -05:00
font-size: $font-0;
font-weight: normal;
margin-top: 0;
color: scale-color($user_card_primary, $lightness: 20%);
overflow: hidden;
text-overflow: ellipsis;
2014-10-29 19:48:20 -04:00
a {
2015-08-18 16:28:02 -04:00
color: scale-color($user_card_background, $lightness: 50%);
2014-10-29 19:48:20 -04:00
}
}
.groups {
2018-01-12 17:27:38 -05:00
font-size: $font-down-1;
font-weight: normal;
margin-top: 0;
2015-08-18 16:28:02 -04:00
color: $user_card_background;
.group-link {
2015-08-18 16:28:02 -04:00
color: $user_card_background;
}
}
.metadata {
2014-11-01 22:58:18 -04:00
width: 100%;
clear: both;
padding-top: 5px;
2017-02-16 04:49:29 -05:00
padding-bottom: 5px;
h3 {
display: inline;
margin-right: 5px;
.desc, a {
color: scale-color($user_card_primary, $lightness: 35%);
}
}
2015-08-18 16:28:02 -04:00
div {display: inline; color: scale-color($user_card_background, $lightness: 50%);
.group-link {color: scale-color($user_card_background, $lightness: 50%);}
2014-11-01 22:58:18 -04:00
}
}
.bottom {
clear: both;
padding-top: 10px;
}
&.has-card-badge-image .bio {
width: 75%;
}
.bio {
padding: 10px 0 0 0;
2014-11-01 22:58:18 -04:00
clear: left;
2014-10-29 19:48:20 -04:00
a {
2015-08-18 16:28:02 -04:00
color: $user_card_primary;
2014-10-29 19:48:20 -04:00
text-decoration: underline;
}
img {
max-width: 100%;
}
2014-11-01 22:58:18 -04:00
a.mention {
text-decoration: none;
}
2016-09-15 16:15:08 -04:00
2014-11-01 22:58:18 -04:00
.overflow {
max-height: 60px;
overflow: hidden;
}
}
.location-and-website {
display: flex;
width: 100%;
align-items: center;
padding-top: 5px;
.location, .website-name {
display: flex;
flex: 1 1 50%;
max-width: 50%;
overflow: hidden;
align-items: baseline;
i {
margin-right: .25em;
}
}
.website-name a, .location span {
overflow: hidden;
text-overflow: ellipsis;
color: $user_card_primary;
}
.location {
margin-right: .5em;
}
.website-name a {
text-decoration: underline;
}
}
2016-09-15 16:15:08 -04:00
.user-card-avatar {
float: left;
2015-04-02 21:28:13 -04:00
margin-right: 10px;
2014-11-01 22:58:18 -04:00
margin-top: -53px;
}
p {
margin: 0 0 5px 0;
}
.btn {
margin: 0 0 7px 0;
2014-10-29 19:48:20 -04:00
box-sizing: border-box;
}
.usercard-controls {
list-style-type: none;
2014-11-01 22:58:18 -04:00
float: right;
margin: 0;
2014-10-29 19:48:20 -04:00
button { width: 100%; min-width: 150px; }
}
2013-12-19 18:58:48 -05:00
.new-user a {
2015-08-18 16:28:02 -04:00
color: scale-color($user_card_background, $lightness: 70%);
2013-12-19 18:58:48 -05:00
}
&.show-badges {
2014-10-29 19:48:20 -04:00
width: 580px;
.names {
float: left;
2014-10-29 19:48:20 -04:00
width: 45%;
span {
display: block;
width: 250px;
2014-10-29 19:48:20 -04:00
}
}
.badge-section {
2014-07-03 23:40:49 -04:00
float: left;
2014-11-01 22:58:18 -04:00
width: 500px;
padding-bottom: 10px;
margin-top: 5px;
2014-10-29 19:48:20 -04:00
.user-badge {
background: scale-color($user_card_background, $lightness: -5%);
border: 1px solid $primary-low;
color: $user_card_primary;
2014-10-29 19:48:20 -04:00
}
2014-07-03 23:40:49 -04:00
h3 {
2015-08-18 16:28:02 -04:00
color: $user_card_background;
2018-01-12 17:27:38 -05:00
font-size: $font-0;
margin-bottom: -8px;
}
}
2014-04-14 01:58:36 -04:00
2014-04-16 06:02:57 -04:00
.more-user-badges {
@extend .user-badge;
padding: 3px 8px;
2014-04-16 06:02:57 -04:00
}
2014-04-14 01:58:36 -04:00
}
.suspended {
color: $danger;
margin-bottom: 5px;
clear: left;
padding-top: 15px;
}
.card-badge {
img {
max-width: 120px;
}
position: absolute;
right: 12px;
bottom: 12px;
2018-01-12 17:27:38 -05:00
font-size: $font-up-5;
2015-08-18 16:28:02 -04:00
i {color: $user_card_primary;}
}
.metadata .email .btn {
padding: 2px 12px;
}
2014-04-14 01:58:36 -04:00
}