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

333 lines
4.8 KiB
SCSS
Raw Normal View History

// Desktop styles for "/user" section
.user-right {
display: table-cell;
&,
> .user-stream {
> .alert:first-child {
margin-top: 10px;
}
}
.show-mores {
position: absolute;
}
}
2014-10-27 23:35:16 -04:00
.profile-image {
2014-11-13 02:33:41 -05:00
height: 420px;
2014-10-27 23:35:16 -04:00
width: 100%;
background-size: cover;
transition: height 0.15s linear;
2014-10-27 23:35:16 -04:00
}
.no-background {
.profile-image {
2014-11-13 05:11:22 -05:00
height: 200px;
2014-10-27 23:35:16 -04:00
}
}
.form-horizontal .control-group.category {
margin-top: 18px;
}
2018-03-16 02:56:10 -04:00
.user-table {
2016-01-11 06:40:59 -05:00
width: 100%;
display: table;
table-layout: fixed;
.wrapper {
display: table-row;
}
.new-private-message {
margin-bottom: 15px;
}
2016-01-11 06:40:59 -05:00
}
.user-profile-hidden {
font-size: 1.5em;
text-align: center;
}
.user-navigation {
2016-01-11 06:40:59 -05:00
display: table-cell;
vertical-align: top;
width: 170px;
2013-10-10 12:48:26 -04:00
2017-08-23 16:16:18 -04:00
.nav-stacked {
background-color: transparent;
2017-08-23 16:16:18 -04:00
li {
border-bottom: none;
2013-10-10 12:48:26 -04:00
&.archive {
padding-left: 1.81em;
2017-08-23 16:16:18 -04:00
}
}
2017-08-23 16:16:18 -04:00
a {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-high);
&.active {
2017-08-23 16:16:18 -04:00
color: $primary;
font-weight: bold;
background-color: transparent;
&:after {
display: none;
2017-08-23 16:16:18 -04:00
}
}
}
}
2013-09-05 15:37:07 -04:00
}
.user-content {
padding: 10px 8px;
background-color: $secondary;
margin-bottom: 10px;
box-sizing: border-box;
2013-09-05 15:37:07 -04:00
&.user-badges-list {
display: flex;
flex-wrap: wrap;
}
.btn.right {
float: right;
}
h2 {
2013-10-10 12:48:26 -04:00
margin-bottom: 10px;
}
}
.pref-avatar {
.avatar {
max-width: 45px;
max-height: 45px;
}
}
2018-03-22 23:05:11 -04:00
.pref-second-factor {
margin-top: 10px;
}
.user-invite-list {
width: 100%;
margin-top: 15px;
2019-03-05 14:50:27 -05:00
tr {
td {
padding: .667em;
}
td:nth-of-type(n+3) {
text-align: right;
}
}
}
.user-invite-search {
clear: both;
margin: 15px 0px -15px 0px;
}
2015-07-11 08:09:12 -04:00
.user-invite-none {
clear: both;
padding: 15px;
}
2015-07-11 08:09:12 -04:00
.user-main {
margin-bottom: 50px;
2013-10-10 12:48:26 -04:00
.about {
background-position: center center;
background-size: cover;
2013-10-10 12:48:26 -04:00
2014-10-28 16:04:18 -04:00
&.group {
2014-11-14 14:28:46 -05:00
.details {
padding: 15px 0;
2014-11-14 14:28:46 -05:00
margin: 0;
color: dark-light-choose(lighten($primary, 10%), $secondary);
2014-11-14 14:28:46 -05:00
}
2014-10-28 16:04:18 -04:00
}
2014-10-28 15:48:03 -04:00
2014-10-27 23:35:16 -04:00
.details {
padding: 0 0 4px 0;
2014-11-13 02:33:41 -05:00
margin-top: -200px;
transition: margin 0.15s linear;
2013-10-10 12:48:26 -04:00
img.avatar {
2014-10-27 23:35:16 -04:00
margin: 0 20px 10px 0;
transition: all 0.1s linear;
2013-10-10 12:48:26 -04:00
}
.primary {
.primary-textual {
padding: 3px;
2014-10-27 23:35:16 -04:00
a[href] {
text-decoration: underline;
2014-10-27 23:35:16 -04:00
}
.location-and-website {
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
2013-10-16 16:22:16 -04:00
.bio {
2014-10-27 23:35:16 -04:00
max-width: 750px;
2013-10-16 16:22:16 -04:00
a.mention {
text-decoration: none;
}
2013-10-16 16:22:16 -04:00
}
2013-10-10 12:48:26 -04:00
}
2013-09-05 15:37:07 -04:00
}
&.has-background {
.details {
padding: 15px 15px 4px 15px;
}
}
2013-09-05 15:37:07 -04:00
2013-10-10 12:48:26 -04:00
.controls {
2014-10-27 23:35:16 -04:00
padding: 0 0 12px 0;
float: right;
text-align: right;
2018-12-18 20:36:42 -05:00
.btn {
min-width: 140px;
2015-08-31 14:34:34 -04:00
}
2013-09-05 15:37:07 -04:00
2013-10-10 12:48:26 -04:00
.right {
float: right;
margin-left: 5px;
2013-10-10 12:48:26 -04:00
}
}
2013-09-05 15:37:07 -04:00
&.collapsed-info {
.controls {
width: auto;
ul {
li {
display: inline;
}
a {
padding: 5px 10px;
margin-bottom: 10px;
width: auto;
}
}
2014-10-27 23:35:16 -04:00
}
.details {
padding: 0 0 2px 0;
border-bottom: 1px solid $primary-low;
2013-10-28 11:29:23 -04:00
}
&.has-background {
.details {
padding: 12px 15px 2px 15px;
}
}
}
}
.staff-counters {
margin-bottom: 20px;
}
.user-field {
input[type="text"] {
width: 530px;
}
.controls {
.instructions {
display: block;
}
}
}
.public-user-fields {
overflow: hidden;
}
.viewing-self & .about.collapsed-info {
.secondary,
.staff-counters {
display: inherit;
}
}
2014-10-27 23:35:16 -04:00
}
.user-preferences {
display: table-cell;
vertical-align: top;
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 {
width: 100%;
}
input {
&.user-selector {
width: 100%;
}
}
.tag-controls,
.category-controls {
label {
align-items: center;
.d-icon {
margin-right: 3px;
}
}
}
.instructions {
display: inline-block;
margin-top: 0;
}
.pref-mailing-list-mode .controls {
select {
width: 400px;
}
}
.notifications,
.category-notifications,
.tag-notifications,
.user-custom-preferences-outlet {
.controls select {
width: 280px;
}
}
.user-main & .user-field.text {
padding-top: 0;
}
.image-upload-controls {
display: flex;
align-items: center;
}
}