Advertisement
thisisnotras

Taker

May 16th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. <style>
  2.  
  3. body{
  4. background-color: #070707;
  5. overflow: hidden;
  6. background-image:url(https://puu.sh/sxcWY/1d4a9c46ed.png);
  7. }
  8.  
  9. @font-face{
  10. font-family:'barkfont';
  11. src:url(https://dl.dropboxusercontent.com/u/4556289/Moderne%20Fette%20Schwabache%20gesperrt%20UNZ1Ar.ttf);
  12. }
  13.  
  14. @font-face{
  15. font-family:'line1font';
  16. src:url(https://dl.dropboxusercontent.com/u/4556289/Quilted%20Butterfly.ttf);
  17. }
  18.  
  19. @font-face{
  20. font-family:'bodyfont';
  21. src:url(https://dl.dropboxusercontent.com/u/4556289/ventilla-stone.ttf);
  22. }
  23.  
  24. @font-face{
  25. font-family:'oocfont';
  26. src:url(https://dl.dropboxusercontent.com/u/4556289/magic11.ttf);
  27. }
  28.  
  29. #whole{
  30. position: absolute;
  31. top: 0px;
  32. left: 0px;
  33. right: 0px;
  34. bottom: 0px;
  35. background-image:url(https://puu.sh/sxce9/4301250a92.png);
  36. background-size: auto 100%;
  37. background-repeat: no-repeat;
  38. background-position: bottom center;
  39. overflow: hidden;
  40. }
  41.  
  42. #textline{
  43. position: relative;
  44. height: 45px;
  45. width: 100%;
  46. color: white;
  47. font-family:'barkfont', Times, Arial;
  48. font-size: 15pt;
  49. overflow: hidden;
  50. z-index: -1;
  51. opacity: .3;
  52. -webkit-transition: all 3s ease-in-out .2s;
  53. transition: all 3s ease-in-out .2s;
  54. box-sizing: border-box;
  55. padding-top: 4px;
  56. }
  57.  
  58. #textline:nth-child(odd){
  59. right: 100%;
  60. }
  61.  
  62. #textline:nth-child(even){
  63. background: black;
  64. left: 100%;
  65. }
  66.  
  67. #textline h1{
  68. color: gray;
  69. background:url(https://puu.sh/sxcWY/1d4a9c46ed.png) repeat;
  70. background:url(https://puu.sh/sxdbN/8c5a6c0585.png) repeat;
  71. -webkit-background-clip:text;
  72. -webkit-text-fill-color:transparent;
  73. margin-top: 0px;
  74. margin-bottom: 0px;
  75. font-size: 33pt;
  76. text-align: justify;
  77. letter-spacing: -15px;
  78. word-spacing: 0px;
  79. }
  80.  
  81. #div1:target ~ #textline{
  82. width: 100%;
  83. }
  84.  
  85. #div1:target ~ #textline:nth-child(even){
  86. left: 0px;
  87. }
  88.  
  89. #div1:target ~ #textline:nth-child(odd){
  90. right: 0px;
  91. }
  92.  
  93. #activator{
  94. position: absolute;
  95. left: 20%;
  96. top: 0px;
  97. bottom: 0px;
  98. margin: auto;
  99. height: 30px;
  100. width: 100px;
  101. color: white;
  102. font-size: 30pt;
  103. z-index: 5;
  104. font-family:'barkfont', Times, Arial;
  105. -webkit-transition: all 1s;
  106. transition: all 1s;
  107. opacity: 0;
  108. text-decoration: none;
  109. }
  110.  
  111. #whole:hover #activator{
  112. opacity: 1;
  113. }
  114.  
  115. #div1:target ~ #activator{
  116. opacity: 0;
  117. z-index: -100;
  118. }
  119.  
  120. #contentarea{
  121. position: absolute;
  122. left: 15%;
  123. top: 0px;
  124. bottom: 10%;
  125. margin: auto;
  126. height: 139px;
  127. width: 280px;
  128. border: 0px solid white;
  129. box-sizing: border-box;
  130. -webkit-transition: all 2s;
  131. transition: all 1s;
  132. opacity: 0;
  133.  
  134. }
  135.  
  136. #div1:target ~ #contentarea{
  137. -webkit-transition: all 2s 2.5s;
  138. transition: all 2s 2.5s;
  139. opacity: 1;
  140. }
  141.  
  142. #contentarea:before{
  143. content:'';
  144. position: absolute;
  145. top: 0px;
  146. left: 0px;
  147. right: 0px;
  148. bottom: 0px;
  149. background: gray;
  150. z-index: 2;
  151. opacity: .8;
  152. }
  153.  
  154. #contentcontent{
  155. position: absolute;
  156. overflow: hidden;
  157. top: 0px;
  158. left: 0px;
  159. right: 0px;
  160. bottom: 0px;
  161. color: black;
  162. font-family:'bodyfont', Times, Arial;
  163. font-size: 18pt;
  164. text-align: justify;
  165. box-sizing: border-box;
  166. padding: 10px;
  167. padding-bottom: 0px;
  168. padding-top: 23px;
  169. font-weight: 400;
  170. letter-spacing: 1px;
  171. z-index: 3;
  172. }
  173.  
  174. #contentcontent i:nth-child(1){
  175. font-style: normal;
  176. font-family:'line1font', Times, Arial;
  177. font-size: 40pt;
  178. margin-left: 10px;
  179. top: -28px;
  180. position: absolute;
  181. font-weight: 600;
  182. letter-spacing: 3px;
  183. }
  184.  
  185. #musicbar{
  186. position: fixed;
  187. margin-left: 0px;
  188. margin-top: -27px;
  189. height: 15px;
  190. width: 281px;
  191. background: black;
  192. box-shadow: 0px 0px 7px white;
  193. z-index: 1;
  194. border-radius: 2px;
  195. -webkit-transition: all .2s;
  196. transition: all .2s;
  197. overflow: hidden;
  198. }
  199.  
  200. #musicbar:active{
  201. box-shadow: 0px 0px 7px black;}
  202.  
  203. #musicbar audio{
  204. zoom: 1000%;
  205. opacity: 0;
  206. margin-top: -13px;
  207. margin-left: -2px;
  208. }
  209.  
  210. #musicmarquee{
  211. position: absolute;
  212. top: 0px;
  213. left: 0px;
  214. right: 0px;
  215. bottom: 0px;
  216. border: 0px solid red;
  217. z-index: -1;
  218. text-align: center;
  219. color: gray;
  220. font-family: 'barkfont', Times, Arial;
  221. font-size: 10pt;
  222. box-sizing: border-box;
  223. padding-top: 2px;
  224. }
  225.  
  226. #oocinfo{
  227. position: fixed;
  228. margin-top: 150px;
  229. margin-left: 0px;
  230. width: 280px;
  231. height: 34px;
  232. font-family:'oocfont', Times, Arial;
  233. text-align: center;
  234. font-size: 13pt;
  235. font-weight: 600;
  236. box-sizing: border-box;
  237. padding-top: 3px;
  238. -webkit-transition: all 2s;
  239. transition: all 2s;
  240. line-height: 30px;
  241.  
  242. }
  243.  
  244. #oocinfo:before{
  245. content:'';
  246. position: absolute;
  247. top: 0px;
  248. left: 0px;
  249. right: 0px;
  250. bottom: 0px;
  251. background: gray;
  252. opacity: .6;
  253. z-index: -1;
  254. }
  255.  
  256. #oocinfo b{
  257. color: white;
  258. text-shadow: 0px 0px 7px white;
  259. font-weight: 400;
  260. letter-spacing: 5px;
  261. opacity: .7;
  262. }
  263.  
  264. #oocinfo a{
  265. color: white;
  266. text-decoration: none;
  267. font-weight: 800;
  268. }
  269.  
  270. </style>
  271.  
  272. <div id="whole">
  273.  
  274. <div id="div1">
  275. </div>
  276.  
  277. <div id="textline">
  278. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  279. </div>
  280. <div id="textline">
  281. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  282. </div>
  283. <div id="textline">
  284. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  285. </div>
  286. <div id="textline">
  287. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  288. </div>
  289. <div id="textline">
  290. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  291. </div>
  292. <div id="textline">
  293. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  294. </div>
  295. <div id="textline">
  296. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  297. </div>
  298. <div id="textline">
  299. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  300. </div>
  301. <div id="textline">
  302. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  303. </div>
  304. <div id="textline">
  305. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  306. </div>
  307. <div id="textline">
  308. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  309. </div>
  310. <div id="textline">
  311. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  312. </div>
  313. <div id="textline">
  314. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  315. </div>
  316. <div id="textline">
  317. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  318. </div>
  319. <div id="textline">
  320. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  321. </div>
  322. <div id="textline">
  323. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  324. </div>
  325. <div id="textline">
  326. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  327. </div>
  328. <div id="textline">
  329. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  330. </div>
  331. <div id="textline">
  332. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  333. </div>
  334. <div id="textline">
  335. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  336. </div>
  337. <div id="textline">
  338. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  339. </div>
  340. <div id="textline">
  341. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  342. </div>
  343. <div id="textline">
  344. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  345. </div>
  346. <div id="textline">
  347. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  348. </div>
  349. <div id="textline">
  350. <h1>BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK BARK</h1>
  351. </div>
  352.  
  353. <a id="activator" href="#div1">
  354. bark?
  355. </a>
  356.  
  357. <div id="contentarea">
  358. <div id="contentcontent">
  359. <i>TakeR</i><br><br>
  360. So let's hang up some anger,<br>
  361. We'll bury our burdens in blood
  362.  
  363. </div>
  364. <div id="musicbar">
  365. <div id="musicmarquee">
  366. <marquee direction="left" scrollamount="3">
  367.  
  368. glassjaw - ape dos mil
  369. </marquee>
  370. </div>
  371. <audio controls src="https://puu.sh/sxg59/0199c5df8c.mp3" loop=3>
  372. </audio>
  373. </div>
  374.  
  375. <div id="oocinfo">
  376. height : 6'1" // build : slender // species : devil<br>
  377. <b>pm friendly. code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" title="well aware this profile won't look good on all browsers.
  378. art is owned." target=_blank>mine</a>*</b>
  379. </div>
  380. </div>
  381.  
  382. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement