Advertisement
Hardrockdesign

Admin Widget

May 30th, 2015
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. ----------------------- CSS -----------------------
  2.  
  3. #staff a {
  4. width: 60px;
  5. line-height: 100%;
  6. background: #000;
  7. display: inline-block;
  8. font-size: 10px;
  9. font-family: calibri;
  10. color: #eee;
  11. text-align: center;
  12. padding-top: 2px;
  13. padding-bottom: 2px;
  14. margin:1px;
  15. }
  16.  
  17. #staff {
  18. width: 160px;
  19. height: 80px;
  20. overflow: hidden;
  21. position: relative;
  22. border: 5px solid #000;
  23. margin-bottom: 10px;
  24. }
  25. #staff .efect2 {
  26. position: absolute;
  27. width: 160px;
  28. height: 80px;
  29. transition:1.5s;
  30. overflow: hidden;
  31. }
  32.  
  33. #staff:hover .efect2 {
  34. width: 0px;
  35. height: 0px;
  36. transition:1.5s;
  37. }
  38.  
  39. ----------------------- HTML ----------------------
  40.  
  41. <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Dancing+Script:400,700" />
  42. <center>
  43.  
  44. <div id="staff">
  45.  
  46. <div class="efect2">
  47.  
  48. <div style="width: 160px; height: 80px; background:url(http://i.imgur.com/Eul4kf9.jpg);">
  49.  
  50. </div>
  51.  
  52. </div>
  53.  
  54. <div style="width: 160px; height: 80px; background:#D1D1D1;">
  55.  
  56. <div style="font-family: Dancing Script; font-size: 20px; text-align: center; padding-top: 10px; line-height: 100%; color: #000; font-weight: bold; padding-bottom: 10px;">
  57. Nombre Apellido
  58. </div><a href="">Enviar MP</a><a href="">Ver perfil</a>
  59. </div>
  60.  
  61. </div>
  62. <div id="staff">
  63.  
  64. <div class="efect2">
  65.  
  66. <div style="width: 160px; height: 80px; background:url(http://i.imgur.com/Eul4kf9.jpg);">
  67.  
  68. </div>
  69.  
  70. </div>
  71.  
  72. <div style="width: 160px; height: 80px; background:#D1D1D1;">
  73.  
  74. <div style="font-family: Dancing Script; font-size: 20px; text-align: center; padding-top: 10px; line-height: 100%; color: #000; font-weight: bold; padding-bottom: 10px;">
  75. Nombre Apellido
  76. </div><a href="">Enviar MP</a><a href="">Ver perfil</a>
  77. </div>
  78.  
  79. </div>
  80. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement