2014-04-21 03:17:11 +08:00
|
|
|
|
|
|
|
// styling of bottom section
|
|
|
|
.user-stream .child-actions {
|
|
|
|
margin-top: 8px;
|
|
|
|
.avatar-link {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.fa {
|
|
|
|
width: 15px;
|
|
|
|
display: inline-block;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-04-21 03:17:11 +08:00
|
|
|
}
|
|
|
|
.avatar-link {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-07-22 19:19:15 +08:00
|
|
|
.user-main {
|
|
|
|
i.fa-heart {
|
|
|
|
color: $love !important;
|
|
|
|
}
|
2016-03-25 15:46:36 +08:00
|
|
|
.nav-pills {
|
|
|
|
a {
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
|
|
|
|
}
|
2016-03-29 04:53:03 +08:00
|
|
|
|
|
|
|
a:hover i {
|
|
|
|
color: $quaternary;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.active i {
|
|
|
|
color: $secondary;
|
|
|
|
}
|
|
|
|
|
2016-03-25 15:46:36 +08:00
|
|
|
i {
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 55%), scale-color($secondary, $lightness: 55%));
|
|
|
|
}
|
|
|
|
}
|
2015-07-22 19:19:15 +08:00
|
|
|
}
|
|
|
|
|
2014-10-09 02:38:18 +08:00
|
|
|
.user-field {
|
|
|
|
.required {
|
|
|
|
text-align: top;
|
|
|
|
color: $danger;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-30 06:38:39 +08:00
|
|
|
.public-user-fields {
|
|
|
|
.user-field-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsed-info .public-user-fields {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-10-13 18:26:30 +08:00
|
|
|
.notification-buttons {
|
|
|
|
margin: 10px 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2014-04-21 03:17:11 +08:00
|
|
|
.user-navigation {
|
|
|
|
|
2014-10-09 02:38:18 +08:00
|
|
|
.map {
|
2014-04-21 03:17:11 +08:00
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
float: left;
|
|
|
|
width: 45px;
|
|
|
|
}
|
|
|
|
nav.buttons {
|
|
|
|
width: 180px;
|
|
|
|
padding: 0;
|
|
|
|
.btn {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
2014-10-11 19:30:34 +08:00
|
|
|
box-sizing: border-box;
|
2014-04-21 03:17:11 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
a {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1em;
|
2015-11-21 00:36:55 +08:00
|
|
|
color: scale-color($tertiary, $lightness: -10%);
|
2014-04-21 03:17:11 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-selector {
|
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
#avatar-input {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
margin: 5px 10px 5px 0;
|
|
|
|
}
|
|
|
|
}
|
2014-09-27 02:48:34 +08:00
|
|
|
|
2014-11-30 10:09:34 +08:00
|
|
|
.new-private-message {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2015-03-20 02:53:52 +08:00
|
|
|
|
2016-03-25 01:05:09 +08:00
|
|
|
.user-info {
|
2015-03-20 02:53:52 +08:00
|
|
|
display: inline-block;
|
|
|
|
clear: both;
|
2016-03-25 01:05:09 +08:00
|
|
|
margin-bottom: 1em;
|
2015-03-20 02:53:52 +08:00
|
|
|
|
|
|
|
.user-image {
|
|
|
|
float: left;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-detail {
|
|
|
|
float: left;
|
|
|
|
width: 70%;
|
|
|
|
padding-left: 5px;
|
|
|
|
font-size: 13px;
|
|
|
|
|
|
|
|
.name-line {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.username a {
|
|
|
|
font-weight: bold;
|
2015-08-20 17:42:12 +08:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));
|
2015-03-20 02:53:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
margin-left: 5px;
|
2015-08-20 17:42:12 +08:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));
|
2015-03-20 02:53:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
margin-top: 3px;
|
2015-08-20 17:42:12 +08:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
2015-03-20 02:53:52 +08:00
|
|
|
}
|
2016-03-25 01:05:09 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-info.small {
|
|
|
|
width: 333px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-info.medium {
|
2016-03-25 05:20:17 +08:00
|
|
|
width: 480px;
|
2016-03-25 01:05:09 +08:00
|
|
|
min-height: 60px;
|
|
|
|
|
|
|
|
.user-image {
|
|
|
|
width: 55px;
|
|
|
|
}
|
|
|
|
.user-detail {
|
2016-03-25 05:20:17 +08:00
|
|
|
width: 380px;
|
2016-03-25 01:05:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.username, .name {
|
|
|
|
display: block;
|
|
|
|
}
|
2015-03-20 02:53:52 +08:00
|
|
|
|
2016-03-25 01:05:09 +08:00
|
|
|
.name {
|
|
|
|
margin-left: 0;
|
2015-03-20 02:53:52 +08:00
|
|
|
}
|
|
|
|
}
|
2015-12-17 15:06:04 +08:00
|
|
|
|
|
|
|
.user-nav {
|
2015-12-24 06:45:09 +08:00
|
|
|
margin: 5px 0px;
|
|
|
|
.fa {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.fa.fa-comment {
|
|
|
|
margin-right: 2px;
|
2015-12-17 15:06:04 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-12-23 08:09:17 +08:00
|
|
|
.user-right .list-actions {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
.btn {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2015-12-24 06:45:09 +08:00
|
|
|
|
2016-01-20 12:11:52 +08:00
|
|
|
.top-section {
|
|
|
|
display: inline-block;
|
|
|
|
width: 45%;
|
|
|
|
max-width: 500px;
|
|
|
|
padding-right: 20px;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
.more {
|
|
|
|
display: block;
|
|
|
|
margin-top: 10px;
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.relative-date {
|
|
|
|
color: lighten($primary, 40%);
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
.like-count {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px 0;
|
|
|
|
.fa-heart {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dt,dd {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
min-width: 80px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
dt {
|
|
|
|
clear: left;
|
|
|
|
min-width: 100px;
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 25%), scale-color($secondary, $lightness: 75%));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all
|
|
|
|
and (max-width : 600px) {
|
|
|
|
.top-section {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|