mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
249 lines
3.7 KiB
SCSS
249 lines
3.7 KiB
SCSS
// Desktop styles for "/user" section
|
|
.user-content-wrapper {
|
|
&,
|
|
> .user-stream {
|
|
> .alert:first-child {
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
.show-mores {
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
.form-horizontal .control-group.category {
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.user-profile-hidden {
|
|
font-size: 1.5em;
|
|
text-align: center;
|
|
}
|
|
.user-secondary-navigation {
|
|
min-width: 150px;
|
|
.nav-stacked {
|
|
background-color: transparent;
|
|
|
|
li {
|
|
border-bottom: none;
|
|
|
|
&.archive {
|
|
padding-left: 1.4em;
|
|
}
|
|
}
|
|
|
|
a {
|
|
color: $primary-medium;
|
|
|
|
&.active {
|
|
color: $primary;
|
|
font-weight: bold;
|
|
background-color: transparent;
|
|
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-content {
|
|
padding-bottom: s(3);
|
|
margin-bottom: s(3);
|
|
background-color: $secondary;
|
|
box-sizing: border-box;
|
|
|
|
&.user-badges-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.btn.right {
|
|
float: right;
|
|
}
|
|
|
|
h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.pref-avatar {
|
|
.avatar {
|
|
max-width: 90px;
|
|
max-height: 90px;
|
|
}
|
|
}
|
|
|
|
.pref-second-factor {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.user-invite-list {
|
|
width: 100%;
|
|
margin-top: 15px;
|
|
tr {
|
|
td {
|
|
padding: 0.667em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-invite-search {
|
|
clear: both;
|
|
margin: 15px 0px -15px 0px;
|
|
}
|
|
|
|
.user-invite-none {
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.user-main {
|
|
margin-bottom: 50px;
|
|
|
|
.about {
|
|
&.group {
|
|
.details {
|
|
padding: 15px 0;
|
|
margin: 0;
|
|
color: dark-light-choose(lighten($primary, 10%), $secondary);
|
|
}
|
|
}
|
|
|
|
.details {
|
|
img.avatar {
|
|
margin: 0 20px 10px 0;
|
|
}
|
|
|
|
.primary {
|
|
.primary-textual {
|
|
padding: s(0 1 1);
|
|
a[href] {
|
|
text-decoration: underline;
|
|
}
|
|
.location-and-website {
|
|
display: flex;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
.user-profile-location {
|
|
margin-right: 1em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bio {
|
|
max-width: 750px;
|
|
|
|
a.mention {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.secondary {
|
|
margin-top: s(4);
|
|
}
|
|
}
|
|
|
|
&.has-background {
|
|
.user-profile-image {
|
|
height: 300px;
|
|
}
|
|
.details {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
padding: 15px 0 0 0;
|
|
bottom: 0;
|
|
}
|
|
}
|
|
|
|
.controls {
|
|
padding: 0 0 12px 0;
|
|
float: right;
|
|
text-align: right;
|
|
|
|
.btn {
|
|
min-width: 140px;
|
|
}
|
|
}
|
|
|
|
&.collapsed-info {
|
|
.user-profile-image {
|
|
display: none;
|
|
}
|
|
.controls {
|
|
width: auto;
|
|
|
|
> ul {
|
|
display: inline-flex;
|
|
> li {
|
|
display: inline;
|
|
margin-left: s(3);
|
|
.d-button-label {
|
|
line-height: 1;
|
|
}
|
|
}
|
|
|
|
a {
|
|
margin-bottom: 10px;
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.details {
|
|
position: relative;
|
|
padding: 0;
|
|
margin-top: 0;
|
|
border-bottom: 1px solid $primary-low;
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-field {
|
|
input[type="text"] {
|
|
width: 530px;
|
|
}
|
|
|
|
.controls {
|
|
.instructions {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
.public-user-fields {
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
.user-preferences {
|
|
padding-top: 10px;
|
|
padding-left: 30px;
|
|
|
|
.form-vertical {
|
|
width: 500px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
h3 {
|
|
color: $primary;
|
|
margin: 20px 0 10px 0;
|
|
}
|
|
|
|
.category-selector,
|
|
.tag-chooser,
|
|
textarea,
|
|
input.user-selector {
|
|
width: 100%;
|
|
}
|
|
|
|
.instructions {
|
|
display: inline-block;
|
|
margin-top: s(1);
|
|
}
|
|
}
|