discourse/app/assets/stylesheets/common/base/user.scss

291 lines
4.5 KiB
SCSS
Raw Normal View History

// styling of bottom section
.user-stream .child-actions {
margin-top: 8px;
.avatar-link {
float: none;
}
.fa {
width: 15px;
display: inline-block;
color: $primary;
}
.avatar-link {
margin-right: 3px;
}
}
2015-07-22 07:19:15 -04:00
.user-main {
i.fa-heart {
color: $love !important;
}
.nav-pills {
a {
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
}
2016-03-28 16:53:03 -04:00
a:hover i {
color: $quaternary;
}
a.active i {
color: $secondary;
}
i {
color: dark-light-choose(scale-color($primary, $lightness: 55%), scale-color($secondary, $lightness: 55%));
}
}
2015-07-22 07:19:15 -04:00
}
.user-field {
.required {
text-align: top;
color: $danger;
font-weight: bold;
font-size: 1.3em;
}
}
.public-user-fields {
.user-field-name {
font-weight: bold;
}
}
.collapsed-info .public-user-fields {
display: none;
}
.user-navigation {
.map {
height: 50px;
}
.avatar {
float: left;
width: 45px;
}
nav.buttons {
width: 180px;
padding: 0;
.btn {
width: 100%;
margin-bottom: 5px;
box-sizing: border-box;
}
}
h2 {
a {
font-size: 1em;
2015-11-20 11:36:55 -05:00
color: scale-color($tertiary, $lightness: -10%);
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;
}
}
.new-private-message {
margin-bottom: 15px;
}
.user-info {
display: inline-block;
clear: both;
margin-bottom: 1em;
.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;
color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));
}
.name {
margin-left: 5px;
color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));
}
.title {
margin-top: 3px;
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
}
}
}
.user-info.small {
width: 333px;
}
.user-info.medium {
width: 480px;
min-height: 60px;
.user-image {
width: 55px;
}
.user-detail {
width: 380px;
}
.username, .name {
display: block;
}
.name {
margin-left: 0;
}
}
.user-nav {
2015-12-23 17:45:09 -05:00
margin: 5px 0px;
padding-top: 10px;
2015-12-23 17:45:09 -05:00
.fa {
margin-right: 5px;
}
.fa.fa-comment {
margin-right: 2px;
}
}
.user-right .list-actions {
margin-bottom: 10px;
.btn {
margin-right: 10px;
}
}
2015-12-23 17:45:09 -05:00
.top-section {
@include clearfix();
2016-03-30 12:05:16 -04:00
ul {
list-style: none;
margin: 0;
}
2016-03-30 12:05:16 -04:00
}
.top-section,
.top-sub-section {
2016-03-30 12:05:16 -04:00
margin-bottom: 20px;
}
.stats-title {
text-transform: uppercase;
margin-bottom: 10px;
}
.stats-section {
ul {
margin: 10px 0;
}
2016-03-30 12:05:16 -04:00
li {
display: inline-block;
padding: 10px 14px;
margin: 0 5px 10px 0;
background: dark-light-diff($primary, $secondary, 90%, -65%);
}
2016-03-30 12:05:16 -04:00
li:last-of-type {
margin: 0;
}
2016-03-30 12:05:16 -04:00
.value {
font-weight: bold;
font-size: 1.2em;
}
.label {
color: dark-light-diff($primary, $secondary, 50%, -50%);
}
2016-03-30 12:05:16 -04:00
}
.top-sub-section {
2016-03-30 12:05:16 -04:00
width: 50%;
ul {
max-width: 95%;
}
li {
border-left: dark-light-diff($primary, $secondary, 90%, -65%) solid 2px;
padding: 5px 8px;
margin: 10px 0;
}
2016-03-30 12:05:16 -04:00
.topic-info {
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
}
}
2016-04-18 12:07:14 -04:00
.replies-section,
.topics-section,
.links-section {
li {
word-wrap: break-word;
}
}
.links-section {
.domain {
font-size: 0.714em;
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
}
2016-03-30 12:05:16 -04:00
}
.likes-section {
li {
height: 40px;
}
2016-03-30 12:05:16 -04:00
}
@media all
and (max-width : 600px) {
.top-sub-section {
2016-03-30 12:05:16 -04:00
float: none;
width: 100%;
}
}
.user-preferences .tags .select2-container-multi {
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
width: 540px;
border-radius: 0;
.select2-choices {
border: none;
}
}
.user-preferences .watching-first-post.fa-dot-circle-o {
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
}