2017-08-24 21:04:19 -04:00
|
|
|
// Desktop styles for "/user" section
|
2017-09-01 07:29:50 -04:00
|
|
|
.user-right {
|
|
|
|
display: table-cell;
|
|
|
|
|
|
|
|
&,
|
|
|
|
> .user-stream {
|
|
|
|
> .alert:first-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2018-03-06 21:27:18 -05:00
|
|
|
|
|
|
|
.show-mores {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2014-02-10 12:30:36 -05:00
|
|
|
}
|
|
|
|
|
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;
|
2018-06-08 05:49:31 -04:00
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-10-02 15:56:28 -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%;
|
2017-08-17 02:52:50 -04:00
|
|
|
display: table;
|
|
|
|
table-layout: fixed;
|
2017-09-01 07:29:50 -04:00
|
|
|
|
2017-08-17 02:52:50 -04:00
|
|
|
.wrapper {
|
|
|
|
display: table-row;
|
|
|
|
}
|
2016-01-11 06:40:59 -05:00
|
|
|
}
|
|
|
|
|
2017-08-18 17:06:27 -04:00
|
|
|
.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-30 11:01:01 -04:00
|
|
|
|
2017-08-23 16:16:18 -04:00
|
|
|
li {
|
|
|
|
border-bottom: none;
|
2013-10-10 12:48:26 -04:00
|
|
|
|
2017-08-30 11:01:01 -04:00
|
|
|
&.archive {
|
|
|
|
padding-left: 15px;
|
2017-08-23 16:16:18 -04:00
|
|
|
}
|
2017-08-30 11:01:01 -04:00
|
|
|
}
|
2017-08-23 16:16:18 -04:00
|
|
|
|
2017-08-30 11:01:01 -04:00
|
|
|
a {
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-high);
|
2017-08-30 11:01:01 -04:00
|
|
|
|
|
|
|
&.active {
|
2017-08-23 16:16:18 -04:00
|
|
|
color: $primary;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
&:after {
|
2017-08-30 11:01:01 -04:00
|
|
|
display: none;
|
2017-08-23 16:16:18 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2017-08-24 17:40:57 -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
|
|
|
|
2018-03-02 14:43:54 -05:00
|
|
|
&.user-badges-list {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
.btn.right {
|
2018-06-08 05:49:31 -04:00
|
|
|
float: right;
|
2014-11-12 13:57:59 -05:00
|
|
|
}
|
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
h2 {
|
2013-10-10 12:48:26 -04:00
|
|
|
margin-bottom: 10px;
|
2017-08-24 17:40:57 -04:00
|
|
|
}
|
|
|
|
}
|
2013-11-06 12:56:26 -05:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
.pref-avatar {
|
|
|
|
.avatar {
|
|
|
|
max-width: 45px;
|
|
|
|
max-height: 45px;
|
|
|
|
}
|
|
|
|
}
|
2013-11-05 17:52:50 -05:00
|
|
|
|
2018-03-22 23:05:11 -04:00
|
|
|
.pref-second-factor {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
.user-invite-list {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 15px;
|
2013-11-05 17:52:50 -05:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 0 0 10px 0;
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2017-08-24 17:40:57 -04:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
2013-11-05 17:52:50 -05:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
td {
|
|
|
|
padding: 10px 0 10px 0;
|
|
|
|
border-bottom: 1px solid $primary-low;
|
|
|
|
}
|
|
|
|
}
|
2015-03-19 14:57:07 -04:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
.user-invite-search {
|
|
|
|
clear: both;
|
|
|
|
margin: 15px 0px -15px 0px;
|
|
|
|
}
|
2015-07-11 08:09:12 -04:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
.user-invite-none {
|
|
|
|
clear: both;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2015-07-11 08:09:12 -04:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
.user-main {
|
|
|
|
margin-bottom: 50px;
|
2013-10-10 12:48:26 -04:00
|
|
|
|
|
|
|
.about {
|
2014-02-28 15:12:51 -05:00
|
|
|
background-position: center center;
|
2014-11-26 10:49:50 -05:00
|
|
|
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 {
|
2018-01-25 09:53:36 -05:00
|
|
|
padding: 15px 0;
|
2014-11-14 14:28:46 -05:00
|
|
|
margin: 0;
|
2016-06-25 12:01:15 -04:00
|
|
|
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 {
|
2016-06-19 14:43:17 -04:00
|
|
|
padding: 0 0 4px 0;
|
2014-11-13 02:33:41 -05:00
|
|
|
margin-top: -200px;
|
2018-06-08 05:49:31 -04:00
|
|
|
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;
|
2018-06-08 05:49:31 -04:00
|
|
|
transition: all 0.1s linear;
|
2013-10-10 12:48:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.primary {
|
2014-08-13 15:43:27 -04:00
|
|
|
.primary-textual {
|
|
|
|
padding: 3px;
|
2014-10-27 23:35:16 -04:00
|
|
|
a[href] {
|
2016-06-19 14:43:17 -04:00
|
|
|
text-decoration: underline;
|
2014-10-27 23:35:16 -04:00
|
|
|
}
|
2018-02-09 16:55:43 -05:00
|
|
|
.location-and-website {
|
|
|
|
max-width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2014-08-13 15:43:27 -04:00
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2016-07-04 11:36:59 -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
|
|
|
}
|
2017-08-24 17:40:57 -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;
|
2014-11-14 02:41:17 -05:00
|
|
|
text-align: right;
|
2017-09-01 07:29:50 -04:00
|
|
|
|
2014-10-27 23:35:16 -04:00
|
|
|
a {
|
|
|
|
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;
|
2013-10-28 11:19:18 -04:00
|
|
|
margin-left: 5px;
|
2013-10-10 12:48:26 -04:00
|
|
|
}
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
&.collapsed-info {
|
|
|
|
.controls {
|
|
|
|
width: auto;
|
2017-09-01 07:29:50 -04:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
ul {
|
2017-09-01 07:29:50 -04:00
|
|
|
li {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
a {
|
|
|
|
padding: 5px 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: auto;
|
2017-09-01 07:29:50 -04:00
|
|
|
}
|
2017-08-24 17:40:57 -04:00
|
|
|
}
|
2014-10-27 23:35:16 -04:00
|
|
|
}
|
2014-06-30 16:46:47 -04:00
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
.details {
|
|
|
|
padding: 0 0 2px 0;
|
|
|
|
border-bottom: 1px solid $primary-low;
|
2013-10-28 11:29:23 -04:00
|
|
|
}
|
|
|
|
|
2017-08-24 17:40:57 -04:00
|
|
|
&.has-background {
|
2017-09-01 07:29:50 -04:00
|
|
|
.details {
|
|
|
|
padding: 12px 15px 2px 15px;
|
|
|
|
}
|
2017-08-24 17:40:57 -04:00
|
|
|
}
|
2016-06-19 14:43:17 -04:00
|
|
|
}
|
|
|
|
}
|
2014-05-06 01:50:51 -04:00
|
|
|
|
2014-06-30 16:46:47 -04:00
|
|
|
.staff-counters {
|
2016-07-04 11:36:59 -04:00
|
|
|
margin-bottom: 20px;
|
2014-10-02 15:56:28 -04:00
|
|
|
}
|
|
|
|
|
2014-09-26 14:48:34 -04:00
|
|
|
.user-field {
|
2018-06-08 05:49:31 -04:00
|
|
|
input[type="text"] {
|
2014-10-02 15:56:28 -04:00
|
|
|
width: 530px;
|
2014-09-26 14:48:34 -04:00
|
|
|
}
|
2017-09-01 07:29:50 -04:00
|
|
|
|
2014-10-02 15:56:28 -04:00
|
|
|
.controls {
|
2017-04-26 16:18:16 -04:00
|
|
|
.instructions {
|
|
|
|
display: block;
|
2014-10-02 15:56:28 -04:00
|
|
|
}
|
|
|
|
}
|
2014-09-26 14:48:34 -04:00
|
|
|
}
|
2017-09-01 07:29:50 -04:00
|
|
|
|
|
|
|
.viewing-self & .about.collapsed-info {
|
2018-06-08 05:49:31 -04:00
|
|
|
.secondary,
|
|
|
|
.staff-counters {
|
2017-09-01 07:29:50 -04:00
|
|
|
display: inherit;
|
|
|
|
}
|
2014-11-12 13:57:59 -05:00
|
|
|
}
|
2014-10-27 23:35:16 -04:00
|
|
|
}
|
2015-12-17 02:06:04 -05:00
|
|
|
|
2017-09-01 07:29:50 -04:00
|
|
|
.user-preferences {
|
2017-08-24 17:40:57 -04:00
|
|
|
display: table-cell;
|
2017-09-01 07:29:50 -04:00
|
|
|
vertical-align: top;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 30px;
|
2017-08-24 17:40:57 -04:00
|
|
|
|
2017-09-01 07:29:50 -04:00
|
|
|
h3 {
|
|
|
|
color: $primary;
|
|
|
|
margin: 20px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 530px;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
.category-selector,
|
|
|
|
.tag-chooser {
|
2018-02-26 05:42:57 -05:00
|
|
|
width: 530px;
|
|
|
|
}
|
|
|
|
|
2017-09-01 07:29:50 -04:00
|
|
|
input {
|
2018-02-26 05:42:57 -05:00
|
|
|
&.user-selector {
|
2017-09-01 07:29:50 -04:00
|
|
|
width: 530px;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
&[type="text"] {
|
2017-09-01 07:29:50 -04:00
|
|
|
@include small-width {
|
|
|
|
width: 450px;
|
|
|
|
}
|
2017-08-24 21:04:19 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-01 07:29:50 -04:00
|
|
|
.instructions {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .instructions {
|
2018-05-31 21:51:46 -04:00
|
|
|
margin-left: 8px;
|
2017-09-01 07:29:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2017-08-24 17:40:57 -04:00
|
|
|
}
|
2015-12-17 02:06:04 -05:00
|
|
|
}
|