Advertisement
diannaelise

Theme 4

Dec 10th, 2014
7,343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.29 KB | None | 0 0
  1. <!-- THEME 4 by ADRIANIVASHKOVS.TUMBLR.COM-->
  2.  
  3.  
  4.  
  5.  
  6. <!------------
  7.  
  8.  
  9.  
  10.  
  11. p l e a s e r e a d
  12.  
  13. by using my themes, you’ve agreed to the following conditions:
  14. don't steal my codes,
  15. don't use them as base,
  16. don't claim them as your own,
  17. leave all credit intact.
  18.  
  19.  
  20.  
  21.  
  22.  
  23. ------------>
  24.  
  25.  
  26.  
  27.  
  28. <html><head>
  29. <title>{Title}</title>
  30. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31. <link rel="shortcut icon" href="{Favicon}" />
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  34.  
  35. <meta name="color:highlight" content="#DBE2EA" />
  36. <meta name="color:background" content="#FFFFFF" />
  37. <meta name="color:postinfo" content="#FCFCFC" />
  38. <meta name="color:link" content="#575757" />
  39. <meta name="color:hover" content="#000000" />
  40. <meta name="color:text" content="#606060" />
  41. <meta name="color:border" content="#CCCCCC" />
  42. <meta name="color:title" content="#494949" />
  43. <meta name="color:navigation link" content="#9A9A9A" />
  44. <meta name="color:description text" content="#606060" />
  45. <meta name="color:audio text" content="#535353" />
  46. <meta name="color:question" content="#FCFCFC" />
  47. <meta name="color:chat" content="#F8F8F8" />
  48. <meta name="color:chat text" content="#868686" />
  49.  
  50. <meta name="color:italic" content="#000000" />
  51. <meta name="color:bold" content="#000000" />
  52.  
  53. <meta name="if:Lazy Load" content="0" />
  54. <meta name="if:Posts 400px" content="0" />
  55.  
  56. <meta name="text:title 1" content="first title" />
  57. <meta name="text:title 2" content="and this is your second title" />
  58.  
  59. <meta name="text:font family body" content="calibri"/>
  60. <meta name="text:font family description" content="helvetica"/>
  61. <meta name="text:font family title" content="helvetica"/>
  62.  
  63. <meta name="text:link1" content="/" />
  64. <meta name="text:link1 title" content="link one" />
  65. <meta name="text:link2" content="/" />
  66. <meta name="text:link2 title" content="link two" />
  67. <meta name="text:link3" content="/" />
  68. <meta name="text:link3 title" content="link three" />
  69.  
  70. <!--- lazy load--->
  71.  
  72. {block:ifLazyLoad}
  73. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  74. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  75. <script type="text/javascript" charset="utf-8">
  76. var $j = jQuery.noConflict();
  77. $j(function() {
  78. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  79. $j("img").lazyload({
  80. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  81. effect: "fadeIn",
  82. });
  83. });
  84. </script>
  85. {/block:ifLazyLoad}
  86.  
  87. <!--- tooltips --->
  88.  
  89. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  90. <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
  91. <script>
  92. (function($){
  93. $(document).ready(function(){
  94. $("[title],a[title],img[title]").style_my_tooltips({
  95. tip_follows_cursor:"true",
  96. tip_delay_time:100,
  97. tip_fade_speed:100,
  98. attribute:"title"
  99. });
  100. });
  101. })(jQuery);
  102. </script>
  103.  
  104. <style type="text/css">
  105.  
  106. /*<!--- tumblr controls --->*/
  107.  
  108. iframe#tumblr_controls {
  109. white-space:nowrap;
  110. -webkit-filter: invert(100%);
  111. -moz-filter: invert(100%);
  112. -o-filter: invert(100%);
  113. -ms-filter: invert(100%); filter: invert(100%);
  114. opacity:0.5;
  115. transition: .8s ease-in-out;
  116. -webkit-transition: .8s ease-in-out;
  117. -moz-transition: .8s ease-in-out;
  118. -o-transition: .8s ease-in-out;
  119. }
  120.  
  121. /*<!--- tooltips --->*/
  122.  
  123. #s-m-t-tooltip {
  124. color:{color:text};
  125. background-color:{color:background};
  126. display:none;
  127. text-align:left;
  128. position:absolute;
  129. z-index:9999;
  130. font-size:8px;
  131. font-family:{text:font family body};
  132. text-transform:uppercase;
  133. padding:1px 5px 1px 5px;
  134. margin-top:27px;
  135. -webkit-transition:all 0.2s ease-out
  136. -moz-transition:all 0.2s ease-out;
  137. transition:all 0.2s ease-out;
  138. }
  139.  
  140. /*<!--- scrollbar --->*/
  141.  
  142. ::-webkit-scrollbar {
  143. width:12px;
  144. }
  145.  
  146. ::-webkit-scrollbar-track {
  147. background-color:#eaeaea;
  148. border-left:1px solid {color:border};
  149. }
  150.  
  151. ::-webkit-scrollbar-thumb {
  152. background-color:#ccc;
  153. }
  154.  
  155. ::-webkit-scrollbar-thumb:hover {
  156. background-color:#aaa;
  157. }
  158.  
  159. ::selection {
  160. background: {color:highlight};
  161. }
  162.  
  163. ::-moz-selection {
  164. background: {color:highlight};
  165. }
  166.  
  167. /*<!--- basics --->*/
  168.  
  169. h1 {
  170. font-size:15px;
  171. font-weight:bold;
  172. margin-top:0px;
  173. text-transform:normal;
  174. letter-spacing:1px;
  175. font-family:{text:font family body};
  176. text-align:left;
  177. margin-left:0px;
  178. line-height:18px;
  179. font-style:normal;
  180. }
  181.  
  182. h2 {
  183. font-size:15px;
  184. {block:IfNotPosts400px}
  185. width:500px;
  186. {/block:IfNotPosts400px}
  187. {block:IfPosts400px}
  188. width:400px;
  189. {/block:IfPosts400px}
  190. font-family:georgia;
  191. text-transform:uppercase;
  192. line-height:18px;
  193. text-align:left;
  194. margin-top:0px;
  195. font-size:11px;
  196. letter-spacing:1px;
  197. color:{color:link};
  198. font-weight:normal;
  199. }
  200.  
  201. h3 {
  202. font-size:11px;
  203. line-height:17px;
  204. letter-spacing:1px;
  205. font-family:{text:font family body};
  206. font-weight:bold;
  207. margin-top:0px;
  208. padding-bottom:5px;
  209. text-align:center;
  210. {block:IfNotPosts400px}
  211. width:500px;
  212. {/block:IfNotPosts400px}
  213. {block:IfPosts400px}
  214. width:400px;
  215. {/block:IfPosts400px}
  216. }
  217.  
  218. h4 {
  219. margin-top:3px;
  220. width:100px;
  221. display:inline-block;
  222. }
  223.  
  224. h4 a {
  225. font-size:12px;
  226. text-transform:uppercase;
  227. letter-spacing:1px;
  228. font-family:{text:font family body};
  229. padding:4px 6px 4px 6px;
  230. background:#fcfcfc;
  231. border:1px dashed {color:border};
  232. }
  233.  
  234. b {
  235. color:{color:bold};
  236. }
  237.  
  238. i {
  239. color:{color:italic};
  240. font-weight:bold;
  241. }
  242.  
  243. body {
  244. color:{color:text};
  245. background-color:{color:background};
  246. font-style:normal;
  247. font-family:{text:font family body};
  248. text-align:justify;
  249. font-size:11px;
  250. text-decoration:none;
  251. line-height:18px;
  252. }
  253.  
  254. a {
  255. color:{color:link};
  256. cursor:help;
  257. text-decoration:none;
  258. -webkit-transition:opacity 0.8s linear;
  259. -webkit-transition:all 0.5s ease-out;
  260. -moz-transition:all 0.5s ease-out;
  261. transition:all 0.5s ease-out;
  262. }
  263.  
  264. a:hover {
  265. color:{color:hover};
  266. -webkit-transition:opacity 0.8s linear;
  267. -webkit-transition:all 0.5s ease-out;
  268. -moz-transition:all 0.5s ease-out;
  269. transition:all 0.5s ease-out;}
  270.  
  271. #container {
  272. width:900px;
  273. margin:0 auto;
  274. }
  275.  
  276. #entries {
  277. position:absolute;
  278. margin-left:350px;
  279. padding-top:26px;
  280. padding-left:13px;
  281. padding-right:5px;
  282. margin-top:100px;
  283. {block:IfNotPosts400px}
  284. width:530px;
  285. {/block:IfNotPosts400px}
  286. {block:IfPosts400px}
  287. width:430px;
  288. {/block:IfPosts400px}
  289. }
  290.  
  291. #posts {
  292. {block:IfNotPosts400px}
  293. width:500px;
  294. {/block:IfNotPosts400px}
  295. {block:IfPosts400px}
  296. width:400px;
  297. {/block:IfPosts400px}
  298. color:{color:text};
  299. margin-left:0px;
  300. margin-top:70px;
  301. }
  302.  
  303. /*<!--- postinfo --->*/
  304.  
  305. #postinfo {
  306. margin-top:15px;
  307. padding-top:5px;
  308. padding-bottom:7px;
  309. letter-spacing:2px;
  310. word-spacing:1px;
  311. border:1px solid {color:border};
  312. margin-left:0px;
  313. background-color:{color:postinfo};
  314. padding-left:10px;
  315. padding-right:10px;
  316. text-align:center;
  317. font-weight:bold;
  318. text-transform:uppercase;
  319. color:{color:link};
  320. font-size:9px;
  321. {block:IfNotPosts400px}
  322. width:480px;
  323. {/block:IfNotPosts400px}
  324. {block:IfPosts400px}
  325. width:380px;
  326. {/block:IfPosts400px}
  327. }
  328.  
  329. #postinfo a {
  330. color:{color:link};
  331. line-height:16px;
  332. font-weight:bold;
  333. font-size:8px;
  334. text-transform:uppercase;
  335. padding:0px 5px 0px 5px;
  336. }
  337.  
  338. #postinfo a:hover {
  339. color:{color:hover};
  340. }
  341.  
  342. #tags {
  343. line-height:16px;
  344. margin-top:5px;
  345. font-size:10px;
  346. text-align:center;
  347. letter-spacing:1px;
  348. padding-left:3px;
  349. padding-right:3px;
  350. {block:IfNotPosts400px}
  351. width:493px;
  352. {/block:IfNotPosts400px}
  353. {block:IfPosts400px}
  354. width:393px;
  355. {/block:IfPosts400px}
  356. padding-bottom:3px;
  357. font-style:italic;
  358. word-spacing:3px;
  359. }
  360.  
  361. /*<!--- sidebar --->*/
  362.  
  363. #sidebar {
  364. position:absolute;
  365. width:215px;
  366. margin-left:80px;
  367. border-right:1px solid {color:border};
  368. margin-top:193px;
  369. }
  370.  
  371. #description {
  372. font-family:{text:font family description};
  373. font-size:9px;
  374. text-align:right;
  375. letter-spacing:1px;
  376. line-height:17px;
  377. width:170px;
  378. padding:0px 15px 10px 15px;
  379. margin-top:0px;
  380. color:{color:description text};
  381. margin-left:1px;
  382. }
  383.  
  384. #links {
  385. margin-top:0px;
  386. text-align:right;
  387. margin-left:15px;
  388. width:170px;
  389. padding-bottom:5px;
  390. }
  391.  
  392. #links a {
  393. font-family:{text:font family description};
  394. padding-left:5px;
  395. display:inline-block;
  396. margin-bottom:5px;
  397. text-align:left;
  398. word-spacing:2px;
  399. color:{color:link};
  400. font-size:9px;
  401. font-weight:bold;
  402. }
  403.  
  404. #links a:hover {
  405. color:{color:hover};
  406. }
  407.  
  408.  
  409. #pag {
  410. margin-top:8px;
  411. margin-left:10px;
  412. padding-top:17px;
  413. width:180px;
  414. border-top:1px solid {color:border};
  415. text-align:right;
  416. }
  417.  
  418. #pag a {
  419. font-size:9px;
  420. font-weight:bold;
  421. font-family:arial;
  422. padding:4px;
  423. word-spacing:7px;
  424. letter-spacing:1px;
  425. }
  426.  
  427. #title {
  428. margin-bottom:6px;
  429. font-style:none;
  430. margin-left:370px;
  431. text-align:center;
  432. position:absolute;
  433. {block:IfNotPosts400px}width:490px;{/block:IfNotPosts400px}
  434. {block:IfPosts400px}width:390px;{/block:IfPosts400px}
  435. line-height:20px;
  436. margin-top:90px;
  437. text-transform:lowercase;
  438. letter-spacing:1px;
  439. z-index:999;
  440. font-size:14px;
  441. padding-bottom:15px;
  442. }
  443.  
  444. #title a {
  445. color:{color:title};
  446. background-color:{color:background};
  447. padding:1px 6px 1px 6px;
  448. font-family:{text:font family title};
  449. z-index:999;
  450. font-weight:bold;
  451. }
  452.  
  453. /*<!--- blockquote --->*/
  454.  
  455. .blockquote, blockquote {
  456. margin-left:0px;
  457. letter-spacing:0px;
  458. {block:IfNotPosts400px}
  459. width:460px;
  460. {/block:IfNotPosts400px}
  461. {block:IfPosts400px}
  462. width:360px;
  463. {/block:IfPosts400px}
  464. padding-left:10px;
  465. border-left:1px solid {color:text};
  466. }
  467.  
  468. blockquote, small {
  469. font-size:10px;
  470. }
  471.  
  472. blockquote img {
  473. max-width:300px;
  474. height:auto;
  475. }
  476.  
  477. /*<!--- chat --->*/
  478.  
  479. .chat {
  480. list-style:none;
  481. line-height:12px;
  482. {block:IfNotPosts400px}
  483. width:495px;
  484. {/block:IfNotPosts400px}
  485. {block:IfPosts400px}
  486. width:395px;
  487. {/block:IfPosts400px}
  488. }
  489.  
  490. .chat ul {
  491. line-height:15px;
  492. list-style:none;
  493. padding:0px;
  494. line-height:20px;
  495. }
  496.  
  497. .person1 {
  498. padding:5px;
  499. background-color:{color:background};
  500. color:{color:chat text};
  501. }
  502.  
  503. .person1 .label {
  504. font-weight:bold;
  505. }
  506.  
  507. .person2 {
  508. padding:5px;
  509. background-color:{color:chat};
  510. border:1px solid {color:border};
  511. color:{color:chat text};
  512. }
  513.  
  514. .person2 .label {
  515. font-weight:bold;
  516. }
  517.  
  518. /*<!--- credit --->*/
  519.  
  520. #credit {
  521. right:10px;
  522. bottom:7px;
  523. padding:5px;
  524. background:transparent;
  525. font-size:8px;
  526. position:fixed;
  527. font-weight:bold;
  528. font-family:calibri;
  529. }
  530.  
  531. #credit a {
  532. color:{color:link};
  533. padding:5px;
  534. letter-spacing:1px;
  535. font-weight:bold;
  536. }
  537.  
  538. /*<!--- ask --->*/
  539.  
  540. #ask {
  541. letter-spacing:0px;
  542. margin-top:2px;
  543. {block:IfNotPosts400px}width:500px;{/block:IfNotPosts400px}
  544. {block:IfPosts400px}width:400px;{/block:IfPosts400px}
  545. margin-bottom:5px;
  546. font-size:11px;
  547. margin-left:-1px;
  548. padding-bottom:3px;
  549. border:1px solid {color:border};
  550. font-family:{text:font family body};
  551. text-align:block;
  552. }
  553.  
  554. #question {
  555. {block:IfNotPosts400px}width:470px;{/block:IfNotPosts400px}
  556. {block:IfPosts400px}width:370px;{/block:IfPosts400px}
  557. margin-left:0px;
  558. background-color:{color:question};
  559. padding:15px;
  560. border-bottom:1px solid {color:border};
  561. margin-top:0px;
  562. }
  563.  
  564. #ask a {
  565. padding-left:0px;
  566. }
  567.  
  568. /*<!--- audio --->*/
  569.  
  570. #cover img {
  571. width:150px;
  572. height:150px;
  573. float:left;
  574. }
  575.  
  576. .audioplayer {
  577. width:24px;
  578. height:24px;
  579. margin-top:47px;
  580. margin-left:47px;
  581. overflow:hidden;
  582. padding:3px;
  583. }
  584.  
  585. #audioplayerbackground {
  586. position:absolute;
  587. z-index:1;
  588. width:130px;
  589. height:130px;
  590. margin-top:10px;
  591. margin-left:10px;
  592. background:#fff;
  593. opacity:0.3;
  594. -webkit-transition:opacity 0.8s linear;
  595. -webkit-transition:all 0.5s ease-out;
  596. -moz-transition:all 0.5s ease-out;
  597. transition:all 0.5s ease-out;
  598. }
  599.  
  600. #audioplayerbackground:hover {
  601. opacity:.7;
  602. -webkit-transition:opacity 0.8s linear;
  603. -webkit-transition:all 0.5s ease-out;
  604. -moz-transition:all 0.5s ease-out;
  605. transition:all 0.5s ease-out;
  606. }
  607.  
  608. .info {
  609. {block:IfNotPosts400px}width:290px;{/block:IfNotPosts400px}
  610. {block:IfPosts400px}width:190px;{/block:IfPosts400px}
  611. height:100px;
  612. margin-left:180px;
  613. display:block;
  614. margin-top:0px;
  615. padding-top:50px;
  616. font-family:{text:font family body};
  617. font-size:10px;
  618. letter-spacing:0px;
  619. letter-spacing:1px;
  620. border-left:1px solid {color:border};
  621. padding-left:30px;
  622. text-align:left;
  623. color:{color:audio text};
  624. }
  625.  
  626. /*<!--- notes --->*/
  627.  
  628. ol.notes {
  629. padding:0px;
  630. {block:IfNotPosts400px}width:500px;{/block:IfNotPosts400px}
  631. {block:IfPosts400px}width:400px;{/block:IfPosts400px}
  632. margin-left:0px;
  633. font-style:italic;
  634. padding-top:10px;
  635. border:1px solid {color:border};
  636. list-style-type:none;
  637. background-color:{color:postinfo};
  638. }
  639.  
  640. ol.notes li.note {
  641. padding:10px;
  642. }
  643.  
  644. ol.notes li.note img.avatar {
  645. display:none;
  646. }
  647.  
  648. ol.notes li.note blockquote {
  649. padding:4px 10px;
  650. {block:IfNotPosts400px}width:400px;{/block:IfNotPosts400px}
  651. {block:IfPosts400px}width:300px;{/block:IfPosts400px}
  652. margin:10px 0px 0px 25px;
  653. }
  654.  
  655. </style><style type="text/css">{CustomCSS}</style>
  656.  
  657. </head><body>
  658.  
  659. <div id="container">
  660.  
  661. <div id="sidebar">
  662.  
  663. <div id="description">{Description}</div>
  664.  
  665. <div id="links">
  666. <a href="/">home / </a>
  667. <a href="/ask">ask / </a>
  668. {block:ifLink1}<a href="{text:link1}">{text:link1 title} / </a>{/block:ifLink1}
  669. {block:ifLink2}<a href="{text:link2}">{text:link2 title}</a>{/block:ifLink2}
  670. {block:ifLink3}<a href="{text:link3}"> / {text:link3 title}</a>{/block:ifLink3}
  671. </div>
  672.  
  673. <div id="pag">
  674. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> &laquo; </a>{/block:PreviousPage}{/block:Pagination}
  675. {block:JumpPagination length="5"}
  676. {block:CurrentPage}<span class="pagination_a"><b>&nbsp; {PageNumber} &nbsp;</b></span>{/block:CurrentPage}
  677. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  678. {/block:JumpPagination}
  679. {block:Pagination}{block:NextPage}<a href="{NextPage}"> &raquo; </a>{/block:NextPage}{/block:Pagination}
  680. </div>
  681. </div>
  682.  
  683. <div id="title"><a href="/">{text:title 1}</a> <br>
  684. <a href="/"><font style="padding-top:4px;font-size:10px;text-transform:uppercase;">{text:title 2}</font></a>
  685. </div>
  686.  
  687. <div id="entries">
  688.  
  689. {block:Posts}
  690.  
  691. <div id="posts">
  692.  
  693. {block:Text}
  694. {block:Title}<h1>{Title}</h1>{/block:Title}<center><div style="text-align:left;">{Body}</div></center>
  695. {/block:Text}
  696.  
  697. {block:Quote}
  698. <h3>“ {Quote} ”</h3><center><font style="letter-spacing:1px;">↳ {Source}
  699. <br><br></center> </font>
  700. {/block:Quote}
  701.  
  702. {block:Link}
  703. <a href="{URL}"><h1>{Name}</h1></a>
  704. {block:Description}{Description}{/block:Description}
  705. {/block:Link}
  706.  
  707. {block:Photo}
  708. {LinkOpenTag}
  709. {block:IfNotPosts400px}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:IfNotPosts400px}{block:IfPosts400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{block:IfPosts400px}
  710. {LinkCloseTag}
  711. {/block:Photo}
  712.  
  713. {block:Photoset}
  714. {block:IfNotPosts400px}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{block:IfNotPosts400px}{block:IfPosts400px}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:IfPosts400px}
  715. {/block:Photoset}
  716.  
  717. {block:Video}
  718. {block:IfNotPosts400px}{Video-500}{block:Caption}{Caption}{/block:Caption}{block:IfNotPosts400px}{block:IfPosts400px}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:IfPosts400px}
  719. {/block:Video}
  720.  
  721. {block:Chat}
  722. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  723. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label} &nbsp; &nbsp; </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  724. {/block:Chat}
  725.  
  726. {block:Answer}
  727. <div id="ask">
  728. <div id="question">{asker}: &nbsp; {Question}</div><div style="padding:5px 15px 5px 15px;">{answer}</div></div>
  729. {/block:Answer}
  730.  
  731. {block:Audio}
  732. {block:AlbumArt}<div id="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  733. <div id="audioplayerbackground">
  734. <div class="audioplayer">{AudioPlayerwhite}</div></div>
  735. <div class="info">
  736. {block:TrackName}{TrackName}{/block:TrackName} <br>
  737. {block:Artist}{Artist}{/block:Artist} <br>
  738. {FormattedPlayCount} plays
  739. </div>
  740. {block:Caption}<br>{Caption}{/block:Caption}
  741. {/block:Audio}
  742.  
  743. <div style="margin-top:5px;">
  744. {block:Date}
  745. <div id="postinfo">
  746. <a href="{Permalink}" title="{Month} {DayOfMonthWithZero}, {Year}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</a>at {12Hour}:{Minutes}{CapitalAmPm}
  747. {block:NoteCount}<a href="{Permalink}"> {notecount}n </a>{/block:Notecount}<a href="{ReblogURL}" target="_blank">reblog</a>
  748. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a><a href="{ReblogRootURL}" title="{ReblogRootName}">©</a>{/block:RebloggedFrom}
  749. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}</div>
  750. {/block:Date}
  751. </div>
  752.  
  753. <div id="tags">
  754. {block:Tags}
  755. <img src="http://static.tumblr.com/4oreovg/7gOn8qtas/tumblr_mf1q086pet1ruid57.png" width="6"><a href="/tagged/{Tag}"> {Tag}</a>
  756. {/block:Tags}
  757. </div>
  758.  
  759. <br><br><br>
  760.  
  761. {block:PostNotes}{PostNotes}{/block:PostNotes}
  762.  
  763. {/block:Posts}
  764.  
  765. <div id="credit"><a href="http://adrianivashkovs.tumblr.com/">A I</a></div>
  766.  
  767. </div></div></div></div>
  768.  
  769. </body>
  770.  
  771. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement