Advertisement
Lizellea

Cloak

Nov 18th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
  4. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  5. @import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
  6.  
  7.  
  8. body {
  9. background-color: #000;
  10. background-image: url();
  11. background-position: center;
  12. background-repeat: repeat;
  13. background-size: 100% 100%;}
  14.  
  15. ::-webkit-scrollbar {
  16. width: 5px;
  17. height: 0px;
  18. background: ;
  19. }
  20. ::-webkit-scrollbar-thumb {
  21. background-color: #2B2B2A;
  22. -webkit-border-radius: 10px;
  23. border-radius: 10px;
  24. }
  25.  
  26. #image {
  27. position:fixed;
  28. z-index: -2;
  29. right:0%;
  30. bottom:0%;
  31. opacity:0.0;
  32. -webkit-animation: fade 15s;
  33. -moz-animation: fade 15s;
  34. -o-animation: fade 15s;
  35. -ms-animation: fade 15s;
  36. animation-delay:1s;
  37. -webkit-animation-fill-mode: forwards;
  38. -webkit-animation-delay:1s;
  39. animation-fill-mode: forwards;}
  40.  
  41. @-webkit-keyframes fade{
  42. from{
  43. opacity:0.0;}
  44. to{
  45. opacity:1.0;}}
  46. #image img{
  47. height: 100%;
  48. }
  49.  
  50. #frame {
  51. z-index: 3;
  52. background: url(http://i.imgur.com/dAx2fMY.gif);
  53. background-size: 100% 100%;
  54. background-position: center;
  55. background-repeat: no-repeat;
  56. position: absolute;
  57. border-top:3px #2B2B2A solid;
  58. border-left:3px #2B2B2A solid;
  59. border-right:3px #33475D solid;
  60. border-bottom:3px #33475D solid;
  61. top: 15%;
  62. left: 10%;
  63. height: 25%;
  64. width: 25%;
  65. -webkit-transition: all 2s ease-in-out;
  66. -moz-transition: all 2s ease-in-out;
  67. -o-transition: all 2s ease-in-out;
  68. -ms-transition: all 2s ease-in-out;
  69. transition: all 2s ease-in-out;
  70. }
  71. #frame:hover {
  72. z-index: 3;
  73. background: url(http://i.imgur.com/WI7ZvsJ.gif);
  74. background-size: 100% 100%;
  75. background-position: center;
  76. background-repeat: no-repeat;
  77. position: absolute;
  78. -webkit-transition: all 2s ease-in-out;
  79. -moz-transition: all 2s ease-in-out;
  80. -o-transition: all 2s ease-in-out;
  81. -ms-transition: all 2s ease-in-out;
  82. transition: all 2s ease-in-out;}
  83.  
  84. .navbar {Background-color: ; Position: absolute; Height: 13px; Width: 13.8%; Left: 15%; Top: 43%; padding: 4px;border-top:3px solid #33475D; z-index: 100; font-family: 'Unica One', cursive; font-weight: bold;}
  85.  
  86. .link1 {Position: absolute; Left: 12px;text-decoration:none;}
  87. .link2 {Position: absolute; Left: 43px;text-decoration:none;}
  88. .link3 {Position: absolute; Left: 75px;text-decoration:none;}
  89. .link4 {Position: absolute; Left: 120px;text-decoration:none;}
  90. .link5 {Position: absolute; Left: 155px;text-decoration:none;}
  91. .link6 {Position: absolute; Left: 187px;text-decoration:none;}
  92.  
  93. .content {
  94. z-index: -1;
  95. position: absolute;
  96. background-color: #;
  97. border:3px solid #33475D;
  98. font-family: PT Sans Narrow;
  99. font-size: 13px;
  100. padding: ;
  101. color: #ccc;
  102. height:25%;
  103. top:15%;
  104. left:10.2%;
  105. width: 24%;
  106. line-height:16px;
  107. overflow: auto;
  108. padding: 4px;
  109. opacity: 0;
  110. -webkit-transition: all 1s ease-out;
  111. -moz-transition: all 1s ease-out;
  112. -ms-transition: all 1s ease-out;
  113. -o-transition: all 1s ease-out;
  114. transition: all 1s ease-out;
  115. }
  116. .content:target {
  117. z-index: 10;
  118. opacity: 1;
  119. position: absolute;
  120. top: 50%;
  121. -webkit-transition: all 1s ease-out;
  122. -moz-transition: all 1s ease-out;
  123. -ms-transition: all 1s ease-out;
  124. -o-transition: all 1s ease-out;
  125. transition: all 1s ease-out;
  126. }
  127.  
  128. a {color: #5479A0; text-decoration: none; }
  129. a:hover {color: #353434; text-decoration: line-through;}
  130.  
  131. h1{
  132. color:#9B8050;
  133. font-size:19px;
  134. line-height: 14px;
  135. font-family:Permanent Marker;
  136. text-align: center;
  137. letter-spacing:1px;
  138. text-transform: uppercase;
  139. margin: 5px 5px 15px;
  140. text-shadow: 1px 0px 0px #,
  141. 0px 1px 0px #,
  142. -1px 0px 0px #,
  143. 0px -1px 0px #,
  144. 0px 0px 20px #;
  145. }
  146.  
  147. b, strong {color: #9B8050; font-weight: bold; text-decoration: none; text-transform: ;letter-spacing:1px;text-shadow: 0.0em 0 0 #;}
  148.  
  149.  
  150. </style>
  151.  
  152. <div id="image">
  153. <img src="http://i.imgur.com/urhHJVr.jpg">
  154. </div>
  155.  
  156. <div id="frame"></div>
  157.  
  158. <div class="navbar">
  159. <a class="link1" href="#1"><font size="2" color="#33475D">One</a></font>
  160. <a class="link2" href="#2"><font size="2" color="#33475D">Two</a></font>
  161. <a class="link3" href="#3"><font size="2" color="#33475D">Three</a></font>
  162. <a class="link4" href="#4"><font size="2" color="#33475D">Four</a></font>
  163. <a class="link5" href="#5"><font size="2" color="#33475D">Five</a></font>
  164. <a class="link6" href="#6"><font size="2" color="#33475D">Reset</a></font>
  165. </div></div>
  166.  
  167.  
  168. <div id="1" class="content">
  169. <h1>History</h1>
  170. Words <b>Bold</b> <i>Italics</i> <a href="link.com" target="_blank">Link</a>
  171. </div>
  172.  
  173. <div id="2" class="content">
  174. <h1>Powers</h1>
  175. tab 2
  176. </div>
  177.  
  178. <div id="3" class="content">
  179. <h1>Contacts</h1>
  180. <a target="_blank" href="https://roleplay.chat/profile.php?user=Name" target="_blank" title="Description here."><img src="url here" height="50" width="50" align="left"></a>
  181. <a target="_blank" href="https://roleplay.chat/profile.php?user=Name" target="_blank" title="Description here."><img src="url here" height="50" width="50" align="left"></a>
  182. <a target="_blank" href="https://roleplay.chat/profile.php?user=Name" target="_blank" title="Description here."><img src="url here" height="50" width="50" align="left"></a>
  183. <a target="_blank" href="https://roleplay.chat/profile.php?user=Name" target="_blank" title="Description here."><img src="url here" height="50" width="50" align="left"></a>
  184. <a target="_blank" href="https://roleplay.chat/profile.php?user=Name" target="_blank" title="Description here."><img src="url here" height="50" width="50" align="left"></a>
  185. </div>
  186.  
  187. <div id="4" class="content">
  188. <h1>Gallery</h1>
  189. <a target="_blank" href="http://i.imgur.com/ZNgkxdT.gif" target="_blank"><img src="http://i.imgur.com/ZNgkxdT.gif" height="50" width="50" align="left"></a>
  190. <a target="_blank" href="http://i.imgur.com/9N8Hjk6.jpg" target="_blank"><img src="http://i.imgur.com/9N8Hjk6.jpg" height="50" width="50" align="left"></a>
  191. <a target="_blank" href="http://i.imgur.com/wKfGIHg.jpg" target="_blank"><img src="http://i.imgur.com/wKfGIHg.jpg" height="50" width="50" align="left"></a>
  192. <a target="_blank" href="http://i.imgur.com/UDiv5Jz.jpg" target="_blank"><img src="http://i.imgur.com/UDiv5Jz.jpg" height="50" width="50" align="left"></a>
  193. <a target="_blank" href="http://i.imgur.com/a3M8CHC.jpg" target="_blank"><img src="http://i.imgur.com/a3M8CHC.jpg" height="50" width="50" align="left"></a>
  194. <a target="_blank" href="http://i.imgur.com/dt6PGl6.jpg" target="_blank"><img src="http://i.imgur.com/dt6PGl6.jpg" height="50" width="50" align="left"></a>
  195. <a target="_blank" href="http://i.imgur.com/fHs3lEz.png" target="_blank"><img src="http://i.imgur.com/fHs3lEz.png" height="50" width="50" align="left"></a>
  196. <a target="_blank" href="http://i.imgur.com/DzHrKFZ.jpg" target="_blank"><img src="http://i.imgur.com/DzHrKFZ.jpg" height="50" width="50" align="left"></a>
  197. <a target="_blank" href="http://i.imgur.com/qlJGGXN.png" target="_blank"><img src="http://i.imgur.com/qlJGGXN.png" height="50" width="50" align="left"></a>
  198. <a target="_blank" href="http://i.imgur.com/WhPnARw.jpg" target="_blank"><img src="http://i.imgur.com/WhPnARw.jpg" height="50" width="50" align="left"></a>
  199. <a target="_blank" href="http://i.imgur.com/kVUUvnw.png" target="_blank"><img src="http://i.imgur.com/kVUUvnw.png" height="50" width="50" align="left"></a>
  200. <a target="_blank" href="http://i.imgur.com/mGThkTR.jpg" target="_blank"><img src="http://i.imgur.com/mGThkTR.jpg" height="50" width="50" align="left"></a>
  201. <a target="_blank" href="http://i.imgur.com/zL52Jtk.jpg" target="_blank"><img src="http://i.imgur.com/zL52Jtk.jpg" height="50" width="50" align="left"></a>
  202. <a target="_blank" href="http://i.imgur.com/LFS4pP6.jpg" target="_blank"><img src="http://i.imgur.com/LFS4pP6.jpg" height="50" width="50" align="left"></a>
  203. <a target="_blank" href="http://i.imgur.com/o4GTHA1.jpg" target="_blank"><img src="http://i.imgur.com/o4GTHA1.jpg" height="50" width="50" align="left"></a>
  204. <a target="_blank" href="http://i.imgur.com/aLmKkOo.jpg" target="_blank"><img src="http://i.imgur.com/aLmKkOo.jpg" height="50" width="50" align="left"></a>
  205. <a target="_blank" href="http://i.imgur.com/K42BCqX.png" target="_blank"><img src="http://i.imgur.com/K42BCqX.png" height="50" width="50" align="left"></a>
  206. <a target="_blank" href="http://i.imgur.com/nspFaGC.jpg" target="_blank"><img src="http://i.imgur.com/nspFaGC.jpg" height="50" width="50" align="left"></a>
  207. <a target="_blank" href="http://i.imgur.com/yVYnKp9.jpg" target="_blank"><img src="http://i.imgur.com/yVYnKp9.jpg" height="50" width="50" align="left"></a>
  208. <a target="_blank" href="http://i.imgur.com/z4lqGCD.jpg" target="_blank"><img src="http://i.imgur.com/z4lqGCD.jpg" height="50" width="50" align="left"></a>
  209. <a target="_blank" href="http://i.imgur.com/usu9Vgt.png" target="_blank"><img src="http://i.imgur.com/usu9Vgt.png" height="50" width="50" align="left"></a>
  210. <a target="_blank" href="http://i.imgur.com/9Xq3wvd.gif" target="_blank"><img src="http://i.imgur.com/9Xq3wvd.gif" height="50" width="50" align="left"></a>
  211. <a target="_blank" href="http://i.imgur.com/P1lm7sA.jpg" target="_blank"><img src="http://i.imgur.com/P1lm7sA.jpg" height="50" width="50" align="left"></a>
  212. <a target="_blank" href="http://i.imgur.com/3VY1WPH.jpg" target="_blank"><img src="http://i.imgur.com/3VY1WPH.jpg" height="50" width="50" align="left"></a>
  213. </div>
  214.  
  215. <div id="5" class="content">
  216. <h1>Title Here</h1>
  217. tab 5
  218. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement