|
|
|
@ -90,9 +90,11 @@ h3
@@ -90,9 +90,11 @@ h3
|
|
|
|
|
color: #1a1; |
|
|
|
|
content: '\2714'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/************************************* |
|
|
|
|
**************************** BUTTONS ** |
|
|
|
|
************** BUTTONS *************** |
|
|
|
|
**************************************/ |
|
|
|
|
|
|
|
|
|
button |
|
|
|
|
{ |
|
|
|
|
background: #45474d; |
|
|
|
@ -101,18 +103,51 @@ button
@@ -101,18 +103,51 @@ button
|
|
|
|
|
padding: 5px 10px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button:hover |
|
|
|
|
{ |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button.disabled |
|
|
|
|
{ |
|
|
|
|
opacity: .4; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button.disabled:hover |
|
|
|
|
{ |
|
|
|
|
color: rgba( 255, 255, 255, .8 ); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button.follow, button.unfollow, .following-list button.private { |
|
|
|
|
color: rgba( 0, 0, 0, .4 ); |
|
|
|
|
background: none; |
|
|
|
|
border: solid 1px rgba( 0, 0, 0, .2 ); |
|
|
|
|
padding: 3px 15px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.following-list .public-following { |
|
|
|
|
padding: 4px 16px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.following-list .public-following:hover { |
|
|
|
|
color: rgba( 0, 0, 0, .4 ); |
|
|
|
|
background: none; |
|
|
|
|
border: solid 1px rgba( 0, 0, 0, .2 ); |
|
|
|
|
padding: 3px 15px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button.follow:hover, button.unfollow:hover, .following-list button.private:hover { |
|
|
|
|
color: #fff; |
|
|
|
|
background: #45474d; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.follow-suggestions .follow, .follow-suggestions .unfollow { |
|
|
|
|
display: block; |
|
|
|
|
position: relative; |
|
|
|
|
left: 50%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/************************************* |
|
|
|
|
**************************** MENU ***** |
|
|
|
|
**************************************/ |
|
|
|
@ -356,12 +391,7 @@ button.disabled:hover
@@ -356,12 +391,7 @@ button.disabled:hover
|
|
|
|
|
.userMenu-search-sugestions a:hover, |
|
|
|
|
.userMenu-search-profiles li:hover a |
|
|
|
|
{ |
|
|
|
|
background: #45474d; |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
.userMenu-search-profiles li:hover span |
|
|
|
|
{ |
|
|
|
|
color: #fff; |
|
|
|
|
background: #fefef1; |
|
|
|
|
} |
|
|
|
|
.userMenu-search-profiles button |
|
|
|
|
{ |
|
|
|
@ -749,17 +779,6 @@ textarea.splited-post {
@@ -749,17 +779,6 @@ textarea.splited-post {
|
|
|
|
|
opacity: 1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.follow, .unfollow { |
|
|
|
|
background: none; |
|
|
|
|
border: solid 1px rgba( 0, 0, 0 ,.2 ); |
|
|
|
|
padding: 3px 15px; |
|
|
|
|
color: rgba( 0, 0, 0 ,.4 ); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.follow:hover, .unfollow:hover { |
|
|
|
|
color: rgba( 0, 0, 0 ,.7 ); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.refresh-users, |
|
|
|
|
.view-all-users |
|
|
|
|
{ |
|
|
|
@ -885,7 +904,7 @@ ol.toptrends-list {
@@ -885,7 +904,7 @@ ol.toptrends-list {
|
|
|
|
|
.post:hover, |
|
|
|
|
.post .post |
|
|
|
|
{ |
|
|
|
|
background: #ececed; |
|
|
|
|
background: #fefef1; |
|
|
|
|
} |
|
|
|
|
.post:hover |
|
|
|
|
{ |
|
|
|
@ -1564,9 +1583,13 @@ ol.toptrends-list {
@@ -1564,9 +1583,13 @@ ol.toptrends-list {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/************************************* |
|
|
|
|
*************** FOLLOWING-CONFIG PROMPT |
|
|
|
|
****** FOLLOWING-CONFIG PROMPT ******* |
|
|
|
|
**************************************/ |
|
|
|
|
|
|
|
|
|
.following-config-modal |
|
|
|
|
{ |
|
|
|
|
margin-top: -80px; |
|
|
|
|
} |
|
|
|
|
.following-config-modal .modal-content |
|
|
|
|
{ |
|
|
|
|
padding: 10px; |
|
|
|
@ -1581,10 +1604,8 @@ ol.toptrends-list {
@@ -1581,10 +1604,8 @@ ol.toptrends-list {
|
|
|
|
|
padding: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/************************************* |
|
|
|
|
****************** RETWIST POSTS PROMPT |
|
|
|
|
******** RETWIST POSTS PROMPT ******** |
|
|
|
|
**************************************/ |
|
|
|
|
|
|
|
|
|
.reTwist |
|
|
|
@ -1798,6 +1819,55 @@ ol.toptrends-list {
@@ -1798,6 +1819,55 @@ ol.toptrends-list {
|
|
|
|
|
-ms-transition: height 1s linear; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Following page */ |
|
|
|
|
|
|
|
|
|
.following-list |
|
|
|
|
{ |
|
|
|
|
overflow-y: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.following ol.following-list > li{ |
|
|
|
|
width: 425px; |
|
|
|
|
height: 150px; |
|
|
|
|
margin: 5px; |
|
|
|
|
padding: 8px; |
|
|
|
|
float: left; |
|
|
|
|
border: 0; |
|
|
|
|
background: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.w1200 .following ol.following-list > li{ |
|
|
|
|
width: 385px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.following ol.following-list > li:hover{ |
|
|
|
|
background: #fefef1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.following-list .following-config |
|
|
|
|
{ |
|
|
|
|
position: absolute; |
|
|
|
|
left: 30%; |
|
|
|
|
top: 69px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.following-list .mini-profile-actions |
|
|
|
|
{ |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
|
z-index: 10; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.following-list .swarm-status |
|
|
|
|
{ |
|
|
|
|
font: 12px "Open Sans", sans-serif; |
|
|
|
|
display: block; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 110px; |
|
|
|
|
right: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Autocomplite*/ |
|
|
|
|
.textcomplete-wrapper textarea { |
|
|
|
|
display: inline; |
|
|
|
|