Guest User

Untitled

a guest
Dec 13th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. #networks{
  2. position:fixed !important;
  3.  
  4. left:0px; padding-top:5px;
  5.  
  6. top:0px;
  7.  
  8. padding-bottom:12px;
  9.  
  10. left:0px;
  11.  
  12. text-align:center;
  13.  
  14. height:5px;
  15.  
  16. width:115px;
  17.  
  18. overflow:hidden;
  19.  
  20.  
  21. -webkit-transition: opacity 0.8s linear;
  22.  
  23. -webkit-transition: all 0.8s ease-in-out;
  24.  
  25. -moz-transition: all 0.8s ease-in-out;
  26.  
  27. -o-transition: all 0.8s ease-in-out;
  28.  
  29. background:#ffffff;
  30.  
  31. z-index:999;
  32.  
  33. }
  34.  
  35. #networks:hover{
  36.  
  37. border:0px;
  38.  
  39.  
  40. height:350px;
  41.  
  42. width:115px;
  43.  
  44. z-index:999999999;
  45.  
  46. }
  47.  
  48.  
  49. #kool{
  50. position:fixed !important;
  51.  
  52. left:0px; padding-top:5px;
  53.  
  54. top:0px;
  55.  
  56. padding-bottom:12px;
  57.  
  58. left:130px;
  59.  
  60. text-align:center;
  61.  
  62. height:5px;
  63.  
  64. width:110px;
  65.  
  66. overflow:hidden;
  67.  
  68.  
  69. -webkit-transition: opacity 0.8s linear;
  70.  
  71. -webkit-transition: all 0.8s ease-in-out;
  72.  
  73. -moz-transition: all 0.8s ease-in-out;
  74.  
  75. -o-transition: all 0.8s ease-in-out;
  76.  
  77. background:#f8b8a1;
  78.  
  79. z-index:9999;
  80.  
  81. }
  82.  
  83. #kool:hover{
  84.  
  85. border:0px;
  86.  
  87.  
  88. height:320px;
  89.  
  90. width:110px;
  91.  
  92. z-index:999999999;
  93.  
  94. background:#ffffff;
  95. }
  96. #kool img:hover {
  97. -moz-transform: scale(3);
  98. -webkit-transform: scale(3);
  99. -o-transform: scale(3);
  100. -ms-transform: scale(3);
  101. transform: scale(3);
  102. }
  103. #mofos{
  104. position:fixed !important;
  105.  
  106. left:0px; padding-top:0px;
  107.  
  108. top:230px;
  109.  
  110. padding-bottom:12px;
  111.  
  112. left:89.5px;
  113.  
  114. text-align:center;
  115.  
  116. height:5px;
  117.  
  118. width:110px;
  119.  
  120. overflow:hidden;
  121.  
  122.  
  123. -webkit-transition: opacity 0.8s linear;
  124.  
  125. -webkit-transition: all 0.8s ease-in-out;
  126.  
  127. -moz-transition: all 0.8s ease-in-out;
  128.  
  129. -o-transition: all 0.8s ease-in-out;
  130.  
  131. background: transparent;
  132.  
  133. z-index:9999;
  134.  
  135. }
  136.  
  137. #mofos:hover{
  138.  
  139. border:0px;
  140.  
  141.  
  142. height:320px;
  143.  
  144. width:110px;
  145.  
  146. z-index:999999999;
  147.  
  148. background:#ffffff;
  149. }
Add Comment
Please, Sign In to add comment