Advertisement
themesbygeorgia

Theme #24

Jul 8th, 2014
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.75 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!--- Theme #24 by wonderfullythemes
  6.  
  7. leave the credit intact and send me an ask if there are any problems!
  8. --->
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16.  
  17. <!--MASONRY -->
  18. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21.  
  22. <stsss>
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:200,
  30. tip_fade_speed:200,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. {block:IndexPage}
  38. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  39. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>{/block:IfShowInfiniteScroll}
  40.  
  41. <script type="text/javascript">
  42. $(window).load(function(){
  43. var $wall = $('#entries');
  44. $wall.imagesLoaded(function(){
  45. $wall.masonry({
  46. itemSelector: '#post, #post_photo',
  47. isAnimated : false
  48. });
  49. });
  50.  
  51. $wall.infinitescroll({
  52. navSelector : '#pagination',
  53. nextSelector : '#pagination a',
  54. itemSelector : '#post, #post_photo',
  55. bufferPx : 2000,
  56. debug : false,
  57. errorCallback: function() {
  58. $('#scroll').fadeOut('normal');
  59. }},
  60. function( newElements ) {
  61. var $newElems = $( newElements );
  62. $newElems.hide();
  63. $newElems.imagesLoaded(function(){
  64. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  65. });
  66. }); $('#entries').show(500);
  67. });
  68. </script>
  69. {/block:IndexPage}
  70.  
  71. <meta name="color:Background" content="#ffffff"/>
  72. <meta name="color:Text" content="#838282"/>
  73. <meta name="color:Link" content="##d11235"/>
  74. <meta name="color:Hover" content="#e0e0e0"/>
  75. <meta name="color:Header Background" content="#fff" />
  76. <meta name="color:Title" content="#444"/>
  77.  
  78. <meta name="image:sidebar" content=""/>
  79.  
  80. <meta name="text:Link1" content="/" />
  81. <meta name="text:Link1 Text" content="Link 1" />
  82. <meta name="text:Link2" content="/" />
  83. <meta name="text:Link2 Text" content="Link 2" />
  84. <meta name="text:Link3" content="/" />
  85. <meta name="text:Link3 Text" content="Link 3" />
  86. <meta name="text:Link4" content="/" />
  87. <meta name="text:Link4 Text" content="Link 4" />
  88.  
  89. <meta name="if:ShowCustomCursor" content="1" />
  90. <meta name="if:ShowOneColumn" content="0" />
  91. <meta name="if:ShowTwoColumns" content="1" />
  92. <meta name="if:ShowPagination" content="0" />
  93. <meta name="if:ShowInfiniteScroll" content="1" />
  94. <meta name="if:ShowUpdatesTab" content="0" />
  95.  
  96. <style type="text/css">
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. height:auto;
  100. background-color:{color:Text};
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height:4px;
  105. width:3px;
  106. padding-right:2px;
  107. background-color:white;
  108. }
  109.  
  110. #s-m-t-tooltip {
  111. border:1px solid #ddd;
  112. max-width:200px;
  113. font-family:'calibri';
  114. font-size:8px;
  115. background-color:#fff;
  116. color:#444;
  117. line-height:9px;
  118. display:none;
  119. position:absolute;
  120. letter-spacing:1px;
  121. text-transform:uppercase;
  122. padding:3px;
  123. margin:15px 0px 0px 15px;
  124. z-index:99999999999999;
  125. }
  126.  
  127. body {
  128. background:{color:Background};
  129. margin:0px;
  130. color:{color:Text};
  131. font-family:'calibri';
  132. font-size:10px;
  133. line-height:12px;
  134. font-style: none;
  135. {block:IfShowCustomCursor}
  136. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  137. {/block:IfShowCustomCursor}
  138. }
  139.  
  140. a {
  141. color:{color:Link};
  142. text-decoration:none;
  143. text-decoration:none;
  144. border-bottom:1px solid transparent;
  145. -moz-transition-duration:0.7s;
  146. -webkit-transition-duration:0.7s;
  147. -o-transition-duration:0.7s;
  148. }
  149.  
  150. a:hover {
  151. color:{color:Hover};
  152. border-bottom:1px solid {color:Hover};
  153.  
  154. -moz-transition-duration:0.7s;
  155. -webkit-transition-duration:0.7s;
  156. -o-transition-duration:0.7s;
  157. {block:IfShowCustomCursor}
  158. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  159. {/block:IfShowCustomCursor}
  160. }
  161.  
  162. blockquote {
  163. padding-left:5px;
  164. border-left:2px solid;
  165. }
  166.  
  167. img{
  168. max-width:100%;
  169. -webkit-filter: grayscale(100%);
  170. -webkit-transition-duration: 0.8s;
  171. -moz-transition-duration: 0.8s;
  172. -o-transition-duration: 0.8s;
  173. -ms-transition-duration: 0.8s;
  174. }
  175.  
  176. img:hover{
  177. -webkit-filter: grayscale(0%);
  178. -webkit-transition-duration: 0.8s;
  179. -moz-transition-duration: 0.8s;
  180. -o-transition-duration: 0.8s;
  181. -ms-transition-duration: 0.8s;
  182. z-index: 2px;
  183. }
  184.  
  185. .html_photoset {
  186. max-width:100%;
  187. -webkit-filter: grayscale(100%);
  188. -webkit-transition-duration: 0.8s;
  189. -moz-transition-duration: 0.8s;
  190. -o-transition-duration: 0.8s;
  191. -ms-transition-duration: 0.8s;
  192. }
  193.  
  194. .html_photoset:hover{
  195. -webkit-filter: grayscale(0%);
  196. -webkit-transition-duration: 0.8s;
  197. -moz-transition-duration: 0.8s;
  198. -o-transition-duration: 0.8s;
  199. -ms-transition-duration: 0.8s;
  200. z-index: 2px;
  201. }
  202.  
  203. #entries {
  204. position:relative;
  205. float:center;
  206. width:400px;
  207. top:120px;
  208. text-align:justify;
  209. left:35%;
  210. overflow:hidden;
  211. margin-bottom:40px;
  212. {block:IfShowTwoColumns}
  213. width:750px;
  214. left:30%;
  215. {/block:IfShowTwoColumns}
  216. }
  217.  
  218. #post {
  219. overflow-x:hidden;
  220. margin-bottom:40px;
  221. width:400px;
  222. background-color: {color:background};
  223. {block:IfShowTwoColumns}
  224. width:200px;
  225. padding:20px;
  226. border:1px solid #ddd;
  227. margin-right:45px;
  228. {block:PermalinkPage}
  229. float:center;
  230. width:400px;
  231. {/block:PermaLinkPage}
  232. {/block:IfShowTwoColumns}
  233. }
  234.  
  235. /*--HEADER--*/
  236. #header {
  237. width:400px;
  238. height:90px;
  239. left:35%;
  240. background-color:{color:Header Background};
  241. opacity:.9;
  242. position:absolute;
  243. -moz-transition-duration:0.7s;
  244. -webkit-transition-duration:0.7s;
  245. -o-transition-duration:0.7s;
  246. {block:IfShowTwoColumns}
  247. width:700px;
  248. left:30%;
  249. {/block:IfShowTwoColumns}
  250. }
  251.  
  252. #header:hover #title2 {
  253. margin-top:-20px;
  254. opacity:0;
  255. -moz-transition-duration:0.7s;
  256. -webkit-transition-duration:0.7s;
  257. -o-transition-duration:0.7s;
  258. }
  259.  
  260. #title2 {
  261. text-align:center;
  262. width:400px;
  263. line-height:100%;
  264. font-size:28px;
  265. font-family:'kunstler script';
  266. margin-top:35px;
  267. padding-bottom:10px;
  268. color:{color:Title};
  269. border-bottom:1px solid #ddd;
  270. -moz-transition-duration:0.7s;
  271. -webkit-transition-duration:0.7s;
  272. -o-transition-duration:0.7s;
  273. {block:IfShowTwoColumns}
  274. width:530px;
  275. {/block:IfShowTwoColumns}
  276. }
  277.  
  278. #header:hover .desc {
  279. opacity:1;
  280. margin-top:20px;
  281. -moz-transition-duration:0.7s;
  282. -webkit-transition-duration:0.7s;
  283. -o-transition-duration:0.7s;
  284. }
  285.  
  286. .desc {
  287. margin-top:30px;
  288. text-align:center;
  289. width:380px;
  290. height:20px;
  291. padding:10px;
  292. overflow:hidden;
  293. z-index:-1;
  294. opacity:0;
  295. -moz-transition-duration:0.7s;
  296. -webkit-transition-duration:0.7s;
  297. -o-transition-duration:0.7s;
  298. {block:IfShowTwoColumns}
  299. width:510px;
  300. {block:IfShowTwoColumns}
  301. }
  302.  
  303. /*--SIDEBAR--*/
  304.  
  305. #sidebar {
  306. width:135px;
  307. position:fixed;
  308. left:20%;
  309. bottom:5%;
  310. padding:10px;
  311. {block:IfShowTwoColumns}
  312. left:15%;
  313. {/block:IfShowTwoColumns}
  314. }
  315.  
  316. #sidebarimage img {
  317. padding:10px;
  318. border:1px solid #ddd;
  319. width:110px;
  320. height:115px;
  321. }
  322.  
  323. #sidebar:hover #links {
  324. margin-top:10px;
  325. opacity:1;
  326. -moz-transition-duration:0.7s;
  327. -webkit-transition-duration:0.7s;
  328. -o-transition-duration:0.7s;
  329. }
  330.  
  331. #links {
  332. font-size:8px;
  333. letter-spacing:1px;
  334. text-align:center;
  335. font-style:none;
  336. line-height:100%;
  337. margin-top:-5px;
  338. margin-left:0px;
  339. text-transform:uppercase;
  340. opacity:0;
  341. -moz-transition-duration:0.7s;
  342. -webkit-transition-duration:0.7s;
  343. -o-transition-duration:0.7s;
  344. }
  345.  
  346. #links a {
  347. color:{color:Link};
  348. }
  349.  
  350. #links a:hover {
  351. color:{color:Hover};
  352. }
  353.  
  354. #pagination {
  355. width:100%;
  356. position:relative;
  357. text-align:center;
  358. margin-top:5px;
  359. text-transform:none;
  360. font-style:none;
  361. text-transform: lowercase;
  362. }
  363.  
  364. #post:hover #info {
  365. margin-top:5px;
  366. opacity:1;
  367. -moz-transition-duration:0.7s;
  368. -webkit-transition-duration:0.7s;
  369. -o-transition-duration:0.7s;
  370. }
  371.  
  372. #info {
  373. letter-spacing:1px;
  374. text-transform:uppercase;
  375. font-style:none;
  376. font-size:7px;
  377. width:400px;
  378. color:{color:Text};
  379. text-align:center;
  380. padding-top:5px;
  381. margin-top:-15px;
  382. opacity:0;
  383. -moz-transition-duration:0.7s;
  384. -webkit-transition-duration:0.7s;
  385. -o-transition-duration:0.7s;
  386. {block:IfShowTwoColumns}
  387. width:200px;
  388. {block:PermalinkPage}
  389. width:400px;
  390. {/block:PermaLinkPage}
  391. {/block:IfShowTwoColumns}
  392. }
  393.  
  394. #info a:link {
  395. color:{color:link};
  396. }
  397.  
  398. #info a:hover {
  399. color:{color:hover};
  400. }
  401.  
  402. /*--POST TYPES--*/
  403.  
  404. #ask {
  405. float:left;
  406. margin-right:5px;
  407. }
  408.  
  409. /*--from two column base code. link on my main blog--*/
  410. {block:IfShowInfiniteScroll}
  411. .audio{
  412. {block:IndexPage}width:180px;{/block:IndexPage}
  413. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  414. .info{
  415. padding:2px 0px 1px 57px;}
  416. .i {
  417. text-transform:uppercase;
  418. letter-spacing:1px;
  419. font-size:8px;}
  420. .pl b,strong{
  421. text-transform:lowercase;
  422. font-size:9px;}
  423. .player{
  424. position:absolute;
  425. overflow:hidden;
  426. margin-top:0px;
  427. margin-left:15px;
  428. background:#ffffff;
  429. width:24px;
  430. height:23px;}
  431.  
  432. .video-container {
  433. position:relative;
  434. padding-bottom:56.25%;
  435. padding-top: 30px;
  436. height:0;
  437. overflow:hidden;}
  438.  
  439. .video-container iframe,
  440. .video-container object,
  441. .video-container embed {
  442. position: absolute;
  443. top: 0;
  444. left: 0;
  445. width: 100%;
  446. height: 100%;}
  447.  
  448. .chat{
  449. line-height:12px;
  450. list-style:none;}
  451. .chat ul{
  452. list-style:none;
  453. padding:0px 5px;
  454. line-height:15px;}
  455. .label{
  456. color:{color:Link};}
  457.  
  458. #scroll{
  459. bottom:-20px;
  460. position: absolute;
  461. left: 50%;
  462. width:10px;
  463. height:5px;
  464. overflow:hidden;
  465. margin-bottom:80px;}
  466. {/block:IfShowInfiniteScroll}
  467. /*--UPDATES TAB--*/
  468.  
  469. #lostatsea {
  470. font-family:'calibri';
  471. width:250px;
  472. height:90px;
  473. margin-top:230px;
  474. position:fixed;
  475. font-size:9px;
  476. left:65.5%;
  477. line-height:100%;
  478. -moz-transition-duration:0.7s;
  479. -webkit-transition-duration:0.7s;
  480. -o-transition-duration:0.7s;
  481. {block:IfShowTwoColumns}
  482. left:71%;
  483. z-index:2;
  484. {/block:IfShowTwoColumns}
  485. }
  486.  
  487. #update {
  488. margin-top:10px;
  489. -moz-transition-duration:0.7s;
  490. -webkit-transition-duration:0.7s;
  491. -o-transition-duration:0.7s;
  492. }
  493.  
  494. #update:hover .updatetitle {
  495. margin-left:120px;
  496. -moz-transition-duration:0.7s;
  497. -webkit-transition-duration:0.7s;
  498. -o-transition-duration:0.7s;
  499. }
  500.  
  501. .updatetitle {
  502. padding-left:3px;
  503. color:{color:Text};
  504. border-left:1px solid #ddd;
  505. text-transform:uppercase;
  506. letter-spacing:1px;
  507. line-height:20px;
  508. -moz-transition-duration:0.7s;
  509. -webkit-transition-duration:0.7s;
  510. -o-transition-duration:0.7s;
  511.  
  512. }
  513.  
  514. #update:hover .updatesinfo {
  515. height:auto;
  516. margin-left:0px;
  517. padding-left:10px;
  518. opacity:1;
  519. -moz-transition-duration:0.7s;
  520. -webkit-transition-duration:0.7s;
  521. -o-transition-duration:0.7s;
  522. }
  523.  
  524. .updatesinfo {
  525. background-color:white;
  526. margin-left:-110px;
  527. width:100px;
  528. position:fixed;
  529. margin-top:-15px;
  530. overflow:hidden;
  531. height:auto;
  532. opacity:0;
  533. -moz-transition-duration:0.7s;
  534. -webkit-transition-duration:0.7s;
  535. -o-transition-duration:0.7s;
  536. }
  537.  
  538. /*CREDIT*/
  539.  
  540. #cred {
  541. position:fixed;
  542. font-family:'Calibri';
  543. text-transform:uppercase;
  544. font-size:8px;
  545. right:9px;
  546. bottom:9px;
  547. padding:4px;
  548. color:{color:Link};
  549. letter-spacing:1px;
  550. }
  551.  
  552. {CustomCSS}</style></head><body>
  553.  
  554. {block:IfShowUpdatesTab}
  555. <div id="lostatsea">
  556.  
  557. <div id="update">
  558. <div class="updatetitle">♤<br></div>
  559. <div class="updatesinfo">
  560. text goes here write whatever<br>
  561. the height automatically adjusts to your text :)<br><br>
  562. tip if you want the tabs below to be hidden when you hover over one then just keep on adding < br >s
  563.  
  564. </div>
  565. </div>
  566.  
  567. <div id="update">
  568. <div class="updatetitle">♤<br></div>
  569. <div class="updatesinfo">
  570. <b>bold</b> <i>italic</i> <s>strikethrough</s><br>
  571. new line<p>
  572. new paragraph
  573.  
  574. <div style="background-color:#ddd;text-transform:uppercase;padding:1px;">titles</div>
  575.  
  576. </div>
  577. </div>
  578.  
  579. <div id="update">
  580. <div class="updatetitle">♤<br></div>
  581. <div class="updatesinfo">
  582. if you want another tab then copy what i've put as an example :)
  583.  
  584. </div>
  585. </div>
  586.  
  587.  
  588. <!--COPY THE BELOW CODE WITHOUT THE < > FOR ANOTHER TAB-->
  589. <!--<div id="update">
  590. <div class="updatetitle">♤<br></div>
  591. <div class="updatesinfo">
  592. if you want another tab then copy what i've put as an example :)
  593.  
  594. </div>
  595. </div>-->
  596.  
  597. </div>
  598. {/block:IfShowUpdatesTab}
  599.  
  600. <div id="header">
  601. <div id="title2">{Title}</div>
  602. <div class="desc">
  603. {Description}
  604. </div>
  605. </div>
  606.  
  607. <div id="sidebar">
  608.  
  609. <div id="sidebarimage">
  610. <img src="{image:sidebar}"></div>
  611.  
  612. <div id="links">
  613. <a href="{text:Link1}" title="{text:Link1 Text}">♤</a>&nbsp;&nbsp;
  614. <a href="{text:Link2}" title="{text:Link2 Text}">♤</a>&nbsp;&nbsp;
  615. <a href="{text:Link3}" title="{text:Link3 Text}">♤</a>&nbsp;&nbsp;
  616. <a href="{text:Link4}" title="{text:Link4 Text}">♤</a>
  617. </div>
  618. {block:IfShowPagination}
  619. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="back">-</a>&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next">+</a>{/block:NextPage}{/block:Pagination}</div>{/block:IfShowPagination}
  620.  
  621. </div>
  622.  
  623.  
  624.  
  625. </div>
  626.  
  627. <div id="entries">{block:Posts}
  628. {block:IfShowInfiniteScroll}
  629. {block:ContentSource}
  630. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  631. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  632. {/block:SourceLogo}
  633. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  634. {/block:ContentSource}
  635. {/block:IfShowInfiniteScroll}
  636.  
  637. <div id="post">
  638.  
  639. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  640.  
  641. {block:Photo}{block:IfShowOneColumn}{block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:PermalinkPage}{/block:IfShowOneColumn}
  642. {block:IfShowTwoColumns}{block:IndexPage}
  643. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200px"/>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>{/block:IfShowTwoColumns}{/block:Photo}
  644.  
  645. {block:Photoset}{block:IfShowOneColumn}{block:IndexPage}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{/block:IfShowOneColumn}
  646. {block:IfShowTwoColumns}{block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100px" height="100%"/></a>{/block:Photos}{/block:IndexPage}
  647. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{/block:IfShowTwoColumns}{/block:Photoset}
  648.  
  649. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  650.  
  651. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  652.  
  653. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ul>{block:Lines}
  654. <li class="person{UserNumber}">{block:Label}
  655. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}
  656. {/block:IndexPage}{/block:Chat}
  657.  
  658. {block:Audio}{block:IfShowOneColumn}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:IfShowOneColumn}
  659.  
  660. {block:IfShowTwoColumns}<div class="player">{AudioPlayerWhite}</div>
  661. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}
  662. {/block:IndexPage}{/block:IfShowTwoColumns}
  663. {/block:Audio}
  664.  
  665. {block:Video}{block:IfShowOneColumn}{Video-400}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:IfShowOneColumn}
  666. {block:IfShowTwoColumns}{block:IndexPage}<div class="video-container">{Video-250}</div>
  667. {/block:IndexPage}
  668. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:IfShowTwoColumns}{/block:Video}
  669.  
  670. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  671.  
  672.  
  673. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
  674. {block:RebloggedFrom}・ <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom} <br>
  675. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  676.  
  677. </div>
  678.  
  679.  
  680.  
  681. </div>
  682.  
  683.  
  684.  
  685. {block:PostNotes}{PostNotes}{/block:PostNotes}
  686. {/block:Posts}
  687.  
  688. <div id="cred">
  689. <a href="http://wonderfullythemes.tumblr.com/">theme</a>
  690. </div>
  691.  
  692. </div>
  693. {block:IfShowInfiniteScroll}
  694. {block:IndexPage}
  695. {block:Pagination}
  696. <div id="pagination">
  697. {block:NextPage}
  698. <a id="nextPage" href="{NextPage}"></a>
  699. {/block:NextPage}
  700. {block:PreviousPage}
  701. <a href="{PreviousPage}"></a>
  702. {/block:PreviousPage}
  703. </div>
  704. {/block:Pagination}
  705. {/block:IndexPage}
  706. {/block:IfShowInfiniteScroll}
  707.  
  708. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement