2017-08-24 20:04:19 -05:00
|
|
|
// Desktop styles for "/user" section
|
2019-03-25 13:38:38 -05:00
|
|
|
.user-content-wrapper {
|
2017-09-01 06:29:50 -05:00
|
|
|
&,
|
|
|
|
> .user-stream {
|
|
|
|
> .alert:first-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2018-03-06 20:27:18 -06:00
|
|
|
|
|
|
|
.show-mores {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2014-02-10 11:30:36 -06:00
|
|
|
}
|
|
|
|
|
2014-10-02 14:56:28 -05:00
|
|
|
.form-horizontal .control-group.category {
|
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
2018-10-10 12:00:08 -05:00
|
|
|
.user-profile-hidden {
|
|
|
|
font-size: 1.5em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-03-25 13:38:38 -05:00
|
|
|
.user-secondary-navigation {
|
|
|
|
min-width: 150px;
|
2017-08-23 15:16:18 -05:00
|
|
|
.nav-stacked {
|
|
|
|
background-color: transparent;
|
2017-08-30 10:01:01 -05:00
|
|
|
|
2017-08-23 15:16:18 -05:00
|
|
|
li {
|
|
|
|
border-bottom: none;
|
2013-10-10 11:48:26 -05:00
|
|
|
|
2017-08-30 10:01:01 -05:00
|
|
|
&.archive {
|
2019-03-25 13:38:38 -05:00
|
|
|
padding-left: 1.4em;
|
2017-08-23 15:16:18 -05:00
|
|
|
}
|
2017-08-30 10:01:01 -05:00
|
|
|
}
|
2017-08-23 15:16:18 -05:00
|
|
|
|
2017-08-30 10:01:01 -05:00
|
|
|
a {
|
2019-03-25 13:38:38 -05:00
|
|
|
color: $primary-medium;
|
2017-08-30 10:01:01 -05:00
|
|
|
|
|
|
|
&.active {
|
2017-08-23 15:16:18 -05:00
|
|
|
color: $primary;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
&:after {
|
2017-08-30 10:01:01 -05:00
|
|
|
display: none;
|
2017-08-23 15:16:18 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
.user-content {
|
2020-04-24 18:32:02 -05:00
|
|
|
padding-bottom: 12px;
|
|
|
|
margin-bottom: 12px;
|
2017-08-24 16:40:57 -05:00
|
|
|
background-color: $secondary;
|
|
|
|
box-sizing: border-box;
|
2013-09-05 14:37:07 -05:00
|
|
|
|
2018-03-02 13:43:54 -06:00
|
|
|
&.user-badges-list {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
.btn.right {
|
2018-06-08 04:49:31 -05:00
|
|
|
float: right;
|
2014-11-12 12:57:59 -06:00
|
|
|
}
|
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
h2 {
|
2013-10-10 11:48:26 -05:00
|
|
|
margin-bottom: 10px;
|
2017-08-24 16:40:57 -05:00
|
|
|
}
|
|
|
|
}
|
2013-11-06 11:56:26 -06:00
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
.pref-avatar {
|
|
|
|
.avatar {
|
2019-03-25 13:38:38 -05:00
|
|
|
max-width: 90px;
|
|
|
|
max-height: 90px;
|
2017-08-24 16:40:57 -05:00
|
|
|
}
|
|
|
|
}
|
2013-11-05 16:52:50 -06:00
|
|
|
|
2018-03-22 22:05:11 -05:00
|
|
|
.pref-second-factor {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
.user-invite-list {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 15px;
|
2019-03-05 13:50:27 -06:00
|
|
|
tr {
|
|
|
|
td {
|
2019-03-05 14:12:10 -06:00
|
|
|
padding: 0.667em;
|
2019-03-05 13:50:27 -06:00
|
|
|
}
|
|
|
|
}
|
2017-08-24 16:40:57 -05:00
|
|
|
}
|
2015-03-19 13:57:07 -05:00
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
.user-invite-search {
|
|
|
|
clear: both;
|
|
|
|
margin: 15px 0px -15px 0px;
|
|
|
|
}
|
2015-07-11 07:09:12 -05:00
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
.user-invite-none {
|
2019-03-25 13:38:38 -05:00
|
|
|
padding: 15px 0;
|
2017-08-24 16:40:57 -05:00
|
|
|
}
|
2015-07-11 07:09:12 -05:00
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
.user-main {
|
|
|
|
margin-bottom: 50px;
|
2013-10-10 11:48:26 -05:00
|
|
|
|
|
|
|
.about {
|
2014-10-28 15:04:18 -05:00
|
|
|
&.group {
|
2014-11-14 13:28:46 -06:00
|
|
|
.details {
|
2018-01-25 08:53:36 -06:00
|
|
|
padding: 15px 0;
|
2014-11-14 13:28:46 -06:00
|
|
|
margin: 0;
|
2016-06-25 11:01:15 -05:00
|
|
|
color: dark-light-choose(lighten($primary, 10%), $secondary);
|
2014-11-14 13:28:46 -06:00
|
|
|
}
|
2014-10-28 15:04:18 -05:00
|
|
|
}
|
2014-10-28 14:48:03 -05:00
|
|
|
|
2014-10-27 22:35:16 -05:00
|
|
|
.details {
|
2013-10-10 11:48:26 -05:00
|
|
|
img.avatar {
|
2014-10-27 22:35:16 -05:00
|
|
|
margin: 0 20px 10px 0;
|
2013-10-10 11:48:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.primary {
|
2014-08-13 14:43:27 -05:00
|
|
|
.primary-textual {
|
2020-04-24 18:32:02 -05:00
|
|
|
padding: 0 4px 4px;
|
2014-10-27 22:35:16 -05:00
|
|
|
a[href] {
|
2016-06-19 13:43:17 -05:00
|
|
|
text-decoration: underline;
|
2014-10-27 22:35:16 -05:00
|
|
|
}
|
2019-05-22 14:03:50 -05:00
|
|
|
h1 {
|
|
|
|
max-width: 100%;
|
2019-11-06 13:00:29 -06:00
|
|
|
@include ellipsis;
|
2019-05-22 14:03:50 -05:00
|
|
|
}
|
2018-02-09 15:55:43 -06:00
|
|
|
.location-and-website {
|
2019-03-20 13:56:34 -05:00
|
|
|
display: flex;
|
2018-02-09 15:55:43 -06:00
|
|
|
max-width: 100%;
|
2019-11-06 13:00:29 -06:00
|
|
|
@include ellipsis;
|
2019-03-20 13:56:34 -05:00
|
|
|
.user-profile-location {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2018-02-09 15:55:43 -06:00
|
|
|
}
|
2014-08-13 14:43:27 -05:00
|
|
|
}
|
|
|
|
|
2013-10-16 15:22:16 -05:00
|
|
|
.bio {
|
2014-10-27 22:35:16 -05:00
|
|
|
max-width: 750px;
|
2013-10-16 15:22:16 -05:00
|
|
|
|
2016-07-04 10:36:59 -05:00
|
|
|
a.mention {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-10-16 15:22:16 -05:00
|
|
|
}
|
2013-10-10 11:48:26 -05:00
|
|
|
}
|
2019-03-29 11:52:26 -05:00
|
|
|
|
|
|
|
.secondary {
|
2020-04-24 18:32:02 -05:00
|
|
|
margin-top: 16px;
|
2019-03-29 11:52:26 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2017-08-24 16:40:57 -05:00
|
|
|
|
|
|
|
&.has-background {
|
2019-03-29 11:52:26 -05:00
|
|
|
.user-profile-image {
|
|
|
|
height: 300px;
|
|
|
|
}
|
2017-08-24 16:40:57 -05:00
|
|
|
.details {
|
2019-03-29 11:52:26 -05:00
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
padding: 15px 0 0 0;
|
|
|
|
bottom: 0;
|
2017-08-24 16:40:57 -05:00
|
|
|
}
|
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
|
2013-10-10 11:48:26 -05:00
|
|
|
.controls {
|
2014-10-27 22:35:16 -05:00
|
|
|
padding: 0 0 12px 0;
|
|
|
|
float: right;
|
2014-11-14 01:41:17 -06:00
|
|
|
text-align: right;
|
2017-09-01 06:29:50 -05:00
|
|
|
|
2018-12-18 19:36:42 -06:00
|
|
|
.btn {
|
2018-12-07 11:34:37 -06:00
|
|
|
min-width: 140px;
|
2015-08-31 13:34:34 -05:00
|
|
|
}
|
2013-10-10 11:48:26 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
&.collapsed-info {
|
2019-03-29 11:52:26 -05:00
|
|
|
.user-profile-image {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-08-24 16:40:57 -05:00
|
|
|
.controls {
|
|
|
|
width: auto;
|
2017-09-01 06:29:50 -05:00
|
|
|
|
2019-03-29 11:52:26 -05:00
|
|
|
> ul {
|
2019-03-29 14:34:31 -05:00
|
|
|
display: inline-flex;
|
2019-03-29 11:52:26 -05:00
|
|
|
> li {
|
2017-09-01 06:29:50 -05:00
|
|
|
display: inline;
|
2020-04-24 18:32:02 -05:00
|
|
|
margin-left: 12px;
|
2019-03-29 14:34:31 -05:00
|
|
|
.d-button-label {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2017-09-01 06:29:50 -05:00
|
|
|
}
|
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
a {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: auto;
|
2017-09-01 06:29:50 -05:00
|
|
|
}
|
2017-08-24 16:40:57 -05:00
|
|
|
}
|
2014-10-27 22:35:16 -05:00
|
|
|
}
|
2014-06-30 15:46:47 -05:00
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
.details {
|
2019-03-29 11:52:26 -05:00
|
|
|
position: relative;
|
|
|
|
padding: 0;
|
2019-03-20 13:56:34 -05:00
|
|
|
margin-top: 0;
|
2017-08-24 16:40:57 -05:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2013-10-28 10:29:23 -05:00
|
|
|
}
|
2016-06-19 13:43:17 -05:00
|
|
|
}
|
|
|
|
}
|
2014-05-06 00:50:51 -05:00
|
|
|
|
2014-09-26 13:48:34 -05:00
|
|
|
.user-field {
|
2018-06-08 04:49:31 -05:00
|
|
|
input[type="text"] {
|
2014-10-02 14:56:28 -05:00
|
|
|
width: 530px;
|
2014-09-26 13:48:34 -05:00
|
|
|
}
|
2017-09-01 06:29:50 -05:00
|
|
|
|
2014-10-02 14:56:28 -05:00
|
|
|
.controls {
|
2017-04-26 15:18:16 -05:00
|
|
|
.instructions {
|
|
|
|
display: block;
|
2014-10-02 14:56:28 -05:00
|
|
|
}
|
|
|
|
}
|
2014-09-26 13:48:34 -05:00
|
|
|
}
|
2017-09-01 06:29:50 -05:00
|
|
|
|
2018-07-09 19:03:18 -05:00
|
|
|
.public-user-fields {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2014-10-27 22:35:16 -05:00
|
|
|
}
|
2015-12-17 01:06:04 -06:00
|
|
|
|
2017-09-01 06:29:50 -05:00
|
|
|
.user-preferences {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 30px;
|
2017-08-24 16:40:57 -05:00
|
|
|
|
2018-09-19 07:37:04 -05:00
|
|
|
.form-vertical {
|
2018-10-27 22:20:01 -05:00
|
|
|
width: 500px;
|
2018-09-19 07:37:04 -05:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-09-01 06:29:50 -05:00
|
|
|
h3 {
|
|
|
|
color: $primary;
|
|
|
|
margin: 20px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
2018-06-08 04:49:31 -05:00
|
|
|
.category-selector,
|
2018-09-19 07:37:04 -05:00
|
|
|
.tag-chooser,
|
2019-03-25 13:38:38 -05:00
|
|
|
textarea,
|
2020-02-11 08:54:56 -06:00
|
|
|
input.user-selector,
|
|
|
|
.user-chooser {
|
2018-09-19 07:37:04 -05:00
|
|
|
width: 100%;
|
2018-02-26 04:42:57 -06:00
|
|
|
}
|
|
|
|
|
2017-09-01 06:29:50 -05:00
|
|
|
.instructions {
|
|
|
|
display: inline-block;
|
2020-04-24 18:32:02 -05:00
|
|
|
margin-top: 4px;
|
2018-09-19 07:37:04 -05:00
|
|
|
}
|
2015-12-17 01:06:04 -06:00
|
|
|
}
|
2019-07-22 09:52:35 -05:00
|
|
|
|
|
|
|
.user-crawler {
|
|
|
|
.username {
|
|
|
|
margin-left: 5px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|