yeahsource

theme 13

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