thisisnotras

Lord Taker

Oct 28th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 KB | None | 0 0
  1. <style>
  2.  
  3. body{background: black;
  4. overflow: hidden;}
  5.  
  6. @font-face{
  7. src:url(https://dl.dropboxusercontent.com/u/4556289/Overdose%20Sunrise.otf);
  8. font-family:'titlefont';
  9. }
  10.  
  11. @font-face{
  12. src:url(https://dl.dropboxusercontent.com/u/4556289/SANDS_OF.ttf);
  13. font-family:'infofont';
  14. }
  15.  
  16. @font-face{
  17. src:url(https://dl.dropboxusercontent.com/u/4556289/SANDS_OF.ttf);
  18. font-family:'bodyfont';
  19. }
  20.  
  21. ::-webkit-scrollbar {
  22. width: 4px;
  23. background-color: transparent;
  24. }
  25.  
  26.  
  27. ::-webkit-scrollbar-thumb {
  28. border-radius: 0px;
  29. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  30. background-color: #7D6085;
  31. }
  32.  
  33.  
  34. #whole{
  35. position: fixed;
  36. top: 0px;
  37. left: 0px;
  38. right: 0px;
  39. bottom: 0px;
  40. background-image:url(http://i67.tinypic.com/2upqlvo.jpg);
  41. background-repeat: no-repeat;
  42. background-size: 100% auto;
  43. background-position: bottom center;
  44. /* -webkit-filter:saturate(30%) contrast(120%); */
  45. }
  46.  
  47. #centerhost{
  48. position: absolute;
  49. top: 0px;
  50. left: 60%;
  51. right: 0px;
  52. bottom: 0px;
  53. margin: auto;
  54. height: 310px;
  55. width: 310px;
  56. border: 0px solid black;
  57. -webkit-transition: all 2s ease-in-out;
  58. transition: all 2s ease-in-out;
  59. overflow: hidden;
  60. }
  61.  
  62. #takerimage{
  63. position: absolute;
  64. left: 0px;
  65. top: 10px;
  66. bottom: 10px;
  67. width: 300px;
  68. background-image:url(http://i67.tinypic.com/nnobgm.jpg);
  69. background-repeat: no-repeat;
  70. background-size: 100% auto;
  71. background-position: center;
  72. opacity: 1;
  73. z-index: 1;
  74. overflow: hidden;
  75. box-shadow: 0px 0px 5px 2px black;
  76. -webkit-transition: all 2s, opacity 1s;
  77. transition: all 2s, opacity 1s;
  78. }
  79.  
  80. #blur1, #blur2, #blur3, #blur4{
  81. position: absolute;
  82. overflow: hidden;
  83. }
  84.  
  85. #blur1{
  86. top: 0px;
  87. left: 0px;
  88. right: 0px;
  89. height: 5px;
  90. }
  91.  
  92. #blur2{
  93. right: 0px;
  94. top: 5px;
  95. bottom: 0px;
  96. width: 5px;
  97. }
  98.  
  99. #blur3{
  100. right: 5px;
  101. bottom: 0px;
  102. left: 0px;
  103. height: 5px;
  104. }
  105.  
  106. #blur4{
  107. left: 0px;
  108. top: 5px;
  109. bottom: 5px;
  110. width: 5px;
  111. }
  112.  
  113. #blur1:before,
  114. #blur2:before,
  115. #blur3:before,
  116. #blur4:before{
  117. content:'';
  118. position: absolute;
  119. top: 0px;
  120. left: 0px;
  121. right: 0px;
  122. bottom: 0px;
  123. background: black;
  124. -webkit-filter:blur(4px);
  125. }
  126.  
  127. #centerhost:before{
  128. content:'';
  129. position: absolute;
  130. top: 10px;
  131. left: 10px;
  132. right: 0px;
  133. height: 5px;
  134. background: black;
  135. -webkit-filter:blur(3px);
  136. z-index: 0;
  137. }
  138.  
  139. #centerhost:after{
  140. content:'';
  141. position: absolute;
  142. bottom: 10px;
  143. left: 10px;
  144. right: 0px;
  145. height: 5px;
  146. background: black;
  147. -webkit-filter:blur(3px);
  148. z-index: 0;
  149. }
  150.  
  151. #bigtaker{
  152. position: absolute;
  153. top: 0px;
  154. left: 0px;
  155. right: 0px;
  156. bottom: 0px;
  157. background-image:url(http://i66.tinypic.com/2jdqavo.jpg);
  158. background-repeat: no-repeat;
  159. background-position: bottom right;
  160. background-size: auto 80%;
  161. opacity: 0;
  162. z-index: 0;
  163. -webkit-transition: all 1s;
  164. transition: all 1s;
  165. }
  166.  
  167. #contentarea{
  168. position: absolute;
  169. left: 312px;
  170. top: 15px;
  171. bottom: 15px;
  172. width: 500px;
  173. z-index: 0;
  174. border: 0px solid green;
  175. z-index: 3;
  176. -webkit-transition: all 2s;
  177. transition: all 2s;
  178. opacity: 0;
  179. }
  180.  
  181. #headersection{
  182. position: absolute;
  183. top: 0px;
  184. left: 0px;
  185. height: 80px;
  186. width: 270px;
  187. border: 0px solid red;
  188. box-sizing: border-box;
  189. z-index: 2;
  190. font-size: 35pt;
  191. color: #FFECA3;
  192. font-family:'titlefont', Times, Arial;
  193. text-align: center;
  194. text-shadow: 0px 0px 10px red;
  195. padding-top: 20px;
  196. padding-left: 2px;
  197. font-style: italic;
  198. overflow: hidden;
  199. }
  200.  
  201. #infosection{
  202. position: absolute;
  203. box-sizing: border-box;
  204. top: 0px;
  205. right: 0px;
  206. height: 80px;
  207. width: 229px;
  208. z-index: 2;
  209. font-size: 11pt;
  210. color: #7D6085;
  211. font-family:'infofont', Times, Arial;
  212. font-weight: 800;
  213. text-shadow: 0px 0px 6px;
  214. padding-top: 6px;
  215. padding-left: 3px;
  216. overflow: hidden;
  217. }
  218.  
  219. #infosection:before{
  220. position: absolute;
  221. content:'';
  222. top: 0px;
  223. left: 0px;
  224. right: 0px;
  225. bottom: 0px;
  226. z-index: -1;
  227. background: black;
  228. opacity: .7;
  229. border-left: 2px solid #7D6085;
  230. border-bottom: 2px solid #7D6085;
  231. border-radius: 0px 0px 0px 10px;
  232. }
  233.  
  234. #infodivider{
  235. float: left;
  236. box-sizing: border-box;
  237. height: 100%;
  238. width: 50%;
  239. border: 0px solid red;
  240. text-align: left;
  241. padding-left: 3px;
  242. }
  243.  
  244. #bodysection{
  245. position: absolute;
  246. box-sizing: border-box;
  247. top: 80px;
  248. left: 0px;
  249. right: 0px;
  250. bottom: 40px;
  251. overflow: auto;
  252. border-bottom: 2px solid #7D6085;
  253. z-index: 2;
  254. font-family:'bodyfont', Times, Arial;
  255. font-size: 12pt;
  256. padding: 5px;
  257. padding-top: 10px;
  258. text-align: justify;
  259. color: #FFECA3;
  260. text-shadow: 0px 0px 3px red;
  261. }
  262.  
  263. #oocsection{
  264. position: absolute;
  265. box-sizing: border-box;
  266. bottom: 0px;
  267. left: 0px;
  268. right: 0px;
  269. height: 40px;
  270. z-index: 2;
  271. font-size: 11pt;
  272. color: #7D6085;
  273. text-shadow: 0px 0px 6px;
  274. font-family:'infofont', Times, Arial;
  275. font-size: 11pt;
  276. padding-top: 8px;
  277. text-align: center;
  278. }
  279.  
  280. #oocsection a{
  281. color: #7D6085;
  282. font-weight: 600;
  283. text-decoration: none;
  284. -webkit-transition: all 1s;
  285. transition: all 1s;
  286. font-style: italic;
  287. }
  288.  
  289. #oocsection a:hover{
  290. text-decoration: underline;
  291. }
  292.  
  293. #contentarea:before{
  294. position: absolute;
  295. content:'';
  296. z-index:0;
  297. top: 0px;
  298. left: 0px;
  299. right: 0px;
  300. bottom: 0px;
  301. background: black;
  302. opacity: .8;
  303. }
  304.  
  305. #endcap{
  306. position: absolute;
  307. left: 820px;
  308. top: 15px;
  309. bottom: 15px;
  310. width: 700px;
  311. background-image:url(http://i65.tinypic.com/3500woy.jpg);
  312. background-position: center center;
  313. background-size: 120% auto;
  314. -webkit-filter:saturate(50%);
  315. -webkit-transition: all 2s;
  316. transition: all 2s;
  317. opacity: 0;
  318. }
  319.  
  320. #bigquote{
  321. position: absolute;
  322. left: 20%;
  323. top: 5%;
  324. bottom: 0px;
  325. height: 200px;
  326. width: 800px;
  327. margin: auto;
  328. color: #bdc9d5;
  329. font-family: 'titlefont', Times, Arial;
  330. text-align: center;
  331. text-shadow: 0px 0px 10px #25276f;
  332. font-style: italic;
  333. font-size: 50pt;
  334. -webkit-transition: all 1.3s;
  335. transition: all 1.3s;
  336. text-align: left;}
  337.  
  338. #bigquote i{
  339. float: right;}
  340.  
  341. #centerhost:target{
  342. width: 74%;
  343. left: 0px;
  344. right: 10%;
  345. }
  346.  
  347. #centerhost:target #takerimage{
  348. opacity: .9;
  349. }
  350.  
  351. #centerhost:target #contentarea,
  352. #centerhost:target #endcap{
  353. -webkit-transition: all 1s 1.5s;
  354. transition: all 1s 1.5s;
  355. opacity: 1;
  356. }
  357.  
  358. #centerhost:target ~ #bigtaker{
  359. -webkit-transition: all 1s 2s;
  360. transition: all 1s 2s;
  361. opacity: 1;
  362. z-index: 2;
  363. }
  364.  
  365. #centerhost:target ~ #bigquote{
  366. opacity: 0;}
  367.  
  368. /* MUSIC SECTION */
  369.  
  370. #musicslice{
  371. position: fixed;
  372. top: 20px;
  373. right: 20px;
  374. height: 50px;
  375. width: 50px;
  376. border: 1px solid black;
  377. overflow: hidden;
  378. -webkit-transition: all 1s;
  379. transition: all 0s;
  380. box-shadow: 1px 1px 3px black;
  381. opacity: .8;
  382. z-index: 10;
  383. zoom: 150%;}
  384.  
  385. #musicslice:active{
  386. -webkit-transition: all 0s;
  387. transition: all 0s;
  388. box-shadow: 0px 0px 0px black;}
  389.  
  390. #musiccover{
  391. position: absolute;
  392. left: 0px;
  393. top: 0px;
  394. height: 50px;
  395. width: 50px;
  396. background-image:url(http://i67.tinypic.com/531l5x.jpg);
  397. background-size: auto 100%;
  398. background-repeat: no-repeat;
  399. background-position: center bottom -2px;
  400. background-color: #39408D;
  401. }
  402.  
  403. #musichidden{
  404. position: absolute;
  405. left: -10px;
  406. top: 0px;
  407. height: 50px;
  408. width: 50px;
  409. zoom: 180%;
  410. opacity: 0;
  411. z-index: 1;
  412. overflow: hidden;}
  413.  
  414.  
  415. </style>
  416.  
  417. <div id="whole"></div>
  418.  
  419. <div id="centerhost">
  420. <a id="takerimage" href="#centerhost">
  421. <div id="blur1"></div>
  422. <div id="blur2"></div>
  423. <div id="blur3"></div>
  424. <div id="blur4"></div>
  425. </a>
  426.  
  427. <div id="contentarea">
  428. <div id="headersection">Lord Taker</div>
  429. <div id="infosection">
  430. <div id="infodivider">Species.<br>
  431. Occupation.<br>
  432. Height.<br>
  433. Build.<br>
  434. Sexuality.<br>
  435. </div>
  436. <div id="infodivider">Doggo Devil.<br>
  437. Soul Taker.<br>
  438. 6'5".<br>
  439. Slender/Athletic.<br>
  440. Pansexual.
  441. </div>
  442. </div>
  443. <div id="bodysection">
  444. Taker, formally known as Zombie Devil Lord Taker and sometimes Tabel Tarock, has a purpose... That purpose is to entrance those who possess souls until his music simply rips that right out of them for his collection. Souls feed him power, but also increase his devil rank among the denizens of hell. For pleasure as well as play, the demonic guitar Soulstripper is always on his person, its strings tuned for indelible uses.<br><br>
  445. When not playing concerts that suck the life out of everyone in the area, Lord Taker residences in the graveyards of the realm. Capable of transferring captured souls into the bodies of the deceased, he loves little better than to start an Undead Rave and try out his newest songs on creatures whose ears have rotted to a point where only his voice and guitar can rip into their minds.</div>
  446.  
  447. <div id="oocsection">
  448. // code is <a href="http://roleplay.chat/profile.php?user=Digital" target=_blank>mine</a> // character art is owned // <br>
  449. // artists are <a href="http://furaffinity.net/user/jasmae" target=_blank>jasmae</a> and <a href="http://furaffinity.net/user/magicalzombie" target=_blank>magicalzombie</a> // music is by <a href="https://youtu.be/D3G0t8PWzmU" target=_blank>jam2995</a> //
  450. </div>
  451.  
  452.  
  453. </div>
  454.  
  455. <div id="endcap">
  456. </div>
  457.  
  458. </div>
  459.  
  460. <div id="bigtaker">
  461. </div>
  462.  
  463. <div id="bigquote">
  464. " Scream in harmony<br>
  465. <i>with the Devil's Choir "</i>
  466. </div>
  467.  
  468. <div id="musicslice" title="this is halloween meets metal">
  469. <div id="musiccover">
  470. </div>
  471. <div id="musichidden">
  472. <audio controls src="https://puu.sh/rZ7GF/6f220b402c.mp3" loop=3></audio>
  473. </div>
  474. </div>
Advertisement
Add Comment
Please, Sign In to add comment