2016-08-31 22:58:10 +02:00
|
|
|
.button {
|
2017-01-26 03:32:00 +01:00
|
|
|
background-color: darken($color4, 3%);
|
2017-01-05 05:24:27 +01:00
|
|
|
font-family: inherit;
|
2016-09-27 23:12:33 +02:00
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
border: 10px none;
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color5;
|
2016-09-27 23:12:33 +02:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 500;
|
|
|
|
letter-spacing: 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 0 16px;
|
|
|
|
height: 36px;
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 36px;
|
|
|
|
border-radius: 4px;
|
|
|
|
text-decoration: none;
|
2016-08-31 22:58:10 +02:00
|
|
|
|
|
|
|
&:hover {
|
2017-01-23 16:01:46 +01:00
|
|
|
background-color: lighten($color4, 7%);
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&:disabled {
|
2017-01-23 16:01:46 +01:00
|
|
|
background-color: $color3;
|
2016-10-02 15:28:47 +02:00
|
|
|
cursor: default;
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
2016-09-07 18:17:15 +02:00
|
|
|
|
|
|
|
&.button-secondary {
|
2017-02-06 23:16:20 +01:00
|
|
|
//
|
2016-09-07 18:17:15 +02:00
|
|
|
}
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
|
|
|
|
2017-02-07 00:06:40 +01:00
|
|
|
.column-icon {
|
|
|
|
color: $color3;
|
2017-02-10 16:35:19 +01:00
|
|
|
background: lighten($color1, 4%);
|
2017-02-10 22:58:29 +01:00
|
|
|
|
2017-02-07 00:06:40 +01:00
|
|
|
&:hover {
|
|
|
|
color: lighten($color3, 7%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-31 22:58:10 +02:00
|
|
|
.icon-button {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: lighten($color1, 26%);
|
2016-11-02 20:18:39 +01:00
|
|
|
border: none;
|
|
|
|
background: transparent;
|
2016-12-22 23:03:57 +01:00
|
|
|
cursor: pointer;
|
2016-08-31 22:58:10 +02:00
|
|
|
|
|
|
|
&:hover {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: lighten($color1, 33%);
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: lighten($color1, 13%);
|
2016-08-31 22:58:10 +02:00
|
|
|
cursor: default;
|
|
|
|
}
|
2016-09-01 13:21:48 +02:00
|
|
|
|
|
|
|
&.active {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color4;
|
2016-09-01 13:21:48 +02:00
|
|
|
}
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
|
|
|
|
2017-01-24 17:05:44 +01:00
|
|
|
.invisible {
|
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
2017-01-24 20:07:46 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
2017-01-24 17:05:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ellipsis {
|
|
|
|
&:after {
|
|
|
|
content: "…";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-07 18:23:36 +01:00
|
|
|
.lightbox .icon-button {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color1;
|
2016-11-07 18:23:36 +01:00
|
|
|
}
|
|
|
|
|
2017-02-09 01:20:09 +01:00
|
|
|
.compose-form__label {
|
|
|
|
display: block;
|
|
|
|
line-height: 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
&.with-border {
|
|
|
|
border-top: 1px solid $color1;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.compose-form__label__text {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
margin-left: 8px;
|
|
|
|
color: $color3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-03 14:01:10 +02:00
|
|
|
.compose-form__textarea, .follow-form__input {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color5;
|
2016-08-31 22:58:10 +02:00
|
|
|
|
|
|
|
&:disabled {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color2;
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-08 21:45:51 +01:00
|
|
|
.emojione {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: inherit;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: -.2ex .15em .2ex;
|
2016-11-15 18:38:57 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2016-11-08 21:45:51 +01:00
|
|
|
|
|
|
|
img {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-09 01:20:09 +01:00
|
|
|
.reply-indicator {
|
|
|
|
background: $color3;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
.reply-indicator__display-name {
|
|
|
|
color: $color1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-31 22:58:10 +02:00
|
|
|
.status__content, .reply-indicator__content {
|
2016-08-31 16:48:21 +02:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
word-wrap: break-word;
|
2017-01-26 23:34:40 +01:00
|
|
|
font-weight: 400;
|
2016-10-06 21:56:07 +02:00
|
|
|
overflow: hidden;
|
2016-12-11 23:08:46 +01:00
|
|
|
white-space: pre-wrap;
|
2016-08-31 16:48:21 +02:00
|
|
|
|
2016-11-08 21:45:51 +01:00
|
|
|
.emojione {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
2016-09-10 10:14:36 +02:00
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-24 21:08:00 +02:00
|
|
|
a {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color2;
|
2016-08-24 21:08:00 +02:00
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
2017-02-05 15:25:55 +01:00
|
|
|
|
|
|
|
.fa {
|
|
|
|
color: lighten($color1, 40%);
|
|
|
|
}
|
2016-08-24 21:08:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.mention {
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
span {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-02-05 15:25:55 +01:00
|
|
|
|
|
|
|
.fa {
|
|
|
|
color: lighten($color1, 30%);
|
|
|
|
}
|
2016-08-24 21:08:00 +02:00
|
|
|
}
|
2017-01-26 14:52:07 +01:00
|
|
|
|
|
|
|
.status__content__spoiler-link {
|
2017-01-26 18:48:56 +01:00
|
|
|
background: lighten($color1, 30%);
|
2017-01-26 14:52:07 +01:00
|
|
|
|
|
|
|
&:hover {
|
2017-01-26 18:48:56 +01:00
|
|
|
background: lighten($color1, 33%);
|
2017-01-26 14:52:07 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2016-08-24 21:08:00 +02:00
|
|
|
}
|
2016-08-31 22:58:10 +02:00
|
|
|
|
2017-02-09 01:20:09 +01:00
|
|
|
a.status__content__spoiler-link {
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 2px;
|
2017-02-10 22:58:29 +01:00
|
|
|
color: lighten($color1, 8%);
|
2017-02-09 01:20:09 +01:00
|
|
|
font-weight: 500;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 0px 6px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status {
|
|
|
|
padding: 8px 10px;
|
|
|
|
padding-left: 68px;
|
|
|
|
position: relative;
|
|
|
|
min-height: 48px;
|
2017-02-10 22:58:29 +01:00
|
|
|
border-bottom: 1px solid lighten($color1, 8%);
|
2017-02-09 01:20:09 +01:00
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
.status__relative-time {
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__display-name {
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__prepend {
|
|
|
|
margin-left: 68px;
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
padding: 8px 0;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
font-size: 14px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.status__display-name strong {
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-25 14:20:29 +02:00
|
|
|
.detailed-status {
|
2017-02-10 17:30:06 +01:00
|
|
|
background: lighten($color1, 4%);
|
2017-02-10 22:58:29 +01:00
|
|
|
|
2016-09-25 14:20:29 +02:00
|
|
|
.status__content {
|
|
|
|
font-size: 19px;
|
|
|
|
line-height: 24px;
|
2016-11-08 21:45:51 +01:00
|
|
|
|
|
|
|
.emojione {
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
}
|
2016-09-25 14:20:29 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-10 22:58:29 +01:00
|
|
|
.detailed-status__meta {
|
|
|
|
margin-top: 15px;
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
2017-02-09 01:20:09 +01:00
|
|
|
.detailed-status__action-bar {
|
|
|
|
background: lighten($color1, 4%);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2017-02-10 22:58:29 +01:00
|
|
|
border-top: 1px solid lighten($color1, 8%);
|
|
|
|
border-bottom: 1px solid lighten($color1, 8%);
|
2017-02-09 01:20:09 +01:00
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
|
2016-08-31 22:58:10 +02:00
|
|
|
.reply-indicator__content {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color1;
|
2016-08-31 22:58:10 +02:00
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
a {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: lighten($color1, 20%);
|
2016-08-31 22:58:10 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-09 01:20:09 +01:00
|
|
|
.account {
|
|
|
|
padding: 10px;
|
2017-02-10 22:58:29 +01:00
|
|
|
border-bottom: 1px solid lighten($color1, 8%);
|
2017-02-09 01:20:09 +01:00
|
|
|
|
|
|
|
.account__display-name {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
display: block;
|
|
|
|
color: $color3;
|
|
|
|
overflow: hidden;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__header {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
background: lighten($color1, 4%);
|
|
|
|
text-align: center;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
background: rgba(lighten($color1, 4%), 0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__header__content {
|
|
|
|
color: $color2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__header__display-name {
|
|
|
|
color: $color5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__header__username {
|
|
|
|
color: $color4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-07 01:14:12 +01:00
|
|
|
.account__header__content {
|
|
|
|
word-wrap: break-word;
|
2017-01-26 23:34:40 +01:00
|
|
|
font-weight: 400;
|
2016-11-07 01:14:12 +01:00
|
|
|
overflow: hidden;
|
2017-02-10 17:30:06 +01:00
|
|
|
color: $color3;
|
2017-02-10 22:58:29 +01:00
|
|
|
|
2016-11-07 01:14:12 +01:00
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-15 18:38:57 +01:00
|
|
|
.account__header__display-name {
|
|
|
|
.emojione {
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-09 01:20:09 +01:00
|
|
|
.account__action-bar {
|
2017-02-10 22:58:29 +01:00
|
|
|
border-top: 1px solid lighten($color1, 8%);
|
|
|
|
border-bottom: 1px solid lighten($color1, 8%);
|
2017-02-09 01:20:09 +01:00
|
|
|
line-height: 36px;
|
|
|
|
overflow: hidden;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__action-bar__tab {
|
|
|
|
text-decoration: none;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 80px;
|
2017-02-10 22:58:29 +01:00
|
|
|
border-left: 1px solid lighten($color1, 8%);
|
2017-02-09 01:20:09 +01:00
|
|
|
padding: 10px 5px;
|
|
|
|
|
|
|
|
& > span {
|
|
|
|
display: block;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 11px;
|
|
|
|
color: $color3;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
|
|
|
display: block;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 500;
|
|
|
|
color: $color5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-14 22:58:50 +01:00
|
|
|
.status__display-name, .status__relative-time, .detailed-status__display-name, .detailed-status__datetime, .detailed-status__application, .account__display-name {
|
2016-08-31 22:58:10 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2016-10-28 20:05:44 +02:00
|
|
|
.status__display-name, .account__display-name {
|
2016-09-01 14:12:11 +02:00
|
|
|
strong {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color5;
|
2016-09-01 14:12:11 +02:00
|
|
|
}
|
2016-11-19 00:28:42 +01:00
|
|
|
|
|
|
|
&.muted {
|
|
|
|
.emojione {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
2016-09-01 14:12:11 +02:00
|
|
|
}
|
|
|
|
|
2016-10-28 20:05:44 +02:00
|
|
|
.status__display-name, .reply-indicator__display-name, .detailed-status__display-name, .account__display-name {
|
2016-08-31 22:58:10 +02:00
|
|
|
&:hover {
|
|
|
|
strong {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-28 20:05:44 +02:00
|
|
|
.account__display-name {
|
|
|
|
strong {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-25 14:20:29 +02:00
|
|
|
.detailed-status__display-name {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color2;
|
2016-09-25 14:20:29 +02:00
|
|
|
line-height: 24px;
|
|
|
|
|
|
|
|
strong, span {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
|
|
|
font-size: 16px;
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color5;
|
2016-09-25 14:20:29 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-20 19:39:18 +01:00
|
|
|
.muted {
|
|
|
|
.status__content p, .status__content a {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: lighten($color1, 26%);
|
2016-11-20 19:39:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.status__display-name strong {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: lighten($color1, 26%);
|
2016-11-20 19:39:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.status__avatar {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2017-01-26 18:48:56 +01:00
|
|
|
|
2017-02-10 23:01:02 +01:00
|
|
|
a.status__content__spoiler-link {
|
2017-01-26 18:48:56 +01:00
|
|
|
background: lighten($color1, 26%);
|
2017-02-10 23:01:02 +01:00
|
|
|
color: lighten($color1, 4%);
|
2017-01-26 18:48:56 +01:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: lighten($color1, 29%);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2016-11-20 19:39:18 +01:00
|
|
|
}
|
|
|
|
|
2017-02-10 22:58:29 +01:00
|
|
|
.notification__message {
|
|
|
|
margin-left: 68px;
|
|
|
|
padding: 8px 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
cursor: default;
|
|
|
|
color: $color3;
|
|
|
|
font-size: 15px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
color: $color4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-20 19:39:18 +01:00
|
|
|
.notification__display-name {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color5;
|
2016-11-20 19:39:18 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-25 14:20:29 +02:00
|
|
|
.status__relative-time, .detailed-status__datetime {
|
2016-08-31 22:58:10 +02:00
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
2016-09-07 18:17:15 +02:00
|
|
|
|
2017-01-28 04:04:09 +01:00
|
|
|
.transparent-background, .imageloader {
|
2016-09-07 18:17:15 +02:00
|
|
|
background: image-url('void.png');
|
|
|
|
}
|
2016-09-30 00:00:45 +02:00
|
|
|
|
2017-01-28 04:04:09 +01:00
|
|
|
.imageloader {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-02-09 01:20:09 +01:00
|
|
|
.navigation-bar {
|
|
|
|
padding: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-shrink: 0;
|
|
|
|
cursor: default;
|
|
|
|
color: $color3;
|
|
|
|
|
|
|
|
strong {
|
|
|
|
color: $color5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-30 00:00:45 +02:00
|
|
|
.dropdown {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown__content {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown--active .dropdown__content {
|
|
|
|
display: block;
|
|
|
|
z-index: 9999;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 0 4.5px 7.8px 4.5px;
|
2017-01-23 16:01:46 +01:00
|
|
|
border-color: transparent transparent $color2 transparent;
|
2016-09-30 00:00:45 +02:00
|
|
|
top: -7px;
|
|
|
|
left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color2;
|
2016-10-03 18:49:52 +02:00
|
|
|
padding: 4px 0;
|
|
|
|
border-radius: 4px;
|
2017-01-23 16:01:46 +01:00
|
|
|
box-shadow: 0 0 15px rgba($color8, 0.4);
|
2016-10-03 18:49:52 +02:00
|
|
|
min-width: 100px;
|
2016-09-30 00:00:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: 13px;
|
|
|
|
display: block;
|
|
|
|
padding: 6px 16px;
|
2016-10-08 00:01:22 +02:00
|
|
|
width: 100px;
|
2016-09-30 00:00:45 +02:00
|
|
|
text-decoration: none;
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color2;
|
|
|
|
color: $color1;
|
2016-09-30 00:00:45 +02:00
|
|
|
|
|
|
|
&:hover {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color4;
|
|
|
|
color: $color2;
|
2016-09-30 00:00:45 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-10-06 22:47:35 +02:00
|
|
|
|
|
|
|
.static-content {
|
|
|
|
padding: 10px;
|
|
|
|
padding-top: 20px;
|
2017-01-23 16:01:46 +01:00
|
|
|
color: lighten($color1, 26%);
|
2016-10-06 22:47:35 +02:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 13px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|
2016-10-12 13:17:17 +02:00
|
|
|
|
|
|
|
.columns-area {
|
2016-10-12 19:14:47 +02:00
|
|
|
flex-direction: row;
|
2017-01-26 18:48:56 +01:00
|
|
|
justify-content: flex-start;
|
2016-10-12 13:17:17 +02:00
|
|
|
}
|
|
|
|
|
2017-01-05 02:25:48 +01:00
|
|
|
@media screen and (min-width: 360px) {
|
|
|
|
.columns-area {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-12 13:17:17 +02:00
|
|
|
.column {
|
|
|
|
width: 330px;
|
2016-12-27 23:30:11 +01:00
|
|
|
position: relative;
|
2017-02-09 01:20:09 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
background: $color1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: darken($color1, 7%);
|
2016-10-12 13:17:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.drawer {
|
|
|
|
width: 280px;
|
2017-02-09 01:20:09 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drawer__tab {
|
|
|
|
display: block;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
padding: 15px;
|
|
|
|
padding-bottom: 13px;
|
|
|
|
color: $color3;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
border-bottom: 2px solid transparent;
|
2016-10-12 13:17:17 +02:00
|
|
|
}
|
|
|
|
|
2017-01-26 18:48:56 +01:00
|
|
|
@media screen and (min-width: 2560px) {
|
|
|
|
.columns-area {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column, .drawer {
|
|
|
|
width: 350px;
|
|
|
|
border-radius: 4px;
|
|
|
|
height: 90vh;
|
|
|
|
margin-top: 5vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-06 22:09:55 +01:00
|
|
|
.drawer__inner {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: linear-gradient(rgba(lighten($color1, 13%), 1), rgba(lighten($color1, 13%), 0.65));
|
2017-02-09 01:20:09 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow-y: auto;
|
|
|
|
flex-grow: 1;
|
2017-01-06 22:09:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.drawer__header {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
font-size: 16px;
|
2017-01-23 16:01:46 +01:00
|
|
|
background: lighten($color1, 8%);
|
2017-01-06 22:09:55 +01:00
|
|
|
margin-bottom: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
a {
|
|
|
|
transition: all 100ms ease-in;
|
|
|
|
|
|
|
|
&:hover {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: lighten($color1, 3%);
|
2017-01-06 22:09:55 +01:00
|
|
|
transition: all 200ms ease-out;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-12 13:17:17 +02:00
|
|
|
.column, .drawer {
|
2017-01-05 02:25:48 +01:00
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
2016-10-12 19:14:47 +02:00
|
|
|
flex: 0 0 auto;
|
|
|
|
overflow: hidden;
|
2016-10-12 13:17:17 +02:00
|
|
|
}
|
|
|
|
|
2017-01-05 02:25:48 +01:00
|
|
|
.column:first-child, .drawer:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column:last-child, .drawer:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2016-10-12 13:17:17 +02:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.column, .drawer {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2016-10-12 19:14:47 +02:00
|
|
|
flex: 1 1 100%;
|
2016-10-12 13:17:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.columns-area {
|
2016-10-12 19:14:47 +02:00
|
|
|
flex-direction: column;
|
2016-10-12 13:17:17 +02:00
|
|
|
}
|
|
|
|
}
|
2016-10-30 18:13:05 +01:00
|
|
|
|
2016-12-06 19:18:37 +01:00
|
|
|
.tabs-bar {
|
|
|
|
display: flex;
|
2017-02-10 22:58:29 +01:00
|
|
|
background: lighten($color1, 8%);
|
2017-02-09 01:20:09 +01:00
|
|
|
flex: 0 0 auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-bar__link {
|
|
|
|
display: block;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
padding: 10px 5px;
|
|
|
|
color: $color5;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
font-size:12px;
|
|
|
|
font-weight: 500;
|
2017-02-10 22:58:29 +01:00
|
|
|
border-bottom: 2px solid lighten($color1, 8%);
|
2017-02-09 01:20:09 +01:00
|
|
|
|
|
|
|
&.active {
|
|
|
|
border-bottom: 2px solid $color4;
|
|
|
|
color: $color4;
|
|
|
|
}
|
2016-12-06 19:18:37 +01:00
|
|
|
}
|
|
|
|
|
2017-01-05 02:25:48 +01:00
|
|
|
@media screen and (min-width: 360px) {
|
|
|
|
.tabs-bar {
|
|
|
|
margin: 10px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-06 19:18:37 +01:00
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
|
.tabs-bar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-30 18:13:05 +01:00
|
|
|
.react-autosuggest__container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-autosuggest__suggestions-container {
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 99;
|
2017-01-23 16:01:46 +01:00
|
|
|
box-shadow: 0 0 15px rgba($color8, 0.4);
|
2016-10-30 18:13:05 +01:00
|
|
|
}
|
|
|
|
|
2016-11-13 13:04:18 +01:00
|
|
|
.react-autosuggest__section-title {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color3;
|
2016-11-13 13:04:18 +01:00
|
|
|
padding: 4px 10px;
|
|
|
|
font-weight: 500;
|
|
|
|
cursor: default;
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color1;
|
2016-11-13 13:04:18 +01:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-autosuggest__suggestions-list {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color2;
|
|
|
|
color: $color1;
|
2016-10-30 18:13:05 +01:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-autosuggest__suggestion {
|
|
|
|
padding: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-autosuggest__suggestion--focused {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color4;
|
|
|
|
color: $color5;
|
2016-10-30 18:13:05 +01:00
|
|
|
}
|
2016-11-04 13:32:14 +01:00
|
|
|
|
|
|
|
.scrollable {
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2017-01-05 03:14:33 +01:00
|
|
|
|
|
|
|
&.optionally-scrollable {
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2016-11-04 13:32:14 +01:00
|
|
|
}
|
2016-11-10 23:21:24 +01:00
|
|
|
|
|
|
|
.column-back-button {
|
2017-02-09 01:20:09 +01:00
|
|
|
padding: 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
background: lighten($color1, 4%);
|
|
|
|
flex: 0 0 auto;
|
|
|
|
cursor: pointer;
|
|
|
|
color: $color4;
|
|
|
|
|
2016-11-10 23:21:24 +01:00
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
2016-11-23 18:53:23 +01:00
|
|
|
|
|
|
|
.react-toggle {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
user-select: none;
|
2017-01-23 16:01:46 +01:00
|
|
|
-webkit-tap-highlight-color: rgba($color8, 0);
|
2016-11-23 18:53:23 +01:00
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle-screenreader-only {
|
|
|
|
border: 0;
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle--disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
opacity: 0.5;
|
|
|
|
transition: opacity 0.25s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle-track {
|
|
|
|
width: 50px;
|
|
|
|
height: 24px;
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 30px;
|
2017-01-23 16:01:46 +01:00
|
|
|
background-color: $color1;
|
2016-11-23 18:53:23 +01:00
|
|
|
transition: all 0.2s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
|
2017-01-23 16:01:46 +01:00
|
|
|
background-color: darken($color1, 10%);
|
2016-11-23 18:53:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle--checked .react-toggle-track {
|
2017-01-23 16:01:46 +01:00
|
|
|
background-color: $color4;
|
2016-11-23 18:53:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
|
2017-01-23 16:01:46 +01:00
|
|
|
background-color: lighten($color4, 10%);
|
2016-11-23 18:53:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle-track-check {
|
|
|
|
position: absolute;
|
|
|
|
width: 14px;
|
|
|
|
height: 10px;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
line-height: 0;
|
|
|
|
left: 8px;
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0.25s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle--checked .react-toggle-track-check {
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.25s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle-track-x {
|
|
|
|
position: absolute;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
line-height: 0;
|
|
|
|
right: 10px;
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.25s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle--checked .react-toggle-track-x {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle-thumb {
|
|
|
|
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
|
|
|
left: 1px;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
2017-01-23 16:01:46 +01:00
|
|
|
border: 1px solid $color1;
|
2016-11-23 18:53:23 +01:00
|
|
|
border-radius: 50%;
|
2017-01-23 16:01:46 +01:00
|
|
|
background-color: darken($color5, 2%);
|
2016-11-23 18:53:23 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
transition: all 0.25s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle--checked .react-toggle-thumb {
|
|
|
|
left: 27px;
|
2017-01-23 16:01:46 +01:00
|
|
|
border-color: $color4;
|
2016-11-23 18:53:23 +01:00
|
|
|
}
|
2016-12-12 14:27:52 +01:00
|
|
|
|
|
|
|
.column-link {
|
2017-02-10 22:58:29 +01:00
|
|
|
background: lighten($color1, 8%);
|
2017-02-10 17:30:06 +01:00
|
|
|
color: $color5;
|
2017-02-10 22:58:29 +01:00
|
|
|
|
2016-12-12 14:27:52 +01:00
|
|
|
&:hover {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: lighten($color1, 11%);
|
2016-12-12 14:27:52 +01:00
|
|
|
}
|
|
|
|
}
|
2016-12-14 18:21:31 +01:00
|
|
|
|
2017-01-13 05:54:26 +01:00
|
|
|
.autosuggest-textarea, .spoiler-input {
|
2016-12-14 18:21:31 +01:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-01-13 05:54:26 +01:00
|
|
|
.autosuggest-textarea__textarea, .spoiler-input__input {
|
2016-12-14 18:21:31 +01:00
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
resize: none;
|
2017-01-13 05:54:26 +01:00
|
|
|
margin: 0;
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color1;
|
2017-01-03 09:36:48 +01:00
|
|
|
padding: 7px;
|
2017-01-05 05:24:27 +01:00
|
|
|
font-family: inherit;
|
2016-12-14 18:21:31 +01:00
|
|
|
font-size: 14px;
|
|
|
|
resize: vertical;
|
2017-01-03 09:36:48 +01:00
|
|
|
|
|
|
|
border: 3px dashed transparent;
|
|
|
|
transition: border-color 0.3s ease;
|
|
|
|
|
|
|
|
&.file-drop {
|
2017-01-23 16:01:46 +01:00
|
|
|
border-color: darken($color5, 33%);
|
2017-01-03 09:36:48 +01:00
|
|
|
}
|
2016-12-14 18:21:31 +01:00
|
|
|
}
|
|
|
|
|
2017-01-13 05:54:26 +01:00
|
|
|
.autosuggest-textarea__textarea {
|
|
|
|
height: 100px;
|
2017-02-10 16:35:19 +01:00
|
|
|
background: $color5;
|
2017-01-13 05:54:26 +01:00
|
|
|
}
|
|
|
|
|
2016-12-14 18:21:31 +01:00
|
|
|
.autosuggest-textarea__suggestions {
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 99;
|
2017-01-23 16:01:46 +01:00
|
|
|
box-shadow: 0 0 15px rgba($color8, 0.4);
|
|
|
|
background: $color2;
|
|
|
|
color: $color1;
|
2016-12-14 18:21:31 +01:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autosuggest-textarea__suggestions__item {
|
|
|
|
padding: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
|
2016-12-24 01:39:14 +01:00
|
|
|
&:hover {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: darken($color2, 10%);
|
2016-12-24 01:39:14 +01:00
|
|
|
}
|
|
|
|
|
2016-12-14 18:21:31 +01:00
|
|
|
&.selected {
|
2017-01-23 16:01:46 +01:00
|
|
|
background: $color4;
|
|
|
|
color: $color5;
|
2016-12-14 18:21:31 +01:00
|
|
|
}
|
|
|
|
}
|
2016-12-27 23:30:11 +01:00
|
|
|
|
2017-01-05 02:33:05 +01:00
|
|
|
.getting-started {
|
2017-01-05 03:14:33 +01:00
|
|
|
box-sizing: border-box;
|
2017-01-05 02:33:05 +01:00
|
|
|
overflow-y: auto;
|
|
|
|
padding-bottom: 235px;
|
2017-01-31 19:08:24 +01:00
|
|
|
background: image-url('mastodon-getting-started.png') no-repeat bottom left;
|
2017-01-31 19:06:03 +01:00
|
|
|
height: auto;
|
2017-01-31 19:08:24 +01:00
|
|
|
min-height: 100%;
|
2017-01-26 03:17:48 +01:00
|
|
|
|
|
|
|
p {
|
|
|
|
color: $color2;
|
|
|
|
}
|
2017-02-09 01:20:09 +01:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
}
|
2017-01-01 19:52:25 +01:00
|
|
|
}
|
2017-01-08 12:32:37 +01:00
|
|
|
|
|
|
|
.dropdown__content.dropdown__left {
|
|
|
|
transform: translateX(-108px);
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
right: 8px !important;
|
|
|
|
left: initial !important;
|
|
|
|
}
|
2017-01-10 17:25:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.setting-text {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color3;
|
2017-01-10 17:25:10 +01:00
|
|
|
background: transparent;
|
|
|
|
border: none;
|
2017-01-23 16:01:46 +01:00
|
|
|
border-bottom: 2px solid $color3;
|
2017-01-10 17:25:10 +01:00
|
|
|
|
|
|
|
&:focus, &:active {
|
2017-01-23 16:01:46 +01:00
|
|
|
color: $color5;
|
|
|
|
border-bottom-color: $color4;
|
2017-01-10 17:25:10 +01:00
|
|
|
}
|
|
|
|
}
|
2017-01-14 05:32:27 +01:00
|
|
|
|
2017-01-24 03:02:13 +01:00
|
|
|
@import 'boost';
|
|
|
|
|
2017-01-15 16:55:31 +01:00
|
|
|
button i.fa-retweet {
|
|
|
|
height: 19px;
|
|
|
|
width: 22px;
|
|
|
|
background-position: 0 0;
|
2017-01-24 03:02:13 +01:00
|
|
|
transition: background-position 0.9s steps(10);
|
2017-01-15 16:55:31 +01:00
|
|
|
transition-duration: 0s;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
button.active i.fa-retweet {
|
|
|
|
transition-duration: 0.9s;
|
2017-01-24 03:02:13 +01:00
|
|
|
background-position: 0 100%;
|
2017-01-15 16:55:31 +01:00
|
|
|
}
|
2017-01-20 01:00:14 +01:00
|
|
|
|
|
|
|
.status-card {
|
2017-02-10 22:58:29 +01:00
|
|
|
display: flex;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 14px;
|
|
|
|
border: 1px solid lighten($color1, 8%);
|
|
|
|
border-radius: 4px;
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
margin-top: 14px;
|
|
|
|
text-decoration: none;
|
|
|
|
overflow: hidden;
|
|
|
|
|
2017-01-20 01:00:14 +01:00
|
|
|
&:hover {
|
2017-02-10 22:58:29 +01:00
|
|
|
background: lighten($color1, 8%);
|
2017-01-20 01:00:14 +01:00
|
|
|
}
|
|
|
|
}
|
2017-01-30 18:04:15 +01:00
|
|
|
|
2017-02-10 22:58:29 +01:00
|
|
|
.status-card__title {
|
|
|
|
display: block;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
color: $color3;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-card__description {
|
|
|
|
color: $color3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-card__image {
|
|
|
|
flex: 0 0 100px;
|
|
|
|
background: lighten($color1, 8%);
|
|
|
|
}
|
|
|
|
|
2017-01-30 18:04:15 +01:00
|
|
|
.load-more {
|
2017-02-09 01:20:09 +01:00
|
|
|
display: block;
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
text-align: center;
|
|
|
|
padding: 15px;
|
|
|
|
text-decoration: none;
|
|
|
|
|
2017-01-30 18:04:15 +01:00
|
|
|
&:hover {
|
2017-02-10 22:58:29 +01:00
|
|
|
background: lighten($color1, 8%);
|
2017-01-30 18:04:15 +01:00
|
|
|
}
|
|
|
|
}
|
2017-02-09 01:20:09 +01:00
|
|
|
|
|
|
|
.missing-indicator {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
color: lighten($color1, 26%);
|
|
|
|
padding-top: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-header {
|
|
|
|
padding: 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
background: lighten($color1, 4%);
|
|
|
|
flex: 0 0 auto;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search {
|
|
|
|
.fa {
|
|
|
|
color: $color3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.search__input {
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
padding: 10px;
|
|
|
|
padding-right: 30px;
|
|
|
|
font-family: inherit;
|
|
|
|
background: $color1;
|
|
|
|
color: $color3;
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2017-02-10 16:35:19 +01:00
|
|
|
|
|
|
|
.loading-indicator {
|
2017-02-10 17:30:06 +01:00
|
|
|
color: $color2;
|
2017-02-10 16:35:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.collapsable-collapsed {
|
2017-02-10 17:30:06 +01:00
|
|
|
color: $color3;
|
|
|
|
background: lighten($color1, 4%);
|
2017-02-10 16:35:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.collapsable {
|
2017-02-10 22:58:29 +01:00
|
|
|
color: $color5;
|
|
|
|
background: lighten($color1, 8%);
|
2017-02-10 16:35:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.media-spoiler {
|
2017-02-10 17:30:06 +01:00
|
|
|
background: $color8;
|
|
|
|
color: $color5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-container--preloader {
|
2017-02-10 22:58:29 +01:00
|
|
|
background: lighten($color1, 8%);
|
2017-02-10 17:30:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.account--panel {
|
|
|
|
background: lighten($color1, 4%);
|
2017-02-10 22:58:29 +01:00
|
|
|
border-top: 1px solid lighten($color1, 8%);
|
|
|
|
border-bottom: 1px solid lighten($color1, 8%);
|
2017-02-10 17:30:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.column-settings--outer {
|
2017-02-10 22:58:29 +01:00
|
|
|
background: lighten($color1, 8%);
|
2017-02-10 17:30:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.column-settings--section {
|
|
|
|
color: $color3;
|
2017-02-10 16:35:19 +01:00
|
|
|
}
|
2017-02-10 17:30:06 +01:00
|
|
|
|
|
|
|
.modal-container--nav {
|
|
|
|
color: $color5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account--follows-info {
|
|
|
|
color: $color5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting-toggle {
|
|
|
|
color: $color3;
|
|
|
|
}
|
|
|
|
|