2013-10-04 00:51:30 +08:00
|
|
|
// styles that apply to the "share" popup when sharing a link to a post or topic
|
|
|
|
|
2014-10-21 00:11:36 +08:00
|
|
|
#user-card {
|
2013-10-04 00:51:30 +08:00
|
|
|
position: absolute;
|
2014-03-10 07:23:31 +08:00
|
|
|
width: 460px;
|
2013-10-04 00:51:30 +08:00
|
|
|
left: 20px;
|
|
|
|
z-index: 990;
|
2014-08-06 21:31:13 +08:00
|
|
|
box-shadow: 0 2px 6px rgba(0,0,0, .6);
|
2013-10-31 00:40:16 +08:00
|
|
|
margin-top: -2px;
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: $secondary;
|
2013-10-31 00:40:16 +08:00
|
|
|
padding: 12px 12px 5px 12px;
|
2014-08-20 04:20:55 +08:00
|
|
|
border: 1px solid scale-color-diff();
|
2013-10-04 00:51:30 +08:00
|
|
|
|
2014-10-17 03:05:36 +08:00
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
|
2014-07-25 05:15:40 +08:00
|
|
|
.avatar-placeholder {
|
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2013-10-04 00:51:30 +08:00
|
|
|
h1 {
|
2014-03-02 00:05:30 +08:00
|
|
|
display: inline-block;
|
|
|
|
min-width: 120px;
|
2014-07-04 11:40:49 +08:00
|
|
|
font-size: 25px;
|
|
|
|
line-height: 1.25;
|
|
|
|
display: block;
|
|
|
|
max-width: 280px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2013-10-05 04:55:54 +08:00
|
|
|
a {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-10-05 04:55:54 +08:00
|
|
|
}
|
2013-10-04 00:51:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2014-07-04 11:40:49 +08:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 1.25;
|
2013-10-04 00:51:30 +08:00
|
|
|
font-weight: normal;
|
2014-07-04 11:40:49 +08:00
|
|
|
display: block;
|
|
|
|
max-width: 280px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2013-10-08 23:28:32 +08:00
|
|
|
|
|
|
|
a {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-10-08 23:28:32 +08:00
|
|
|
}
|
2013-10-04 00:51:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: normal;
|
2014-03-06 14:14:51 +08:00
|
|
|
margin-top: 0;
|
2014-05-29 16:21:19 +08:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2014-10-02 10:54:03 +08:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2013-10-04 00:51:30 +08:00
|
|
|
}
|
2014-02-11 01:30:36 +08:00
|
|
|
.groups {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: normal;
|
2014-03-06 14:14:51 +08:00
|
|
|
margin-top: 0;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-02-11 01:30:36 +08:00
|
|
|
|
|
|
|
.group-link {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-02-11 01:30:36 +08:00
|
|
|
}
|
|
|
|
}
|
2013-10-04 00:51:30 +08:00
|
|
|
|
2014-05-10 14:09:04 +08:00
|
|
|
.metadata {
|
2014-07-04 11:40:49 +08:00
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
top: 10px;
|
2014-05-10 14:09:04 +08:00
|
|
|
max-width: 180px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2013-10-04 00:51:30 +08:00
|
|
|
.bottom {
|
|
|
|
clear: both;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
2014-07-01 05:41:38 +08:00
|
|
|
.bio {
|
|
|
|
max-height: 100px;
|
|
|
|
overflow: auto;
|
|
|
|
margin-bottom: 10px;
|
2014-07-02 20:56:09 +08:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2014-07-01 05:41:38 +08:00
|
|
|
}
|
|
|
|
|
2013-10-04 00:51:30 +08:00
|
|
|
img.avatar {
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
|
2013-10-05 03:33:03 +08:00
|
|
|
p.loading {
|
2014-03-28 16:49:30 +08:00
|
|
|
margin-top: 45px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-10-05 03:33:03 +08:00
|
|
|
}
|
|
|
|
|
2013-10-04 03:51:12 +08:00
|
|
|
.btn {
|
2013-10-04 00:51:30 +08:00
|
|
|
margin: 0 0 7px 0;
|
|
|
|
}
|
2013-12-20 07:58:48 +08:00
|
|
|
|
|
|
|
.new-user a {
|
2014-05-14 16:05:24 +08:00
|
|
|
color: scale-color($primary, $lightness: 70%);
|
2013-12-20 07:58:48 +08:00
|
|
|
}
|
2014-03-28 16:49:30 +08:00
|
|
|
|
|
|
|
&.show-badges {
|
|
|
|
width: 560px;
|
|
|
|
|
|
|
|
.names {
|
|
|
|
width: 250px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-section {
|
2014-06-24 04:11:55 +08:00
|
|
|
margin-top: 10px;
|
2014-07-04 11:40:49 +08:00
|
|
|
float: left;
|
2014-10-02 10:54:03 +08:00
|
|
|
width: 270px;
|
2014-07-04 11:40:49 +08:00
|
|
|
|
2014-03-28 16:49:30 +08:00
|
|
|
h3 {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-03-28 16:49:30 +08:00
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: -8px;
|
|
|
|
}
|
|
|
|
}
|
2014-04-14 13:58:36 +08:00
|
|
|
|
2014-04-16 18:02:57 +08:00
|
|
|
.more-user-badges {
|
|
|
|
@extend .user-badge;
|
2014-06-24 04:11:55 +08:00
|
|
|
padding: 3px 8px;
|
|
|
|
font-size: 13px;
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
2014-04-14 13:58:36 +08:00
|
|
|
}
|
2014-09-11 07:30:32 +08:00
|
|
|
|
|
|
|
.suspended {
|
|
|
|
color: $danger;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2014-04-14 13:58:36 +08:00
|
|
|
}
|