Advertisement
Lizellea

Stein

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