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;
|
|
|
|
}
|
|
|
|
}
|
2014-02-10 11:30:36 -06:00
|
|
|
}
|
|
|
|
|
2018-10-10 12:00:08 -05:00
|
|
|
.user-profile-hidden {
|
|
|
|
font-size: 1.5em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-08-01 23:41:41 -05:00
|
|
|
|
2019-03-25 13:38:38 -05:00
|
|
|
.user-secondary-navigation {
|
|
|
|
min-width: 150px;
|
2021-08-01 23:41:41 -05:00
|
|
|
|
|
|
|
.combo-box {
|
|
|
|
width: 100%;
|
|
|
|
&:not(:last-of-type) {
|
|
|
|
margin-bottom: 0.875em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-23 15:16:18 -05:00
|
|
|
.nav-stacked {
|
|
|
|
background-color: transparent;
|
2021-08-01 23:41:41 -05:00
|
|
|
margin: 0;
|
2017-08-30 10:01:01 -05:00
|
|
|
|
2017-08-23 15:16:18 -05:00
|
|
|
li {
|
|
|
|
border-bottom: none;
|
2021-12-02 13:18:11 -06:00
|
|
|
&:hover,
|
|
|
|
&.active {
|
|
|
|
background: var(--primary-very-low);
|
|
|
|
}
|
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 {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-medium);
|
2017-08-30 10:01:01 -05:00
|
|
|
|
|
|
|
&.active {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary);
|
2017-08-23 15:16:18 -05:00
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-08-01 23:41:41 -05:00
|
|
|
|
|
|
|
.select-kit + .messages-nav {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inboxes-controls {
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.user-messages {
|
|
|
|
--left-padding: 0.8em;
|
|
|
|
|
|
|
|
.nav-stacked {
|
|
|
|
a {
|
|
|
|
padding-left: calc(
|
|
|
|
var(--left-padding) - 1px
|
|
|
|
); // 1px accounts for border on select-kit elements above
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.user-additional-controls {
|
2021-08-12 14:00:32 -05:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2021-10-05 15:30:31 -05:00
|
|
|
padding-top: 15px;
|
2021-08-12 14:00:32 -05:00
|
|
|
.single-select-header,
|
2021-08-01 23:41:41 -05:00
|
|
|
button {
|
|
|
|
margin-bottom: 1em;
|
2021-08-12 14:00:32 -05:00
|
|
|
margin-right: 0.75em;
|
2021-08-01 23:41:41 -05:00
|
|
|
}
|
2021-10-05 15:30:31 -05:00
|
|
|
.user-invite-buttons {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
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;
|
2020-08-03 21:57:10 -05:00
|
|
|
background-color: var(--secondary);
|
2017-08-24 16:40:57 -05:00
|
|
|
box-sizing: border-box;
|
2013-09-05 14:37:07 -05:00
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2020-06-09 10:19:32 -05:00
|
|
|
.invite-controls .btn {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2021-03-15 04:52:58 -05:00
|
|
|
table.user-invite-list {
|
2017-08-24 16:40:57 -05:00
|
|
|
width: 100%;
|
|
|
|
margin-top: 15px;
|
2021-03-15 04:52:58 -05:00
|
|
|
|
2019-03-05 13:50:27 -06:00
|
|
|
tr {
|
|
|
|
td {
|
2019-03-05 14:12:10 -06:00
|
|
|
padding: 0.667em;
|
2021-03-15 04:52:58 -05:00
|
|
|
|
|
|
|
&.invite-actions {
|
2021-03-03 03:45:29 -06:00
|
|
|
white-space: nowrap;
|
|
|
|
width: 100px;
|
|
|
|
}
|
2021-03-15 04:52:58 -05:00
|
|
|
|
|
|
|
.label {
|
|
|
|
display: none;
|
|
|
|
}
|
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-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;
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--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;
|
2021-03-30 13:18:38 -05:00
|
|
|
max-width: 13.5em;
|
2017-09-01 06:29:50 -05:00
|
|
|
|
2021-09-20 11:21:04 -05:00
|
|
|
li {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2021-04-05 22:42:44 -05:00
|
|
|
li > .select-kit-header, // select-kit
|
2018-12-18 19:36:42 -06:00
|
|
|
.btn {
|
2021-03-30 13:18:38 -05:00
|
|
|
min-width: 9.5em;
|
|
|
|
width: 100%;
|
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;
|
2021-03-30 13:18:38 -05:00
|
|
|
max-width: unset;
|
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 {
|
2021-01-27 15:17:08 -06:00
|
|
|
display: inline-flex;
|
|
|
|
margin-left: 0.75em;
|
2017-09-01 06:29:50 -05:00
|
|
|
}
|
|
|
|
|
2017-08-24 16:40:57 -05:00
|
|
|
a {
|
|
|
|
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;
|
2020-08-03 21:57:10 -05:00
|
|
|
border-bottom: 1px solid var(--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
|
|
|
|
2021-08-01 23:41:41 -05:00
|
|
|
.user-messages-page {
|
|
|
|
.topic-list th {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-mores {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-messages {
|
|
|
|
margin-right: 0.2em;
|
|
|
|
}
|
|
|
|
|
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 {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary);
|
2017-09-01 06:29:50 -05:00
|
|
|
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
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
}
|