Advertisement
hekirei

CssPerfil

Apr 30th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. <style>
  2. .video{
  3. position:absolute;
  4. top:-50%;
  5. left:0%;
  6. width:100%;
  7. height:200%;
  8. z-index:6;
  9. pointer-events:all;
  10. overflow-x:hidden;
  11. overflow-y:hidden;
  12. transition: all 2s ease-in-out;
  13. }
  14.  
  15. .acontvideo:hover, .avideo.hover_effect {
  16. transform: translate(0px ,0px) scale(2,2);
  17. top:0%;
  18. height:100%;
  19. opacity:0.8;
  20.  
  21. }
  22.  
  23.  
  24. .contvideo{
  25. background-color:#000;
  26. position: absolute;
  27. height: 50%;
  28. width: 50%;
  29. z-index: 4;
  30. opacity: 1.5;
  31. border-radius:10px;
  32. top: 20%;
  33. transition: all 2s ease-in-out;
  34. left: 25%;
  35. border:0px solid #c0bccd;
  36. }
  37. .fondo1{
  38. position: absolute;
  39. height: 102%;
  40. width: 102%;
  41. z-index: 2;
  42. top: -1%;
  43. left: -1%;
  44. background: #000 url(http://orig00.deviantart.net/a9d7/f/2016/039/9/e/gifdefondo_by_hekirei-d9r1tar.gif);
  45. background-size: 20% 20%;
  46. margin: 0%;
  47. }
  48. .barranegra{
  49. background-color: black;
  50. position: absolute;
  51. z-index: 1;
  52. width: 100%;
  53. height: 100%;
  54. left: 0%;
  55. top: 0%;
  56. }
  57. .chicaanime{
  58. position: absolute;
  59. z-index: 1;
  60. height: 75%;
  61. width: 20%;
  62. top: 20%;
  63. left: 0%;
  64. }
  65. .gif1{
  66. position: absolute;
  67. z-index: 2;
  68. height: 33%;
  69. width: 25%;
  70. left: 15%;
  71. top: 70%;
  72. }
  73.  
  74. .gifanime{
  75.  
  76. position: absolute;
  77. z-index: 2;
  78. height: 30%;
  79. width: 20%;
  80. left: 40%;
  81. top: 70%;
  82. }
  83. .visitlogger{
  84. position:absolute;
  85. height:4%;
  86. width:7%;
  87. background-color:#858585;
  88. z-index:2;
  89. border-radius:1%;
  90. -webkit-transition:all 1s ease;
  91. -o-transition:all 1s ease;
  92. transition:all 1s ease;
  93. top: 70%;
  94. left:1%;
  95.  
  96. }
  97. .barry1{
  98. text-align: center;
  99. }
  100. .barry1:hover{
  101. opacity: 0.0;
  102. }
  103. .visitlogger:hover{
  104. width:100%;
  105. height:100%;
  106. position:absolute;
  107. border-radius:0%;
  108. background: transparent;
  109. -webkit-transition:all 1s ease;
  110. -o-transition:all 1s ease;
  111. transition:all 1s ease;
  112. left:1%;
  113. top: 0%;
  114. }
  115. .barry{
  116. position:absolute;
  117. height:100%;
  118. width:100%;
  119. background-position: absolute;
  120. background-size: 100% 100%;
  121. opacity: 0.0;
  122. -webkit-transition:all 1s ease;
  123. -o-transition:all 1s ease;
  124. transition:all 1s ease;
  125. left:0%;
  126. }
  127. .barry:hover{
  128. background:url("http://www.dayztv.com/wp-content/uploads/avatars/4466/2a1e0fc0b926915dd330bcb689720452-bpthumb.png" )no-repeat;
  129. background-size: 25% 100%;
  130. opacity: 1.0;
  131. }
  132. .transparent{
  133. position: relative;
  134. z-index: 99;
  135. height: 100%;
  136. width: 100%;
  137. left: 25%;
  138. }
  139. .bgazul{
  140. position: absolute;
  141. z-index: 1;
  142. height: 100%;
  143. width: 60%;
  144. right: 0%;
  145. }
  146. .madara{
  147. position: absolute;
  148. z-index: 5;
  149. height: 90%;
  150. width: 30%;
  151. right: 0%;
  152. top:
  153. }
  154. #chatwithme {
  155. color: aqua;
  156. text-align: center;
  157. position:absolute;
  158. height:100%;
  159. left:0%;
  160. top:0%;
  161. width:100%;
  162. }
  163. .charlar{
  164. left: 40%;
  165. top: 85%;
  166. position: absolute;
  167. z-index: 16;
  168. height: 7%;
  169. width: 15%;
  170. opacity: 0.5;
  171. background-color: #6b6b6b;
  172. border-radius: 10px 30px 10px 10px;
  173. box-shadow: 5px 5px 5px #00fcff;
  174. -webkit-transition:all 1s ease;
  175. -o-transition:all 1s ease;
  176. transition:all 1s ease;
  177.  
  178. }
  179. .charlar:hover{
  180. opacity: 1;
  181. box-shadow: 10px 10px 5px #00fcff;
  182. }
  183. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement