Advertisement
diannaelise

Theme 2

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