Advertisement
dansmilth

Fansite Theme

Apr 27th, 2015
3,864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-----------
  9.  
  10. THEME 06 by clumhood
  11.  
  12. :> ------------>
  13.  
  14.  
  15. <!--------default variables-------->
  16. <meta name="color:background" content="#d7d5d5"/>
  17. <meta name="color:text" content="#333333"/>
  18. <meta name="color:links" content="#5b5b5b"/>
  19. <meta name="color:links hover" content="#c9c9c9"/>
  20. <meta name="color:container bg" content="#eeeeee">
  21. <meta name="color:topbar background" content="#ffffff"/>
  22. <meta name="color:main color" content="#000000"/>
  23. <meta name="color:topbar links" content="#ffffff"/>
  24. <meta name="color:scrollbar bg" content="#ffffff"/>
  25. <meta name="color:scrollbar" content="#eeeeee">
  26.  
  27. <meta name="image:background image" content=""/>
  28. <meta name="image:header" content=""/>
  29.  
  30. <meta name="text:link 1 title" content="link">
  31. <meta name="text:link 1 url" content=" ">
  32. <meta name="text:link 2 title" content="link">
  33. <meta name="text:link 2 url" content=" ">
  34. <meta name="text:link 3 title" content="link">
  35. <meta name="text:link 3 url" content=" ">
  36. <meta name="text:link 4 title" content="link">
  37. <meta name="text:link 4 url" content=" ">
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. <!------------------------TOOLTIPS SCRIPT--------------------->
  45.  
  46. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:200,
  55. tip_fade_speed:300
  56. });
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61.  
  62. <!-------------------------------------------------------------------->
  63.  
  64. <style type="text/css">
  65.  
  66. /*----------tooltips---------*/
  67.  
  68. #s-m-t-tooltip {
  69. max-width:300px;
  70. margin:15px;
  71. padding:5px;
  72. border:1px solid #eeeeee;
  73. border-radius:0px;
  74. background:#ffffff;
  75. color:{color:text};
  76. z-index:999999;
  77. font-size:7px;
  78. font-style:none;
  79. font-weight:lighter;
  80. letter-spacing:2px;
  81. font-family:helvetica;
  82. text-transform:uppercase;
  83. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  84. }
  85.  
  86.  
  87. /*----------scrollbar---------*/
  88.  
  89. ::-webkit-scrollbar {
  90. background-color: {color:scrollbar bg};
  91. height:8px;
  92. width:5px
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {
  96. background-color:{color:scrollbar};
  97. height:50px
  98. }
  99.  
  100. ::-webkit-scrollbar-thumb:horizontal {
  101. background-color:{color:scrollbar bg};
  102. height:8px!important
  103. }
  104.  
  105.  
  106. /*----------basics---------*/
  107.  
  108. body {
  109. background:{color:background};
  110. color:{color:text};
  111. font-family:calibri;
  112. line-height:15px;
  113. font-size:10px;
  114. margin:0;
  115. text-align:left;
  116. letter-spacing:1px;
  117.  
  118. }
  119.  
  120. blockquote {
  121. padding-left:10px;
  122. border-left:1px solid;
  123. border-color:#eeeeee;
  124. margin:10px;
  125. letter-spacing:1px;
  126. padding:10px;
  127. }
  128.  
  129. a {
  130. color:{color:links};
  131. text-decoration:none;
  132. }
  133.  
  134. a:hover {
  135. text-decoration:none;
  136. color: {color:links hover};
  137. -webkit-transition:all 0.5s;
  138. -moz-transition:all 0.5s;
  139. -ms-transition:all 0.5s;
  140. -o-transition:all 0.5s;
  141. transition:all 0.5s;
  142. }
  143.  
  144. small {
  145. font-size:10px;
  146. }
  147.  
  148. big {
  149. font-size:13px;
  150. }
  151.  
  152. img {
  153. opacity:1;
  154. text-decoration:none;
  155. }
  156.  
  157. h1 {
  158. font-size:20px;
  159. font-weight:bold;
  160. font-family:arial;
  161. letter-spacing:0px;
  162. line-height:150%;
  163. }
  164.  
  165. b {
  166. color:{color:bold};
  167. }
  168.  
  169. /*----------header---------*/
  170.  
  171. .topbar {
  172. width:100%;
  173. height:auto;
  174. background:{color:topbar background};
  175. height:100px;
  176. box-shadow:0px 3px 10px rgba(0,0,0,.15)
  177. margin:auto;
  178. position:fixed;
  179. z-index:9999;
  180. }
  181.  
  182. .topcontainer {
  183.  
  184. width:1100px;
  185. height:100px;
  186. margin-left:calc(50% - 550px);
  187. float:left;
  188. }
  189.  
  190. .navi {
  191. width:500px;
  192. background:{color:main color};
  193. height:auto;
  194. padding:10px;
  195. display:inline-block;
  196. margin-top:30px;
  197. margin-right:5%;
  198. word-spacing:30px;
  199. float:right;
  200. box-shadow:0px 2px 3px rgba(0,0,0,.15)
  201. }
  202.  
  203. .navi a {
  204. color:{color:topbar links};
  205. font-size:15px;
  206. text-transform:uppercase;
  207.  
  208. }
  209.  
  210. .navi a:hover {
  211. color:grey;
  212.  
  213. }
  214.  
  215. .initials {
  216. position:absolute;
  217. background:{color:main color};
  218. color:white;
  219. margin-top:20px;
  220. padding-top:20px;
  221. padding-bottom:20px;
  222. width:60px;
  223. text-align:center;
  224. margin-left:20px;
  225. font-size:20px;
  226. letter-spacing:5px;
  227. box-shadow:0px 2px 3px rgba(0,0,0,.15)
  228. }
  229.  
  230. .topdesc {
  231. position:absolute;
  232. background:#eee;
  233. width:200px;
  234. height:35px;
  235. margin-top:20px;
  236. margin-left:90px;
  237. padding:10px;
  238. text-align:justify;
  239. margin-right:10px;
  240.  
  241. }
  242.  
  243. #header{
  244. width:1100px;
  245. height:410px;
  246. margin:auto;
  247.  
  248. }
  249.  
  250. #fadein { position:relative; width:1000px; height:450px; }
  251. .fadein img { position:absolute; left:0px; top:100px;}
  252.  
  253. #headerimg{
  254. position:absolute;
  255. margin-left:0px;
  256. width:1100px;
  257. height:410px;
  258.  
  259.  
  260. }
  261.  
  262. /*----------posts---------*/
  263.  
  264. .container {
  265. width:1100px;
  266. margin-left:calc(50% - 550px);
  267. position:absolute;
  268. margin-top:100px;
  269. background:{color:container bg};
  270. }
  271.  
  272. .posts {
  273. {block:IndexPage}
  274. margin-bottom:80px;
  275. {/block:IndexPage}
  276. {block:PermalinkPage}
  277. margin-bottom:40px;
  278. {/block:PermalinkPage}
  279. width:500px;
  280. background:white;
  281. padding:30px;
  282. float:right;
  283. margin-right:30px;
  284. box-shadow:0px 3px 10px rgba(0,0,0,.15)
  285.  
  286.  
  287.  
  288. }
  289.  
  290. .entries {
  291. float:right;
  292. margin-top:50px;
  293. width:1100px;
  294. background:{color:container bg};
  295.  
  296. }
  297.  
  298. .posts img, .posts li, .posts blockquote {
  299. max-width: 100%;
  300. }
  301.  
  302. .posts li {
  303. list-style: square;
  304. }
  305.  
  306. blockquote img {
  307. max-width:320px!important;
  308. }
  309.  
  310.  
  311. /*----------post info---------*/
  312.  
  313. .info {
  314. border-top:1px solid #eeeeee;
  315. padding-top:15px;
  316. text-transform:uppercase;
  317. font-size:8px;
  318. letter-spacing:1px;
  319. margin-top:15px;
  320. }
  321.  
  322.  
  323. .tags {
  324. margin-top:5px;
  325. font-size:8px;
  326. letter-spacing:1px;
  327. text-transform:uppercase;
  328. font-weight:bold;
  329. }
  330.  
  331. .tags a {
  332. margin-right:8px;
  333. }
  334.  
  335.  
  336. /*----------post notes---------*/
  337.  
  338. .notes {
  339. margin-top: 20px;
  340. width: 500px;
  341. margin-left: -40px;
  342. margin-bottom: 70px;
  343. float:right;
  344. margin-right:40px;
  345.  
  346. }
  347.  
  348. .notes li {
  349. list-style: none;
  350. padding: 5px;
  351. margin-bottom: 10px;
  352. border-radius: 5px;
  353. box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
  354. }
  355.  
  356. .notes li img {
  357. float: right;
  358. width: 12px;
  359. }
  360.  
  361. /*----------categories---------*/
  362.  
  363. #sidebar{
  364. position:absolute;
  365. margin-left:30px;
  366. width:400px;
  367.  
  368. }
  369.  
  370. .cti {
  371. background:{color:main color};
  372. width:400px;
  373. padding:20px;
  374. color:white;
  375. font-size:20px;
  376. text-transform:uppercase;
  377. text-align:right;
  378. box-shadow:0px 3px 10px rgba(0,0,0,.15)
  379. }
  380.  
  381. .category {
  382. width:400px;
  383. padding:20px;
  384. margin-bottom:50px;
  385. background:white;
  386. font-size:11px;
  387. text-align:justify;
  388. box-shadow:0px 3px 10px rgba(0,0,0,.15)
  389. }
  390.  
  391. .category a:hover {
  392. color:{color:link hover};
  393. }
  394.  
  395. .desc {
  396. width:350px;
  397. padding:10px;
  398. text-align:justify;
  399. font-family:arial;
  400. letter-spacing:0px;
  401.  
  402. }
  403.  
  404. #m {
  405. font-family:arial;
  406. font-size:9px;
  407. letter-spacing:0px;
  408. }
  409.  
  410. .affiliates {
  411. padding-left:30px;
  412. width:335px;
  413. }
  414.  
  415. .affiliates img {
  416. width:64px;
  417. padding-left:0px;
  418. }
  419.  
  420.  
  421. /*----------quotes---------*/
  422.  
  423. .quote {
  424.  
  425. font-size:12px;
  426. font-weight:bold;
  427. text-align:center;
  428. letter-spacing:1px;
  429. }
  430.  
  431. .quotesource {
  432. text-align:center;
  433. margin-top:10px;
  434. letter-spacing:1px;
  435. }
  436.  
  437.  
  438. /*----------chat---------*/
  439.  
  440. .chat {
  441. line-height:20px;
  442. list-style:none;
  443. }
  444.  
  445. .line.odd {
  446. background:#fafafa;
  447. margin-bottom:2px;
  448. padding:5px;
  449. list-style:none;
  450. font-size:10px;
  451. }
  452.  
  453. .line.even {
  454. background:#ffffff;
  455. margin-bottom:2px;
  456. padding:5px;
  457. list-style:none;
  458. font-size:10px;
  459. }
  460.  
  461. .label {
  462. padding-right:1px;
  463. text-transform:uppercase;
  464. font-weight:bold;
  465. color:{color:links};
  466. }
  467.  
  468.  
  469. /*----------questions---------*/
  470.  
  471. .question {
  472. background:#fafafa;
  473. padding:10px;
  474. }
  475.  
  476. .asker {
  477. text-transform:uppercase;
  478. }
  479.  
  480. .answer {
  481. padding:10px;
  482. margin-top:-15px;
  483. }
  484.  
  485. /*----------audio---------*/
  486.  
  487. .playerbutton {
  488. position:relative;
  489. width:30px;
  490. height:35px;
  491. overflow:hidden;
  492. }
  493.  
  494. .playerbuttonhug {
  495. position: absolute;
  496. top:-7px;
  497. left:2px;
  498. }
  499.  
  500. .tumblr_audio_player {
  501. height:50px;
  502. width:500px;
  503. }
  504.  
  505. .playerbuttonbg {
  506. position:absolute;
  507. width:35px;
  508. height:35px;
  509. background-color:#e4e4e4;
  510. padding:10px;
  511. }
  512.  
  513. .trackdetails {
  514. width:auto;
  515. display:inline-block;
  516. margin-left:70px;
  517. font-size:10px;
  518. letter-spacing:1px;
  519. text-transform:lowercase;
  520. padding:5px;
  521. line-height:15px;
  522. }
  523.  
  524. .audiowrapper {
  525. position:relative;
  526. display:inline-block;
  527. }
  528.  
  529. /*-- Pagination --*/
  530.  
  531. #pagi {
  532. margin-top:70px;
  533. margin-left:950px;
  534. font-family:arial;
  535. text-transform:uppercase;
  536. }
  537.  
  538. /*----------credit---------*/
  539.  
  540. .credit {
  541. font-size:12px;
  542. position:fixed;
  543. font-weight:bold;
  544. bottom:5px;
  545. right:15px;
  546. z-index:10;
  547. text-align:right;
  548. letter-spacing:0px;
  549. padding:5px;
  550. background:black;
  551. padding-right:7px;
  552. }
  553.  
  554. .credit a {
  555. color:{color:links};
  556. text-decoration:none;
  557. }
  558.  
  559. .credit a:hover {
  560. color:{color:links hover};
  561. text-decoration:none;
  562. }
  563.  
  564.  
  565. </style>
  566. </head>
  567.  
  568. <body>
  569.  
  570. <div class="topbar">
  571.  
  572. <div class="topcontainer">
  573. <div class="navi">
  574. <a href="/">Home</a>
  575. <a href="/ask">Message</a>
  576. <a href="{text:link 1 url}">{text:link 1 title}</a>
  577. <a href="{text:link 2 url}">{text:link 2 title}</a>
  578. <a href="{text:link 3 url}">{text:link 3 title}</a>
  579. <a href="{text:link 4 url}">{text:link 4 title}</a>
  580.  
  581.  
  582.  
  583. </div>
  584.  
  585. <div class="initials">CH</div> <!-- Just add the initials of your blog here -->
  586.  
  587. <div class="topdesc">This is a description of your fan site. Try to keep it short</div>
  588.  
  589. {block:IndexPage}
  590. <div id="pagi">
  591. {block:Pagination}
  592. {block:PreviousPage}
  593. <a href="{PreviousPage}">back</a>{/block:PreviousPage}&nbsp;
  594. {block:NextPage}
  595. <a href="{NextPage}">forth</a>
  596. {/block:NextPage}
  597. {/block:Pagination}
  598. {/block:IndexPage}
  599. </div>
  600. </div>
  601.  
  602.  
  603.  
  604. </div>
  605.  
  606.  
  607.  
  608. <div id="header">
  609.  
  610. <div id="headerimg">
  611. <div class="fadein">
  612. <img src="{image:header}">
  613. </div>
  614. </div>
  615.  
  616. </div>
  617.  
  618.  
  619. <div class="container">
  620.  
  621. <div class="credit">
  622. <a title="theme" href="http://clumhood.tumblr.com/" target="_blank">CH</a></div>
  623.  
  624.  
  625.  
  626. <div class="entries">
  627.  
  628.  
  629. <div id="sidebar">
  630.  
  631. <!-- category 1 -->
  632.  
  633. <div class="cti">Welcome</div>
  634. <div class="category" style="line-height:150%;"><center><div class="desc">{Description}</div></center>
  635. </div>
  636.  
  637.  
  638. <!-- category 2 -->
  639.  
  640. <div class="cti">About Ashton</div>
  641. <div class="category" style="line-height:150%;"><center><div class="desc">Ashton Fletcher Irwin (born in July 7, 1994 in Hornsby, Australia) is the drummer of 5 Seconds of Summer. He attended Richmond High School before starting his music career in 2011, and was the last member to join 5SOS.</div></center>
  642. </div>
  643.  
  644. <!-- affiliates -->
  645.  
  646.  
  647.  
  648. <div class="cti">Affiliates</div>
  649. <div class="category"><div class="affiliates">
  650. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  651. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  652. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  653. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  654. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  655. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  656. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  657. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  658. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  659. <a href="http://lukehemmosource.tumblr.com/" title="lukehemmosource"><img src="http://static.tumblr.com/zy3qjic/K9Dnq5d8k/1.png"></a>
  660.  
  661.  
  662. </div>
  663. </div>
  664.  
  665.  
  666.  
  667. <!-- category 3 -->
  668.  
  669. <div class="cti">Members</div>
  670. <div class="category" style="line-height:150%;">
  671. {block:GroupMembers}
  672. <table style="margin-top:0px;">
  673. {block:GroupMember}
  674. <tr>
  675. <td style="width:40px;">
  676. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
  677. </td>
  678. <td style="width:290px; height:auto;">
  679. <div id="m" style="margin-bottom:10px;">
  680. <a href="{GroupMemberURL}" style="font-weight:bold; text-transform:uppercase; font-family:arial; letter-spacing:0px; font-size:8px;">{GroupMemberName}</a><br>{GroupMemberTitle}</div>
  681.  
  682. </tr>
  683. {/block:GroupMember}
  684. </table>
  685. {/block:GroupMembers}
  686. </div>
  687.  
  688. <!-- category 4 -->
  689.  
  690. <div class="cti">About the blog</div>
  691. <div class="category" style="line-height:150%;"><center><div class="desc">
  692. <b>Admins:</b> <a href="http://yoururl.tumblr.com">Grazi</a>, <a href="http://yoururl.tumblr.com">Duda</a><br>
  693. <b>Established:</b> October 2014 <br>
  694. <b>Online:</b><br>
  695. <b>Visits:</b>
  696. </div></center>
  697. </div>
  698.  
  699. <!-- category 5 -->
  700.  
  701. <div class="cti">Disclaimer</div>
  702. <div class="category" style="line-height:150%;"><center><div class="desc">Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.</div></center>
  703. </div>
  704.  
  705.  
  706.  
  707. </div>
  708.  
  709.  
  710.  
  711. {block:Posts}
  712. <div class="posts">
  713.  
  714. {block:Text}
  715. <h1>{block:Title}{Title}{/block:Title}</h1>
  716. {Body}{/block:Text}
  717.  
  718.  
  719. {block:Photo}
  720. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  721. {block:Caption}{Caption}{/block:Caption}
  722. {/block:Photo}
  723.  
  724.  
  725. {block:Photoset}
  726. {Photoset-500}
  727. {block:Caption}{Caption}{/block:Caption}
  728. {/block:Photoset}
  729.  
  730.  
  731. {block:Quote}
  732. <div class="quote">"{Quote}"</div>
  733. {block:Source}<div class="quotesource"> — {Source}</div>
  734. {/block:Source}{/block:Quote}
  735.  
  736.  
  737. {block:Link}
  738. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  739. {block:Description}{Description}{/block:Description}
  740. {/block:Link}
  741.  
  742.  
  743. {block:Chat}
  744. {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>
  745. {/block:Chat}
  746.  
  747.  
  748. {block:Audio}
  749. {block:AudioPlayer}
  750. <div class="audiowrapper">
  751. <div class="playerbuttonbg">
  752. <div class="playerbutton">
  753. <div class="playerbuttonhug">
  754. {AudioPlayerGrey}
  755. </div></div></div>
  756.  
  757. <div class="trackdetails">
  758. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  759.  
  760. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  761.  
  762. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  763. {/block:AudioPlayer}
  764.  
  765. {block:Caption}
  766. <div class="caption">{Caption}</div>
  767. {/block:Caption}
  768. {/block:Audio}
  769.  
  770.  
  771. {block:Video}
  772. {Video-500}
  773. {block:Caption}{Caption}{/block:Caption}
  774. {/block:Video}
  775.  
  776.  
  777. {block:Answer}
  778. <div class="question">
  779. <div class="asker"><b>{Asker} said:</b></div>
  780. {Question}</div><br>
  781. <div class="answer">
  782. {Answer}</div>
  783. {/block:Answer}
  784.  
  785.  
  786.  
  787.  
  788. {block:Date}
  789.  
  790. <div class="info">
  791.  
  792. <a href="{Permalink}" title="AT {12Hour}:{Minutes}{CapitalAmPm}" style="background-color:{color:main color};padding:2px 5px 3px 5px; font-weight:bold; color:white;">{DayOfMonthWithZero} {ShortMonth} {Year}</a>
  793. {/block:Date}
  794.  
  795. &nbsp;&nbsp;
  796. <a href="{Permalink}">{NoteCountWithLabel}</a>
  797. &nbsp;&nbsp;
  798.  
  799. <font style="float:right">
  800. {block:RebloggedFrom}
  801. <a href="{ReblogParentURL}" title="{ReblogParentName}"> via </a>
  802. {block:ContentSource}
  803. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ source</a>
  804. {/block:ContentSource}
  805. {/block:RebloggedFrom}
  806.  
  807. <a href="{ReblogURL}" target="_blank" class="details">/ reblog</a>
  808. </div>
  809. </font>
  810.  
  811. {block:HasTags}
  812. <div class="tags">
  813. {block:Tags}
  814. <a href="{TagURL}">#{Tag}</a>
  815. {/block:Tags}
  816. </div>
  817. {/block:HasTags}
  818.  
  819.  
  820.  
  821.  
  822.  
  823. </div>
  824. {/block:Posts}
  825. <p>
  826. {block:PostNotes}
  827. <div style="margin-left:15px;">
  828. {PostNotes}{/block:PostNotes}
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837. {block:ContentSource}
  838. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  839. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  840. {/block:SourceLogo}
  841. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  842. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850. </body>
  851.  
  852. </div></div></div></div></div></div></div></div></div></div></div>
  853. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement