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.17 KB | None | 0 0
  1. .friends_bigph_wrap,#friends .user_block, #friends .user_block .actions,#friends .user_block .info, #friends .user_block .info_no_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 .info, #friends .user_block .info_no_actions{
  11. padding-left: 0px !important;
  12. }
  13. #friends .user_block .img {
  14. display: inline !important;
  15. }
  16.  
  17. #friends .user_block .actions {
  18.  height: 11px !important;
  19.  padding: 4px 0px !important;
  20. }
  21.  
  22. .friends_bigph_wrap,#friends .user_block .info, #friends .user_block .info_no_actions,#friends .user_block .actions  {
  23. float:none !important;
  24. }
  25.  
  26. #friends .user_block .online {
  27. background: #88A4C2 !important;
  28. border-radius: 10px !important;
  29. box-shadow: inset 2px 2px 4px #B3D8FF, 0px 0px 1px 1px #6F869E !important;
  30. height: 10px !important;
  31. margin-top: -125px !important;
  32. overflow: hidden !important;
  33. padding: 0px 0px 0px 10px !important;
  34. position: absolute !important;
  35. width: 0px !important;
  36. }
  37.  
  38. #friends .user_block .actions .friends_act[onclick*=deleteFriend],#friends .user_block .actions .friends_act[onmousedown*=deleteFriend]{
  39. background: url("http://vk.com/images/pics/statusx_op.gif") 0px 0px no-repeat transparent;
  40. height: 0px !important;
  41. line-height: 11px !important;
  42. overflow: hidden !important;
  43. padding: 11px 11px 0px 0px !important;
  44. width: 0px !important;
  45. display:inline-block !important;
  46. margin: 0 4px !important;
  47. }
  48. #friends .user_block .actions .friends_act[href*=write],#friends .user_block .actions .friends_act[href*=friends], #friends .user_block .actions .friends_act.lists_select{
  49. background: url("http://vk.com/images/icons/mono_iconset.gif") 0px -193px no-repeat transparent;
  50. height: 0px !important;
  51. line-height: 11px !important;
  52. overflow: hidden !important;
  53. padding: 11px 11px 0px 0px !important;
  54. width: 0px !important;
  55. display:inline-block !important;
  56. margin: 0 4px !important;
  57. }
  58.  
  59. #friends .user_block .actions .friends_act[href*=friends]{
  60. background-position: 0px -90px !important;
  61. }
  62. #friends .user_block .actions .friends_act.lists_select{
  63. background-position: 0px -15px !important;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement