Advertisement
thisisnotras

Intoxica edit

Dec 9th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Droid+Serif);
  4.  
  5. ::-webkit-scrollbar {
  6. width: 4px;
  7. background-color: transparent;
  8. }
  9.  
  10.  
  11. ::-webkit-scrollbar-thumb {
  12. border-radius: 0px;
  13. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  14. background-color: black;
  15. }
  16.  
  17.  
  18. a {color: #E5A722; text-decoration: none; }
  19.  
  20. a:hover {color: black; text-decoration: none;
  21. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur');}
  22. *{cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;}
  23.  
  24. /* 59252C,
  25. 823640 */
  26.  
  27.  
  28.  
  29. #whole {position: fixed;
  30. top: 0px;
  31. left: 0px;
  32. right: 0px;
  33. bottom: 0px;
  34. background-image:url(http://i.picpar.com/Ncfc.png);
  35. background-position: bottom right 20%;
  36. background-size: auto 100%;
  37. background-repeat: no-repeat;
  38. background-color: #383038;
  39. color: black;
  40. font-family: 'Times New Roman', Times;}
  41.  
  42. #div1{position: absolute;
  43. opacity: 0;
  44. top: 170px;
  45. left: 380px;
  46. font-size: 20pt;
  47. text-align: right;
  48. font-family: 'Droid Serif', serif;
  49. font-style: italic;
  50. color: #A64714;
  51. text-shadow: 1px 1px 7px black;
  52. font-weight: 700;
  53. letter-spacing: 3pt;
  54. transition: all 1s;
  55. -webkit-transition: all 1s;}
  56.  
  57. #div2 {position: absolute;
  58. opacity: 0;
  59. left: 200px;
  60. top: 200px;
  61. width:350px;
  62. height: 4px;
  63. background: black;
  64. transition: all 1s;
  65. -webkit-transition: all 1s;
  66. }
  67.  
  68. #div3{position: absolute;
  69. opacity: 0;
  70. top: 206px;
  71. left: 100px;
  72. font-size: 13pt;
  73. text-align: right;
  74. font-style: italic;
  75. letter-spacing: 15px;
  76. transition: all 1s;
  77. -webkit-transition: all 1s;
  78. color: #FFE400;
  79. text-shadow: 0px 0px 7px #A64714;}
  80.  
  81. #whole:hover #div1{
  82. transition: all 1s 1s;
  83. -webkit-transition: all 1s 1s;
  84. opacity: 1;
  85. }
  86.  
  87. #whole:hover #div2{
  88. transition: all 1s .5s;
  89. -webkit-transition: all 1s .5s;
  90. opacity: 1;
  91. }
  92.  
  93. #whole:hover #div3{
  94. transition: left 1.5s 1.2s, opacity 2s 1.5s;
  95. -webkit-transition: left 1.5s 1.2s, opacity 2s 1.5s;
  96. opacity: 1;
  97. left: 206px;
  98. }
  99.  
  100. #musicplayer {opacity: 0;
  101. -webkit-transition: all 1s;
  102. transition: all 1s;
  103. position: absolute;
  104. top: 167px;
  105. left: 210px;
  106. height: 30px;
  107. width: 30px;
  108. font-style: 'Times';
  109. font-size: 20pt;
  110. color: #A64714;
  111. text-align: center;
  112. border: 0px solid black;
  113. overflow: hidden;
  114. -webkit-transition: all 1s;
  115. transition: all 1s;
  116. }
  117.  
  118. #musicplayer:before{
  119. content:'';
  120. position: absolute;
  121. z-index: -1;
  122. height: 25px;
  123. width: 30px;
  124. margin-left: -6px;
  125. margin-top: 5px;
  126. background: black;
  127. opacity: .3;
  128. -webkit-transition: all 1s;
  129. transition: all 1s;
  130. border-radius: 3px;
  131. -webkit-transition: all 1s;
  132. transition: all 1s;
  133. }
  134.  
  135. #musicplayer:hover:before{
  136. opacity: .7;
  137. }
  138.  
  139. #musicplayer b{
  140. text-shadow: 1px 1px 0px black;
  141. font-weight: 800;
  142. -webkit-transition: all 0s;
  143. transition: all 0s;}
  144.  
  145. #musicplayer:active b{
  146. -webkit-transition: all 0s;
  147. transition: all 0s;
  148. text-shadow: 1px 1px 3px black;}
  149.  
  150. #whole:hover #musicplayer{
  151. -webkit-transition: all 1s 2s;
  152. transition: all 1s 2s;
  153. opacity: 1;}
  154.  
  155.  
  156.  
  157. #contentbox{
  158. position: absolute;
  159. top: 300px;
  160. left: 220px;
  161. height: 300px;
  162. width: 450px;
  163. border: 0px solid black;
  164. }
  165.  
  166. #strollbar{
  167. position: absolute;
  168. left: 0px;
  169. top: 0px;
  170. height: 0px;
  171. width: 5px;
  172. background: black;
  173. -webkit-transition: all 1s;
  174. transition: all 1s;
  175. }
  176.  
  177. #infoline{
  178. position: relative;
  179. top: 0px;
  180. left: 10px;
  181. height: 20px;
  182. width: 350px;
  183. margin-bottom: 5px;
  184. margin-top: 3.5px;
  185. overflow: hidden;
  186. text-align: left;
  187. -webkit-transition: all 1s .5s, opacity 1s;
  188. transition: all 1s .5s, opacity 1s;
  189. }
  190.  
  191. #infoline i{
  192. position: absolute;
  193. left: -350px;
  194. text-align: left;
  195. -webkit-transition: all 1s;
  196. transition: all 1s;
  197. opacity: 0;
  198. letter-spacing: 3px;
  199. text-transform: lowercase;
  200. color: #A64714;
  201. font-weight: 600;
  202. text-shadow: 0px 0px 4px black;
  203. }
  204.  
  205. #infoline a:hover i{
  206. -webkit-transition: all 1s;
  207. transition: all 1s;
  208. color: black;
  209. }
  210.  
  211. #infoline i:after{
  212. content:'‹';
  213. color: black;
  214. }
  215.  
  216.  
  217. @-webkit-keyframes strolldrop{
  218. 0%{height: 0px;}
  219. 5%{height:27px;}
  220. 10%{height:27px;}
  221. 15%{height: 55px;}
  222. 20%{height:55px;}
  223. 25%{height:83px;}
  224. 30%{height:83px;}
  225. 35%{height:111px;}
  226. 40%{height:111px;}
  227. 45%{height:138px;}
  228. 50%{height:138px;}
  229. 55%{height:166px;}
  230. 60%{height:166px;}
  231. 100%{height:240px;}
  232. }
  233.  
  234. @keyframes strolldrop{
  235. 0%{height: 0px;}
  236. 5%{height:27px;}
  237. 10%{height:27px;}
  238. 15%{height: 55px;}
  239. 20%{height:55px;}
  240. 25%{height:83px;}
  241. 30%{height:83px;}
  242. 35%{height:111px;}
  243. 40%{height:111px;}
  244. 45%{height:138px;}
  245. 50%{height:138px;}
  246. 55%{height:166px;}
  247. 60%{height:166px;}
  248. 100%{height:240px;}
  249. }
  250.  
  251. #whole:hover #strollbar{
  252. -webkit-animation: strolldrop 5.5s 2.5s;
  253. animation: strolldrop 5.5s 2.5s;
  254. -webkit-animation-fill-mode: forwards;
  255. animation-fill-mode:forwards;}
  256.  
  257.  
  258. #whole:hover #infoline:nth-child(3) i{
  259. -webkit-transition: all .5s 3s, color 1s 0s;
  260. transition: all .5s 3s, color 1s 0s;
  261. left:50px;
  262. opacity: 1;}
  263.  
  264. #whole:hover #infoline:nth-child(5) i{
  265. -webkit-transition: all .5s 4.05s, color 1s 0s;
  266. transition: all .5s 4.05s, color 1s 0s;
  267. left:50px;
  268. opacity: 1;}
  269.  
  270. #whole:hover #infoline:nth-child(7) i{
  271. -webkit-transition: all .5s 5.15s, color 1s 0s;
  272. transition: all .5s 5.15s, color 1s 0s;
  273. left:50px;
  274. opacity: 1;}
  275.  
  276. #infoline:nth-child(10) i:after{
  277. content:'‹‹';
  278. margin-left: 5px;
  279. }
  280.  
  281. #whole:hover #infoline{
  282. -webkit-transition: all 1s 6.5 linear;
  283. transition: all 1s 6.5s linear;
  284. margin-bottom: 12px;}
  285.  
  286. #statcontainer{
  287. position: absolute;
  288. height: 200px;
  289. width: 300px;
  290. top: 250px;
  291. left: 01px;
  292. border: 0px solid black;
  293. opacity: 0;
  294. -webkit-transition: all 1s;
  295. transition: all 1s;
  296. }
  297.  
  298. #bordercorner{
  299. position: absolute;
  300. height: 25px;
  301. width: 25px;
  302. background-image:url(https://puu.sh/sJPIs/30afe3861c.png);
  303. background-size: auto 100%;
  304. background-position: center;
  305. background-repeat: no-repeat;
  306. }
  307.  
  308. .pos1{
  309. top: -10px;
  310. left: -10px;
  311. }
  312.  
  313. .pos2{
  314. top: -10px;
  315. right: -10px;
  316. }
  317. .pos3{
  318. bottom: -10px;
  319. left: -10px;
  320. }
  321. .pos4{
  322. bottom: -10px;
  323. right: -10px;
  324. }
  325.  
  326. #statcontainer:after{
  327. content:'';
  328. position: absolute;
  329. top: -1px;
  330. left: 25px;
  331. height: 196px;
  332. width: 250px;
  333. border-top: 2px solid black;
  334. border-bottom: 2px solid black;
  335. opacity: .5;
  336. }
  337.  
  338. #whole:hover #divone:target ~ #contentbox #statcontainer,
  339. #whole:hover #divtwo:target ~ #contentbox #statcontainer,
  340. #whole:hover #divthree:target ~ #contentbox #statcontainer{
  341. opacity: 1;
  342. }
  343.  
  344. #statcontainer:before{
  345. content:'';
  346. position: absolute;
  347. top: 25px;
  348. left: 0px;
  349. height: 150px;
  350. width: 295px;
  351. border-left: 2px solid black;
  352. border-right: 2px solid black;
  353. opacity: .5;
  354. }
  355.  
  356. .contentcontent{
  357. position: absolute;
  358. top: 15px;
  359. left: 10px;
  360. height: 170px;
  361. width: 290px;
  362. opacity: 1;
  363. z-index: 2;
  364. box-sizing: border-box;
  365. font-family: 'Droid Serif', serif;
  366. font-size: 10pt;
  367. overflow: auto;
  368. color: black;
  369. font-weight: 400;
  370. font-style: italic;
  371. text-align: justify;
  372. padding-right: 8px;
  373. -webkit-transition: all 1s;
  374. transition: all 1s;
  375. opacity: 0;
  376. }
  377.  
  378. #divone:target ~ #contentbox #statcontainer #con1,
  379. #divtwo:target ~ #contentbox #statcontainer #con2,
  380. #divthree:target ~ #contentbox #statcontainer #con3{
  381. -webkit-transition: all 1s .5s;
  382. transition: all 1s .5s;
  383. opacity: 1;
  384. }
  385.  
  386. </style>
  387.  
  388. </style>
  389.  
  390. <div id="whole">
  391.  
  392. <div id="divone"></div>
  393. <div id="divtwo"></div>
  394. <div id="divthree"></div>
  395.  
  396. <div id="div1">INTOXICA
  397. </div>
  398. <div id="div2">
  399. </div>
  400. <div id="div3">
  401. the devil's dawn
  402. </div>
  403.  
  404.  
  405. <div id="contentbox">
  406. <div id="strollbar">
  407. </div>
  408.  
  409. <div id="infoline">
  410. </div>
  411. <div id="infoline">
  412. <a href="#divone"><i>Intoxica Iridium ‹</i></a>
  413. </div>
  414. <div id="infoline">
  415. </div>
  416. <div id="infoline">
  417. <a href="#divtwo"><i>infernally exalted ‹</i></a>
  418. </div>
  419. <div id="infoline">
  420. </div>
  421. <div id="infoline">
  422. <a href="#divthree"><i>eternally damned ‹</i></a>
  423. </div>
  424.  
  425. <div id="statcontainer">
  426. <div id="bordercorner" class="pos1">
  427. </div>
  428. <div id="bordercorner" class="pos2">
  429. </div>
  430. <div id="bordercorner" class="pos3">
  431. </div>
  432. <div id="bordercorner" class="pos4">
  433. </div>
  434. <div class="contentcontent" id="con1">
  435. One. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  436. </div>
  437. <div class="contentcontent" id="con2">
  438. Two. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  439. </div>
  440. <div class="contentcontent" id="con3">
  441. Three. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  442. </div>
  443. </div>
  444.  
  445. </div>
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. <div id="musicplayer" title="music"><b><font color=#000000>›</font>›</b>
  453. <div style="position: absolute; zoom:120%; left: -3px; top: -2px; opacity: 0;">
  454. <audio controls src="https://puu.sh/se7JE/d41a5769fc.mp3" loop=1>
  455. </audio>
  456. </div>
  457. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement