Advertisement
themesbygeorgia

Theme #46 - Cashmere

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