Advertisement
hekirei

CssPerfil

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