Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. /* POPUP MENU*/
  2. .tavatar {
  3. padding: 0px 10px;
  4. text-align: center;
  5. }
  6.  
  7. .tavatar img {
  8. height: 80px;
  9. width: 80px;
  10. padding: 8px;
  11. }
  12.  
  13. .avatarep_online {
  14. border: 1px solid #008000;
  15. box-shadow: 1px 1px 4px 2px rgba(14, 252, 14, 0.8);
  16. border-radius: 5px;
  17. opacity: 0.8;
  18. }
  19.  
  20. .avatarep_offline{
  21. border: 1px solid #FFA500;
  22. box-shadow: 1px 1px 4px 2px rgba(252, 165, 14, 0.8);
  23. border-radius: 5px;
  24. opacity: 0.8;
  25. }
  26.  
  27. .hr {
  28. background-color:#089;
  29. }
  30.  
  31. .trow_profile{
  32. vertical-align: top;
  33. padding-left: 9px;
  34. width:340px;
  35. color:#424242;
  36. }
  37.  
  38. .trow_profile a{
  39. color: #051517;
  40. }
  41.  
  42. .trow_profile a:hover{
  43. color: #e09c09;
  44. }
  45.  
  46. .trow_uprofile{
  47. min-height:175px;
  48. line-height:1.2;
  49. }
  50.  
  51. .trow_uname{
  52. font-size:15px;
  53. }
  54.  
  55. .trow_memprofile{
  56. font-size:11px;
  57. font-weight:bold;
  58. }
  59.  
  60. .trow_status{
  61. font-size: 11px;
  62. }
  63.  
  64. .avatarep_img{
  65. padding: 3px;
  66. border: 1px solid #D8DFEA;
  67. width: 40px;
  68. height: 40px;
  69. border-radius: 50%;
  70. opacity: 0.9;
  71. }
  72.  
  73. .avatarep_fs{
  74. position: relative;
  75. font-size: 12px;
  76. }
  77.  
  78. /* Fix avatar margin for Chrome and Safari */
  79. @media screen and (-webkit-min-device-pixel-ratio:0) {
  80. .avatarep_fs{ margin-left: 62px !important; }
  81. .avatarep_fd { margin-top: -30px; }
  82. }
  83.  
  84. .avatarep_fd{
  85. margin-left: -5px;
  86. margin-top: -40px;
  87. position: relative;
  88. float: left;
  89. padding: 0 5px;
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement