1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
._lc_ .dash-segment-friends .segment-content,
._lc_ .dash-segment-fans .segment-content { background: rgb(156, 131, 131); }
._lc_ #friend_holder,
._lc_ #fan_holder { display:none; }
._lc_ .show_mutual_friends { display: none; }
._lc_ .show_all_friends, ._lc_ .show_all_friends { width: 100%; text-align: center; }
._lc_ .show_all_friends a, ._lc_ .show_mutual_friends a, ._lc_ .show_all_friends a { color:#FFF !important; }
._lc_ #dash-friends h2, ._lc_ #dash-fans h2 { float: right; writing-mode: vertical-rl; color: #FFF; }
._lc_ #dash-friends h2::before, ._lc_ #dash-fans h2::before { content: "✿"; transition: 1s; display: inline-block; }
._lc_ .dash-group-right:hover > div h2::before { transform: rotate(225deg) !important; transition: 1s; }
color: rgb(156, 131, 131); opacity:0.2; }

._lc_ .dash-segment-friends { position:fixed !important; z-index:6000 !important; transition:left .6s; top:480px; left:-170px; width:200px !important; filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.3)); }
._lc_ .dash-segment-fans { position:fixed !important; z-index:6000 !important; transition:left .6s; top:580px; left:-170px; width:200px !important; filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.3)); }
._lc_ .dash-group-right:hover > div:not(.dash-segment-stats, ._lc_ .dash-segment-award) { left:20px; }