TVD-PS

FAN SITE #2

Feb 21st, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.72 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>
  24. <head>
  25.  
  26.  
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33.  
  34. <!--------DEFAULT VARIABLES-------->
  35.  
  36. <meta name="color:background" content="#f6f6f6"/>
  37. <meta name="color:text" content="#888888"/>
  38. <meta name="color:bold" content="#000000"/>
  39. <meta name="color:italic" content="#98234d"/>
  40. <meta name="color:links" content="#cccccc"/>
  41. <meta name="color:link hover" content="#000000"/>
  42. <meta name="color:navigation" content="#ffffff"/>
  43. <meta name="color:nav links" content="#888888"/>
  44. <meta name="color:nav links hover" content="#000000"/>
  45. <meta name="color:nav border left" content="#98234d"/>
  46. <meta name="color:official links BG" content="#98234d"/>
  47. <meta name="color:scrollbar" content="#98234d"/>
  48. <meta name="color:sidebar" content="#ffffff"/>
  49. <meta name="color:titles" content="#98234d"/>
  50. <meta name="color:border title" content="#eeeeee"/>
  51. <meta name="color:posts background" content="#ffffff"/>
  52. <meta name="color:info post" content="#eeeeee"/>
  53.  
  54.  
  55.  
  56. <meta name="image:header" content=""/>
  57. <meta name="image:sidebar" content=""/>
  58.  
  59.  
  60. <meta name="text:link 1 title" content="link1"/>
  61. <meta name="text:link 1 url" content=""/>
  62. <meta name="text:link 2 title" content="link2"/>
  63. <meta name="text:link 2 url" content=""/>
  64. <meta name="text:link 3 title" content="link3"/>
  65. <meta name="text:link 3 url" content=""/>
  66. <meta name="text:link 4 title" content="link4"/>
  67. <meta name="text:link 4 url" content=""/>
  68.  
  69.  
  70.  
  71. <meta name="text:official link 1 title" content="link"/>
  72. <meta name="text:official link 1 url" content=""/>
  73. <meta name="text:official link 2 title" content="link"/>
  74. <meta name="text:official link 2 url" content=""/>
  75. <meta name="text:official link 3 title" content="link"/>
  76. <meta name="text:official link 3 url" content=""/>
  77. <meta name="text:official link 4 title" content="link"/>
  78. <meta name="text:official link 4 url" content=""/>
  79.  
  80. <!----------------SCRIPTS---------------->
  81.  
  82. <link href="https//static.tumblr.com.http.s32.wbprx.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  83. <script src="https://ajax.googleapis.com.http.s32.wbprx.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  84. <script src="https://static.tumblr.com.http.s32.wbprx.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  85. <script>
  86. (function($){
  87. $(document).ready(function(){
  88. $("[title]").style_my_tooltips({
  89. tip_follows_cursor:true,
  90. tip_delay_time:200,
  91. tip_fade_speed:300
  92. });
  93. });
  94. })(jQuery);
  95. </script>
  96.  
  97. <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  98.  
  99.  
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104. /*----------SCROLLBAR---------*/
  105.  
  106. ::-webkit-scrollbar {
  107. background-color: {color:background};
  108. height:8px;
  109. width:5px;
  110. }
  111.  
  112. ::-webkit-scrollbar-thumb:vertical {
  113. background-color:{color:scrollbar};
  114. height:50px;
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb:horizontal {
  118. background-color:{color:background};
  119. height:8px;
  120. }
  121.  
  122. /*----------TOOLTIPS---------*/
  123.  
  124. #s-m-t-tooltip {
  125. max-width:300px;
  126. margin:15px;
  127. padding:5px;
  128. border:1px solid #eeeeee;
  129. border-radius:0px;
  130. background:#ffffff;
  131. color:{color:text};
  132. z-index:999999;
  133. font-size:7px;
  134. font-style:none;
  135. letter-spacing:2px;
  136. font-family:arial;
  137. text-transform:uppercase;
  138. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  139. }
  140.  
  141. /*----------BASICS---------*/
  142.  
  143. body {
  144. background:{color:background};
  145. color:{color:text};
  146. font-family:arial;
  147. font-size:11px;
  148. line-height:140%;
  149. margin:0;
  150. text-align:left;
  151. }
  152.  
  153. b {
  154. font-weight:bold;
  155. color:{color:bold};
  156.  
  157. }
  158.  
  159. i {
  160. font-weight:arial;
  161. color:{color:italic};
  162.  
  163. }
  164.  
  165. small {
  166. font-size:11px;
  167. }
  168.  
  169. a {
  170. color:{color:links};
  171. text-decoration:none;
  172. }
  173.  
  174. a:hover {
  175. color:{color:link hover};
  176. transition:1s;
  177. -webkit-transition:1s;
  178. -moz-transition:1s;
  179. -o-transition:1s;
  180. }
  181.  
  182. img {
  183. opacity:1;
  184. text-decoration:none;
  185. }
  186.  
  187. h1 {
  188. font-size:14px;
  189. font-weight:bold;
  190. font-family:arial;
  191. line-height:150%;
  192. text-transform:uppercase;
  193.  
  194. }
  195.  
  196. blockquote {
  197. padding:10px;
  198. background:#eee;
  199. width:480px;
  200. overflow: hidden;
  201. border-left:2px solid #ccc;
  202. margin-left:0px;
  203. }
  204.  
  205. /*----------HEADER---------*/
  206.  
  207. .header img {
  208. width:850px;
  209. height:400px;
  210. }
  211.  
  212. .navigation {
  213. width:850px;
  214. background:{color:navigation};
  215. margin-top:-5px;
  216. margin-left:calc(50% - 425px);
  217.  
  218. }
  219.  
  220. .links {
  221. text-align:center;
  222. padding:30px;
  223. text-transform:uppercase;
  224. font-size:14px;
  225. font-family:calibri;
  226.  
  227.  
  228.  
  229. }
  230.  
  231. .links a {
  232. color:{color:nav links};
  233. margin-right:40px;
  234. letter-spacing: 0px;
  235. border-left:2px solid {color:nav border left};
  236. padding:2px;
  237.  
  238. }
  239.  
  240. .links a:hover {
  241. color:{color:link hover};
  242. letter-spacing: 4px;
  243.  
  244. }
  245.  
  246.  
  247.  
  248. /*----------SIDEBAR---------*/
  249.  
  250. .sidebar {
  251. position:absolute;
  252. width:250px;
  253. margin-top:50px;
  254. margin-left:110px;
  255.  
  256. }
  257.  
  258. .sideimg img {
  259. width:200px;
  260.  
  261. }
  262.  
  263.  
  264. .cat {
  265. padding:20px;
  266. margin-bottom:50px;
  267. background:{color:sidebar};
  268.  
  269. }
  270.  
  271. .cti {
  272. font-size:15px;
  273. font-weight:bold;
  274. padding:10px;
  275. font-family:calibri;
  276. text-transform:uppercase;
  277. margin-bottom:20px;
  278. color:{color:titles};
  279. border-bottom:2px solid {color:border title};
  280. text-align:center;
  281.  
  282. }
  283.  
  284.  
  285. .description {
  286. text-align:justify;
  287. padding:10px;
  288. margin:0px;
  289. margin-top:0px;
  290. font-size:11px;
  291. font-style:calibri;
  292.  
  293. }
  294.  
  295.  
  296. .projects {
  297. padding:5px;
  298. text-align:left;
  299. margin-top:0px;
  300.  
  301. }
  302.  
  303.  
  304. .projects img {
  305. padding:5px;
  306. width:160px;
  307. height:100px;
  308. float:left;
  309. margin-right:10px;
  310. border:1px solid #eee;
  311. margin-left:15px;
  312.  
  313.  
  314.  
  315. }
  316.  
  317.  
  318. .pinfo {
  319. margin-top:125px;
  320. width:220px;
  321. text-align:center;
  322. margin-left:-30px;
  323. line-height:110%;
  324. font-style:calibri;
  325.  
  326. }
  327.  
  328.  
  329.  
  330. .date {
  331. float:left;
  332. padding:10px;
  333. margin-right:10px;
  334. text-transform:uppercase;
  335. font-weight:bold;
  336. width:150px;
  337. margin-left:10px;
  338. text-align:center;
  339. }
  340.  
  341. .e {
  342. padding:10px;
  343.  
  344. }
  345.  
  346.  
  347. .affiliates {
  348. width:250px;
  349. padding:5px;
  350. text-align:left;
  351. text-transform:uppercase;
  352. font-size:9px;
  353. letter-spacing:1px;
  354. margin-top:20px;
  355. margin-left:-30px;
  356.  
  357. }
  358.  
  359. .affiliates img {
  360. padding:5px;
  361. width:50px;
  362. height:50px;
  363. border-radius:50px;
  364.  
  365.  
  366. }
  367.  
  368.  
  369.  
  370. .off a {
  371. display:block;
  372. padding:10px;
  373. border-bottom:1px solid #eee;
  374. text-transform:uppercase;
  375. font-size:10px;
  376. background-color:{color:official links BG};
  377. border-radius:7px;
  378. }
  379.  
  380. .off a:hover {
  381. margin-left:5px;
  382. background-color:{color:sidebar};
  383. }
  384.  
  385.  
  386. /*----------PAGINATION---------*/
  387.  
  388. #pagi {
  389. margin-top:40px;
  390. margin-left:790px;
  391. font-family:'roboto', sans-serif;
  392. text-transform:uppercase;
  393. font-size:20px;
  394. font-weight:bold;
  395. padding:20px;
  396. }
  397.  
  398. /*----------POSTS---------*/
  399.  
  400. .container {
  401. width:1060px;
  402. margin-left:calc(50% - 550px);
  403. background:{color:background};
  404. padding:20px;
  405. margin-top:-5px;
  406.  
  407. }
  408.  
  409.  
  410. .entries {
  411. margin-top:50px;
  412. width:500px;
  413. margin-left:415px;
  414. background:{color:background};
  415.  
  416. }
  417.  
  418. .posts {
  419. width:500px;
  420. margin-bottom:70px;
  421. background:{color:posts background};
  422. padding:20px;
  423.  
  424. }
  425.  
  426.  
  427.  
  428. /*----------CHAT---------*/
  429.  
  430. .chat {
  431. line-height:150%;
  432. list-style:none;
  433. }
  434.  
  435. .line.odd {
  436. padding:10px;
  437. background:#f8f8f8;
  438. }
  439.  
  440. .line.even {
  441. padding:10px;
  442. }
  443.  
  444. .label {
  445. text-transform:uppercase;
  446. font-size:10px;
  447. letter-spacing:1px;
  448. font-weight:bold;
  449. }
  450.  
  451.  
  452.  
  453. /*----------ASK---------*/
  454.  
  455. .ask {
  456. text-align:left;
  457. background: #eee;
  458. margin:7px 0px 5px 66px;
  459. padding:10px;
  460. position: relative;
  461. -moz-border-radius:5px;
  462. -webkit-border-radius:5px;
  463. border-radius:5px;
  464.  
  465. }
  466.  
  467.  
  468. .ask p {
  469. margin:1px 0px;
  470.  
  471. }
  472.  
  473. .ask span {
  474. display:block;
  475. position:absolute;
  476. width:1px;
  477. height:1px;
  478. font-size: 0;
  479. line-height: 1px;
  480. left:-10px;
  481. top:10px;
  482. border-top:7px solid transparent;
  483. border-bottom:7px solid transparent;
  484. border-right:10px solid #eee;
  485.  
  486. }
  487.  
  488.  
  489. .askborder {
  490. float: left;
  491. margin: 1px 4px 0 0;
  492. padding: 2px;
  493. background:{color:posts background};
  494.  
  495. }
  496.  
  497. #questions {
  498. background:{color:posts background};
  499. color: {color:text};
  500. padding:2px;
  501. margin-top: 6px;
  502. margin-bottom:2px;
  503. font-family:calibri;
  504. font-size:11px;
  505. text-transform:lowercase;
  506. border-bottom:1px {color:text};
  507. text-align:center;
  508.  
  509. }
  510.  
  511. #questions a {
  512. color:{color:text}
  513.  
  514. }
  515. /*----------INFO POST---------*/
  516.  
  517. #info {
  518. margin-bottom:10px;
  519. font-size:8px;
  520. margin-top:10px;
  521. text-align:left;
  522. padding:5px;
  523. color:{color:link};
  524. border-top:1px solid {color:bglinks};
  525.  
  526.  
  527. }
  528.  
  529.  
  530.  
  531. #reblog {
  532. text-transform:uppercase;
  533. font-family:trebuchet ms;
  534. margin-left:-5px;
  535. margin-top:-5px;
  536. text-align:center;
  537. color:white;
  538. background:{color:info post};
  539. width:35px;
  540. padding:3px;
  541.  
  542. }
  543.  
  544. #reblog a {
  545. color:white;
  546.  
  547.  
  548. }
  549.  
  550. #notes {
  551. margin-left:40px;
  552. margin-top:-12px;
  553.  
  554. }
  555.  
  556. #rightinfo {
  557. text-transform:uppercase;
  558. font-family:trebuchet ms;
  559. margin-left:370px;
  560. text-align:justify;
  561. float:right;
  562. background:{color:info post};
  563. padding:3px;
  564. margin-top:-24px;
  565. color:white;
  566.  
  567. }
  568.  
  569. #rightinfo a {
  570. color:white;
  571.  
  572.  
  573. }
  574.  
  575.  
  576. #tags {
  577. width:490px;
  578. margin-left:-4px;
  579. margin-top:7px;
  580. font-size:10px;
  581. color:{color:tags}:
  582.  
  583. }
  584.  
  585. #tags a {
  586. color:{color:tags};
  587.  
  588.  
  589. }
  590.  
  591. #tags a:hover {
  592. color:{color:hover}
  593.  
  594.  
  595. }
  596.  
  597. /*----------CREDIT---------*/
  598.  
  599. .credit {
  600. font-size:11px;
  601. position:fixed;
  602. font-style:arial;
  603. bottom:5px;
  604. right:15px;
  605. z-index:10;
  606. text-align:right;
  607. letter-spacing:0px;
  608. padding:2px;
  609. font-weight:bold;
  610. }
  611.  
  612. .credit a {
  613. color:{color:links};
  614. text-decoration:none;
  615. }
  616.  
  617. .credit a:hover {
  618. color:{color:links hover};
  619. text-decoration:none;
  620. }
  621.  
  622. </style>
  623. </head>
  624.  
  625. <body>
  626.  
  627.  
  628. <center><div class="header"><img src="{image:header}"></div></center>
  629.  
  630. <div class="navigation">
  631.  
  632. <div class="links">
  633. <a href="/">Home</a>
  634. <a href="/ask">Contact</a>
  635. <a href="{text:link 1 url}">{text:link 1 title}</a>
  636. <a href="{text:link 2 url}">{text:link 2 title}</a>
  637. <a href="{text:link 3 url}">{text:link 3 title}</a>
  638. <a href="{text:link 4 url}">{text:link 4 title}</a>
  639.  
  640. </div>
  641.  
  642.  
  643. </div>
  644.  
  645.  
  646. <div class="container">
  647.  
  648. <div class="sidebar">
  649.  
  650.  
  651.  
  652. <!------- WELCOME ------->
  653.  
  654. <div class="cat">
  655. <div class="cti">Welcome</div>
  656. <center><div class="sideimg"><img src="{image:sidebar}"></div></center>
  657. <div class="description">{Description}</div>
  658. </div>
  659.  
  660.  
  661. <!------- OFFICIAL LINKS ------->
  662.  
  663. <div class="cat">
  664. <div class="cti">Official Links</div>
  665. <div class="off">
  666. <a href="{text:official link 1 url}">{text:official link 1 title} <i class="fa fa-twitter" style="float:right"></i></a>
  667. <a href="{text:official link 2 url}">{text:official link 2 title} <i class="fa fa-instagram" style="float:right"></i></a>
  668. <a href="{text:official link 3 url}">{text:official link 3 title} <i class="fa fa-youtube-play" style="float:right"></i></a>
  669. <a href="{text:official link 4 url}">{text:official link 4 title} <i class="fa fa-globe" style="float:right"></i></a>
  670. </div>
  671. </div>
  672.  
  673.  
  674. <!------- UPCOMING EVENTS ------->
  675.  
  676. <div class="cat">
  677. <div class="cti">Upcoming Events</div>
  678.  
  679.  
  680. <div class="date">march 21</div><i>Lorem</i> ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, <b>pulvinar id, commodo feugiat, vehicula</b> et, mauris. <div class="e"></div><br>
  681.  
  682. <div class="date">march 22</div>TEXT<div class="e"></div><br>
  683.  
  684. <div class="date">april 25</div>TEXT<div class="e"></div><br>
  685.  
  686. <div class="date">april 29</div>TEXT<div class="e"></div><br>
  687.  
  688.  
  689. </div>
  690.  
  691.  
  692.  
  693. <!------- PROJECTS ------->
  694.  
  695. <div class="cat">
  696. <div class="cti">Projects</div>
  697.  
  698.  
  699. <div class="projects">
  700.  
  701. <img src="https://i.imgur.com/FCAK7eM.png?1">
  702. <div class="pinfo"><ul> <b>Title</b><br>
  703. <b></b>Info: ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris.
  704. <br></div>
  705.  
  706.  
  707. <img src="https://i.imgur.com/FCAK7eM.png?1">
  708. <div class="pinfo"><ul> <b>Title</b><br>
  709. <b></b>Text<br></div>
  710.  
  711.  
  712.  
  713. <img src="https://i.imgur.com/FCAK7eM.png?1">
  714. <div class="pinfo"><ul> <b>Title</b><br>
  715. <b></b>Text<br></div>
  716.  
  717.  
  718.  
  719.  
  720. </div></div>
  721.  
  722.  
  723. <!------- AFFILIATES ------->
  724.  
  725. <div class="cat">
  726. <div class="cti">Affiliates</div>
  727.  
  728. <div class="affiliates">
  729.  
  730. <center>
  731. <a href="/" title="apply"><img src="https://i.imgur.com/fL6CBEJ.gif?11"/></a>
  732. <a href="/" title="apply"><img src="https://i.imgur.com/lJL94FZ.png?1"/></a>
  733. <a href="/" title="apply"><img src="https://i.imgur.com/lJL94FZ.png?1"/></a>
  734. <a href="/" title="apply"><img src="https://i.imgur.com/lJL94FZ.png?1"/></a>
  735. <a href="/" title="apply"><img src="https://i.imgur.com/lJL94FZ.png?1"/></a>
  736. <a href="/" title="apply"><img src="https://i.imgur.com/lJL94FZ.png?1"/></a>
  737. <a href="/" title="apply"><img src="https://i.imgur.com/lJL94FZ.png?1"/></a>
  738. <a href="/" title="apply"><img src="https://i.imgur.com/lJL94FZ.png?1"/></a>
  739. <a href="/" title="apply"><img src="https://i.imgur.com/lJL94FZ.png?1"/></a>
  740.  
  741.  
  742. </center>
  743.  
  744.  
  745. </div>
  746. </div>
  747.  
  748.  
  749. <!------- MEMBERS ------->
  750.  
  751. <div class="cat">
  752. <div class="cti">Members</div>
  753.  
  754. {block:GroupMembers}
  755. <table style="margin-top:0px;">
  756. {block:GroupMember}
  757. <tr>
  758. <td style="width:40px;">
  759. <img src="{GroupMemberPortraitURL-40}"
  760. width="40px;" height="auto;" style="
  761. margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
  762. </td>
  763. <td style="width:290px; height:auto;">
  764. <div id="m" style="margin-bottom:10px;">
  765. <a href="{GroupMemberURL}" style="font-weight:bold;
  766. text-transform:uppercase; font-family:arial;
  767. letter-spacing:0px; font-size:8px;">
  768. {GroupMemberName}</a><br>{GroupMemberTitle}</div>
  769.  
  770. </tr>
  771. {/block:GroupMember}
  772. </table>
  773. {/block:GroupMembers}
  774.  
  775. </div>
  776.  
  777.  
  778. <!------- INFO -------->
  779.  
  780. <div class="cat">
  781. <div class="cti">Site Information</div>
  782. <div class="sinfo">
  783. <b>About:</b> <br>
  784. <b>Opened:</b> <br>
  785. <b>Designed by:</b> <br>
  786. <b>Online:</b> <br>
  787. <b>Visits:</b> <br><br>
  788.  
  789. Our site claims no credit for any
  790. images posted on this site unless stated otherwise.
  791. Images and information on this blog are copyright to
  792. their respectful owners.
  793.  
  794. </div>
  795.  
  796.  
  797.  
  798. </div>
  799.  
  800. </div>
  801.  
  802. <div class="entries">
  803.  
  804. {block:Posts}
  805.  
  806. <div class="posts">
  807.  
  808. {block:Text}
  809. <h1>{block:Title}{Title}{/block:Title}</h1>
  810. {Body}{/block:Text}
  811.  
  812.  
  813. {block:Photo}
  814. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  815. {block:Caption}{Caption}{/block:Caption}
  816. {/block:Photo}
  817.  
  818.  
  819. {block:Photoset}
  820. {Photoset-500}
  821. {block:Caption}{Caption}{/block:Caption}
  822. {/block:Photoset}
  823.  
  824.  
  825. {block:Quote}
  826. <h2>"{Quote}"</h2>
  827. <div align="right">
  828. {block:Source}<h1>-{Source}</h1>{/block:Source}
  829. </div>
  830. {/block:Quote}
  831.  
  832.  
  833. {block:Link}
  834. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  835. {block:Description}{Description}{/block:Description}
  836. {/block:Link}
  837.  
  838.  
  839. {block:Chat}
  840. {block:Title}<h1>{Title}</h1>
  841. {/block:Title} <div class="chat">
  842. {block:Lines} <li class="line {Alt}">
  843. {block:Label} <span class="label"> {Label}</span>
  844. {/block:Label}{Line}</li> {/block:Lines}</div>
  845. {/block:Chat}
  846.  
  847.  
  848. {block:Audio}
  849. <left>{block:AlbumArt}
  850. <img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  851. <span class="audio">{AudioPlayerWhite}</left></span>
  852. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  853. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  854. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  855. {/block:Audio}
  856.  
  857.  
  858.  
  859.  
  860. {block:Video}
  861. {Video-500}
  862. {block:Caption}{Caption}{/block:Caption}
  863. {/block:Video}
  864.  
  865.  
  866. {block:Answer}<img src="{AskerPortraitURL-40}"
  867. align="center" class="askborder">
  868. <div class="ask"><span></span>
  869. {Asker}: {Question}&nbsp;</div>{Answer}
  870. {/block:Answer}
  871.  
  872.  
  873. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes">♥<a href="{Permalink}">
  874. {NoteCountWithLabel}</a></div>
  875. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  876. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  877. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  878. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  879.  
  880.  
  881. </div>
  882.  
  883. {/block:Posts}
  884.  
  885. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  886. {/block:Posts}
  887.  
  888. </div>
  889.  
  890. </div>
  891. <div id="pagi">
  892. {block:IndexPage}
  893. <div id="pagination">
  894. {block:Pagination}
  895. {block:JumpPagination length="5"}
  896. {block:CurrentPage}
  897. <span class="current_page">{PageNumber}</span>
  898. {/block:CurrentPage}
  899. {block:JumpPage}
  900. <a class="jump_page" href="{URL}">{PageNumber}</a>
  901. {/block:JumpPage}
  902. {/block:JumpPagination}
  903. {/block:Pagination}
  904. </div>
  905. {/block:IndexPage}
  906. </div>
  907.  
  908. {block:ContentSource}
  909. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  910. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  911. {/block:SourceLogo}
  912. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  913. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  914.  
  915. <div class="credit">
  916. <a title="theme" href="http://barbie-themes.tumblr.com/" target="_blank">BT © </a></div>
  917.  
  918.  
  919. </body>
Add Comment
Please, Sign In to add comment