Advertisement
TVD-PS

THEME HARLEY QUINN

Feb 21st, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.14 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2.  
  3.  
  4.  
  5.  
  6. ------------------------------
  7. @BARBIE THEMES | TUMBLR
  8. ------------------------------
  9.  
  10.  
  11. Rules:
  12. +Please do not remove credit.
  13. +Do not steal the code or take parts of the codes and put them in your own theme.
  14. +Do not remove the credit completely or make them invisible, you may replace it to a visible place.
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ------------------------------------------------------------------------>
  21.  
  22.  
  23. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  24.  
  25. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  26.  
  27. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  28.  
  29. <!--IMAGES-->
  30. <meta name="image:Background" content="">
  31. <meta name="image:Sidebar" content="">
  32.  
  33. <!--COLORS-->
  34. <meta name="color:Background" content="#f6f6f6">
  35. <meta name="color:Post" content="#ffffff">
  36. <meta name="color:Border post" content="#eeeeee">
  37. <meta name="color:Text" content="#aaaaaa">
  38. <meta name="color:BOLD" content="#eeeeee">
  39. <meta name="color:ITALIC" content="#ffb3b3">
  40. <meta name="color:Link" content="#ffb3b3">
  41. <meta name="color:Link Hover" content="#000000">
  42.  
  43. <meta name="color:Sidebar" content="#ffffff">
  44. <meta name="color:Description" content="#cccccc">
  45. <meta name="color:Title" content="#eeeeee">
  46. <meta name="color:Title Hover" content="#aaaaaa">
  47. <meta name="color:Sidebar Link" content="#cccccc">
  48. <meta name="color:Sidebar Link Hover" content="#ffb3b3">
  49. <meta name="color:Sidebar Link BG" content="#ffffff">
  50. <meta name="color:Sidebar Link BG Hover" content="#ffb3b3">
  51. <meta name="color:Border links" content="#eeeeee">
  52.  
  53. <meta name="color:Scrollbar" content="#cccccc">
  54. <meta name="color:Scrollbar BG" content="#fff">
  55.  
  56. <meta name="color:Text Post Title" content="#cccccc">
  57. <meta name="color:Link Post" content="#eeeeeee">
  58. <meta name="color:Link Post Hover" content="#666666">
  59. <meta name="color:Questions" content="#eeeeee"/>
  60.  
  61. <!--TEXT-->
  62. <meta name="text:Link 1" content="Link 1">
  63. <meta name="text:Link 1 URL" content="/">
  64. <meta name="text:Link 2" content="Link 2">
  65. <meta name="text:Link 2 URL" content="/">
  66. <meta name="text:Link 3" content="Link 3">
  67. <meta name="text:Link 3 URL" content="/">
  68.  
  69.  
  70. <!--OPTIONS (0 means the option is OFF-->
  71. <meta name="if:400 Post" content="0">
  72. <meta name="if:Captions" content="1">
  73. <meta name="if:TagsWithHovereffect" content="1">
  74.  
  75.  
  76. <title>{Title}</title>
  77.  
  78. <link rel="shortcut icon" href="{Favicon}" />
  79.  
  80. <style type="text/css">
  81.  
  82. /*SCROLLBAR*/
  83. ::-webkit-scrollbar-thumb:vertical {
  84. background-color:{color:Scrollbar};
  85. height: 30px;
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb:horizontal {
  89. background-color:{color:Scrollbar};
  90. width: 30px;
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. background-color:{color:Scrollbar BG};
  95. height: 5px;
  96. width: 5px;
  97. }
  98.  
  99. <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  100.  
  101. @font-face {
  102. font-family: "economica";
  103. src: url('https://dl.dropboxusercontent.com.https.s19.wbprx.com/u/81174604/economica-regular.ttf');
  104. }
  105.  
  106.  
  107.  
  108. .nav {
  109. display:none!important;
  110. }
  111.  
  112. /*ENTIRE PAGE*/
  113. body {
  114. left: 0px;
  115. background-attachment: fixed;
  116. background-image: url('{image:Background}');
  117. background-color: {color:Background};
  118. color: {color:Text};
  119. font-family: cambria;
  120. font-size: 11px;
  121. }
  122.  
  123. /*LINKS*/
  124. a:link, a:active, a:visited {
  125. text-decoration: none;
  126. color: {color:Link};
  127. -webkit-transition: all 0.4s ease-in-out;
  128. -moz-transition: all 0.4s ease-in-out;
  129. -o-transition: all 0.4s ease-in-out;
  130. }
  131.  
  132. /*LINK HOVER*/
  133. a:hover {
  134. color: {color:Link Hover};
  135. }
  136.  
  137. /*FOLLOW/REBLOG/LIKE/DASH BUTTON*/
  138. iframe#tumblr_controls{
  139. position: fixed;
  140. right: 0px;
  141. top: 0px;
  142. opacity: 0.8;
  143. }
  144.  
  145.  
  146. /*BOLD*/
  147. b, strong, .strong {
  148. color: {color:BOLD};
  149. }
  150.  
  151. /*ITALICS*/
  152. i, em, .em {
  153. color: {color:ITALIC};
  154. }
  155.  
  156. blockquote {
  157. border-left: 2px solid {color:Text};
  158. padding: 3px 5px;
  159. margin: 0;
  160. margin-top: 20px;
  161. margin-bottom: 20px;
  162. margin-left: 25px;
  163. background-color:#f6f6f6;
  164. }
  165.  
  166. /*SIDEBAR*/
  167. #sidecont {
  168. position: fixed;
  169. width: 120px;
  170. padding: 10px;
  171. margin-left: 310px;
  172. margin-top: 30px;
  173. }
  174.  
  175. #sidebar {
  176. width: 120px;
  177. border: 10px solid {color:Sidebar};
  178. background: {color:Sidebar};
  179. }
  180.  
  181. #sidebar img {
  182. width:120px;
  183. height:120px;
  184.  
  185. }
  186.  
  187. .desc {
  188. margin-top: 7px;
  189. color: {color:Description};
  190. font-family: Calibri;
  191. font-size: 11px;
  192. text-align:center;
  193. border-bottom:1px solid #eee;
  194. }
  195.  
  196. /*TITLE*/
  197. #title {
  198. width: 200px;
  199. padding: 0px 10px;
  200. text-align: center;
  201. font-family: 'Segoe Script';
  202. font-size: 23px;
  203. margin-bottom: 5px;
  204. margin-left:-50px;
  205. }
  206.  
  207. #title a {
  208. color: {color:Title};
  209. }
  210.  
  211. #title a:hover {
  212. color: {color:Title Hover};
  213. }
  214.  
  215. /*NAVIGATION*/
  216. #nav {
  217. font-family:calibri;
  218. width: 190px;
  219. margin-left: -100px;
  220. margin-top: -180px;
  221. }
  222.  
  223. .navi {
  224. display: inline-block; /*keeps it in a row*/
  225. text-align: left;
  226. background-color: {color:Sidebar Link BG};
  227. width: 90px;
  228. height:20px;
  229. line-height: 15px;
  230. text-align:center;
  231. margin-bottom: 7px;
  232. margin-right: 8px;
  233. border-bottom:2px solid {color:Border links};
  234. text-transform: UPPERCASE;
  235. }
  236.  
  237. .navi a {
  238. color: {color:Sidebar Link};
  239. background-color: {color:Sidebar Link BG};
  240. }
  241.  
  242. .navi a:hover {
  243. letter-spacing:2px;
  244. font-style:italic;
  245. color: {color:Sidebar Link Hover};
  246. }
  247.  
  248. /*POST CONTAINER*/
  249. #content {
  250. margin-left: 500px;
  251. margin-top: 50px;
  252. margin-bottom: 50px;
  253. padding:0px;
  254. {block:if400Post}
  255. width: 420px;
  256. {/block:if400Post}
  257. {block:ifnot400Post}
  258. width: 520px;
  259. {/block:ifnot400Post}
  260. }
  261.  
  262. /*POSTS*/
  263. .posts {
  264. {block:if400Post}
  265. width: 400px;
  266. {/block:if400Post}
  267. {block:ifnot400Post}
  268. width: 500px;
  269. {/block:ifnot400Post}
  270. background: {color:Post};
  271. color: {color:Text};
  272. font-family: Calibri;
  273. font-size: 11px;
  274. margin-bottom: 20px;
  275. padding: 19px;
  276. border:4px double {color:Border post};
  277. margin:38px;
  278. }
  279.  
  280. /*POST TITLES*/
  281. .posttitle {
  282. font-family: cambria;
  283. font-size: 20px;
  284. border-bottom:1px dotted #eee;
  285. color: {color:Text Post Title};
  286. }
  287.  
  288. /*LINK TITLES*/
  289. .posttitle a {
  290. color: {color:Link Post};
  291. }
  292.  
  293. .posttitle a:hover{
  294. color: {color:Link Post Hover};
  295. }
  296.  
  297.  
  298.  
  299. /*AUDIO POST*/
  300.  
  301.  
  302. .cover {
  303. position:relative;
  304. z-index:1;
  305. max-width:100px;
  306. padding:10px;
  307. float:left;
  308. }
  309.  
  310. .playbutton {
  311. width:20px;
  312. height:30px;
  313. overflow:hidden;
  314. position:relative;
  315. z-index:2;
  316.  
  317. }
  318.  
  319.  
  320. .playbox {
  321. background-color:#000;
  322. position:absolute;
  323. z-index:2;
  324. padding:15px 24px 13px 16px;
  325. margin-top:30px;
  326. margin-left:30px;
  327. opacity:0.5;
  328. }
  329.  
  330. .trackdetails {
  331. padding:10px;
  332. width:auto;
  333. height:100px;
  334. margin-top:10px;
  335. margin-left:100px;
  336. }
  337.  
  338. /*ANSWER*/
  339. .question {
  340. position: relative;
  341. left: 0px;
  342. top: 0px;
  343. padding: 15px;
  344. width: auto;
  345. min-height: 30px;
  346. font-style: italic;
  347. letter-spacing: 1px;
  348. color: #ffffff;
  349. background:{color:Questions};
  350. }
  351.  
  352. .question img {
  353. float: left;
  354. padding: 5px;
  355. background-color: #fff;
  356. margin-right: 10px;
  357. margin-bottom: 10px;
  358. margin-top: -5px;
  359. }
  360.  
  361. .question a {
  362. color: {color:linkshover};
  363. }
  364.  
  365. .answer {
  366. display: block;
  367. padding: 20px;
  368. background-color: #f9f9f9;
  369. -webkit-margin-before: 0em;
  370. -webkit-margin-after: 1em;
  371. -webkit-margin-start: 0px;
  372. -webkit-margin-end: 0px;
  373. }
  374.  
  375.  
  376. /*CAPTION*/
  377. .caption {
  378. line-height: 12px;
  379. text-align: left;
  380. margin-top: -5px;
  381. }
  382.  
  383. /*PERMALINK*/
  384. .details {
  385. color: {color:Font};
  386. font-size: 9px;
  387. font-weight: normal;
  388. text-align: center;
  389. padding-left: 8px;
  390. padding-right: 5px;
  391. }
  392.  
  393. .details a {
  394. color: {color:Link};
  395. font-weight: normal;
  396. text-decoration: none;
  397. -webkit-transition: opacity 0.9s linear;
  398. -webkit-transition: all 0.9s ease-out;
  399. -moz-transition: all 0.9s ease-out;
  400. transition: all 0.9s ease-out;
  401. }
  402.  
  403. .details a:hover {
  404. color: {color:Link Hover};
  405. -webkit-transition: opacity 0.9s linear;
  406. -webkit-transition: all 0.9s ease-out;
  407. -moz-transition: all 0.9s ease-out;
  408. transition: all 0.9s ease-out;
  409. }
  410.  
  411. .details_top {
  412. font-size: 8px;
  413. font-family: calibri;
  414. text-transform: uppercase;
  415. font-weight: normal;
  416. text-align: left;
  417. letter-spacing: 0px;
  418. border-top: 2px solid {color:post};
  419. padding: 4px 0px 4px 8px;
  420. margin-top: 4px;
  421. {/block:if400Post}
  422. {block:ifnot400Post}
  423. width: 500px;
  424. {/block:ifnot400Post}
  425. }
  426.  
  427. .like_reblog_bottons {
  428. float: right;
  429. display: -moz-inline-box;
  430. text-align: right;
  431. padding-left: 3px;
  432. margin-top: 14px;
  433. margin-right: 6px;
  434. }
  435.  
  436. .like_button {
  437. margin-top: -3px;
  438. -webkit-transition: opacity 0.9s linear;
  439. -webkit-transition: all 0.9s ease-out;
  440. -moz-transition: all 0.9s ease-out;
  441. transition: all 0.9s ease-out;
  442. opacity: 0.7;
  443. }
  444. .like_button:hover {
  445. -webkit-transition: opacity 0.9s linear;
  446. -webkit-transition: all 0.9s ease-out;
  447. -moz-transition: all 0.9s ease-out;
  448. transition: all 0.9s ease-out;
  449. opacity: 0.9;
  450. }
  451.  
  452. .reblog_button {
  453. margin-top: -15px;
  454. margin-right: 16px;
  455. -webkit-transition: opacity 0.9s linear;
  456. -webkit-transition: all 0.9s ease-out;
  457. -moz-transition: all 0.9s ease-out;
  458. transition: all 0.9s ease-out;
  459. opacity: 0.7;
  460. }
  461. .reblog_button:hover {
  462. -webkit-transition: opacity 0.9s linear;
  463. -webkit-transition: all 0.9s ease-out;
  464. -moz-transition: all 0.9s ease-out;
  465. transition: all 0.9s ease-out;
  466. opacity: 0.9;
  467. }
  468.  
  469. .tags {
  470. font-style: italic;
  471. text-align: left;
  472. margin-top: -2px;
  473. text-transform: lowercase;
  474. {/block:if400Post}
  475. {block:ifnot400Post}
  476. width: 500px;
  477. {/block:ifnot400Post}
  478. {block:IfTagsWithHovereffect}
  479. opacity: 0;
  480. {/block:IfTagsWithHovereffect}
  481. }
  482.  
  483. .tags a {
  484. color: {color:Tag Font};
  485. margin-right: 4px;
  486. }
  487.  
  488. .tags a:hover {
  489. background: {color:Tag Link Bg};
  490. -webkit-transition: opacity 0.9s linear;
  491. -webkit-transition: all 0.9s ease-out;
  492. -moz-transition: all 0.9s ease-out;
  493. transition: all 0.9s ease-out;
  494. }
  495.  
  496. .notes {
  497. font-size: 10px;
  498. font-style: none;
  499. letter-spacing: 1px;
  500. margin-top: 18px;
  501. margin-left: -10px;
  502. }
  503. ol.notes, .notes li {
  504. list-style: none;
  505. }
  506. ol.notes li.note img.avatar {
  507. display: none;
  508. }
  509. ol.notes li.note blockquote {
  510. font-color: {color:Font};
  511. margin: 2px 0px 3px 15px;
  512. }
  513. ol.notes li.note blockquote a {
  514. font-color: {color:Font};
  515. text-decoration: none;
  516. }
  517. ol.notes li.note .answer_content {
  518. font-color: {color:Font};
  519. }
  520.  
  521. .x {
  522. position: fixed;
  523. color: {color:Font};
  524. text-align: center;
  525. text-transform: uppercase;
  526. bottom: 8px;
  527. right: 8px;
  528. -webkit-transition: opacity 0.3s linear;
  529. -webkit-transition: all 0.3s ease-out;
  530. -moz-transition: all 0.3s ease-out;
  531. transition: all 0.3s ease-out;
  532. }
  533. .x a {
  534. font-family: calibri;
  535. font-size: 8px;
  536. }
  537. .x:hover {
  538. background: #f1f1f1;
  539. padding: 6px;
  540. -webkit-transition: opacity 0.3s linear;
  541. -webkit-transition: all 0.3s ease-out;
  542. -moz-transition: all 0.3s ease-out;
  543. transition: all 0.3s ease-out;
  544. }
  545.  
  546. </style>
  547.  
  548. <body>
  549.  
  550.  
  551.  
  552. {block:IndexPage}
  553. <div class="nav">
  554. {block:Pagination}
  555. {block:PreviousPage}
  556. <a href="{PreviousPage}">previous</a> &middot;
  557. {/block:PreviousPage}
  558. {block:NextPage}
  559. <a href="{NextPage}">next</a>
  560. {/block:NextPage}
  561. {/block:Pagination}
  562. </div>
  563. {/block:IndexPage}
  564.  
  565.  
  566. <div id="sidecont">
  567. <div id="title"><a href="/">{Title}</a></div>
  568. <div id="sidebar">
  569. <a href="/"><img src="{image:Sidebar}"></a>
  570. {block:Description}
  571. <div class="desc">{Description}</div>
  572. {/block:Description}
  573.  
  574. {block:Pagination}
  575. <center>
  576. <br>
  577. {block:PreviousPage}
  578. <a class="jump_page" href="{PreviousPage}">« back</a>&nbsp
  579. {/block:PreviousPage}
  580.  
  581. {block:NextPage}
  582. <a class="jump_page" href="{NextPage}">next »</a>
  583. {/block:NextPage}
  584. </center>
  585. {/block:Pagination}
  586. </div>
  587.  
  588. <div id="nav">
  589. <div class="navi"><a href="/">Home</a></div>
  590. <div class="navi"><a href="/ask">Ask</a></div>
  591. <div class="navi"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
  592. <div class="navi"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  593. <div class="navi"><a href="{text:Link 3 URL}">{text:Link 3}</a></div>
  594. <div class="navi"><a href="https://barbie-themes.tumblr.com/">Theme</a></div>
  595. </div>
  596. </div>
  597.  
  598. <div id="content">
  599. {block:Posts}
  600.  
  601. {block:ContentSource}
  602. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  603. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  604. {/block:SourceLogo}
  605. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  606. {/block:ContentSource}
  607.  
  608. <div class="posts">
  609.  
  610. {block:Text}
  611. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  612. {Body}
  613. {/block:Text}
  614.  
  615. {block:Photo}
  616. <center>
  617. {block:if400Post}
  618. <img src="{PhotoURL-400}" width="400px">
  619. {/block:if400Post}
  620. {block:ifnot400Post}
  621. <img src="{PhotoURL-500}" width="500px">
  622. {/block:ifnot400Post}
  623. {block:IndexPage}
  624. {block:ifCaptions}
  625. <div style="margin-bottom: -3px;"></div>
  626. {block:Caption}
  627. <div class="caption">
  628. {Caption}
  629. <div style="margin-bottom: -8px;"></div>
  630. </div>
  631. {/block:Caption}
  632. {/block:ifCaptions}
  633. {block:ifnotCaptions}
  634. <div style="margin-bottom: -3px;"></div>
  635. {/block:ifnotCaptions}
  636. {/block:IndexPage}
  637.  
  638. {block:PermalinkPage}
  639. <div style="margin-bottom: -3px;"></div>
  640. {block:Caption}
  641. <div class="caption">
  642. {Caption}
  643. <div style="margin-bottom: -8px;"></div>
  644. </div>
  645. {/block:Caption}
  646. {/block:PermalinkPage}
  647. </center>
  648. {/block:Photo}
  649.  
  650. {block:Photoset}
  651. {block:if400Post}
  652. {Photoset-400}
  653. {/block:if400Post}
  654. {block:ifnot400Post}
  655. {Photoset-500}
  656. {/block:ifnot400Post}
  657. {block:IndexPage}
  658. {block:ifCaptions}
  659. <div style="margin-bottom: -3px;"></div>
  660. {block:Caption}
  661. <div class="caption">
  662. {Caption}
  663. <div style="margin-bottom: -8px;"></div>
  664. </div>
  665. {/block:Caption}
  666. {/block:ifCaptions}
  667. {block:ifnotCaptions}
  668. <div style="margin-bottom: -3px;"></div>
  669. {/block:ifnotCaptions}
  670. {/block:IndexPage}
  671.  
  672. {block:PermalinkPage}
  673. <div style="margin-bottom: -3px;"></div>
  674. {block:Caption}
  675. <div class="caption">
  676. {Caption}
  677. <div style="margin-bottom: -8px;"></div>
  678. </div>
  679. {/block:Caption}
  680. {/block:PermalinkPage}
  681. {/block:Photoset}
  682.  
  683. {block:Quote}
  684. <h2>"{Quote}"</h2>
  685. <div align="right">
  686. {block:Source}<h1>-{Source}</h1>{/block:Source}
  687. </div>
  688. {/block:Quote}
  689.  
  690. {block:Link}
  691. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  692. {block:Description}
  693. <div style="margin-top: -8px;"></div>
  694. {Description}
  695. <div style="margin-bottom: -8px;"></div>
  696. {/block:Description}
  697. {/block:Link}
  698.  
  699. {block:Chat}
  700. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  701. {block:Lines}
  702. {block:Label}<b>{Label}</b>{/block:Label}
  703. {Line}<br>
  704. {/block:Lines}
  705. {/block:Chat}
  706.  
  707. {block:Video}
  708. {block:if400Post}
  709. {Video-400}
  710. {/block:if400Post}
  711. {block:ifnot400Post}
  712. {Video-500}
  713. {/block:ifnot400Post}
  714. {block:IndexPage}
  715. {block:ifCaptions}
  716. <div style="margin-bottom: -3px;"></div>
  717. {block:Caption}
  718. <div class="caption">
  719. {Caption}
  720. <div style="margin-bottom: -8px;"></div>
  721. </div>
  722. {/block:Caption}
  723. {/block:ifCaptions}
  724. {block:ifnotCaptions}
  725. <div style="margin-bottom: -4px;"></div>
  726. {/block:ifnotCaptions}
  727. {/block:IndexPage}
  728.  
  729. {block:PermalinkPage}
  730. <div style="margin-bottom: -3px;"></div>
  731. {block:Caption}
  732. <div class="caption">
  733. {Caption}
  734. <div style="margin-bottom: -8px;"></div>
  735. </div>
  736. {/block:Caption}
  737. {/block:PermalinkPage}
  738. {/block:Video}
  739.  
  740. {block:Audio}
  741.  
  742. <div class="playbox"><div class="playbutton">
  743. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  744. </div></div>
  745.  
  746. {block:AlbumArt}
  747. <img src="{AlbumArtURL}" class="cover">
  748. {/block:AlbumArt}
  749.  
  750.  
  751. <div class="trackdetails"><br>
  752. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  753.  
  754. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  755.  
  756. <b>PLAYS:</b> {FormattedPlayCount}</div>
  757.  
  758. {block:IndexPage}
  759. {block:ifCaptions}
  760. {block:if400Post}
  761. {block:Caption}
  762. <div class="caption"> <div style="margin-top:0px;"></div>
  763. {Caption}
  764. <div style="margin-bottom: -10px;"></div>
  765. </div>
  766. {/block:Caption}
  767. {/block:if400Post}
  768. {block:ifnot400Post}
  769. {block:Caption}
  770. <div class="caption"> <div style="margin-top:0px;"></div>
  771. {Caption}
  772. <div style="margin-bottom: -8px;"></div>
  773. </div>
  774. {/block:Caption}
  775. {/block:ifnot400Post}
  776. {/block:ifCaptions}
  777. {/block:IndexPage}
  778.  
  779. {block:PermalinkPage}
  780. {block:Caption}
  781. <div class="caption"> <div style="margin-top:0px;"></div>
  782. {Caption}
  783. <div style="margin-bottom: -8px;"></div>
  784. </div>
  785. {/block:Caption}
  786. {/block:PermalinkPage}
  787. {/block:Audio}
  788.  
  789. {block:Answer}
  790. <div class="question">
  791. <img src="{AskerPortraitURL-30}"> {Asker} Asked: {Question}
  792. </div>
  793. <div class="answer">{Answer}</div>
  794. {/block:Answer}
  795.  
  796.  
  797. {block:Date}
  798. <div class="details_top">
  799. Posted <a href="{Permalink}">{TimeAgo}</a> on {Month} {DayOfMonth}
  800.  
  801. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  802. {block:ContentSource}· <a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  803.  
  804. {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  805.  
  806. <div class="like_reblog_bottons">
  807. <div class="like_botton">{LikeButton size="15"}</div>
  808. <div class="reblog_botton">{ReblogButton size="15"}</div>
  809. </div>
  810. </div>
  811.  
  812. <div class="details">
  813. {block:HasTags}
  814. <div class="tags">
  815. <img src="https://media.tumblr.com/e9774a0e3c7e8b3b6ce5e91767e566c2/tumblr_inline_mqz9fmAhYn1qz4rgp.png" alt="" />
  816. tags {block:Tags} #<a href="/tagged/{Tag}">
  817. {Tag}</a>{/block:Tags}</div>
  818. {/block:HasTags}
  819. </div>
  820. {/block:Date}
  821.  
  822. <div class="notes">
  823. {block:PostNotes}{PostNotes}{/block:PostNotes}
  824. </div>
  825.  
  826. </div>
  827.  
  828. {/block:Posts}
  829.  
  830.  
  831. </div>
  832.  
  833. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement