Advertisement
luscifers

THEME #2: 8BIT HELL

Jun 1st, 2014
7,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  5.  
  6. <!--THEME #2 "8BIT HELL" © NOIR @ LUSCIFERS.TUMBLR.COM
  7. - don't steal bits of code.
  8. - don't reproduce.
  9. - don't remove the credit.
  10. - don't you dare use it as a base code.-->
  11.  
  12. <html>
  13.  
  14. <head>
  15.  
  16. <title>{title}</title>
  17. <link rel="shortcut icon" href="{Favicon}"/>
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <!--custom fonts-->
  22. <link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,700,700italic,400italic' rel='stylesheet' type='text/css'>
  24.  
  25. <!--script para hover links-->
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("a[title]").style_my_tooltips({
  32. tip_follows_cursor:true,
  33. tip_delay_time:100,
  34. tip_fade_speed:300,
  35. attribute:"title"
  36. });
  37. });
  38. })(jQuery);
  39. </script>
  40.  
  41. <!--default variables-->
  42. <meta name="color:Background" content="#000"/>
  43. <meta name="image:Background" content="https://31.media.tumblr.com/d7add44c23f6a97ce19094b1e947001c/tumblr_inline_n6j35yuHri1rc2rwl.png"/>
  44. <meta name="image:Container Background" content="https://31.media.tumblr.com/c34a2002089ba10d903407e689407e77/tumblr_inline_n6e9xv7fjo1rc2rwl.png"/>
  45. <meta name="image:Sidebar Image" content=""/>
  46. <meta name="color:Blog Title" content="white"/>
  47. <meta name="color:Main Text" content="black"/>
  48. <meta name="color:Link" content="#fb4583"/>
  49. <meta name="color:Link Hover" content="#00e4ff"/>
  50. <meta name="color:Highlight" content="#fb4583"/>
  51. <meta name="color:Description Border" content="#fff"/>
  52. <meta name="color:Description Background" content="#000"/>
  53. <meta name="color:Navigation Links Border" content="#fff"/>
  54. <meta name="color:Description Text" content="#fff"/>
  55. <meta name="color:Post Border Color" content="pink"/>
  56. <meta name="color:Post Info Background" content="black"/>
  57. <meta name="color:Post Info Text" content="white"/>
  58. <meta name="text:Second Box" content="your text here"/>
  59. <meta name="text:Margin Box Left" content="131"/>
  60. <meta name="text:Margin Box Top" content="126"/>
  61. <meta name="text:Box Width" content="70"/>
  62.  
  63. <meta name="text:Link 1 URL" content="/" />
  64. <meta name="text:Link 1 Title" content="Index"/>
  65. <meta name="text:Link 2 URL" content="/ask" />
  66. <meta name="text:Link 2 Title" content="Message"/>
  67. <meta name="text:Link 3 URL" content="" />
  68. <meta name="text:Link 3 Title" content="Link"/>
  69. <meta name="text:Link 4 URL" content="" />
  70. <meta name="text:Link 4 Title" content="Link"/>
  71.  
  72. <style type="text/css">
  73.  
  74. @font-face {
  75.  
  76. font-family: "04b03";
  77.  
  78. src: url(‘http://static.tumblr.com/5fd89aw/aFUlmf7ca/04b03.ttf’);}
  79.  
  80. /*scrollbar*/
  81. ::-webkit-scrollbar-thumb {background-color: {color:Background}; height: auto; border: 4px solid {color:Background}; }
  82. ::-webkit-scrollbar {background-color: {color:Link}; height:10px; width:7px; border: 6px solid {color:Link};}
  83.  
  84. #s-m-t-tooltip{
  85. max-width:200px;
  86. z-index:999999;
  87. margin-top:3px;
  88. margin-left:12px;
  89. padding:5px;
  90. text-transform:uppercase;
  91. font-family:'04b03';
  92. font-size:8px;
  93. border:1px solid {color:Description Border};
  94. background:{color:Description Background};
  95. color:{color:Description Text};
  96. font-smooth: never;
  97. -webkit-font-smoothing : none;}
  98.  
  99. *, body, a, a:hover {cursor: url(https://31.media.tumblr.com/51aa4b0cb73356472f4336df13b2fc6b/tumblr_inline_n50qb2j2gV1rc2rwl.png), auto;}
  100.  
  101. body {
  102. background: {color:Background} url('{image:Background}');
  103. color:{color:Main Text};
  104. font-family:arial;
  105. font-size:10px;
  106. text-align:justify;
  107. margin:0;}
  108.  
  109. a {
  110. color:{color:Link};
  111. text-decoration: none;
  112. cursor:url('http://i.imgur.com/IepP2.jpg'), progress !important;
  113. -webkit-transition-duration: 0.8s;
  114. -moz-transition-duration: 0.8s;
  115. -o-transition-duration: 0.8s;
  116. transition-duration: 0.8s;}
  117.  
  118. a:hover {
  119. color:{color:Link Hover};
  120. text-decoration:none;
  121. -webkit-transition: all .4s ease-in-out;
  122. -moz-transition-duration: all .4s ease-in-out;
  123. -o-transition-duration: all .4s ease-in-out;
  124. transition-duration: all .4s ease-in-out;
  125. cursor:url('http://i.imgur.com/IepP2.jpg'), progress !important;}
  126.  
  127. b {
  128. background-color:{color:Highlight};
  129. padding:1px;}
  130.  
  131. img {
  132. opacity:1;
  133. border:none;
  134. text-decoration:none
  135. cursor: url('http://i.imgur.com/IepP2.jpg'), progress !important;}
  136.  
  137. blockquote {
  138. width:190px;
  139. margin-left:20px;
  140. padding-left:10px;
  141. border-left:1px solid {color:Post Border Color};}
  142.  
  143. blockquote img {max-width: 100%; !important}
  144.  
  145. small {
  146. font-size:8px;}
  147.  
  148. big {
  149. font-size:12px;}
  150.  
  151. /*sidebar*/
  152. #sidebar {
  153. background:transparent;
  154. width:300px;
  155. height:100%;
  156. margin-left:400px;
  157. position:fixed;
  158. padding-bottom:8px;}
  159.  
  160. #blogtitle {
  161. font-family: 'Press Start 2P', sans-serif;
  162. font-size:20px;
  163. text-transform:uppercase;
  164. font-smooth: never;
  165. -webkit-font-smoothing : none;
  166. width:200px;
  167. height:25;
  168. text-align:center;
  169. margin-left:50px;
  170. margin-top:240px;
  171. margin-bottom:-10px;
  172. color:{color:Blog Title};
  173. text-shadow:2px 2px {color:Link};
  174. -webkit-transition-duration: 0.8s;
  175. -moz-transition-duration: 0.8s;
  176. -o-transition-duration: 0.8s;
  177. transition-duration: 0.8s;}
  178.  
  179. #blogtitle:hover {
  180. text-shadow:2px 2px {color:Link Hover};
  181. -webkit-transition: all .4s ease-in-out;
  182. -moz-transition-duration: all .4s ease-in-out;
  183. -o-transition-duration: all .4s ease-in-out;
  184. transition-duration: all .4s ease-in-out;}
  185.  
  186. #pixel {
  187. margin-left:{text:Margin Box Left}px;
  188. margin-top:{text:Margin Box Top}px;
  189. position:absolute;
  190. color:{color:Description Text};
  191. background:{color:Description Background};
  192. padding:3px;
  193. width:{text:Box Width}px;
  194. height:17px;
  195. line-height:18px;
  196. text-align:center;
  197. z-index:99999;
  198. border:1px solid {color:Description Border};
  199. font-family: '04b03', arial;
  200. font-smooth: never;
  201. -webkit-font-smoothing : none;
  202. text-transform: uppercase;
  203. font-size: 8px;}
  204.  
  205. #description {
  206. position:fixed;
  207. background:{color:Description Background};
  208. margin-top:21px;
  209. margin-left:50px;
  210. font-smooth: never;
  211. -webkit-font-smoothing : none;
  212. border:1px solid {color:Description Border};
  213. width:137px;
  214. height:70px;
  215. padding:10px;
  216. font-family: '04b03', arial;
  217. color:{color:Description Text};
  218. text-transform: uppercase;
  219. font-size:8px;
  220. text-align:justify;}
  221.  
  222. #navilinks {
  223. width: 32px;
  224. height: 18px;
  225. margin-left:218px;
  226. margin-top:21px;}
  227.  
  228. #navilinks a {
  229. display: block;
  230. padding: 3px;
  231. text-align:center;
  232. background-color:{color:Link};
  233. margin-top: -1px;
  234. float:center;
  235. text-transform:uppercase;
  236. color: #fff;
  237. line-height:5px;
  238. font-size: 8px;
  239. font-smooth: never;
  240. -webkit-font-smoothing : none;
  241. font-family:'04b03';
  242. border: 1px solid {color:Navigation Links Border};
  243. -webkit-transition-duration: 0.8s;
  244. -moz-transition-duration: 0.8s;
  245. -o-transition-duration: 0.8s;
  246. transition-duration: 0.8s;}
  247.  
  248. #navilinks a:hover {
  249. background-color:{color:Link Hover};
  250. -webkit-transition: all .4s ease-in-out;
  251. -moz-transition-duration: all .4s ease-in-out;
  252. -o-transition-duration: all .4s ease-in-out;
  253. transition-duration: all .4s ease-in-out;}
  254.  
  255. #sideimg {
  256. margin-top:140px;
  257. margin-left:50px;}
  258.  
  259. /*containers*/
  260. #bigcontainer {
  261. margin-top:-30px;
  262. margin-left:300px;
  263. background:transparent;
  264. width:700px;
  265. height:560px;
  266. position:fixed;
  267. padding:30px 0 0 0;}
  268.  
  269. #container {
  270. background:url({image:Container Background});
  271. z-index:1;
  272. margin-left:30px;
  273. padding:30px 0 0 0;
  274. width:380px;
  275. height:100%;
  276. overflow: auto;
  277. position:fixed;
  278. border:1px solid white;}
  279.  
  280. /*posts*/
  281. #posts {
  282. background:white;
  283. margin-top:10px;
  284. margin-left:38px;
  285. width:250px;
  286. float:center;
  287. outline:thin solid {color:Post Border Color};
  288. border-width:1px;
  289. padding:25px;
  290. margin-bottom:90px;}
  291.  
  292. #posts .perma a {
  293. overflow:hidden;}
  294.  
  295. #posts .perma {
  296. margin-top: -25px;
  297. margin-bottom:55px;
  298. margin-left:220px;
  299. padding: 5px;
  300. position: absolute;
  301. font-family: '04b03', arial;
  302. font-smooth: never;
  303. -webkit-font-smoothing : none;
  304. text-transform: uppercase;
  305. font-size: 8px;
  306. width:auto;
  307. height:auto;
  308. color:{color:Description Text};
  309. text-align:center;
  310. overflow:hidden;
  311. opacity: 0.0;
  312. background-color:{color:Description Background};
  313. -webkit-transition-duration: 0.8s;
  314. -moz-transition-duration: 0.8s;
  315. -o-transition-duration: 0.8s;
  316. transition-duration: 0.8s;}
  317.  
  318. #posts:hover .perma{
  319. margin-left:225px;
  320. overflow:visible;
  321. opacity: 1;
  322. -webkit-transition: all .3s linear;
  323. -webkit-transition: all .3s linear;
  324. -moz-transition: all .3s linear;
  325. -o-transition: all .3s linear;
  326. transition: all .3s linear;}
  327.  
  328. #postitle {
  329. letter-spacing:-1px;
  330. margin-bottom:10px;
  331. margin-left:-10px;
  332. padding:0 0px 0 10px;
  333. text-transform:normal;
  334. text-align:left;
  335. font-family: 'Press Start 2P', sans-serif;
  336. font-size:15px;
  337. text-transform:uppercase;
  338. font-smooth: never;
  339. -webkit-font-smoothing : none;
  340. color:{color:Link};}
  341.  
  342. /*los text posts*/
  343. #text {
  344. padding:0px;
  345. width:250px;}
  346.  
  347. #text img {max-width:100%; !important;}
  348.  
  349. /*las quotes*/
  350. #titlequote {
  351. font-style:italic;
  352. font-weight:bold;
  353. text-align:justify;
  354. line-height:14px;
  355. font-size:15px;
  356. font-family:arial;
  357. letter-spacing:-1px;
  358. text-transform:none;}
  359.  
  360. #source {
  361. font-size:8px;
  362. letter-spacing:1px;
  363. text-align:center;
  364. margin-top:10px;
  365. text-transform:uppercase;}
  366.  
  367. /*las preguntas*/
  368. #question {
  369. background-color:white;
  370. padding:0px;}
  371.  
  372. #q {
  373. margin-left:30px;}
  374.  
  375. #asker {margin-top:1px;
  376. margin-left:30px;
  377. font-weight:bold;
  378. color:{color:Link};}
  379.  
  380. #askerimg {
  381. float:left;
  382. margin-right:5px;}
  383.  
  384. #askerimg img {
  385. width: 24px;
  386. height: 24px;
  387. border-radius: 12px;
  388. -webkit-border-radius: 12px;
  389. -moz-border-radius: 12px;
  390. background: url({AskerPortraitURL-24}) no-repeat;
  391. position:absolute;
  392. display:block;}
  393.  
  394. #answer {
  395. padding:0px}
  396.  
  397. #answer img {max-width:100% !important;}
  398.  
  399. /*el chat*/
  400. .chat ol {
  401. padding:0;
  402. list-style:none;}
  403.  
  404. .line.odd {
  405. background:{color:Link};
  406. padding:10px;}
  407.  
  408. .line.even {
  409. padding:10px;}
  410.  
  411. .label {
  412. margin-right:3px
  413. letter-spacing:0px;
  414. text-transform:uppercase;
  415. font-weight:bold;}
  416.  
  417. /*el audio player*/
  418. .button {
  419. width:20px;
  420. height:30px;
  421. overflow:hidden;
  422. position:relative;
  423. opacity:0.6;
  424. margin-top:12px;
  425. margin-left:12px;
  426. z-index:100;}
  427.  
  428. .box {
  429. width:50px;
  430. height:50px;
  431. margin-top:12px;
  432. margin-left:12px;
  433. opacity:0.6;
  434. background-color:white;
  435. position:absolute;
  436. z-index:100;}
  437.  
  438. .audio{
  439. position:absolute;
  440. width:20px;
  441. height:20px;}
  442.  
  443. .audioimg {
  444. width:75px;
  445. height:75px;
  446. position:absolute;}
  447.  
  448. .audioimg img {
  449. margin-left:0px;
  450. float:left;
  451. width:75px;}
  452.  
  453. .audiodatos {
  454. font-family: '04b03', arial;
  455. font-smooth: never;
  456. -webkit-font-smoothing : none;
  457. text-transform: uppercase;
  458. font-size: 8px;
  459. color:{color:Description Text};
  460. padding:10px;
  461. text-align:left;
  462. letter-spacing:1px;
  463. height:55px;
  464. width:155px;
  465. margin-top:-11px;
  466. margin-left:75px;
  467. background-color:{color:Description Background};}
  468.  
  469. /*post info*/
  470. #hour {
  471. margin-top:25px;
  472. margin-left:-26px;
  473. font-family: '04b03', arial;
  474. position:absolute;
  475. color:{color:Post Info Text};
  476. background-color:{color:Post Info Background};
  477. font-size: 8px;
  478. text-transform: uppercase;
  479. width:286px;
  480. padding:8px;
  481. text-align:center;
  482. font-smooth: never;
  483. -webkit-font-smoothing : none;}
  484.  
  485. /*permalink*/
  486.  
  487. #postnotes {
  488. padding:5px;
  489. font-family: '04b03', arial;
  490. font-smooth: never;
  491. -webkit-font-smoothing : none;
  492. margin-top:60px;
  493. text-transform: uppercase;
  494. font-size: 8px;
  495. line-height:20px;
  496. margin-left:-40px;}
  497.  
  498. #postnotes a {
  499. color:{color:Main Text};
  500. text-transform:uppercase;}
  501.  
  502. #postnotes a:hover {
  503. color:{color:Link};}
  504.  
  505. #postnotes img {
  506. width:10px
  507. display:inline-block;
  508. position:left;
  509. margin-right:5px;
  510. margin-top:3px;
  511. margin-bottom:-5px;
  512. -webkit-border-radius:10px;
  513. -moz-border-radius:10px;
  514. border-radius:10px;}
  515.  
  516. /*la pagination*/
  517. #pagination {
  518. margin-left:-20px;
  519. margin-top:240px;
  520. position:absolute;
  521. font-family: '04b03', arial;
  522. font-size:45px;
  523. text-align:center;
  524. color:white;
  525. text-transform:uppercase;}
  526.  
  527. #pagination a {
  528. line-height:5px;}
  529.  
  530. #pagination a:hover{
  531. font-style:none;}
  532.  
  533. /*credit logo*/
  534. #credit{
  535. position:fixed;
  536. bottom:10px;
  537. left:10px;
  538. opacity:1;
  539. z-index:1;}
  540.  
  541. #credit img {
  542. -webkit-transition-duration: 0.8s;
  543. -moz-transition-duration: 0.8s;
  544. -o-transition-duration: 0.8s;
  545. transition-duration: 0.8s;
  546.  
  547. -webkit-transition-property: -webkit-transform;
  548. -moz-transition-property: -moz-transform;
  549. -o-transition-property: -o-transform;
  550. transition-property:transform;
  551. overflow:hidden;}
  552.  
  553. {CustomCSS}
  554.  
  555. </style>
  556.  
  557. </head>
  558.  
  559. <body>
  560.  
  561. <div id="bigcontainer">
  562.  
  563. <!-- pagination -->
  564. <div id="pagination">
  565. {block:Pagination}
  566. {block:NextPage}
  567. <a href="{NextPage}" title="next">+</a>
  568. {/block:NextPage}
  569. <p>
  570. {block:PreviousPage}
  571. <a href="{PreviousPage}" title="previous">-</a>
  572. {/block:PreviousPage}{/block:Pagination}
  573. </div>
  574.  
  575. <div id="sidebar">
  576.  
  577. <div id="blogtitle">{Title}</div>
  578.  
  579. <div id="pixel">{text:Second Box}</div>
  580.  
  581. <div id="description">{Description}</div>
  582.  
  583. <div id="navilinks"><a href="{text:Link 1 URL}" title="{text:Link 1 Title}"><img src="https://31.media.tumblr.com/dd59a3f61ce1375940231edaa4aecc28/tumblr_inline_n6f2jgzdm21rc2rwl.gif"></a>
  584. <br><a href="{text:Link 2 URL}" title="{text:Link 2 Title}"><img src="https://31.media.tumblr.com/70019ba359690ef410ea1826142120af/tumblr_inline_n6f2jxLdAT1rc2rwl.gif"> </a>
  585. <br><a href="{text:Link 3 URL}" title="{text:Link 3 Title}"><img src="https://31.media.tumblr.com/4afa5849e13f6729bf635698a703fff8/tumblr_inline_n6f2lcccmL1rc2rwl.gif"></a>
  586. <br><a href="{text:Link 4 URL}" title="{text:Link 4 Title}" ><img src="https://31.media.tumblr.com/ce2ae4a22ba3e5ed68751cdfbb8491d7/tumblr_inline_n6f2lxeCW51rc2rwl.gif"></a></div>
  587.  
  588. <div id="sideimg"><img src="{image:Sidebar Image}" width="200" ></div></div>
  589.  
  590. <div id="container">
  591.  
  592. {block:Posts}
  593.  
  594. <div id="posts">
  595.  
  596. <div class="perma">
  597. <center>{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</center>
  598. + + +
  599. <center><a href="{reblogurl}">reblog?</a></center>
  600. </div>
  601.  
  602. {block:Title}<div id="postitle">{Title}</div>{/block:Title}
  603.  
  604. {block:Text}
  605. <div id="text">{Body}</div>
  606. {/block:Text}
  607.  
  608. {block:Photo}
  609. <a href="{permalink}"><img src="{PhotoURL-250}" width="250"/></a>
  610. {/block:Photo}
  611.  
  612. {block:Photoset}
  613. {Photoset-250}
  614. {/block:Photoset}
  615.  
  616. {block:Quote}
  617. <div id="titlequote">"{Quote}"</div><br>
  618. <hr color="{color:Post Border Color}" size=1>
  619. {block:Source}<div id="source">{Source}</div>{/block:Source}
  620. {/block:Quote}
  621.  
  622. {block:Video}
  623. {Video-250}<br>
  624. {PlayCountWithLabel}
  625. {/block:Video}
  626.  
  627. {block:Link}
  628. <div id="postitle"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  629. {block:Description}{Description}{/block:Description}
  630. {/block:Link}
  631.  
  632. {block:Chat}
  633. <div class="chat">
  634. <ol>{block:Lines}
  635. <li class="line {Alt}">
  636. {block:Label}
  637. <span class="label">{Label} </span>{/block:Label}{Line}</li>{/block:Lines}
  638. </ol></div>
  639. {/block:Chat}
  640.  
  641. {block:Audio}
  642. <div class="audio">
  643. <div class="box"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  644. <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  645. <br><div class="audiodatos"><br>{block:TrackName}Title: {TrackName}{/block:TrackName}
  646. <br>{block:Artist}Artist: {Artist}{/block:Artist}
  647. <br>{block:Album}Album: {Album}{/block:Album}
  648. <br>{PlayCountWithLabel}</div>{/block:Audio}
  649.  
  650. {block:Answer}
  651. <div id="question"><div id="askerimg"><img src="{AskerPortraitURL-24}"></div>
  652. <div id="asker">{Asker} asked:</div>
  653. <div id="q">{Question}</div></div><br>
  654. <hr color="{color:Post Border Color}" size=1>
  655. <div id="answer">{Answer}</div>
  656. {/block:Answer}
  657.  
  658. <!-- permalink page -->
  659. {block:PermalinkPage}
  660. {block:Caption}
  661. {Caption}
  662. {/block:Caption}
  663. {block:HasTags}<center><br><hr color="{color:Post Border Color}" size=1><br>{block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}</center>{/block:HasTags}
  664. <p><small>{block:ContentSource}<a href="{SourceURL}">src</a>{/block:ContentSource} {block:RebloggedFrom}+ <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}</small>
  665. {/block:PermalinkPage}
  666.  
  667. <!-- post info -->
  668.  
  669. {block:Date}<div id="hour"><a href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a> ★ <a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:Date}
  670. {block:PermalinkPage}
  671. {block:PostNotes}
  672. <div id="postnotes">{PostNotes}</div>
  673. {/block:PostNotes}
  674. {/block:PermalinkPage}
  675.  
  676. </div>
  677.  
  678. {/block:Posts}
  679.  
  680. <!-- credit (DO NOT REMOVE UNDER ANY CIRCUMSTANCE) -->
  681. <div id="credit"><a href="http://luscifers.tumblr.com/" title="theme © luscifers"><img src="https://31.media.tumblr.com/18a7fb07afd303d0ef1f3c9770dd4192/tumblr_inline_n4uv6mWyPy1rc2rwl.png"></a></div>
  682.  
  683. </div></div>
  684.  
  685.  
  686. </body>
  687.  
  688. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement