Advertisement
arrowes

theme 5

Aug 31st, 2014
3,780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.72 KB | None | 0 0
  1. <!--
  2. theme 5
  3. by arrowsthemes (@beautrisprior)
  4.  
  5. please dont steal and all that stuff its mean, dont move, delete or edit credit etc. feel free to customize as much as you want and all that but don't use as a base to make your own theme
  6.  
  7. please like/reblog post if using, thank you!
  8.  
  9. -->
  10.  
  11.  
  12. <html>
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22.  
  23. <meta name="image:sidebar background" content=""/>
  24. <meta name="image:background" content=""/>
  25.  
  26. <meta name="color:sidebar background" content="#fff"/>
  27. <meta name="color:background" content="#fff"/>
  28. <meta name="color:blog title" content="#fff"/>
  29.  
  30. <meta name="color:sidebar links" content="#fff"/>
  31. <meta name="color:sidebar links hover" content="#fff"/>
  32. <meta name="color:description" content="#000"/>
  33. <meta name="color:description background" content="#fff"/>
  34. <meta name="color:pagination" content="#fff"/>
  35.  
  36. <meta name="color:text" content="#000"/>
  37. <meta name="color:links" content="#cccccc"/>
  38. <meta name="color:links hover" content="#fff"/>
  39. <meta name="color:titles" content="#000"/>
  40. <meta name="color:ask background" content="#f1f1f1"/>
  41. <meta name="color:posts background" content="#fff"/>
  42. <meta name="color:post info" content="#000"/>
  43. <meta name="color:tags" content="#000"/>
  44. <meta name="color:dividers" content="#f5f5f5"/>
  45. <meta name="color:scrollbar" content="#000"/>
  46.  
  47. <meta name="text:link1 url" content="/"/>
  48. <meta name="text:link1" content="appears"/>
  49. <meta name="text:link2 url" content="/"/>
  50. <meta name="text:link2" content="when"/>
  51. <meta name="text:link3 url" content="/"/>
  52. <meta name="text:link3" content="you"/>
  53. <meta name="text:link4 url" content="/"/>
  54. <meta name="text:link4" content="hover"/>
  55. <meta name="text:link5 url" content="/"/>
  56. <meta name="text:link5" content="over"/>
  57.  
  58.  
  59.  
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61.  
  62.  
  63. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  64.  
  65. <script>
  66.  
  67. (function($){
  68.  
  69. $(document).ready(function(){
  70.  
  71. $("a[title]").style_my_tooltips({
  72.  
  73. tip_follows_cursor:true,
  74.  
  75. tip_delay_time:200,
  76.  
  77. tip_fade_speed:300,
  78.  
  79. attribute:"title"
  80.  
  81. });
  82.  
  83. });
  84.  
  85. })(jQuery);
  86.  
  87. </script>
  88.  
  89. <style type="text/css">
  90.  
  91.  
  92. ::-webkit-scrollbar{
  93. height: 5px;
  94. width: 6px;
  95. background-color:{color:background}
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb{
  99. background-color:{color:scrollbar};
  100. }
  101.  
  102. ::-webkit-scrollbar-track{
  103. background-color:{color:background};
  104. }
  105.  
  106. /***tool tips***/
  107.  
  108. #s-m-t-tooltip{
  109. max-width:300px;
  110. margin:15px;
  111. padding:2px 8px;
  112. border:1px solid {color:borders};
  113. background:{color:background};
  114. color:{color:text};
  115. z-index:999999;
  116. font-size:10px;
  117. font-style:none;
  118. text-transform:lowercase;
  119. letter-spacing:1px;
  120. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  121.  
  122.  
  123. /***main***/
  124.  
  125. blockquote {
  126. padding:0.5px 0px 0.5px 30px;
  127. border-left:1px solid {color:dividers};
  128. margin-left:30px;
  129. }
  130.  
  131.  
  132. body {
  133. font-size: 11px;
  134. font-family: arial;
  135. color: {color:text};
  136. background-image:url('{image:background}');
  137. background-size:cover;
  138. background-color:{color:background};
  139. background-attachment: fixed;
  140. }
  141.  
  142.  
  143. a {color:{color:links};
  144. text-decoration: none;
  145.  
  146. -moz-transition-duration: 0.5s;
  147. -o-transition-duration: 0.5s;
  148. -webkit-transition-duration: 0.5s;
  149. transition-duration: 0.5s;
  150. }
  151.  
  152. a:hover {color:{color:links hover};
  153.  
  154. -moz-transition-duration: 0.5s;
  155. -o-transition-duration: 0.5s;
  156. -webkit-transition-duration: 0.5s;
  157. transition-duration: 0.5s;
  158. }
  159.  
  160.  
  161. .container {
  162. margin-top:0px;
  163. }
  164.  
  165.  
  166.  
  167.  
  168. /***SIDEBAR***/
  169. #titlebox{
  170. margin-top:100px;
  171. text-align:center;
  172. width:170px;
  173. margin-left:-10px;
  174. }
  175.  
  176. #blogtitle {
  177. font-size:20px;
  178. font-family: calibri, sans-serif;
  179. font-weight:bold;
  180. text-align:center;
  181. text-transform:uppercase;
  182. letter-spacing:2px;
  183. color:{color:blog title};
  184. -moz-transition-duration: 0.5s;
  185. -o-transition-duration: 0.5s;
  186. -webkit-transition-duration: 0.5s;
  187. transition-duration: 0.5s;
  188. }
  189.  
  190. #sideb {
  191. width: 150px;
  192. height:100%;
  193. margin-top:-40px;
  194. position: fixed;
  195. text-align:left;
  196. margin-left: 20%;
  197. padding:20px;
  198. background-color:{color:sidebar background};
  199. background-image:url('{image:sidebar background}');
  200. background-size:cover;
  201. }
  202.  
  203.  
  204. .desc {
  205. font-size:11px;
  206. font-family:arial;
  207. margin-top:-10px;
  208. color:{color:description};
  209. text-align:justify;
  210. padding:10px;
  211. background:{color:description background};
  212. opacity:0.8;
  213. moz-transition-duration:0.5s;
  214. -webkit-transition-duration:0.5s;
  215. -o-transition-duration:0.5s;
  216. -ms-transition-duration:0.5s;
  217.  
  218. }
  219.  
  220.  
  221.  
  222. .links {
  223. }
  224.  
  225.  
  226. /***LINKS***/
  227. .c {
  228. width:130px;
  229. margin-top:3px;
  230. margin-left:10px;
  231. }
  232.  
  233. .c1{
  234. width:8px;
  235. height:8px;
  236. border-radius:100%;
  237. display: inline-block;
  238. text-transform:uppercase;
  239. background-color:transparent;
  240. color:transparent;
  241. margin-bottom:5px;
  242. border:1px solid {color:sidebar links};
  243. padding:5px;
  244. margin-left:2px;
  245. moz-transition-duration:0.7s;
  246. -webkit-transition-duration:0.7s;
  247. -o-transition-duration:0.7s;
  248. -ms-transition-duration:0.7s;
  249. }
  250.  
  251. .c1 a{
  252. color:transparent;
  253. }
  254. .c1:hover {
  255. color:transparent;
  256. box-shadow: inset 20px 0 0 {color:sidebar links hover};
  257. moz-transition-duration:0.7s;
  258. -webkit-transition-duration:0.7s;
  259. -o-transition-duration:0.7s;
  260. -ms-transition-duration:0.7s;
  261. }
  262.  
  263.  
  264.  
  265. /***POSTS***/
  266.  
  267. .postcol {
  268. width: 440px;
  269. margin-left:40%;
  270. margin-top:0px;
  271. padding:10px;
  272.  
  273. }
  274.  
  275.  
  276. .posts {
  277. width: 400px;
  278. margin-top:50px;
  279. padding:20px;
  280. background-color:{color:posts background};
  281.  
  282. }
  283.  
  284. .posts li {
  285. list-style: square;
  286. }
  287.  
  288. .posts blockquote {
  289. border-left: 1px solid {color:dividers};
  290. padding-left: 5px;
  291. }
  292.  
  293. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  294.  
  295. .postinfo {
  296. margin-top:3px;
  297. font-size:10px;
  298. font-family:calibri, sans-serif;
  299. text-transform:uppercase;
  300. padding:5px;
  301. color: {color:post info};
  302. border-top:1px solid {color:dividers};
  303.  
  304. }
  305.  
  306. .postinfo a{
  307. margin-top:3px;
  308. color:{color:post info};
  309. }
  310.  
  311. .postinfo a:hover{
  312. color:{color:links hover};
  313. }
  314.  
  315. .date, .date a{
  316. font-size:10px;
  317. text-align:left;
  318. }
  319.  
  320. .viasource {
  321. floaT:right;
  322. padding:2px;
  323. font-size:8px;
  324. color:{color:post info};
  325. }
  326. .viasource a{
  327. color:{color:post info};
  328.  
  329. }
  330.  
  331. .caption {
  332. width:100%;
  333. margin-top:5px;
  334. }
  335.  
  336. /***NOTES***/
  337.  
  338. .postnotes{
  339. {block:IndexPage}
  340. display: none;
  341. {/block:IndexPage}
  342. width:400px;
  343. text-align:left;
  344. margin-left:10px;
  345. }
  346.  
  347. .postnotes li {
  348. list-style-type:none;
  349. padding:5px 0px;
  350. text-align:left;
  351. }
  352.  
  353. .postnotes img {
  354. display:none;
  355. }
  356.  
  357.  
  358.  
  359. .pagination{
  360. width:150px;
  361. text-align:center;
  362. font-size:11px;
  363. text-transform:uppercase;
  364. font-size:8px;
  365. letter-spacing:1px;
  366. color:{color:pagination};
  367. }
  368.  
  369. .pagination a{
  370. color:{color:pagination};
  371.  
  372. }
  373.  
  374. /***TAGS***/
  375. #tags a{
  376. color:{color:tags};
  377. text-transform:none;
  378. font-size:9px;
  379. margin-top:2px;
  380.  
  381. -webkit-transition: all 0.7s ease;
  382. -moz-transition: all 0.5s ease;
  383. -ms-transition: all 0.5s ease;
  384. -o-transition: all 0.5s ease;
  385. transition: all 0.5s ease;
  386. }
  387.  
  388. #tags a:hover{
  389. color:{color:links hover};
  390. text-transform:none;
  391.  
  392. -webkit-transition: all 0.7s ease;
  393. -moz-transition: all 0.5s ease;
  394. -ms-transition: all 0.5s ease;
  395. -o-transition: all 0.5s ease;
  396. transition: all 0.5s ease;
  397.  
  398. }
  399.  
  400.  
  401.  
  402. /***TITLES***/
  403. .posts h1 {
  404. font-size: 16px;
  405. color: {color:titles};
  406. font-weight: normal;
  407. font-family:calibri, sans-serif;
  408. margin: 0px;
  409. }
  410.  
  411. .posts h1 a{
  412. font-size: 16px;
  413. color:{color:titles};
  414. font-weight: normal;
  415. font-family:calibri, sans-serif;
  416. margin: 0px;
  417. }
  418.  
  419. /***AUDIO***/
  420. #audio {
  421. width:400px;
  422. height:auto;
  423. min-height:90px;
  424. padding-bottom:10px;
  425. }
  426.  
  427. .playbox {
  428. overflow:hidden;
  429. opacity:1;
  430. position:absolute;
  431. z-index:1000;
  432. margin-left:10px;
  433. width:27px;
  434. border:10px solid #f1f0f0;
  435. border-bottom:8px solid #f1f0f0;
  436. margin-top:0px;
  437. text-align:center;
  438. -moz-transition-duration:0.5s;
  439. -webkit-transition-duration:0.5s;
  440. -o-transition-duration:0.5s;
  441. background-color:#f1f0f0;
  442. }
  443.  
  444. .audioinfo {
  445. padding:2px;
  446. margin-left:55px;
  447. margin-top:-100px;
  448. line-height:14px;
  449. padding-bottom:4px;
  450. }
  451.  
  452.  
  453.  
  454. .newplayerbutton {
  455. position: relative;
  456. width: 28px;
  457. height: 27px;
  458. overflow: hidden;
  459. }
  460.  
  461. .playerbuttonhug {
  462. position: absolute;
  463. top: -11px;
  464. left: 0px;
  465. }
  466.  
  467.  
  468. .tumblr_audio_player {
  469. border: none;
  470. padding: 0px;
  471. margin: 0px;
  472. height: 50px;
  473. width: 400px;
  474. }
  475.  
  476. .playerbuttonbg {
  477. position: absolute;
  478. left: 20px;
  479. top: 20px;
  480. width: 28px;
  481. height: 28px;
  482. background-color: {color:posts background};
  483. padding: 10px;
  484. -webkit-border-radius: 40px;
  485. -moz-border-radius: 40px;
  486. border-radius: 40px;
  487. opacity: .4;
  488. filter: alpha(opacity=40);
  489. -moz-opacity: 0.4;
  490. -khtml-opacity: 0.4;
  491. transition: opacity .7s ease-in-out;
  492. -moz-transition: opacity .7s ease-in-out;
  493. -webkit-transition: opacity .7s ease-in-out;
  494. }
  495.  
  496. .playerbuttonbg:hover {
  497. opacity: 1;
  498. filter: alpha(opacity=100);
  499. -moz-opacity: 1;
  500. -khtml-opacity: 1;
  501. }
  502.  
  503. .audioimg {
  504. position: absolute;
  505. left: 0px;
  506. top: 0px;
  507. padding:10px;
  508.  
  509. -webkit-border-radius: 0px;
  510. -moz-border-radius: 0px;
  511. border-radius: 0px;
  512. overflow: hidden;
  513. width: 68px;
  514. height: 68px;
  515. }
  516.  
  517. .audioimg img {
  518. width: 100%;
  519. height: auto;
  520. -webkit-border-radius: 0px;
  521. -moz-border-radius: 0px;
  522. border-radius: 0px;
  523. }
  524.  
  525. .trackdetails {
  526. width: auto;
  527. display:inline-block;
  528. margin-left: 100px;
  529. margin-top:20px;
  530. min-height: 65px;
  531.  
  532. }
  533.  
  534.  
  535. .audio {
  536. position: relative;
  537. display:inline-block;
  538. }
  539.  
  540.  
  541.  
  542. /***CHAT***/
  543. .chat ol {
  544. padding:10px;
  545. list-style:none;
  546. }
  547.  
  548. .line {
  549. padding:4px 0;
  550. }
  551.  
  552. .label {
  553. font-size:12px;
  554. font-weight:bold;
  555. color:#000;
  556. }
  557.  
  558. /***QUOTE***/
  559. #quotetext{
  560. text-align:left;
  561. font-size:15px;
  562. line-height:17px;
  563. font-weight:bold;
  564. }
  565.  
  566. #source {
  567. margin-top:15px;
  568. margin-left:15px;
  569. }
  570.  
  571. /***ASKS***/
  572. .question {
  573. margin-bottom:10px;
  574. height: auto;
  575. background-color: {color:ask background};
  576. padding: 10px;
  577. text-align:left;
  578. font-size:11px;
  579. padding-left:10px;
  580.  
  581.  
  582. }
  583.  
  584. .asker { font-weight:bold;
  585. font-size:10px;
  586. margin-bottom:3px;
  587. font-family:calibri, sans-serif;
  588. padding-left:0px;
  589. text-transform:uppercase;
  590. letter-spacing:1px;
  591. }
  592.  
  593. .answer{ margin-top:10px;
  594.  
  595. }
  596.  
  597.  
  598.  
  599. /***CRED***/
  600. #credit{
  601. font-size:8px;
  602. letter-spacing:1px;
  603. bottom:8px;
  604. right:8px;
  605. text-align:right;
  606. position:fixed;
  607. padding:1px 3px 1px 3px;
  608. font-weight:bold;
  609. -webkit-transition: all 0.5s ease;
  610. -moz-transition: all 0.5s ease;
  611. -ms-transition: all 0.5s ease;
  612. -o-transition: all 0.5s ease;
  613. transition: all 0.5s ease;
  614. border: 1px solid white;
  615. }
  616.  
  617. #credit a {
  618. text-decoration:none;
  619. text-shadow:none;
  620. color:black;
  621.  
  622. }
  623.  
  624. #credit a:hover {
  625. text-decoration:none;
  626. text-shadow:none;
  627. color:white;
  628.  
  629. }
  630.  
  631. #credit:hover{
  632. border: 1px solid black;
  633. color:white;
  634.  
  635. -webkit-transition: all 0.5s ease;
  636. -moz-transition: all 0.5s ease;
  637. -ms-transition: all 0.5s ease;
  638. -o-transition: all 0.5s ease;
  639. transition: all 0.5s ease;
  640. }
  641.  
  642. }
  643.  
  644.  
  645.  
  646.  
  647.  
  648. </style>
  649.  
  650.  
  651. </head>
  652.  
  653.  
  654.  
  655. <body>
  656.  
  657.  
  658.  
  659. <div class="container">
  660.  
  661.  
  662. <div id="sideb">
  663.  
  664. <div id="titlebox"> <div id="blogtitle"> <a id="blogtitle" href="/" >{Title}</a></div> </div>
  665.  
  666. <div class="links">
  667.  
  668.  
  669. <div class="c">
  670.  
  671. <a title="{text:link1}" class="c1" href="{text:link1 url}"> </a>
  672.  
  673. <a title="{text:link2}" class="c1" href="{text:link2 url}"> </a>
  674.  
  675. <a title="{text:link3}" class="c1" href="{text:link3 url}"> </a>
  676.  
  677. <a title="{text:link4}" class="c1" href="{text:link4 url}"> </a>
  678.  
  679. <a title="{text:link5}" class="c1" href="{text:link5 url}"> </a>
  680.  
  681.  
  682. </div>
  683. </div>
  684.  
  685. </br>
  686.  
  687. <div class="desc">{Description}</div>
  688.  
  689.  
  690.  
  691.  
  692. <br></br>
  693.  
  694.  
  695.  
  696.  
  697. {block:Pagination}
  698. <div class="pagination">
  699. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage} |
  700. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  701. </div>
  702. {/block:Pagination}
  703. </div>
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710. </div>
  711.  
  712.  
  713. <div class="postcol">
  714.  
  715. {block:Posts}
  716. <div class="posts">
  717.  
  718.  
  719. {block:Answer}
  720. <div class="question">
  721. <div class="asker">
  722. {Asker} said:
  723. </div>
  724. {Question}
  725. </div>
  726. <div class="answer">
  727. {Answer}
  728. </div>
  729. {block:Caption}
  730. <div class="caption">
  731. {Caption}
  732. </div>
  733. {/block:Caption}
  734. {/block:Answer}
  735.  
  736.  
  737. {block:Audio}
  738. {block:AudioPlayer}
  739. <div class="audio">
  740. {block:AlbumArt}
  741. <img src="{AlbumArtURL}" class="audioimg">
  742. {/block:AlbumArt}
  743.  
  744.  
  745. <div class="playerbuttonbg">
  746. <div class="newplayerbutton">
  747. <div class="playerbuttonhug">
  748. {AudioPlayer}
  749. </div>
  750. </div>
  751. </div>
  752.  
  753. <div class="trackdetails">
  754.  
  755. {block:TrackName}
  756. <b>Title: </b>
  757. {TrackName}
  758. {/block:TrackName}
  759. <br/>
  760. {block:Artist}
  761. <b>Artist: </b>
  762. {Artist}
  763. {/block:Artist}
  764. <br/>
  765. {block:Album}
  766. <b>Album: </b>
  767. {Album}
  768. {/block:Album}
  769. <br/>
  770. </div>
  771. </div>
  772. {/block:AudioPlayer}
  773.  
  774. {block:Caption}
  775. <div class="caption">
  776. {Caption}
  777. </div>
  778. {/block:Caption}
  779. {/block:Audio}
  780.  
  781.  
  782. {block:Chat}
  783. {block:Title}
  784. <h1>{Title}</h1>
  785. {/block:Title}
  786. <div class="chat">
  787. <ol>
  788. {block:Lines}
  789. <li class="line {Alt}">
  790. {block:Label}
  791. <span class="label">
  792. {Label}
  793. </span>
  794. {/block:Label}
  795. {Line}
  796. </li>
  797. {/block:Lines}
  798. </ol>
  799. </div>
  800. {/block:Chat}
  801.  
  802.  
  803. {block:Link}
  804. <h1><a href="{URL}">{Name}</a></h1>
  805. {block:Description}
  806. {Description}
  807. {/block:Description}
  808. {block:Caption}
  809. <div class="caption">
  810. {Caption}<
  811. /div>
  812. {/block:Caption}
  813. {/block:Link}
  814.  
  815.  
  816. {block:Panorama}
  817. {LinkOpenTag}
  818. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />
  819. {LinkCloseTag}
  820. {block:Caption}
  821. <div class="caption">
  822. {Caption}
  823. </div>
  824. {/block:Caption}
  825. {/block:Panorama}
  826.  
  827.  
  828. {block:Photo}
  829. {LinkOpenTag}
  830. <img src="{PhotoURL-400}" alt="{PhotoAlt}">
  831. {LinkCloseTag}
  832. {block:Caption}
  833. <div class="caption">
  834. {Caption}
  835. </div>
  836. {/block:Caption}
  837. {/block:Photo}
  838.  
  839.  
  840. {block:Photoset}
  841. {Photoset-400}
  842. {block:Caption}
  843. <div class="caption">
  844. {Caption}
  845. </div>
  846. {/block:Caption}
  847. {/block:Photoset}
  848.  
  849.  
  850. {block:Quote}
  851. <div id="quotetext">
  852. "{Quote}"
  853. </div>
  854. {block:Source}
  855. <div id="source">
  856. - {Source}
  857. </div>
  858. {/block:Source}
  859. {/block:Quote}
  860.  
  861.  
  862. {block:Text}
  863. {block:Title}
  864. <h1>{Title}</h1>
  865. {/block:Title}
  866. {Body}
  867. {block:Caption}
  868. <div class="caption">
  869. {Caption}
  870. </div>
  871. {/block:Caption}
  872. {/block:Text}
  873.  
  874.  
  875. {block:Video}
  876. {Video-400}
  877. {block:Caption}
  878. <div class="caption">
  879. {Caption}
  880. </div>
  881. {/block:Caption}
  882. {/block:Video}
  883.  
  884.  
  885. <div class="postinfo">
  886. <div class="viasource">
  887. {block:RebloggedFrom}
  888. <a href="{ReblogParentURL}">via </a>|
  889. <a href="{ReblogRootURL}">source </a>
  890.  
  891. {/block:RebloggedFrom} </a>
  892. </div>
  893.  
  894. <div class="date">
  895. <a href="{Permalink}">
  896. {block:Date}
  897. <b>{ShortMonth} {DayOfMonth} </b></a>
  898. {block:NoteCount}
  899. | <a href="{Permalink}">
  900. +{NoteCount}</a>
  901. {/block:NoteCount}
  902. </div>
  903.  
  904.  
  905. <div id="tags">
  906. {block:HasTags}
  907. {block:Tags}
  908. <a href="{TagUrl}">#{Tag}</a>
  909. {/block:Tags}
  910. {/block:HasTags}
  911. </div>
  912.  
  913.  
  914.  
  915.  
  916. </div>
  917. {/block:Date}
  918.  
  919.  
  920. </div>
  921.  
  922.  
  923. {block:PostNotes}
  924. <div class="postnotes">
  925. {PostNotes}
  926. </div>
  927. {/block:PostNotes}
  928.  
  929. {/block:Posts}
  930.  
  931.  
  932.  
  933. </div>
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942. {block:ContentSource}
  943. <!-- {SourceURL}
  944. {block:SourceLogo}
  945. <img src="{BlackLogoURL}"
  946. width="{LogoWidth}"
  947. height="{LogoHeight}"
  948. alt="{SourceTitle}" />
  949. {/block:SourceLogo}
  950. {block:NoSourceLogo}
  951. {SourceLink}
  952. {/block:NoSourceLogo} -->
  953. {/block:ContentSource}
  954.  
  955. </div>
  956.  
  957. </div>
  958. </div>
  959.  
  960.  
  961. <div id="credit"> <a href="http://arrowsthms.tumblr.com/">AT</a>
  962.  
  963. </div>
  964.  
  965.  
  966. </body>
  967. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement