Advertisement
KiberInfinity

vk: friends to cells

Nov 30th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.00 KB | None | 0 0
  1. .friends_bigph_wrap,#friends .user_block, #friends .user_block .actions {
  2. text-align: center;
  3. width: 140px !important;
  4. }
  5.  
  6. #friends .user_block {
  7. display: inline-block !important;
  8. padding: 5px 0px !important;
  9. }
  10. #friends .user_block .img {
  11. display: inline !important;
  12. }
  13.  
  14. #friends .user_block .actions {
  15.  height: 11px !important;
  16.  padding: 4px 0px !important;
  17. }
  18.  
  19. .friends_bigph_wrap,#friends .user_block .info, #friends .user_block .info_no_actions,#friends .user_block .actions  {
  20. float:none !important;
  21. }
  22.  
  23. #friends .user_block .online {
  24. background: #88A4C2 !important;
  25. border-radius: 10px !important;
  26. box-shadow: inset 2px 2px 4px #B3D8FF, 0px 0px 1px 1px #6F869E !important;
  27. height: 10px !important;
  28. margin-top: -125px !important;
  29. overflow: hidden !important;
  30. padding: 0px 0px 0px 10px !important;
  31. position: absolute !important;
  32. width: 0px !important;
  33. }
  34.  
  35. #friends .user_block .actions .friends_act[onclick*=deleteFriend],#friends .user_block .actions .friends_act[onmousedown*=deleteFriend]{
  36. background: url("http://vk.com/images/pics/statusx_op.gif") 0px 0px no-repeat transparent;
  37. height: 0px !important;
  38. line-height: 11px !important;
  39. overflow: hidden !important;
  40. padding: 11px 11px 0px 0px !important;
  41. width: 0px !important;
  42. display:inline-block !important;
  43. margin: 0 4px !important;
  44. }
  45. #friends .user_block .actions .friends_act[href*=write],#friends .user_block .actions .friends_act[href*=friends], #friends .user_block .actions .friends_act.lists_select{
  46. background: url("http://vk.com/images/icons/mono_iconset.gif") 0px -193px no-repeat transparent;
  47. height: 0px !important;
  48. line-height: 11px !important;
  49. overflow: hidden !important;
  50. padding: 11px 11px 0px 0px !important;
  51. width: 0px !important;
  52. display:inline-block !important;
  53. margin: 0 4px !important;
  54. }
  55.  
  56. #friends .user_block .actions .friends_act[href*=friends]{
  57. background-position: 0px -90px !important;
  58. }
  59. #friends .user_block .actions .friends_act.lists_select{
  60. background-position: 0px -15px !important;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement