thisisnotras

twelve

Mar 11th, 2020
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Gayathri&display=swap');
  4.  
  5. body{
  6. background: gray;
  7. overflow: hidden;
  8. background-image:url(https://www.transparenttextures.com/patterns/billie-holiday.png);
  9. }
  10.  
  11. a{
  12. text-decoration: none;
  13. font-weight: 600;
  14. color: black;}
  15.  
  16. a:hover{
  17. text-decoration: underline;}
  18.  
  19. #theswitch{
  20. position: absolute;
  21. margin: auto;
  22. top: 0px;
  23. left: 0px;
  24. right: 0px;
  25. bottom: 0px;
  26. width: 800px;
  27. height: 300px;
  28. background: white;
  29. background-image:url(https://i.imgur.com/qxe7W31.png);
  30. background-repeat: no-repeat;
  31. background-size: 158% auto;
  32. background-position: -2px -108px;
  33. box-sizing: border-box;
  34. border: 0px solid black;
  35. box-shadow: 1px 1px 5px black;
  36. overflow: hidden;
  37. }
  38.  
  39. #theswitchbg{
  40. position: absolute;
  41. top: 15px;
  42. left: 15px;
  43. right: 0px;
  44. bottom: 0px;
  45. margin: auto;
  46. height: 300px;
  47. width: 800px;
  48. background: white;
  49. box-shadow: inset 1px 1px 5px black;
  50. z-index: 0;}
  51.  
  52. #slice1, #slice2, #slice3, #slice4, #slice5{
  53. position: absolute;
  54. top: 0px;
  55. left: 0px;
  56. width: 800px;
  57. height: 60px;
  58. box-sizing: border-box;
  59. border: 0px solid red;
  60. background-image:url(https://i.imgur.com/qxe7W31.png);
  61. background-repeat: no-repeat;
  62. background-size: 158%;
  63. transition: all 1s;
  64. z-index: 2;
  65. }
  66.  
  67. #slice1b, #slice2b,#slice3b,#slice4b,#slice5b{
  68. position: absolute;
  69. top: 0px;
  70. left: 0px;
  71. width: 800px;
  72. height: 60px;
  73. box-sizing: border-box;
  74. border: 0px solid red;
  75. background-image:url(https://i.imgur.com/Bawj31q.png);
  76. background-repeat: no-repeat;
  77. background-size: 158%;
  78. background-color: white;
  79. transform: rotatex(-90deg) translateZ(-30px);
  80. transition: transform 1s;
  81. opacity: 1;
  82. z-index: 1;}
  83.  
  84.  
  85. #switchkey1:hover ~ #slice1,
  86. #switchkey2:hover ~ #slice2,
  87. #switchkey3:hover ~ #slice3,
  88. #switchkey4:hover ~ #slice4,
  89. #switchkey5:hover ~ #slice5{
  90. transform: rotatex(90deg) translateZ(-30px);
  91. }
  92.  
  93. #slice1{
  94. background-color: transparent;
  95. background-position: -2px -108px;
  96. opacity: 1;
  97. }
  98.  
  99. #slice2{
  100. top: 60px;
  101. background-position: -2px -168px;}
  102.  
  103. #slice3{
  104. top: 120px;
  105. background-position: -2px -228px;}
  106.  
  107. #slice4{
  108. top: 180px;
  109. background-position: -2px -288px;}
  110.  
  111. #slice5{
  112. top: 240px;
  113. background-position: -2px -348px;}
  114.  
  115. #switchkey1:hover ~ #slice1b,
  116. #switchkey2:hover ~ #slice2b,
  117. #switchkey3:hover ~ #slice3b,
  118. #switchkey4:hover ~ #slice4b,
  119. #switchkey5:hover ~ #slice5b{
  120. transform: rotatex(0deg) translateZ(0px);
  121. transition: all 1s;
  122. }
  123.  
  124. #slice1b{
  125. top: 0px;
  126. background-position: -2px -109px;
  127. }
  128.  
  129.  
  130. #slice2b{
  131. top: 60px;
  132. background-position: -2px -168px;}
  133.  
  134. #slice3b{
  135. top: 120px;
  136. background-position: -2px -228px;}
  137.  
  138. #slice4b{
  139. top: 180px;
  140. background-position: -2px -288px;}
  141.  
  142. #slice5b{
  143. top: 240px;
  144. background-position: -2px -348px;}
  145.  
  146. #switchkey1, #switchkey2, #switchkey3, #switchkey4, #switchkey5{
  147. position: absolute;
  148. top: 0px;
  149. left: 0px;
  150. width: 800px;
  151. height: 60px;
  152. box-sizing: border-box;
  153. border: 0px solid black;
  154. z-index: 3;
  155. transition: all 1s;
  156. }
  157.  
  158. #switchkey1:hover,
  159. #switchkey2:hover,
  160. #switchkey3:hover,
  161. #switchkey4:hover,
  162. #switchkey5:hover{
  163. transition: all 1s .8s;
  164. box-shadow: inset 0px 0px 5px 1px black;
  165. }
  166.  
  167. #switchkey2{
  168. top: 60px;}
  169.  
  170. #switchkey3{
  171. top: 120px;}
  172.  
  173. #switchkey4{
  174. top: 180px;}
  175.  
  176. #switchkey5{
  177. top: 240px;}
  178.  
  179. #textslide{
  180. position: absolute;
  181. top: 0px;
  182. left: 150%;
  183. height: 60px;
  184. width: 300px;
  185. box-sizing: border-box;
  186. font-family:'Gayathri', Times;
  187. font-size: 16px;
  188. color: black;
  189. padding-top: 23px;
  190. padding-left: 15px;
  191. text-align: left;
  192. opacity: 0;
  193. transition: all 1s .2s, opacity .5s;
  194. }
  195.  
  196. #switchkey1:hover #textslide,
  197. #switchkey2:hover #textslide,
  198. #switchkey3:hover #textslide,
  199. #switchkey4:hover #textslide,
  200. #switchkey5:hover #textslide{
  201. transition: all 1s 1s, opacity .7s 1.5s;
  202. opacity: 1;
  203. left: 0px;
  204. }
  205.  
  206. #coverpage{
  207. position: absolute;
  208. top: 0px;
  209. left: 0px;
  210. height: 100%;
  211. width: 100%;
  212. z-index: 4;
  213. overflow: hidden;
  214. transition: all 1s;
  215. }
  216.  
  217. #coverbg{
  218. position: absolute;
  219. top: 0px;
  220. left: 0px;
  221. height: 300px;
  222. width: 800px;
  223. background: white;
  224. background-image:url(https://i.imgur.com/Bawj31q.png);
  225. background-repeat: no-repeat;
  226. background-size: 158% auto;
  227. background-position: -2px -108px;
  228. z-index: 0;}
  229.  
  230. #starterfont{
  231. position: absolute;
  232. top: 20px;
  233. left: 20px;
  234. font-size: 150px;
  235. text-align: left;
  236. font-family:'Gayathri', Times;
  237. letter-spacing: 10px;
  238. -webkit-text-fill-color: transparent;
  239. -webkit-background-clip: text;
  240. background-size: 100%;
  241. font-weight: 800;
  242. background-image:url(https://i.imgur.com/lqS8uH3.gif);
  243. background-position: center;
  244. }
  245.  
  246. #addtext{
  247. position: absolute;
  248. top: 155px;
  249. left: 18px;
  250. font-family: 'Gayathri', Times;
  251. font-size: 20px;
  252. color: black;
  253. font-style: italic;}
  254.  
  255. #Switchers:checked ~ #theswitch #coverpage{
  256. height: 0px;
  257. transition: all 2s ease-in-out, opacity 1s 1s;}
  258.  
  259. #Switchers{
  260. opacity: 0;}
  261.  
  262. #switchkey5 #textslide{
  263. padding-top: 6px;
  264. font-size: 15px;}
  265.  
  266. audio{
  267. position: absolute;
  268. top: 5px;
  269. left: 5px;
  270. opacity: .3;
  271. width: 100px;}
  272.  
  273. #secondbody{
  274. position: absolute;
  275. top: 0px;
  276. left: 0px;
  277. right: 0px;
  278. bottom: 0px;
  279. background-image:url(https://i.imgur.com/KE1fUng.jpg);
  280. background-color: transparent;
  281. background-repeat: no-repeat;
  282. background-size: cover;
  283. background-position: center;
  284. opacity: 0;
  285. transition: all 1s;
  286. -webkit-transition: all 1s;}
  287.  
  288. #Switchers:checked ~ #secondbody{
  289. opacity: 1;}
  290.  
  291. </style>
  292.  
  293. <input type="checkbox" id="Switchers">
  294.  
  295.  
  296. <div id="secondbody">
  297. </div>
  298.  
  299.  
  300. <div id="theswitchbg">
  301. </div>
  302. <div id="theswitch">
  303. <div id="coverpage">
  304. <div id="coverbg">
  305. </div>
  306. <label id="starterfont" for="Switchers" onclick="document.getElementById('myaudio').play()">
  307. XII
  308. </label>
  309. <div id="addtext">
  310. Always remember that you are absolutely unique.<br>
  311. Just like everyone else.
  312. </div>
  313. </div>
  314. <div id="switchkey1">
  315. <div id="textslide">more info to come.</div></div>
  316. <div id="switchkey2">
  317. <div id="textslide">XII / 5'8" / small build / misc. hybrid.</div></div>
  318. <div id="switchkey3">
  319. <div id="textslide">sometimes I chat in main.</div></div>
  320. <div id="switchkey4">
  321. <div id="textslide">I don't really RP much, feel free to DM.</div></div>
  322. <div id="switchkey5">
  323. <div id="textslide">Code is mine.<br>
  324. Art is owned.</div></div>
  325.  
  326. <div id="slice1"></div>
  327. <div id="slice1b"></div>
  328. <div id="slice2"></div>
  329. <div id="slice2b"></div>
  330. <div id="slice3"></div>
  331. <div id="slice3b"></div>
  332. <div id="slice4"></div>
  333. <div id="slice4b"></div>
  334. <div id="slice5"></div>
  335. <div id="slice5b"></div>
  336. </div>
  337.  
  338. <audio src="http://puu.sh/EZgMS/e5381c377e.mp3" controls id="myaudio" />
Advertisement
Add Comment
Please, Sign In to add comment