Khalessi-Hale

avatarep.css (edited)

Oct 17th, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.89 KB | None | 0 0
  1. .modal_avatar {
  2.     display: none;
  3.     width: auto;
  4.     height: auto;
  5.     background: #f0f0f0;
  6.     border: none;
  7.     border-radius: 10px;
  8.     position: absolute;
  9.     z-index: 99999;}
  10.  
  11. .modal_avatar_hover {
  12.     width: auto;
  13.     height: auto;
  14.     background: #f0f0f0;
  15.     border: none;
  16.     border-radius: 10px;
  17.     position: absolute;
  18.     z-index: 99999;
  19. }
  20.  
  21. .tavatar {
  22.     padding: 0px 10px;
  23.     text-align: center;
  24. }
  25.  
  26. .tavatar img {
  27.     max-height: 80px;
  28.     max-width: 80px;
  29.     padding: 8px;}
  30.  
  31. .avatarep_online {
  32.     border-left: 3px solid #008000;
  33.     box-shadow: 1px 1px 2px 1px rgba(14, 252, 14, 0.8);
  34.     border-radius: 3px;
  35.     opacity: 0.9;}
  36.  
  37. .avatarep_offline {
  38.     border-left: 3px solid #FFA500;
  39.     box-shadow: 1px 1px 2px 1px rgba(252, 165, 14, 0.8);
  40.     border-radius: 3px;
  41.     opacity: 0.9;}
  42.  
  43. .hr {
  44.     background-color:#FFA500;
  45. }
  46.  
  47. .trow_profile {
  48.     vertical-align: top;
  49.     padding-left: 9px;
  50.     width:340px;
  51.     color:#424242;
  52. }
  53.  
  54. .trow_profile a {
  55.     color: #051517;
  56. }
  57.  
  58. .trow_profile a:hover {
  59.     color: #e09c09;
  60. }
  61.  
  62. .trow_uprofile {
  63.     min-height:175px;
  64.     line-height:1.2;
  65. }
  66.  
  67. .trow_uname {
  68.     font-size:15px;
  69. }
  70.  
  71. .trow_memprofile {
  72.     font-size:11px;
  73.     font-weight:bold;
  74. }
  75.  
  76. .trow_status {
  77.     font-size: 11px;
  78. }
  79.  
  80. .avatarep_img_contributor {
  81.     padding: 2px;
  82.     border: 1px solid #D8DFEA;
  83.     width: 20px;
  84.     height: 20px;
  85.     border-radius: 65%;
  86.     opacity: 0.9;  
  87.     margin: 2px 5px 0px 2px;
  88.     float: left;
  89. }
  90.  
  91. .avatarep_img {
  92.     float: right;
  93.     clear: left;
  94.     width: 70px;
  95.     height: 70px;
  96.     border-radius: 65%;
  97.     opacity: 0.5;
  98.     right: 70px;
  99. }
  100.  
  101. .avatarep_fd {
  102.     float: right;
  103.     clear: left;
  104.     width: 70px;
  105.     height: 70px;
  106.     border-radius: 65%;
  107.     opacity: 0.5;
  108.     right: 70px;
  109. }
  110.  
  111. .avatarep_fda,.avatarep_fdl,.avatarep_fdan,.avatarep_fda_mine,.avatarep_fdl_mine {
  112.     float:left
  113. }
  114. .avatarep_fda,.avatarep_fda_mine{
  115.     margin-right:15px
  116. }
  117.  
  118. .avatarep_fdl_img{
  119.     width: 20px;
  120.     height: 20px;
  121.     border-radius: 50px;
  122.     position: absolute;
  123.     margin-left: -35px;
  124.     margin-top: 25px;
  125.     border: 1px solid #424242;
  126.     padding: 2px;
  127. }
  128.  
  129. @media screen and (max-width: 450px)
  130. {
  131.    
  132. .tavatar img {
  133.     height:30px;
  134.     width: 30px;
  135.     padding: 2px;
  136. }  
  137. .trow_uname{
  138.     font-size:12px;
  139. }
  140. .avatarep_img_contributor{
  141.     padding: 2px;
  142.     border: 1px solid #D8DFEA;
  143.     width: 19px;height: 19px;
  144.     border-radius: 50%;
  145.     opacity: 0.9;  
  146.     margin: 2px 5px 0px 2px;
  147.     float: left;
  148. }
  149. .avatarep_img {
  150.     padding: 2px;
  151.     border: 1px solid #D8DFEA;
  152.     width: 19px;
  153.     height: 19px;
  154.     border-radius: 50%;
  155.     opacity: 0.9;
  156.     margin: 0px 5px 0px 2px;
  157. }
  158. .avatarep_fd {
  159.     float:left;
  160.     margin: auto;
  161.     padding: 0px 10px 0px 0px;
  162.     width:20px;
  163.     height:20px;
  164. }
  165. .avatarep_fda,.avatarep_fdl,.avatarep_fdan,.avatarep_fda_mine,.avatarep_fdl_mine {
  166.     float:left
  167. }
  168. .avatarep_fda,.avatarep_fda_mine {
  169.     margin-right:15px
  170. }
  171.    
  172. .avatarep_fdl_img {
  173.     width: 20px;
  174.     height: 20px;
  175.     border-radius: 50px;
  176.     position: absolute;
  177.     margin-left: -35px;
  178.     margin-top: 25px;
  179.     border: 1px solid #424242;
  180.     padding: 2px;
  181. }
  182. }
Add Comment
Please, Sign In to add comment