Advertisement
wcrmtails

Theme 11: Living Legend

Apr 10th, 2018
5,338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--THEME 11 BY DARTHVCDER. DON'T STEAL OR USE AS A BASE. THANKS.-->
  5.  
  6. <head>
  7.  
  8. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous">
  9.  
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{FavIcon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  16.  
  17.  
  18.  
  19. <meta name="image:Background" content=""/>
  20. <meta name="image:Sidebar" content=""/>
  21.  
  22. <meta name="color:Ask Background" content="#fff" />
  23. <meta name="color:Ask Text" content="#797979"/>
  24. <meta name="color:Background" content="#fcfcfc" />
  25. <meta name="color:Blockquote" content="#fcfcfc"/>
  26. <meta name="color:Bold" content="#a82a52"/>
  27. <meta name="color:Border" content="#eee"/>
  28. <meta name="color:Chat Even Background" content="#fcfcfc"/>
  29. <meta name="color:Chat Even Text" content="#9c9c9c"/>
  30. <meta name="color:Chat Odd Background" content="#fff"/>
  31. <meta name="color:Chat Odd Text" content="#9c9c9c"/>
  32. <meta name="color:Custom Links" content="#a82a52"/>
  33. <meta name="color:Custom Links Background"="#fff"/>
  34. <meta name="color:Date" content="#d1cccc"/>
  35. <meta name="color:Description Background" content="#fff"/>
  36. <meta name="color:Description Text" content="#9c9c9c"/>
  37. <meta name="color:Italics" content="#a82a52"/>
  38. <meta name="color:Link" content="#a82a52"/>
  39. <meta name="color:Link Hover" content="#000"/>
  40. <meta name="color:Navigation Links" content="#a82a52"/>
  41. <meta name="color:Navigation Links Hover" content="#fff"/>
  42. <meta name="color:Permalink" content="#d1cccc"/>
  43. <meta name="color:Post Background" content="#fff"/>
  44. <meta name="color:Scrollbar" content="#a82a52"/>
  45. <meta name="color:Sidebar Background" content="#fff"/>
  46. <meta name="color:Tags" content="#797979"/>
  47. <meta name="color:Text" content="#9c9c9c"/>
  48. <meta name="color:Title" content="#a82a52"/>
  49. <meta name="color:Title Background" content="#fff"/>
  50.  
  51.  
  52. <meta name="if:250 Posts" content="1"/>
  53. <meta name="if:Left Sidebar" content="1"/>
  54.  
  55. <meta name="text:Link One Url" content="/"/>
  56. <meta name="text:Link One Title" content="link one"/>
  57. <meta name="text:Link Two Url" content="/"/>
  58. <meta name="text:Link Two Title" content="link two"/>
  59. <meta name="text:Link Three Url" content="/"/>
  60. <meta name="text:Link Three Title" content="link three"/>
  61. <meta name="text:Link Four Url" content="/"/>
  62. <meta name="text:Link Four Title" content="link four"/>
  63. <meta name="text:Link Five Url" content="/"/>
  64. <meta name="text:Link Five Title" content="link five"/>
  65. <meta name="text:Link Six Url" content="/"/>
  66. <meta name="text:Link Six Title" content="link six"/>
  67.  
  68. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  69.  
  70. <script>
  71. $(document).ready(function(){
  72.  
  73. $("#dd").click(function(){
  74.  
  75. $("#desc").slideToggle("slow");
  76. $("#nav").slideToggle("slow");
  77. $("#dd").slideToggle("slow");
  78. $("#du").slideToggle("slow");
  79. });
  80.  
  81. $("#du").click(function(){
  82.  
  83. $("#desc").slideToggle("slow");
  84. $("#nav").slideToggle("slow");
  85. $("#dd").slideToggle("slow");
  86. $("#du").slideToggle("slow");
  87. });
  88.  
  89.  
  90.  
  91. });
  92. </script>
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97. /*FIX BY CYANTISTS*/
  98. iframe.tmblr-iframe {
  99. z-index:99999999999999!important;
  100. top:0!important;
  101. right:0!important;
  102. opacity:0.4;
  103. /* delete from here */
  104. filter:invert(1);
  105. -webkit-filter:invert(1);
  106. -o-filter:invert(1);
  107. -moz-filter:invert(1);
  108. -ms-filter:invert(1);
  109. /* to here if your blog has a dark background */
  110. transform:scale(0.6);
  111. transform-origin:100% 0;
  112. -webkit-transform:scale(0.6);
  113. -webkit-transform-origin:100% 0;
  114. -o-transform:scale(0.6);
  115. -o-transform-origin:100% 0;
  116. -moz-transform:scale(0.6);
  117. -moz-transform-origin:100% 0;
  118. -ms-transform:scale(0.6);
  119. -ms-transform-origin:100% 0;}
  120.  
  121. iframe.tmblr-iframe:hover {
  122. opacity:0.6!important;}
  123.  
  124. body {
  125. color: {color:Text};
  126. font-family: sans-serif;
  127. line-height: 16px;
  128. background: url('{image:Background}') {color:Background};
  129. }
  130.  
  131. body img {
  132. max-width: 100%;
  133. height: auto;
  134. }
  135.  
  136. a {
  137. text-decoration: none;
  138. color: {color:Link};
  139. }
  140. a:hover {
  141. color: {color:Link Hover};
  142. }
  143.  
  144. i, em {
  145. color: {color:Italics};
  146. }
  147.  
  148. b, strong {
  149. color: {color:Bold};
  150. }
  151.  
  152.  
  153. h1 {
  154. text-align: center;
  155. font-size: 11px;
  156. letter-spacing: 3px;
  157. line-height: 120%;
  158. color: {color:Text};
  159. }
  160.  
  161. blockquote {
  162. border-left: 1px solid {color:Blockquote};
  163. margin-left: 6px;
  164. padding-left: 10px;
  165. }
  166.  
  167. blockquote img {
  168. max-width: 200px;
  169. height: auto;
  170. }
  171.  
  172. ::-webkit-scrollbar-thumb {
  173. background-color: {color:Scrollbar};
  174. height:auto;
  175. border-bottom:none;
  176. }
  177. ::-webkit-scrollbar {
  178. height:9px;
  179. width:3px;
  180. }
  181.  
  182. #sidebar {
  183. width: 180px;
  184. height: relative;
  185. position: fixed;
  186.  
  187. {block:IfLeftSidebar}
  188. margin-left: 50px;
  189. {/block:IfLeftSidebar}
  190.  
  191. {block:IfNotLeftSidebar}
  192. right: 50px;
  193. {/block:IfNotLeftSidebar}
  194. }
  195.  
  196. #sidebar img {
  197. width: 180px;
  198. height: 180px;
  199. border-top-right-radius: 20px;
  200. border-top-left-radius: 20px;
  201. }
  202.  
  203. #navi {
  204. width: 180px;
  205. height: relative;
  206. text-align: center;
  207. }
  208.  
  209. #navi a {
  210. color: {color:Navigation Links};
  211. font-size: 30px;
  212.  
  213.  
  214. }
  215.  
  216. #navi a:hover {
  217. color: {color:Navigation Links Hover};
  218. -webkit-transition: all 0.8s ease;
  219. -moz-transition: all 0.8s ease;
  220. -o-transition: all 0.8s ease;
  221. }
  222.  
  223. #title {
  224. width: 160px;
  225. padding: 10px;
  226. height: relative;
  227. background-color: {color:Title Background};
  228. text-align: center;
  229. font-size: 11px;
  230. font-weight: bold;
  231. cursor: help;
  232. }
  233.  
  234. #title a {
  235. color: {color:Title};
  236. }
  237.  
  238.  
  239. #dd {
  240. width: 180px;
  241. height: relative;
  242. color: {color:Text};
  243. text-align: center;
  244. margin-top: 10px;
  245. font-size: 18px;
  246. cursor: help;
  247. position: absolute;
  248. }
  249.  
  250. #du {
  251. display: none;
  252. width: 180px;
  253. height: relative;
  254. color: {color:Text};
  255. text-align: center;
  256. margin-top: 10px;
  257. }
  258.  
  259. #desc {
  260. display: none;
  261. width: 160px;
  262. height: relative;
  263. margin-top: 5px;
  264. background-color: {color:Description Background};
  265. padding: 10px;
  266. font-size: 10px;
  267. color: {color: Description Text};
  268.  
  269. {block:IfLeftSidebar}
  270. text-align: left;
  271. {/block:IfLeftSidebar}
  272.  
  273. {block:IfNotLeftSidebar}
  274. text-align: right;
  275. {/block:IfNotLeftSidebar}
  276. }
  277.  
  278. #nav {
  279. display: none;
  280. font-size: 10px;
  281. font-weight: bold;
  282. letter-spacing: 1px;
  283.  
  284. {block:IfLeftSidebar}
  285. text-align: left;
  286. {/block:IfLeftSidebar}
  287.  
  288. {block:IfNotLeftSidebar}
  289. text-align: right;
  290. {/block:IfNotLeftSidebar}
  291. }
  292.  
  293. #nav a {
  294. display: block;
  295. background-color: {color:Custom Links Background};
  296. color: {color:Custom Links};
  297. padding: 7px;
  298. width: 166px;
  299. margin-top: 5px;
  300.  
  301. }
  302.  
  303. #nav a:hover {
  304. background-color: {color:Custom Links};
  305. color: {color:Custom Links Background};
  306. -webkit-transition: all 0.8s ease;
  307. -moz-transition: all 0.8s ease;
  308. -o-transition: all 0.8s ease;
  309. }
  310.  
  311.  
  312. #date {
  313. font-size: 11px;
  314. text-transform: lowercase;
  315. font-weight: bold;
  316. margin-top: -20px;
  317. position: absolute;
  318. color: {color:Date};
  319.  
  320. {block:IfLeftSidebar}
  321.  
  322. {block:IfNot250Posts}
  323. margin-left: 440px;
  324. {/block:IfNot250Posts}
  325.  
  326. {block:If250Posts}
  327. margin-left: 290px;
  328. {/block:If250Posts}
  329.  
  330. text-align: left;
  331. {/block:IfLeftSidebar}
  332.  
  333.  
  334.  
  335. {block:IfNotLeftSidebar}
  336. margin-left: -80px;
  337. text-align: right;
  338. {/block:IfNotLeftSidebar}
  339. }
  340.  
  341. #rb {
  342. font-size: 15px;
  343. color: {color:Permalink};
  344. position: absolute;
  345. margin-top: -20px;
  346.  
  347. {block:IfLeftSidebar}
  348. margin-left: -50px;
  349. {/block:IfLeftSidebar}
  350.  
  351. {block:IfNotLeftSidebar}
  352.  
  353. {block:IfNot250Posts}
  354. margin-left: 440px;
  355. {/block:IfNot250Posts}
  356.  
  357. {block:If250Posts}
  358. margin-left: 290px;
  359. {/block:If250Posts}
  360.  
  361. {/block:IfNotLeftSidebar}
  362.  
  363. {block:IfNot250Posts}
  364. width: 440px;
  365. {/block:IfNot250Posts}
  366.  
  367. {block:If250Posts}
  368. width: 290px;
  369. {/block:If250Posts}
  370.  
  371. }
  372.  
  373. #rb a {
  374. color: {color:Permalink};
  375. }
  376.  
  377. #rb a:hover {
  378. -webkit-transition: all 0.8s ease;
  379. -moz-transition: all 0.8s ease;
  380. -o-transition: all 0.8s ease;
  381.  
  382. color: {color:Link};
  383. }
  384.  
  385.  
  386.  
  387. #content {
  388. {block:IfNot250Posts}
  389. width: 440px;
  390. {/block:IfNot250Posts}
  391.  
  392. {block:If250Posts}
  393. width: 290px;
  394. {/block:If250Posts}
  395.  
  396. margin-top: 100px;
  397. text-align: left;
  398. font-size: 11px;
  399. height: 400px;
  400.  
  401. }
  402.  
  403. .entry {
  404. font-size: 11px;
  405. background-color: {color:Post Background};
  406. padding: 20px;
  407. border: 1px solid {color:Border};
  408. border-radius: 5px;
  409. }
  410.  
  411.  
  412. #tags {
  413. margin-top: 20px;
  414. border-bottom-left-radius: 5px;
  415. border-bottom-right-radius: 5px;
  416. margin-bottom: 80px;
  417. margin-left: 10px;
  418. font-size: 10px;
  419.  
  420.  
  421. {block:IfNot250Posts}
  422. width: 400px;
  423. {/block:IfNot250Posts}
  424.  
  425. {block:If250Posts}
  426. width: 250px;
  427.  
  428. {/block:If250Posts}
  429.  
  430. {block:IfLeftSidebar}
  431. text-align: right;
  432. margin-left: 20px;
  433. {/block:IfLeftSidebar}
  434.  
  435. {block:IfNotLeftSidebar}
  436. text-align: left;
  437. {/block:IfNotLeftSidebar}
  438.  
  439. }
  440.  
  441. #tags a {
  442. color: {color:Tags};
  443. }
  444.  
  445.  
  446.  
  447. img.avatar {display:none; }
  448. ol.notes {
  449. margin-top: 20px;
  450. }
  451.  
  452. #ask {
  453. {block:IfNot250Posts}
  454. width: 360px;
  455. {/block:IfNot250Posts}
  456.  
  457. {block:If250Posts}
  458. width: 210px;
  459. {/block:If250Posts}
  460.  
  461. background-color: {color:Ask Background};
  462. padding: 20px;
  463. color: {color:Ask Text};
  464. }
  465.  
  466.  
  467. .asker {
  468. font-size: 15px;
  469. width: 100%;
  470. text-transform: lowercase;
  471. text-align: center;
  472. }
  473.  
  474. .songart{
  475. float:left;
  476. margin-right:10px;
  477. }
  478.  
  479. .songart img{
  480. width:80px;
  481. height:80px;
  482. }
  483.  
  484. .songtitle{
  485. margin-bottom:10px;
  486. margin-left:90px;
  487. }
  488.  
  489. .songauthor{
  490. margin-bottom:10px;
  491. font-size:8px;
  492. margin-left:90px;
  493. }
  494.  
  495. .tumblr_audio_player {
  496. height: 50px;
  497. }
  498.  
  499. #quote {
  500. font-size: 15px;
  501. font-style: italic;
  502. text-align: center;
  503. background-color: {color:Background};
  504. padding: 20px;
  505. border-radius: 5px;
  506. }
  507.  
  508.  
  509. #pagination {
  510. width: 300px;
  511. height: 100px;
  512. }
  513.  
  514. #pagination a {
  515. opacity: 1;
  516. }
  517.  
  518. .chatline {
  519. color: {color:Chat Even Text};
  520. background-color: {color:Chat Even Background};
  521. padding: 10px;
  522. }
  523.  
  524. .chatline.odd {
  525. color: {color:Chat Odd Text};
  526. background-color: {color:Chat Odd Background};
  527. }
  528.  
  529. </style>
  530.  
  531. </head>
  532.  
  533. <body>
  534.  
  535.  
  536. <div id="sidebar">
  537.  
  538. <div id="navi">
  539. <a href="/" title="return">•</a>
  540. <a href="/ask" title="ask">•</a>
  541. <a href="/archive" title="past">•</a>
  542. <a href="/submit" title="submit">•</a>
  543. </div>
  544.  
  545. <img src="{image:Sidebar}">
  546.  
  547. <div id="title">
  548. <a href="/">{Title}</a>
  549. </div>
  550.  
  551. <div id="dd">
  552. <i class="fas fa-angle-double-down"></i>
  553. </div>
  554.  
  555. <div id="desc">
  556. {Description}
  557. </div>
  558.  
  559. <div id="nav">
  560. <a href="{text:Link One Url}">{text:Link One Title}</a>
  561. <a href="{text:Link Two Url}">{text:Link Two Title}</a>
  562. <a href="{text:Link Three Url}">{text:Link Three Title}</a>
  563. <a href="{text:Link Four Url}">{text:Link Four Title}</a>
  564. <a href="{text:Link Five Url}">{text:Link Five Title}</a>
  565. <a href="{text:Link Six Url}">{text:Link Six Title}</a>
  566. </div>
  567.  
  568. <div id="du">
  569. <i class="fas fa-angle-double-up"></i>
  570. </div>
  571.  
  572.  
  573.  
  574. </div>
  575.  
  576.  
  577.  
  578. <center>
  579.  
  580. <div id="content">
  581.  
  582. <!--POSTS-->
  583.  
  584. {block:Posts}
  585.  
  586. <div class="entry">
  587.  
  588. <!--DATE/INFO-->
  589.  
  590. <div id="date">
  591.  
  592. <a href="{Permalink}" style="color: {color:Text}">{TimeAgo}</a><br>
  593.  
  594. <a href="{Permalink}" style="color: {color:Text}">{NoteCount} notes</a><br>
  595.  
  596. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}<br>
  597.  
  598. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  599.  
  600. </div>
  601. <!--END OF DATE/INFO-->
  602.  
  603.  
  604.  
  605. <div id="rb">
  606.  
  607. <a href="{ReblogURL}" title="reblog">↺</a>
  608.  
  609.  
  610. </div>
  611.  
  612.  
  613.  
  614.  
  615. <!--PHOTO-->
  616.  
  617. {block:Photo}
  618.  
  619. <a href="{permalink}">
  620. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  621. </a>
  622.  
  623. {block:IndexPage}
  624.  
  625. {block:Caption}
  626. {Caption}
  627. {/block:Caption}
  628.  
  629. {/block:IndexPage}
  630.  
  631. {block:PermalinkPage}
  632.  
  633. {block:Caption}
  634. {Caption}
  635. {/block:Caption}
  636.  
  637. {/block:PermalinkPage}
  638.  
  639. {/block:Photo}
  640.  
  641. <!--END PHOTO-->
  642.  
  643. <!--PHOTOSET-->
  644.  
  645. {block:Photoset}
  646.  
  647. {block:IfNot250Posts}
  648. {Photoset-400}
  649. {/block:IfNot250Posts}
  650.  
  651. {block:If250Posts}
  652. {Photoset-250}
  653. {/block:If250Posts}
  654.  
  655. {block:Caption}
  656. {Caption}
  657. {/block:Caption}
  658.  
  659. {/block:Photoset}
  660.  
  661. <!--END PHOTOSET-->
  662.  
  663.  
  664. <!--TEXT-->
  665.  
  666. {block:Text}
  667.  
  668. {block:Title}
  669. <h1>{Title}</h1>
  670. {/block:Title}
  671.  
  672. {Body}
  673.  
  674. {/block:Text}
  675.  
  676. <!--END TEXT-->
  677.  
  678. <!--LINK-->
  679.  
  680. {block:Link}
  681.  
  682. <h1><a href="{URL}">{Name}</a></h1>
  683.  
  684. {block:Description}
  685. {Description}
  686. {/block:Description}
  687.  
  688. {/block:Link}
  689.  
  690. <!--END LINK-->
  691.  
  692.  
  693. <!--QUOTE-->
  694.  
  695. {block:Quote}
  696.  
  697. <div id="quote"><i>"{Quote}"</i></div>
  698.  
  699. {block:Source}
  700. <br>- {Source}
  701. {/block:Source}
  702.  
  703. {/block:Quote}
  704.  
  705. <!--END QUOTE-->
  706.  
  707.  
  708. <!--CHAT-->
  709.  
  710. {block:Chat}
  711.  
  712. {block:Title}
  713. <h1>{Title}</h1>
  714. {/block:Title}
  715.  
  716.  
  717. {block:Lines}
  718.  
  719. <div class="chatline {Alt}">
  720.  
  721. {block:Label}
  722. <b style="text-transform: uppercase; padding: 5px">{Label} </b>
  723. {/block:Label}
  724.  
  725. <span>{Line}</span>
  726. </div>
  727.  
  728. {/block:Lines}
  729.  
  730.  
  731. {/block:Chat}
  732.  
  733. <!--END CHAT-->
  734.  
  735. <!--AUDIO-->
  736.  
  737. {block:Audio}
  738.  
  739. {block:AlbumArt}
  740. <div class="songart">
  741. <img src="{AlbumArtURL}">
  742. </div>
  743. {/block:AlbumArt}
  744.  
  745. <div class="songtitle">
  746. {block:TrackName}
  747. {TrackName}
  748. {/block:TrackName}
  749. </div>
  750.  
  751. <div class="songauthor">
  752. By
  753. {block:Artist}
  754. {Artist}
  755. {/block:Artist}
  756. </div>
  757.  
  758. {AudioPlayerWhite}
  759.  
  760. {/block:Audio}
  761.  
  762. <!--END AUDIO-->
  763.  
  764.  
  765.  
  766.  
  767. <!--VIDEO-->
  768.  
  769. {block:Video}
  770.  
  771. {block:IfNot250Posts}
  772. {Video-400}
  773. {/block:IfNot250Posts}
  774.  
  775. {block:If250Posts}
  776. {Video-250}
  777. {/block:If250Posts}
  778.  
  779. {block:Caption}
  780. {Caption}
  781. {/block:Caption}
  782.  
  783.  
  784.  
  785. {/block:Video}
  786.  
  787. <!--END VIDEO-->
  788.  
  789. <!--ASK-->
  790.  
  791. {block:Answer}
  792.  
  793. <div class="asker">
  794. <b>{Asker}</b> <i>whispered:</i>
  795. </div>
  796.  
  797. <div id="ask">
  798. <i style="color:{color:Ask Text}">{Question}</i>
  799. </div>
  800.  
  801. <p>{Answer}
  802.  
  803. {/block:Answer}
  804.  
  805. <!--END ASK-->
  806.  
  807.  
  808.  
  809. </div>
  810.  
  811.  
  812. <!--TAGS-->
  813.  
  814. <div id="tags">
  815.  
  816. {block:HasTags}
  817. {block:Tags}
  818. <a href="{TagURL}">#{Tag} </a>
  819. {/block:Tags}
  820. {/block:HasTags}
  821.  
  822. </div>
  823.  
  824. <!--END TAGS-->
  825.  
  826. <!--PERMALINK PAGE-->
  827.  
  828. {block:PermalinkPage}
  829.  
  830. {block:PostNotes}
  831. {PostNotes}
  832. {/block:PostNotes}
  833.  
  834. {/block:PermalinkPage}
  835.  
  836. <!--END PERMALINK PAGE-->
  837.  
  838. {/block:Posts}
  839.  
  840. <!--END ALL POSTS-->
  841.  
  842. <!--PAGINATION-->
  843.  
  844.  
  845. <div id="pagination">
  846.  
  847. {block:Pagination}
  848.  
  849. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a >{/block:PreviousPage}
  850. {block:JumpPagination length="5"}
  851.  
  852. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  853.  
  854. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  855.  
  856. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  857.  
  858. {/block:Pagination}
  859. </div>
  860.  
  861. <!--END PAGINATION-->
  862.  
  863. </center>
  864.  
  865.  
  866. </div>
  867.  
  868. <!--DO NOT EDIT THIS-->
  869.  
  870. <div style="position:fixed; bottom:8px; right:15px; font-size: 9px;"><a style="color:{color:Link}; text-decoration:none; font-weight: bold" href="https://darthvcder.tumblr.com/">D</a></center></div>
  871.  
  872.  
  873. </body>
  874.  
  875. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement