|
|
@ -56,7 +56,7 @@ |
|
|
|
font-style: normal; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
} |
|
|
|
/* line 64, ../sass/_fonts.sass */ |
|
|
|
/* line 64, ../sass/_fonts.sass */ |
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before, .extend-icon:before, .userMenu li.userMenu-config > a:before, .post-context span:before, .post-reply:before, .post-propagate:before, .post-favorite:before, .post .show-more:before, .mini-profile-actions span:before, ul.userMenu-search-profiles button:before, .mini-profile-indicators .userMenu-connections a:before, .mini-profile-indicators .userMenu-messages a:before, .mini-profile-indicators .userMenu-user a:before, .twister-user-remove:before, .refresh-toptrends:before, .twistday-reminder .refresh:before, .refresh-users:before, .modal-close:before, .mark-all-as-read:before, .modal-back:before, .icon-down-after:after { |
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before, .extend-icon:before, .userMenu li.userMenu-config > a:before, .post-retransmited-icon:before, .post-reply:before, .post-propagate:before, .post-favorite:before, .post .show-more:before, .mini-profile-actions span:before, ul.userMenu-search-profiles button:before, .mini-profile-indicators .userMenu-connections a:before, .mini-profile-indicators .userMenu-messages a:before, .mini-profile-indicators .userMenu-user a:before, .twister-user-remove:before, .refresh-toptrends:before, .twistday-reminder .refresh:before, .refresh-users:before, .modal-close:before, .mark-all-as-read:before, .modal-back:before, .icon-down-after:after { |
|
|
|
font-family: "fontello"; |
|
|
|
font-family: "fontello"; |
|
|
|
font-style: normal; |
|
|
|
font-style: normal; |
|
|
|
font-weight: normal; |
|
|
|
font-weight: normal; |
|
|
@ -204,7 +204,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
/* '' */ |
|
|
|
/* '' */ |
|
|
|
/* line 188, ../sass/_fonts.sass */ |
|
|
|
/* line 188, ../sass/_fonts.sass */ |
|
|
|
.icon-twistagain:before, .post-context span:before, .post-propagate:before { |
|
|
|
.icon-twistagain:before, .post-retransmited-icon:before, .post-propagate:before { |
|
|
|
content: ""; |
|
|
|
content: ""; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -888,11 +888,11 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, |
|
|
|
.post-context { |
|
|
|
.post-context { |
|
|
|
font-size: 11px; |
|
|
|
font-size: 11px; |
|
|
|
line-height: 11px; |
|
|
|
line-height: 11px; |
|
|
|
margin: 0 0 1em 0; |
|
|
|
margin: 2px 10px 4px 60px; |
|
|
|
color: #b3b5b7; |
|
|
|
color: #b3b5b7; |
|
|
|
} |
|
|
|
} |
|
|
|
/* line 146, ../sass/_postboard.sass */ |
|
|
|
/* line 146, ../sass/_postboard.sass */ |
|
|
|
.post-context span:before { |
|
|
|
.post-retransmited-icon:before { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
|
background: #B4C669; |
|
|
|
background: #B4C669; |
|
|
@ -913,11 +913,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, |
|
|
|
color: #66686B; |
|
|
|
color: #66686B; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* line 163, ../sass/_postboard.sass */ |
|
|
|
|
|
|
|
.post-retransmited-icon { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 166, ../sass/_postboard.sass */ |
|
|
|
/* line 166, ../sass/_postboard.sass */ |
|
|
|
.post-interactions { |
|
|
|
.post-interactions { |
|
|
|
margin: 10px 0 3px 0; |
|
|
|
margin: 10px 0 3px 0; |
|
|
@ -1104,6 +1099,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, |
|
|
|
.post-rt-reference { |
|
|
|
.post-rt-reference { |
|
|
|
background-color: #FAFAFA; |
|
|
|
background-color: #FAFAFA; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border: 1px solid #ccc; |
|
|
|
|
|
|
|
padding: 2px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.post-rt-reference:hover { |
|
|
|
.post-rt-reference:hover { |
|
|
@ -1122,17 +1118,18 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.post-rt-reference .post-info-name { |
|
|
|
.post-rt-reference .post-info-name { |
|
|
|
font-size: 10px; |
|
|
|
font-size: 11px; |
|
|
|
|
|
|
|
padding-left: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.post-rt-reference .post-text { |
|
|
|
.post-rt-reference .post-text { |
|
|
|
font-size: 10px; |
|
|
|
font-size: 11px; |
|
|
|
margin: 2px 10px 4px 10px; |
|
|
|
margin: 4px 4px 4px 28px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.post-rt-reference .post-info-time { |
|
|
|
.post-rt-reference .post-info-time { |
|
|
|
font-size: 9px; |
|
|
|
font-size: 9px; |
|
|
|
color: #000; |
|
|
|
color: #B3B5B7; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* MODAL */ |
|
|
|
/* MODAL */ |
|
|
|