@ -34,6 +34,7 @@
. column-icon {
color : $color3 ;
background : lighten ( $color1 , 4 % ) ;
& : hover {
color : lighten ( $color3 , 7 % ) ;
@ -187,7 +188,7 @@
a . status__content__spoiler-link {
display : inline-block ;
border-radius : 2 px ;
color : lighten ( $color1 , 6 % ) ;
color : lighten ( $color1 , 8 % ) ;
font-weight : 500 ;
font-size : 11 px ;
padding : 0 px 6 px ;
@ -200,7 +201,7 @@ a.status__content__spoiler-link {
padding-left : 68 px ;
position : relative ;
min-height : 48 px ;
border-bottom : 1 px solid lighten ( $color1 , 6 % ) ;
border-bottom : 1 px solid lighten ( $color1 , 8 % ) ;
cursor : default ;
. status__relative-time {
@ -226,6 +227,8 @@ a.status__content__spoiler-link {
}
. detailed-status {
background : lighten ( $color1 , 4 % ) ;
. status__content {
font-size : 19 px ;
line-height : 24 px ;
@ -237,12 +240,19 @@ a.status__content__spoiler-link {
}
}
. detailed-status__meta {
margin-top : 15 px ;
color : lighten ( $color1 , 26 % ) ;
font-size : 14 px ;
line-height : 18 px ;
}
. detailed-status__action-bar {
background : lighten ( $color1 , 4 % ) ;
display : flex ;
flex-direction : row ;
border-top : 1 px solid lighten ( $color1 , 6 % ) ;
border-bottom : 1 px solid lighten ( $color1 , 6 % ) ;
border-top : 1 px solid lighten ( $color1 , 8 % ) ;
border-bottom : 1 px solid lighten ( $color1 , 8 % ) ;
padding : 10 px 0 ;
}
@ -257,7 +267,7 @@ a.status__content__spoiler-link {
. account {
padding : 10 px ;
border-bottom : 1 px solid lighten ( $color1 , 6 % ) ;
border-bottom : 1 px solid lighten ( $color1 , 8 % ) ;
. account__display-name {
flex : 1 1 auto ;
@ -298,6 +308,7 @@ a.status__content__spoiler-link {
word-wrap : break-word ;
font-weight : 400 ;
overflow : hidden ;
color : $color3 ;
p {
margin-bottom : 20 px ;
@ -325,8 +336,8 @@ a.status__content__spoiler-link {
}
. account__action-bar {
border-top : 1 px solid lighten ( $color1 , 6 % ) ;
border-bottom : 1 px solid lighten ( $color1 , 6 % ) ;
border-top : 1 px solid lighten ( $color1 , 8 % ) ;
border-bottom : 1 px solid lighten ( $color1 , 8 % ) ;
line-height : 36 px ;
overflow : hidden ;
flex : 0 0 auto ;
@ -337,7 +348,7 @@ a.status__content__spoiler-link {
text-decoration : none ;
overflow : hidden ;
width : 80 px ;
border-left : 1 px solid lighten ( $color1 , 6 % ) ;
border-left : 1 px solid lighten ( $color1 , 8 % ) ;
padding : 10 px 5 px ;
& > span {
@ -412,8 +423,9 @@ a.status__content__spoiler-link {
opacity : 0 .5 ;
}
. status__content__spoiler-link {
a . status__content__spoiler-link {
background : lighten ( $color1 , 26 % ) ;
color : lighten ( $color1 , 4 % ) ;
& : hover {
background : lighten ( $color1 , 29 % ) ;
@ -422,6 +434,20 @@ a.status__content__spoiler-link {
}
}
. notification__message {
margin-left : 68 px ;
padding : 8 px 0 ;
padding-bottom : 0 ;
cursor : default ;
color : $color3 ;
font-size : 15 px ;
position : relative ;
. fa {
color : $color4 ;
}
}
. notification__display-name {
color : inherit ;
text-decoration : none ;
@ -646,7 +672,7 @@ a.status__content__spoiler-link {
. tabs-bar {
display : flex ;
background : lighten ( $color1 , 6 % ) ;
background : lighten ( $color1 , 8 % ) ;
flex : 0 0 auto ;
overflow-y : auto ;
}
@ -660,7 +686,7 @@ a.status__content__spoiler-link {
text-align : center ;
font-size : 12 px ;
font-weight : 500 ;
border-bottom : 2 px solid lighten ( $color1 , 6 % ) ;
border-bottom : 2 px solid lighten ( $color1 , 8 % ) ;
& . active {
border-bottom : 2 px solid $color4 ;
@ -850,7 +876,8 @@ a.status__content__spoiler-link {
}
. column-link {
background : lighten ( $color1 , 6 % ) ;
background : lighten ( $color1 , 8 % ) ;
color : $color5 ;
& : hover {
background : lighten ( $color1 , 11 % ) ;
@ -883,6 +910,7 @@ a.status__content__spoiler-link {
. autosuggest-textarea__textarea {
height : 100 px ;
background : $color5 ;
}
. autosuggest-textarea__suggestions {
@ -968,11 +996,40 @@ button.active i.fa-retweet {
}
. status-card {
display : flex ;
cursor : pointer ;
font-size : 14 px ;
border : 1 px solid lighten ( $color1 , 8 % ) ;
border-radius : 4 px ;
color : lighten ( $color1 , 26 % ) ;
margin-top : 14 px ;
text-decoration : none ;
overflow : hidden ;
& : hover {
background : lighten ( $color1 , 6 % ) ;
background : lighten ( $color1 , 8 % ) ;
}
}
. status-card__title {
display : block ;
font-weight : 500 ;
margin-bottom : 5 px ;
color : $color3 ;
overflow : hidden ;
text-overflow : ellipsis ;
white-space : nowrap ;
}
. status-card__description {
color : $color3 ;
}
. status-card__image {
flex : 0 0 100 px ;
background : lighten ( $color1 , 8 % ) ;
}
. load-more {
display : block ;
color : lighten ( $color1 , 26 % ) ;
@ -981,7 +1038,7 @@ button.active i.fa-retweet {
text-decoration : none ;
& : hover {
background : lighten ( $color1 , 6 % ) ;
background : lighten ( $color1 , 8 % ) ;
}
}
@ -1020,3 +1077,53 @@ button.active i.fa-retweet {
font-size : 14 px ;
margin : 0 ;
}
. loading-indicator {
color : $color2 ;
}
. collapsable-collapsed {
color : $color3 ;
background : lighten ( $color1 , 4 % ) ;
}
. collapsable {
color : $color5 ;
background : lighten ( $color1 , 8 % ) ;
}
. media-spoiler {
background : $color8 ;
color : $color5 ;
}
. modal-container--preloader {
background : lighten ( $color1 , 8 % ) ;
}
. account--panel {
background : lighten ( $color1 , 4 % ) ;
border-top : 1 px solid lighten ( $color1 , 8 % ) ;
border-bottom : 1 px solid lighten ( $color1 , 8 % ) ;
}
. column-settings--outer {
background : lighten ( $color1 , 8 % ) ;
}
. column-settings--section {
color : $color3 ;
}
. modal-container--nav {
color : $color5 ;
}
. account--follows-info {
color : $color5 ;
}
. setting-toggle {
color : $color3 ;
}