Advertisement
Lizellea

Stein Profile

Dec 31st, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Special+Elite);
  3. @import url(https://fonts.googleapis.com/css?family=IM+Fell+English+SC);
  4. @import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);
  5.  
  6. body {
  7. background-image:url('http://i.imgur.com/bEQy2ZC.jpg');
  8. background-color: #000;
  9. background-attachment:fixed;
  10. background-repeat:no-repeat;
  11. background-size:100% 100%;
  12. }
  13.  
  14. ::-webkit-scrollbar { width: 4px; }
  15. ::-webkit-scrollbar-track { border-radius: 2px; background-color: #; }
  16. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #; }
  17.  
  18.  
  19. h1 {width: 100%; height: auto; font-size: 20px;font-family:Arial;margin-top:1px; margin-bottom: 5px; text-align: center; color: #000;}
  20. b, strong { color: #8B8B8B;text-shadow: 0.1vw 0.1vw 0.1vw #;}
  21.  
  22. a {color: #000000; text-decoration: none; }
  23. a:hover {color: #878686; text-decoration: line-through;}
  24.  
  25. #stein {
  26. position:absolute;
  27. left:-100%;
  28. top:-100%;
  29. }
  30.  
  31. #stein + label {
  32. width: 50%;
  33. height: 100%;
  34. position: absolute;
  35. left: 24%;
  36. margin: 0;
  37. bottom: 0%;
  38. background-image: url('http://i.imgur.com/J399xwb.png');
  39. background-repeat: no-repeat;
  40. background-position: center;
  41. background-size: 100% 100%;
  42. opacity: 1;
  43. z-index: 2;
  44. transition: all 0.6s ease-out;
  45. -moz-transition: all 0.6s ease-out;
  46. -ms-transition: all 0.6s ease-out;
  47. -o-transition: all 0.6s ease-out;
  48. transition: all 0.6s ease-out;
  49. }
  50.  
  51. #stein:checked + label {
  52. position: absolute;
  53. bottom: 0;
  54. left: 0%;
  55. height: 100%;
  56. width: 65%;
  57. background-image: url('http://i.imgur.com/dWwEVyu.png');
  58. background-repeat: no-repeat;
  59. background-position: center;
  60. background-size: 100% 100%;
  61. z-index: 3;
  62. transition: all 0.6s ease-out;
  63. -webkit-transition: all 0.6s ease-out;
  64. -moz-transition: all 0.6s ease-out;
  65. -ms-transition: all 0.6s ease-out;
  66. -o-transition: all 0.6s ease-out;
  67. transition: all 0.6s ease-out;
  68. }
  69.  
  70. #stein:checked ~ .Box {
  71. position: absolute;
  72. width: 25%;
  73. left: 65%;
  74. opacity: 1;
  75. z-index: 1;
  76. transition: all 2s ease-out;
  77. -webkit-transition: all 2s ease-out;
  78. -moz-transition: all 2s ease-out;
  79. -ms-transition: all 2s ease-out;
  80. -o-transition: all 2s ease-out;
  81. transition: all 2s ease-out;
  82. }
  83.  
  84. #stein:checked ~ .Navi {
  85. position: absolute;
  86. width: 25%;
  87. left: 65.5%;
  88. opacity: 1;
  89. z-index: 1;
  90. transition: all 2s ease-out;
  91. -webkit-transition: all 2s ease-out;
  92. -moz-transition: all 2s ease-out;
  93. -ms-transition: all 2s ease-out;
  94. -o-transition: all 2s ease-out;
  95. transition: all 2s ease-out;
  96. }
  97.  
  98. .Box {
  99. position: absolute;
  100. height: 30%;
  101. width: 25%;
  102. left: 65%;
  103. background-color: #282626;
  104. border: 5px solid #000;
  105. top: 36%;
  106. opacity: 0;
  107. color: #fff;
  108. font-family: arial;
  109. font-size: 13px;
  110. line-height:11px;
  111. padding:2px;
  112. z-index: -1;
  113. overflow: auto;
  114. -webkit-transition: all 1s ease-out;
  115. -moz-transition: all 1s ease-out;
  116. -ms-transition: all 1s ease-out;
  117. -o-transition: all 1s ease-out;
  118. transition: all 1s ease-out;
  119. }
  120.  
  121. .Landing {
  122. position: absolute;
  123. height: 100%;
  124. width: 100%;
  125. left: 0%;
  126. background-color: #282626;
  127. top: 0%;
  128. opacity: 1;
  129. color: #fff;
  130. font-family: arial;
  131. font-size: 13px;
  132. line-height:11px;
  133. padding:2px;
  134. z-index: 1;
  135. overflow: auto;
  136. }
  137.  
  138. .Boxcontent {
  139. position: absolute;
  140. height: 100%;
  141. width: 100%;
  142. left: 0%;
  143. background-color: #282626;
  144. top: 0%;
  145. opacity: 0;
  146. color: #fff;
  147. font-family: arial;
  148. font-size: 13px;
  149. line-height:11px;
  150. padding:2px;
  151. z-index: -1;
  152. overflow: auto;
  153. -webkit-transition: all 1s ease-out;
  154. -moz-transition: all 1s ease-out;
  155. -ms-transition: all 1s ease-out;
  156. -o-transition: all 1s ease-out;
  157. transition: all 1s ease-out;
  158. }
  159.  
  160. .Boxcontent:target {
  161. opacity: 1;
  162. z-index: 2;
  163. -webkit-transition: all 1s ease-out;
  164. -moz-transition: all 1s ease-out;
  165. -ms-transition: all 1s ease-out;
  166. -o-transition: all 1s ease-out;
  167. transition: all 1s ease-out;
  168. }
  169.  
  170. .Navi {
  171. position: absolute;
  172. height: 2%;
  173. width: 25%;
  174. left: 65.5%;
  175. background-color: #;
  176. border: 1px solid #;
  177. top: 69%;
  178. opacity: 0;
  179. z-index: -1;
  180. overflow:auto;
  181. transition: all 1s ease-out;
  182. -webkit-transition: all 1s ease-out;
  183. -moz-transition: all 1s ease-out;
  184. -ms-transition: all 1s ease-out;
  185. -o-transition: all 1s ease-out;
  186. transition: all 1s ease-out;
  187. }
  188.  
  189. .tab1 { z-index:10; position: absolute; top: 0%; left: 1%; width: 45px; height: 10px; border:2px solid #000;background-color: #777777;}
  190. .tab2 { z-index:10; position: absolute; top: 0%; left: 23%; width: 45px; height: 10px; border:2px solid #000;background-color: #777777;}
  191. .tab3 { z-index:10; position: absolute; top: 0%; left: 44%; width: 45px; height: 10px; border:2px solid #000;background-color: #777777;}
  192. .tab4 { z-index:10; position: absolute; top: 0%; left: 65%; width: 45px; height: 10px; border:2px solid #000;background-color: #777777;}
  193. .tab5 { z-index:10; position: absolute; top: 0%; left: 87%; width: 45px; height: 10px; border:2px solid #000;background-color: #777777;}
  194.  
  195. #credit{ position: fixed;
  196. right: 1px;
  197. bottom: 0px;
  198. font-family: Arial;
  199. font-variant: normal;
  200. font-weight: normal;
  201. font-size: 90%;
  202. color: #000;
  203. z-index:1;}
  204.  
  205. </style>
  206. <div id="credit">
  207. Layout © <a href="profile.php?user=Pachi" target="_blank" title="This profile was made for this character.
  208. Do not take, alter, change, or take the credit off in any way without permission.
  209. If you wish something like this then contact the creator.">Pachi</a>
  210. </div>
  211.  
  212. <input type="checkbox" name="toggle" id="stein" />
  213. <label for="stein"></label>
  214. <div class="Navi">
  215. <a href="#1"><div class="tab1"></div></a>
  216. <a href="#2"><div class="tab2"></div></a>
  217. <a href="#3"><div class="tab3"></div></a>
  218. <a href="#4"><div class="tab4"></div></a>
  219. <a href="#5"><div class="tab5"></div></a>
  220. </div>
  221.  
  222.  
  223. <div class="Box">
  224. <div id="1" class="Landing">
  225. <br>
  226. <h1>Title</h1>
  227. Tab1 <b>Bold</b> <i>Italic</i> <a href="link.com" target="_blank">Link</a>
  228.  
  229. </div>
  230.  
  231. <div id="2" class="Boxcontent">
  232. <br>
  233. <h1>Title</h1>
  234. Tab2
  235.  
  236.  
  237. </div>
  238.  
  239. <div id="3" class="Boxcontent">
  240. <br>
  241. <h1>Title</h1>
  242. Tab3
  243.  
  244.  
  245. </div>
  246.  
  247. <div id="4" class="Boxcontent">
  248. <br>
  249. <h1>Title</h1>
  250. Tab4
  251.  
  252.  
  253. </div>
  254.  
  255. <div id="5" class="Boxcontent">
  256. <br>
  257. <h1>Title</h1>
  258. Tab5
  259.  
  260.  
  261. </div>
  262. </div>
  263. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement