Advertisement
Lizellea

Pale Tits

Oct 22nd, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Comfortaa);
  4. @import url(https://fonts.googleapis.com/css?family=Montez);
  5.  
  6. ::-webkit-scrollbar {
  7. width: 3px;
  8. height: 0px;
  9. background:;
  10. }
  11.  
  12. ::-webkit-scrollbar-thumb {
  13. background-color:#482C66;
  14. -webkit-border-radius: 10px;
  15. border-radius: 10px;
  16. }
  17.  
  18. body{
  19. background: url(http://i.imgur.com/Awus24Q.jpg?1);
  20. background-repeat: no-repeat;
  21. background-size: 100% 100%;
  22. background-position: center;
  23. overflow: hidden;
  24. }
  25.  
  26. .tab1{height: 70px;width: 70px;background: url(http://i.imgur.com/6YfjJZm.png) no-repeat;background-size: 100% 100%;position: fixed;top: 13%;left: 18%;-webkit-animation-name: spin;
  27. -webkit-animation-duration: 25000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -ms-animation-name: spin; -o-animation-name: spin;z-index: 2;}@-webkit-keyframes spin {from { -webkit-transform: rotate(0deg); }to { -webkit-transform: rotate(360deg); }}
  28.  
  29. .tab2{height: 70px;width: 70px;background: url(http://i.imgur.com/6YfjJZm.png) no-repeat;background-size: 100% 100%;position: fixed;top: 25%;left: 13%;-webkit-animation-name: spin2;
  30. -webkit-animation-duration: 20000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin2; -ms-animation-name: spin2; -o-animation-name: spin2;z-index: 2;}@-webkit-keyframes spin2 {from { -webkit-transform: rotate(0deg); }to { -webkit-transform: rotate(-360deg); }}
  31.  
  32. .tab3{height: 70px;width: 70px;background: url(http://i.imgur.com/6YfjJZm.png) no-repeat;background-size: 100% 100%;position: fixed;top: 45%;left: 12%;-webkit-animation-name: spin3;
  33. -webkit-animation-duration: 15000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin3; -ms-animation-name: spin3; -o-animation-name: spin3;z-index: 2;}@-webkit-keyframes spin3 {from { -webkit-transform: rotate(0deg); }to { -webkit-transform: rotate(360deg); }}
  34.  
  35. .tab4{height: 70px;width: 70px;background: url(http://i.imgur.com/6YfjJZm.png) no-repeat;background-size: 100% 100%;position: fixed;top: 66%;left: 13%;-webkit-animation-name: spin4;
  36. -webkit-animation-duration: 10000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin4; -ms-animation-name: spin4; -o-animation-name: spin4;z-index: 2;}@-webkit-keyframes spin4 {from { -webkit-transform: rotate(0deg); }to { -webkit-transform: rotate(-360deg); }}
  37.  
  38. .tab5{height: 70px;width: 70px;background: url(http://i.imgur.com/6YfjJZm.png) no-repeat;background-size: 100% 100%;position: fixed;top: 78%;left: 18%;-webkit-animation-name: spin5;
  39. -webkit-animation-duration: 30000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin5; -ms-animation-name: spin5; -o-animation-name: spin5;z-index: 2;}@-webkit-keyframes spin5 {from { -webkit-transform: rotate(0deg); }to { -webkit-transform: rotate(360deg); }}
  40.  
  41.  
  42. #infobackground{
  43. position: absolute;
  44. z-index: 3;
  45. left: 20%;
  46. top:25%;
  47. border: 5px groove #f6b63a;
  48. height:50%;
  49. width:20%;
  50. background-color:#000;
  51. overflow-x:auto;
  52. overflow-y:auto;
  53. box-shadow: -0.3vw 0.3vw 0.3vw #000;
  54. overflow: hidden;
  55. opacity:0.9;}
  56.  
  57. #infobox{
  58. position: absolute;
  59. z-index: 5;
  60. left: 0%;
  61. top:0%;
  62. border: 5px groove #;
  63. height:100%;
  64. width:100%;
  65. background-color:#;
  66. overflow-x:auto;
  67. overflow-y:auto;
  68. font-family: Comfortaa;
  69. font-size:13px;
  70. color:#fefb92;
  71. opacity:1;}
  72.  
  73. h1{
  74. color: #05b6d7;
  75. text-shadow: -0.1vw 0.1vw 0.1vw #fff;
  76. font-family: montez;
  77. font-size: 5vh;
  78. letter-spacing: 0.1vw;
  79. font-weight: normal;
  80. text-align: center;
  81. margin-top:0px;
  82. margin-bottom:2px;
  83. Border-bottom: 1px solid #f6b63a;
  84. Border-left: 20px solid #0b9c93;
  85. Border-right: 20px solid #C91515;
  86. }
  87.  
  88.  
  89. b, strong { color: #ccc;font-size:14px;}
  90.  
  91. a:active, a:link, a:visited {
  92. color: #2E87F4;
  93. text-decoration: none;
  94. -webkit-transition: all 0.4s ease-in;
  95. -moz-transition: all 0.4s ease-in;
  96. -ms-transition: all 0.4s ease-in;
  97. -o-transition: all 0.4s ease-in;
  98. transition: all 0.4s ease-in;
  99. }
  100.  
  101. a:hover {
  102. color: #fff;
  103. -moz-transition-duration:0.5s;
  104. -webkit-transition-duration:0.5s;
  105. -o-transition-duration:0.5s;
  106. transition-duration:0.5s;
  107. }
  108.  
  109.  
  110. </style>
  111. <img src="http://i.imgur.com/DpZanAA.png" height="100%" style="position:fixed; bottom:0%; right: 0%;">
  112. <a href="http://i.imgur.com/qabb7kI.jpg" title="Profile by Pachi/Tohsaka"><img src="http://i.imgur.com/K7IdUM2.png" height="20%" style="position:fixed; bottom:0%; left: 0%;"></a>
  113.  
  114. <a href="#1"><div class="tab1"></div></a>
  115. <a href="#2"><div class="tab2"></div></a>
  116. <a href="#3"><div class="tab3"></div></a>
  117. <a href="#4"><div class="tab4"></div></a>
  118. <a href="#5"><div class="tab5"></div></a>
  119.  
  120. <div id="infobackground">
  121. <div id="infobox">
  122. <center>
  123. <div style="height: 100%; overflow-y: hidden;">
  124. <a name="1"></a>
  125. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  126. <h1>Title</h1>
  127. Tab 1 <b>Bold</b> <i>Italic</i> <a href="link.com" target="_blank">Link</a>
  128. </div>
  129.  
  130. <a name="2"></a>
  131. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  132. <h1>Title</h1>
  133. Tab 2
  134. </div>
  135.  
  136.  
  137. <a name="3"></a>
  138. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  139. <h1>Title</h1>
  140. Tab 3
  141. </div>
  142.  
  143. <a name="4"></a>
  144. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  145. <h1>Title</h1>
  146. Tab 4
  147. </div>
  148.  
  149. <a name="5"></a>
  150. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  151. <h1>Title</h1>
  152. Tab 5
  153. </div>
  154. </div>
  155. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement