Advertisement
themesbygeorgia

Theme #19

May 31st, 2014
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.17 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. {block:Description}
  6. <meta name="description" content="{MetaDescription}" />
  7. {/block:Description}
  8. <link rel="shortcut icon" href="{Favicon}">
  9.  
  10. <!--Theme #19 by wonderfullythemes-->
  11.  
  12. <!--SCRIPT FOR TOOLTIPS-->
  13. <stsss>
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("a[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:0,
  22. tip_fade_speed:0,
  23. attribute:"title"
  24. });
  25. });
  26. })(jQuery);
  27. </script>
  28.  
  29. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  30.  
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32.  
  33. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  34. <script>
  35. (function($){$(document)
  36. .ready(function(){$("[title]")
  37. .style_my_tooltips();});})
  38. (jQuery);
  39. </script>
  40.  
  41. {block:IndexPage}
  42. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  43. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  44.  
  45. <script type="text/javascript">
  46. $(window).load(function(){
  47. var $wall = $('#entries');
  48. $wall.imagesLoaded(function(){
  49. $wall.masonry({
  50. itemSelector: '#post, #post_photo',
  51. isAnimated : false
  52. });
  53. });
  54.  
  55. $wall.infinitescroll({
  56. navSelector : '#pagination',
  57. nextSelector : '#pagination a',
  58. itemSelector : '#post, #post_photo',
  59. bufferPx : 2000,
  60. debug : false,
  61. errorCallback: function() {
  62. $('#scroll').fadeOut('normal');
  63. }},
  64. function( newElements ) {
  65. var $newElems = $( newElements );
  66. $newElems.hide();
  67. $newElems.imagesLoaded(function(){
  68. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  69. });
  70. }); $('#entries').show(500);
  71. });
  72. </script>
  73. {/block:IndexPage}
  74.  
  75. <meta name="image:Sidebar Background" content=""/>
  76.  
  77. <meta name="color:Background" content="#FFFFFF"/>
  78. <meta name="color:Post Title" content="#24b61c"/>
  79. <meta name="color:Blog Title" content="#24b61c"/>
  80. <meta name="color:Blog Title Hover" content="#fff" />
  81. <meta name="color:Description Text" content="#fff" />
  82. <meta name="color:Link" content="#24b61c"/>
  83. <meta name="color:Hover" content="#12b5bb"/>
  84. <meta name="color:Info Text" content="#444"/>
  85. <meta name="color:Info Background" content="#fff" />
  86. <meta name="color:Info Background Hover" content="#000" />
  87. <meta name="color:NavLinks" content="#24b61c" />
  88. <meta name="color:NavLinksHover" content="#000" />
  89. <meta name="color:NavLinksBg" content="#000" />
  90. <meta name="color:NavLinksBgHover" content="#fff" />
  91. <meta name="color:Scrollbar" content="#000" />
  92. <meta name="color:Scrollbar Bg" content="#fff"/>
  93. <meta name="color:SidebarBg" content="#000" />
  94. <meta name="color:SidebarBgOnHover" content="#000" />
  95. <meta name="color:Tags Background" content="#fff" />
  96. <meta name="color:Tag Links" content="#24b61c" />
  97. <meta name="color:Tag Links Hover" content="#12b5bb" />
  98. <meta name="color:Text" content="#444"/>
  99.  
  100. <meta name="text:Link 1" content=""/>
  101. <meta name="text:Link 1 Title" content="Link 1"/>
  102. <meta name="text:Link 2" content=""/>
  103. <meta name="text:Link 2 Title" content="Link 2"/>
  104. <meta name="text:Link 3" content=""/>
  105. <meta name="text:Link 3 Title" content="Link 3"/>
  106. <meta name="text:Link 4" content=""/>
  107. <meta name="text:Link 4 Title" content="Link 4"/>
  108.  
  109. <!---------------END SCRIPTS--------------->
  110.  
  111. <style type="text/css">
  112.  
  113. ::-webkit-scrollbar-thumb {
  114. height:auto;
  115. background-color:{color:Scrollbar};
  116. }
  117.  
  118. ::-webkit-scrollbar {
  119. height:4px;
  120. width:3px;
  121. padding-right:2px;
  122. background-color:{color:Scrollbar Bg};
  123. }
  124.  
  125. #s-m-t-tooltip {
  126. padding: 3px;
  127. height:auto;
  128. display: none;
  129. font-family: consolas;
  130. font-size: 8px;
  131. text-transform:uppercase;
  132. text-align: center;
  133. letter-spacing:1px;
  134. margin-top:10px;
  135. margin-left: 15px;
  136. line-height: 8px;
  137. z-index: 999999999999;
  138. border-radius:3px;
  139. border: 1px solid #f5f5f5;
  140. background:#ffffff;
  141. color: #888;
  142. }
  143.  
  144. body{
  145. margin:0px;
  146. background-color: {color:Background};
  147. background-attachment:fixed;
  148. background-repeat:100%;
  149. background-position:bottom-right;
  150. font-family:'calibri';
  151. font-size:11px;
  152. letter-spacing:1px;
  153. text-transform:uppercase;
  154. text-align:left;
  155. line-height:100%;
  156. color: {color:Text};
  157. }
  158.  
  159.  
  160. a:link, a:active, a:visited{
  161. text-decoration: none;
  162. color: {color:Link};
  163. -moz-transition-duration:0.7s;
  164. -webkit-transition-duration:0.7s;
  165. -o-transition-duration:0.7s;
  166. }
  167.  
  168. a:hover {
  169. color:{color:Hover};
  170. text-decoration:none;
  171. -moz-transition-duration:0.7s;
  172. -webkit-transition-duration:0.7s;
  173. -o-transition-duration:0.7s;
  174. }
  175.  
  176. i, em{
  177. color:{color:Link};
  178. }
  179.  
  180. b, strong{
  181. font-weight:normal;
  182. text-transform:uppercase;
  183. color:{color:Link};
  184. }
  185.  
  186. ul,ol{
  187. margin:0px;
  188. margin-left:-5px;
  189. }
  190.  
  191. p{
  192. padding:0px;
  193. margin:2px;
  194. }
  195.  
  196. u{
  197. text-decoration:none;
  198. color:{color:Title};
  199. }
  200.  
  201. blockquote {
  202. margin:0px;
  203. padding:4px;
  204. background:#f7f7f7;
  205. }
  206.  
  207. /************EDIT POST POSITION/WIDTH HERE************/
  208.  
  209. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  210.  
  211. #entries{
  212. text-align:left;
  213. width:1000px;
  214. margin-left:50px;
  215. margin-top:150px;
  216. position:relative;
  217. overflow: hidden;
  218. {block:PermalinkPage}
  219. width:550px;
  220. {/block:PermalinkPage}}
  221.  
  222. /************EDIT OVERALL POSTS HERE************/
  223.  
  224. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  225.  
  226. #post{
  227. text-align:left;
  228. margin:20px;
  229. background:#ffffff;
  230. max-width: 100%;
  231. display:block;
  232. overflow:hidden;
  233. width:200px;
  234. opacity:.8;
  235. -moz-transition-duration:0.7s;
  236. -webkit-transition-duration:0.7s;
  237. -o-transition-duration:0.7s;
  238. {block:PermalinkPage}
  239. width:500px;
  240. {/block:PermalinkPage}}
  241.  
  242.  
  243. #post img{
  244. max-width:100%;
  245. }
  246.  
  247. #post:hover {
  248. opacity:1;
  249. -moz-transition-duration:0.7s;
  250. -webkit-transition-duration:0.7s;
  251. -o-transition-duration:0.7s;
  252. }
  253.  
  254. /*--INFO AND TAGS--*/
  255.  
  256. #post:hover .permalink {
  257. opacity:1;
  258. margin-top:3px;
  259. -moz-transition-duration:0.7s;
  260. -webkit-transition-duration:0.7s;
  261. -o-transition-duration:0.7s;
  262. }
  263.  
  264. .permalink{
  265. text-align:left;
  266. z-index:2;
  267. margin-top:-10px;
  268. margin-left:0px;
  269. height:100%;
  270. width:100%;
  271. opacity:0;
  272. float:center;
  273. background-color:black;
  274. color:{color:Info Text};
  275. -moz-transition-duration:0.7s;
  276. -webkit-transition-duration:0.7s;
  277. -o-transition-duration:0.7s;
  278. }
  279.  
  280. .permalink a{
  281. text-transform:uppercase;
  282. line-height:15px;
  283. font-size:9px;
  284. padding:3px;
  285. color:{color:Link};
  286. float:center;
  287. -moz-transition-duration:0.7s;
  288. -webkit-transition-duration:0.7s;
  289. -o-transition-duration:0.7s;
  290. }
  291.  
  292. .permalink a:hover {
  293. padding: 2px 10px 2px 3px;
  294. color:{color:Hover};
  295. background-color:{color:Info Background Hover};
  296. -moz-transition-duration:0.7s;
  297. -webkit-transition-duration:0.7s;
  298. -o-transition-duration:0.7s;
  299. }
  300.  
  301. .tags {
  302. background-color:{color:Tags Background};
  303. }
  304.  
  305. .tags a {
  306. color:{color:Tag Links};
  307. padding:0px;
  308. }
  309.  
  310. .tags a:hover {
  311. color:{color:Tag Links Hover};
  312. background-color:{color:Tags Background};
  313. padding:0px;
  314. }
  315.  
  316. .posttitle{
  317. font-size:10px;
  318. text-align:center;
  319. color:{color:Link};
  320. }
  321.  
  322. .quote{
  323. margin-right: 5px;}
  324.  
  325. .source{
  326. padding-top:5px;
  327. display:block;
  328. text-align:right;}
  329.  
  330. .ask{
  331. padding:4px;
  332. background:#f9f9f9;}
  333. .asker{
  334. color:{color:Link};}
  335. .answer{
  336. margin-top:10px;}
  337.  
  338. .audio{
  339. {block:IndexPage}width:180px;{/block:IndexPage}
  340. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  341. .info{
  342. padding:2px 0px 1px 57px;}
  343. .i {
  344. text-transform:uppercase;
  345. letter-spacing:1px;
  346. font-size:8px;
  347. }
  348. .pl b,strong{
  349. text-transform:lowercase;
  350. font-size:9px;
  351. }
  352. .player{
  353. position:absolute;
  354. overflow:hidden;
  355. margin-top:0px;
  356. margin-left:15px;
  357. background:#ffffff;
  358. width:24px;
  359. height:23px;
  360. }
  361.  
  362. .video-container {
  363. position:relative;
  364. padding-bottom:56.25%;
  365. padding-top: 30px;
  366. height:0;
  367. overflow:hidden;}
  368.  
  369. .video-container iframe,
  370. .video-container object,
  371. .video-container embed {
  372. position: absolute;
  373. top: 0;
  374. left: 0;
  375. width: 100%;
  376. height: 100%;}
  377.  
  378. .chat{
  379. line-height:12px;
  380. list-style:none;}
  381. .chat ul{
  382. list-style:none;
  383. padding:0px 5px;
  384. line-height:15px;}
  385. .label{
  386. color:{color:Link};}
  387.  
  388. /************EDIT SIDEBAR HERE************/
  389.  
  390. #sidebar{
  391. background:{color:SidebarBg};
  392. background-image:url({image:Sidebar Background});
  393. height:130px;
  394. width:100%;
  395. top:0px;
  396. left:0px;
  397. position:fixed;
  398. text-align:center;
  399. z-index:200;
  400. }
  401.  
  402. #sidebar:hover #spectrum {
  403. opacity:1;
  404. -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
  405. transform: rotateY(360deg);
  406. -moz-transition-duration:1s;
  407. -webkit-transition-duration:1s;
  408. -o-transition-duration:1s;
  409. }
  410.  
  411. #spectrum {
  412. height:130px;
  413. width:100%;
  414. background:{color:SidebarBgOnHover};
  415. top:0px;
  416. left:0px;
  417. position:fixed;
  418. opacity:0;
  419. -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
  420. transform: rotateY(0deg);
  421. -moz-transition-duration:1s;
  422. -webkit-transition-duration:1s;
  423. -o-transition-duration:1s;
  424. }
  425.  
  426. #sidebar:hover .blogtitle {
  427. opacity:1;
  428. -moz-transition-duration:0.7s;
  429. -webkit-transition-duration:0.7s;
  430. -o-transition-duration:0.7s;
  431. }
  432.  
  433. #sidebar:hover .description {
  434. opacity:1;
  435. -moz-transition-duration:0.7s;
  436. -webkit-transition-duration:0.7s;
  437. -o-transition-duration:0.7s;
  438. }
  439.  
  440. #sidebar:hover .links {
  441. opacity:1;
  442. -moz-transition-duration:0.7s;
  443. -webkit-transition-duration:0.7s;
  444. -o-transition-duration:0.7s;
  445. }
  446.  
  447. .blogtitle{
  448. padding:5px;
  449. padding-bottom:0px;
  450. text-align:center;
  451. font-size:21px;
  452. margin-top:20px;
  453. float:center;
  454. font-family:'harlow solid italic';
  455. opacity:0;
  456. -moz-transition-duration:0.7s;
  457. -webkit-transition-duration:0.7s;
  458. -o-transition-duration:0.7s;
  459. }
  460.  
  461. .blogtitle a{
  462. color:{color:Blog Title};
  463. -moz-transition-duration:0.7s;
  464. -webkit-transition-duration:0.7s;
  465. -o-transition-duration:0.7s;
  466. }
  467.  
  468. .blogtitle a:hover {
  469. color:{color:Blog Title Hover};
  470. -moz-transition-duration:0.7s;
  471. -webkit-transition-duration:0.7s;
  472. -o-transition-duration:0.7s;
  473. }
  474.  
  475. .description{
  476. padding:5px;
  477. overflow:hidden;
  478. margin-left:420px;
  479. margin-top:7px;
  480. color:{color:Description Text};
  481. width:500px;
  482. height:40px;
  483. opacity:0;
  484. -moz-transition-duration:0.7s;
  485. -webkit-transition-duration:0.7s;
  486. -o-transition-duration:0.7s;
  487. }
  488.  
  489. .links{
  490. margin-left:-15px;
  491. padding:0px 10px 5px 10px;
  492. margin-top:10px;
  493. opacity:0;
  494. -moz-transition-duration:0.7s;
  495. -webkit-transition-duration:0.7s;
  496. -o-transition-duration:0.7s;
  497. }
  498.  
  499. .links a{
  500. margin-left:15px;
  501. padding:5px;
  502. color:{color:NavLinks};
  503. background-color:{color:NavLinksBg};
  504. -moz-transition-duration:0.7s;
  505. -webkit-transition-duration:0.7s;
  506. -o-transition-duration:0.7s;
  507. }
  508.  
  509. .links a:hover{
  510. color:{color:NavLinksHover};
  511. background-color:{color:NavLinksBgHover};
  512. -moz-transition-duration:0.7s;
  513. -webkit-transition-duration:0.7s;
  514. -o-transition-duration:0.7s;
  515. }
  516.  
  517. /************DO NOT DELETE #SCROLL************/
  518.  
  519. #scroll{
  520. bottom:-20px;
  521. position: absolute;
  522. left: 50%;
  523. width:10px;
  524. height:5px;
  525. overflow:hidden;
  526. margin-bottom:80px;}
  527.  
  528. /************EDIT CREDIT HERE************/
  529.  
  530. #credit{
  531. position:fixed;
  532. right:10px;
  533. bottom:10px;
  534. text-transform:uppercase;
  535. font-family:'calibri';
  536. font-size:8px;}
  537.  
  538. {CustomCSS}</style></head><body>
  539.  
  540. <div id="sidebar">
  541. <div id="spectrum">
  542. <div class="blogtitle"><a href="/">{Title}</a></div>
  543. <div class="description">{Description}</div>
  544. <div class="links">
  545. <a href="/">home</a>
  546. <a href="/ask">ask</a>
  547. <a href="/submit">submit</a>
  548. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  549. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  550. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  551. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  552. <a href="/archive">archive</a>
  553. <a href="http://wonderfullythemes.tumblr.com">theme</a>
  554. </div></div>
  555. </div>
  556.  
  557. <center>
  558.  
  559. <div id="entries">
  560.  
  561. {block:Posts}
  562.  
  563. <!---------------DO NOT DELETE block:ContentSource--------------->
  564.  
  565. {block:ContentSource}
  566. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  567. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  568. {/block:SourceLogo}
  569. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  570. {/block:ContentSource}
  571.  
  572. <div id="post">
  573.  
  574. <!---------------EDIT TEXT POSTS HERE--------------->
  575.  
  576. {block:Text}
  577. <div class="text">
  578. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  579. {Body}{block:IndexPage}<div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  580. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div>
  581. </div>{/block:IndexPage}</div>
  582. {/block:Text}
  583.  
  584. <!---------------EDIT LINK POSTS HERE--------------->
  585.  
  586. {block:Link}
  587. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  588. {block:Description}{Description}{/block:Description}
  589. {block:IndexPage}<div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  590. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div>
  591. </div>{/block:IndexPage}
  592. {/block:Link}
  593.  
  594. <!---------------EDIT PHOTO POSTS HERE--------------->
  595.  
  596. {block:Photo}
  597. {block:IndexPage}
  598. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200px"/>{/block:IndexPage}<div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  599. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}
  600. <br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div>
  601. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  602. {/block:Photo}
  603.  
  604. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  605.  
  606. {block:Photoset}
  607. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  608. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div>
  609. </div>{/block:IndexPage}
  610. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  611. {/block:Photoset}
  612.  
  613. <!---------------EDIT QUOTE POSTS HERE--------------->
  614.  
  615. {block:Quote}
  616. {Quote}{block:Source}
  617. <div class="source">{Source}</div>{/block:Source}
  618. {block:IndexPage}
  619. <div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  620. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div>{/block:IndexPage}</div>
  621. {/block:Quote}
  622.  
  623. <!---------------EDIT ANSWER POSTS HERE--------------->
  624.  
  625. {block:Answer}
  626. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  627. <div class="answer">{Answer}</div>
  628. {block:IndexPage}
  629. <div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  630. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}<br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div>{/block:IndexPage}
  631. {/block:Answer}
  632.  
  633. <!---------------EDIT CHAT POSTS HERE--------------->
  634.  
  635. {block:Chat}
  636. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  637. <div class="chat"><ul>{block:Lines}
  638. <li class="person{UserNumber}">{block:Label}
  639. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  640. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div></div>
  641. {/block:IndexPage}
  642. {/block:Chat}
  643.  
  644. <!---------------EDIT AUDIO POSTS HERE--------------->
  645.  
  646. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  647. <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}<div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  648. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div></div>
  649. {/block:IndexPage}
  650. {/block:Audio}
  651.  
  652. <!---------------EDIT VIDEO POSTS HERE--------------->
  653.  
  654. {block:Video}
  655. {block:IndexPage}<div class="video-container">{Video-250}</div>
  656. <div class="permalink">{block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a> {block:NoteCount}| <a href="{Permalink}">♥{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  657. {block:ContentSource}| <a href="{SourceURL}">Source</a>{/block:ContentSource}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div></div>{/block:IndexPage}
  658. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  659. {/block:Video}
  660.  
  661. <!---------------EDIT PERMALINK PAGE HERE--------------->
  662.  
  663. {block:PermalinkPage}
  664. {block:Caption}{Caption}{/block:Caption}
  665. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}<br>
  666. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}
  667. <div class="permapage">
  668. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}<br></div>{/block:PermalinkPage}
  669. </div>
  670. {/block:Posts}
  671. </div>
  672.  
  673. <!---------------DO NOT DELETE THIS--------------->
  674.  
  675. {block:IndexPage}
  676. {block:Pagination}
  677. <div id="pagination">
  678. {block:NextPage}
  679. <a id="nextPage" href="{NextPage}"></a>
  680. {/block:NextPage}
  681. {block:PreviousPage}
  682. <a href="{PreviousPage}"></a>
  683. {/block:PreviousPage}
  684. </div>
  685. {/block:Pagination}
  686. {/block:IndexPage}
  687. </center>
  688. </body>
  689.  
  690. <!---------------EDIT CREDIT CONTENT HERE--------------->
  691.  
  692. <div id="credit"><a href="http://wonderfullythemes.tumblr.com/">theme</a></div>
  693. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement