Advertisement
singforabsolution

Theme Pack #1:C

Sep 29th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.43 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. -->
  4.  
  5. <html>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <!--Default Variables-->
  11. <!--Colors-->
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Link" content="#b1b3b4"/>
  14. <meta name="color:Link Hover" content="#b8d2df"/>
  15. <meta name="color:Link Hover Bkgd" content="#f8f8f8"/>
  16. <meta name="color:Scrollbar" content="#f0f0f0"/>
  17. <meta name="color:Scrollbar Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#5a5959"/>
  19. <meta name="color:Border" content="#cccccc"/>
  20. <meta name="color:Accent" content="#f7f7f7"/>
  21. <meta name="color:Sidelinks" content="#f2f0f0"/>
  22. <meta name="color:Sidelinks Text" content="#706c6a"/>
  23. <meta name="color:Sidelinks Text Hover" content="#dacfcd"/>
  24. <meta name="color:Sidelinks Hover" content="#f8f8f8"/>
  25.  
  26. <!--Images-->
  27. <meta name="image:Background" content""/>
  28. <meta name="image:Sidebar" content""/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Infinite Scrolling" content="0"/>
  32. <meta name="if:Faded Images" content=""/>
  33. <meta name="if:Inverted Images" content=""/>
  34. <meta name="if:Tiny Cursor" content=""/>
  35.  
  36. <!--Links-->
  37. <meta name="text:Link 1 URL" content="/"/>
  38. <meta name="text:Link 1 name" content=""/>
  39. <meta name="text:Link 2 URL" content="/"/>
  40. <meta name="text:Link 2 name" content=""/>
  41. <meta name="text:Link 3 URL" content="/"/>
  42. <meta name="text:Link 3 name" content=""/>
  43.  
  44. {block:ifCrosshairCursor}
  45. <style type="text/css">body { cursor: crosshair; } </style>
  46. {/block:ifCrosshairCursor}
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. .wrapper{
  52. margin:auto;
  53. width: 717px;
  54. }
  55.  
  56. #tumblr_controls{
  57. position:fixed !important;
  58. top: 3px;
  59. right: 3px;
  60. }
  61.  
  62. {block:ifInvertedImages}img{
  63. opacity: 1;
  64. filter:alpha(opacity=10);
  65. -moz-opacity: 0.1;
  66. -moz-transition: all .9s ease;
  67. -o-transition: all .9s ease;
  68. transition: all .9s ease;
  69. -webkit-transition: all .9s ease;}
  70. {/block:ifInvertedImages}
  71.  
  72.  
  73. {block:ifInvertedImages} img:hover{
  74. opacity: .8;
  75. filter:alpha(opacity=100);
  76. -moz-opacity: 1;
  77. -moz-transition: all .9s ease;
  78. -o-transition: all .9s ease;
  79. transition: all .9s ease;
  80. -webkit-transition: all .9s ease;}
  81. {/block:ifInvertedImages}
  82.  
  83. {block:ifFadedImages}img{
  84. opacity: .8;
  85. filter:alpha(opacity=10);
  86. -moz-opacity: 0.1;
  87. -moz-transition: all .9s ease;
  88. -o-transition: all .9s ease;
  89. transition: all .9s ease;
  90. -webkit-transition: all .9s ease;}
  91. {/block:ifFadedImages}
  92.  
  93.  
  94. {block:ifFadedImages} img:hover{
  95. opacity: 1;
  96. filter:alpha(opacity=100);
  97. -moz-opacity: 1;
  98. -moz-transition: all .9s ease;
  99. -o-transition: all .9s ease;
  100. transition: all .9s ease;
  101. -webkit-transition: all .9s ease;}
  102. {/block:ifFadedImages}
  103.  
  104. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  105.  
  106.  
  107. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  108.  
  109.  
  110. {block:ifInvertedImages}.photo {
  111. opacity: 1;
  112. filter:alpha(opacity=10);
  113. -moz-opacity: 0.1;
  114. -moz-transition: all .9s ease;
  115. -o-transition: all .9s ease;
  116. transition: all .9s ease;
  117. -webkit-transition: all .9s ease;}
  118. {/block:ifInvertedImages}
  119.  
  120.  
  121. {block:ifInvertedImages}.photo:hover{
  122. opacity: .8;
  123. filter:alpha(opacity=100);
  124. -moz-opacity: 1;
  125. -moz-transition: all .9s ease;
  126. -o-transition: all .9s ease;
  127. transition: all .9s ease;
  128. -webkit-transition: all .9s ease;}
  129. {/block:ifInvertedImages}
  130.  
  131. {block:ifFadedImages}.photo {
  132. opacity: .8;
  133. filter:alpha(opacity=10);
  134. -moz-opacity: 0.1;
  135. -moz-transition: all .9s ease;
  136. -o-transition: all .9s ease;
  137. transition: all .9s ease;
  138. -webkit-transition: all .9s ease;}
  139. {/block:ifFadedImages}
  140.  
  141.  
  142. {block:ifFadedImages}.photo:hover{
  143. opacity: 1;
  144. filter:alpha(opacity=100);
  145. -moz-opacity: 1;
  146. -moz-transition: all .9s ease;
  147. -o-transition: all .9s ease;
  148. transition: all .9s ease;
  149. -webkit-transition: all .9s ease;}
  150. {/block:ifFadedImages}
  151.  
  152. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  153. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  154.  
  155.  
  156. {block:iftinycursor}
  157. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  158. {/block:iftinycursor}
  159.  
  160. body{
  161. background-color: {color:Background};
  162. background-image: url({image:Background});
  163. background-attachment: fixed;
  164. background-repeat: repeat;
  165. background-position: center;
  166. font-family:cambria;
  167. font-size:11px;
  168. line-height:13px;
  169. color:{color:Text};
  170. }
  171.  
  172. ::selection { color: {color:Link Hover};
  173. background: {color:Link Hover Bkgd}; }
  174. ::-moz-selection { color: {color:Link Hover};
  175. background: {color:Link Hover Bkgd}; }
  176.  
  177. a:link, a:active, a:visited{
  178. color: {color:Link};
  179. text-decoration:none;
  180. transition: all 0.5s ease-out;
  181. -o-transition-transition: all 0.5s ease-out;
  182. -webkit-transition: all 0.5s ease-out;
  183. -moz-transition: all 0.5s ease-out;
  184. }
  185. a:hover{
  186. color: {color:Link Hover};
  187. background: {color:Link Hover Bkgd};
  188. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  189. }
  190.  
  191. .entry {
  192. overflow: hidden;
  193. position:relative;
  194. padding:10px;
  195. width:500px;
  196. margin-top:20px;
  197. }
  198.  
  199. #posts {
  200. position:relative;
  201. width: 640px;
  202. margin-left:160px;
  203. }
  204.  
  205. #permalink{
  206. text-align:right;
  207. text-transform:uppercase;font-size:9px;
  208. position:relative;
  209. margin-top:3px;
  210. padding-top:1px;
  211. font-family:calibri;
  212. }
  213.  
  214. #sidepic img{
  215. display:inline-block;
  216. padding:3px;
  217. border:1px solid {color:Border};
  218. z-index:1;
  219. }
  220.  
  221. #side {
  222. position:fixed;
  223. text-align:right;
  224. top:0;
  225. z-index:19999;
  226. padding-left:7px;
  227. z-index:2;
  228. width:160px;
  229. margin-top:140px;
  230. margin-left:-40px;
  231. padding:7px;
  232. }
  233.  
  234. #navigate{margin-top:3px;}
  235.  
  236. #navigate a{
  237. text-transform:uppercase;
  238. font-style:italic;
  239. font-family:calibri;
  240. font-size:10px;
  241. letter-spacing:1px;
  242. transition: all 0.5s ease-out;
  243. -o-transition-transition: all 0.5s ease-out;
  244. -webkit-transition: all 0.5s ease-out;
  245. -moz-transition: all 0.5s ease-out;
  246. }
  247.  
  248. #navigate a:hover{
  249. background-color:{color:Sidelinks Hover};
  250. color:{color:Sidelinks Text Hover};
  251. }
  252.  
  253. .navigate a{
  254. overflow:hidden;
  255. float:right;
  256. height:12px;
  257. margin-left:3px;
  258. padding:1px;
  259. text-align:right;
  260. font-family:consolas;
  261. font-size:11px;
  262. text-transform:uppercase;
  263. z-index:1;
  264. color:{color:Sidelinks Text};
  265. transition: all 0.5s ease-out;
  266. -o-transition-transition: all 0.5s ease-out;
  267. -webkit-transition: all 0.5s ease-out;
  268. -moz-transition: all 0.5s ease-out;
  269. border-bottom:1px solid {color:Sidelinks};
  270. }
  271.  
  272. .navigate a:hover{
  273. background-color:{color:Sidelinks Hover};
  274. color:{color:Sidelinks Text Hover};
  275. padding-right:20px;
  276. transition: all 0.5s ease-out;
  277. -o-transition-transition: all 0.5s ease-out;
  278. -webkit-transition: all 0.5s ease-out;
  279. -moz-transition: all 0.5s ease-out;
  280. }
  281.  
  282. .blogtitle{
  283. font-size:20px;
  284. line-height:20px;
  285. font-family:cambria;
  286. font-style:italic;
  287. padding:3px;
  288. margin-top:6px;
  289. margin-bottom:3px;
  290. background:{color:Accent};
  291. border-top:1px solid {color:Border};
  292. border-bottom:1px solid {color:Border};
  293. }
  294.  
  295. .blogtitle a:hover{
  296. background:{color:Accent};
  297. }
  298.  
  299. .posttitle{
  300. font-size: 18px;
  301. line-height: 22px;
  302. font-family:cambria;
  303. font-style:italic;
  304. text-align:center;
  305. padding-bottom:3px;
  306. border-bottom:1px solid {color:Border};
  307. }
  308.  
  309. #postnotes{
  310. text-align: justify;}
  311.  
  312. #postnotes blockquote{
  313. border: 0px;}
  314.  
  315. #infscr-loading{
  316. bottom: -70px;
  317. position: absolute;
  318. left: 50%;
  319. margin-left:-8px;
  320. width:16px;
  321. height:11px;
  322. overflow:hidden;
  323. margin-bottom: 50px;
  324. }
  325.  
  326. blockquote{
  327. padding:0px 0px 2px 5px;
  328. margin:0px 0px 2px 7px;
  329. border-left: 1px solid {color:Text};}
  330. blockquote p, ul{margin:0px; padding:0px;
  331. }
  332. .p { padding-top: 5px; }
  333. .ol, ul { margin-left: 10px; padding: 5px; }
  334. .ul { list-style-type: square; }
  335.  
  336. a img{border: 0px;}
  337.  
  338.  
  339. .chat .line{
  340. margin-top:-2px;
  341. padding: 4px;
  342. }
  343. .chat .line.odd{
  344. margin-top:-2px;
  345. background:{color:Accent};
  346. }
  347.  
  348. .label {font-weight:bold; color:{color:text}}
  349.  
  350. .cover {position: absolute; z-index: 1; width:65px;}
  351.  
  352. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  353.  
  354. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  355.  
  356. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  357. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;-webkit-border-radius: 45px;
  358. -moz-border-radius: 45px;
  359. border-radius: 45px;}
  360.  
  361. .playbox:hover {opacity:.8;}
  362.  
  363. .title{
  364. width:
  365. position:absolute;
  366. font-size:14px;
  367. margin-left:65px;
  368. padding:4px;
  369. z-index: 1000;
  370. }
  371.  
  372. .artist{
  373. width:
  374. position:absolute;
  375. font-size:14px;
  376. margin-left:65px;
  377. padding:5px;
  378. z-index: 1000;
  379. }
  380.  
  381. .notes img{width:10px; position:left; top:3px;}
  382.  
  383. #answer {
  384. padding-top:50px;
  385. }
  386.  
  387. #ask {
  388. float:left;
  389. margin-right:5px;
  390. padding:5px;
  391. background:{color:Accent};
  392. width:492px;
  393. }
  394.  
  395. #asker {
  396. float:left;
  397. }
  398.  
  399. .askername{
  400. text-transform:uppercase;
  401. font-size:10px;
  402. font-weight:bold;
  403. letter-spacing:1px;
  404. padding-top:3px;
  405. margin-top:3px;
  406. text-align:right;
  407. border-top:1px solid {color:Border};
  408. }
  409.  
  410. {CustomCSS}
  411. </style>
  412.  
  413. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  414. <script type="text/javascript">
  415. $(function(){
  416. $("#pageLink").click(function(){
  417. $("#titlePages").fadeToggle(500);
  418. });
  419. });
  420. </script>
  421.  
  422. {block:IndexPage}
  423. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  424. {block:ifInfiniteScrolling}
  425. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  426. {/block:ifInfiniteScrolling}
  427. <script type="text/javascript">
  428. $(window).load(function () {
  429. var $content = $('#posts');
  430. $content.masonry({
  431. itemSelector: '.entry',
  432. isAnimated: true
  433. }),
  434. $content.infinitescroll({
  435. navSelector : '#pagination',
  436. nextSelector : '#pagination a#nextPage',
  437. itemSelector : '.entry',
  438. loading: {
  439. finishedMsg: '',
  440. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  441. },
  442. bufferPx : 200,
  443. debug : false,
  444. },
  445. // call masonry as a callback.
  446. function( newElements ) {
  447. var $newElems = $( newElements );
  448. $newElems.hide();
  449. // ensure that images load before adding to masonry layout
  450. $newElems.imagesLoaded(function(){
  451. $content.masonry( 'appended',
  452. $newElems, true,
  453. function(){$newElems.fadeIn(300);}
  454. );
  455.  
  456.  
  457. });
  458. });
  459. });
  460. </script>
  461. {/block:IndexPage}
  462.  
  463. <title>{title}</title>
  464.  
  465. <link rel="shortcut icon" href="{Favicon}">
  466. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  467. <meta name="viewport" content="width=820" />
  468.  
  469. </head>
  470. <body>
  471. <div class="wrapper">
  472. <div id="side">
  473. <div style="position:fixed;width:89px;margin-top:-1px;">
  474. <div class="navigate">
  475. <a href="/">home</a><br><br>
  476. <a href="/ask">message</a><br><br>
  477. <a href="/">theme</a>
  478. </div>
  479. </div>
  480. <div id="sidepic">
  481. <a href="/"><img src="{PortraitURL-128}" width="60" style="z-index:1;"></a>
  482. </div>
  483. <div class="blogtitle"><a href="/">{Title}</a></div>
  484. <div style="padding:3px;">
  485. {Description}
  486. <div id="navigate">
  487. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> &nbsp;
  488. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> &nbsp;
  489. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> &nbsp;
  490. </div>
  491. {block:ifNotInfiniteScrolling}
  492. <div style="margin-top:4px; font-size:12px; line-height:15px;">
  493. {block:Pagination}
  494. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">«</font></a>{/block:PreviousPage}
  495. {block:JumpPagination length="5"}
  496. {block:CurrentPage}
  497. <span class="current_page">{PageNumber}&nbsp;</span>
  498. {/block:CurrentPage}
  499. {block:JumpPage}
  500. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  501. {/block:JumpPage}
  502. {/block:JumpPagination}
  503. {block:NextPage}<a href="{NextPage}"><font size="2">»</font></a>{/block:NextPage}
  504. {/block:Pagination}
  505. </div>
  506. {/block:ifNotInfiniteScrolling}
  507. </div>
  508. </div>
  509.  
  510. <div id="posts">
  511.  
  512. {block:Posts}
  513. <div class="entry">
  514.  
  515. {block:Answer}
  516. <div id="ask">{Question}
  517. <div class="askername">{Asker}</div>
  518. </div>
  519. <div id="answer">
  520. {Answer}
  521. </div>
  522. {block:IndexPage}
  523. <div id="permalink">
  524. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  525. </div>
  526. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  527. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  528. </div>
  529. {/block:IndexPage}
  530. {/block:Answer}
  531.  
  532. {block:Text}
  533. {block:Title}
  534. <div class="posttitle">
  535. {Title}
  536. </div>
  537. {/block:Title}
  538. {Body}
  539. {block:IndexPage}
  540. <div id="permalink">
  541. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  542. </div>
  543. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  544. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  545. </div>
  546. {/block:IndexPage}
  547. {/block:text}
  548.  
  549. {block:Link}
  550. <div class="posttitle">
  551. <a href="{URL}">{Name}</a>
  552. </div>
  553. {block:Description}{Description}{/block:Description}
  554. {block:IndexPage}
  555. <div id="permalink">
  556. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  557. </div>
  558. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  559. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  560. </div>
  561. {/block:IndexPage}
  562. {/block:link}
  563.  
  564.  
  565. {block:Photo}
  566. {LinkOpenTag}<a href="{permalink}"target="_blank"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}
  567. {block:ContentSource}
  568. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  569. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  570. {/block:SourceLogo}
  571. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  572. {/block:ContentSource}
  573. {block:ReblogParentURL}
  574. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  575. {/block:ReblogParentURL}
  576. {block:Caption}{Caption}{/block:Caption}
  577. {block:IndexPage}
  578. <div id="permalink">
  579. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  580. </div>
  581. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  582. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  583. </div>
  584. {/block:IndexPage}
  585. {/block:Photo}
  586.  
  587. {block:Photoset}
  588. <center>
  589. <div class="photo">
  590. {Photoset-500}
  591. </div>
  592. </center>
  593. <br>
  594. {block:Caption}{Caption}{/block:Caption}
  595. {block:IndexPage}
  596. <div id="permalink">
  597. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  598. </div>
  599. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  600. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  601. </div>
  602. {/block:IndexPage}
  603. {/block:Photoset}
  604.  
  605. {block:Quote}
  606. <div class="posttitle">"{Quote}"</div>
  607. {block:Source}<br><i>-{Source}</i>{/block:Source}
  608. {block:IndexPage}
  609. <div id="permalink">
  610. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  611. </div>
  612. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  613. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  614. </div>
  615. {/block:IndexPage}
  616. {/block:Quote}
  617.  
  618. {block:Chat}
  619. {block:Title}
  620. <div id="posttitle"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  621. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  622. {block:IndexPage}
  623. <div id="permalink">
  624. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  625. </div>
  626. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  627. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  628. </div>
  629. {/block:IndexPage}
  630. {/block:Chat}
  631.  
  632.  
  633. {block:Audio}
  634. <div class="playbox">
  635. <div class="playbutton">
  636. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  637. </div></div>
  638. {block:AlbumArt}
  639. <img src="{AlbumArtURL}" class="cover">
  640. {/block:AlbumArt}
  641.  
  642. <div class="title">
  643. {block:TrackName}
  644. <b>Title</b>:{TrackName}
  645. {/block:TrackName}
  646. </div>
  647.  
  648. <div class="artist">
  649. {block:Artist}
  650. <b>Artist:</b>{Artist}
  651. {/block:Artist}
  652. </div>
  653.  
  654. <div class="title">
  655. {PlayCountWithLabel}
  656. </div>
  657.  
  658. <br>
  659. {block:Caption}{Caption}{/block:Caption}
  660. {block:IndexPage}
  661. <div id="permalink">
  662. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  663. </div>
  664. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  665. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  666. </div>
  667. {/block:IndexPage}
  668. {/block:Audio}
  669.  
  670. {block:Video}
  671. {block:IndexPage}
  672. <div class="permalink">
  673. <div id="perma">
  674. <a href="{Permalink}">{NoteCountWithLabel}</a>
  675. </div>
  676. </div>
  677. <div class="permalinkk">
  678. <div id="perma">
  679. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  680. </div>
  681. </div>
  682. {/block:IndexPage}
  683. <center>{Video-500}</center>
  684. {block:Caption}{Caption}{/block:Caption}
  685. {block:IndexPage}
  686. <div id="permalink">
  687. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  688. </div>
  689. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;font-family:calibri;">
  690. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  691. </div>
  692. {/block:IndexPage}
  693. {block:Video}
  694.  
  695. {block:PermalinkPage}
  696. <br>
  697. <center>
  698. {block:Date}
  699. Posted {TimeAgo} on
  700. {Month} {DayofMonth},{Year}
  701. {/block:Date}
  702. {block:NoteCount} with {NoteCountWithLabel}
  703. {/block:NoteCount}
  704. {block:HasTags} · Tags:
  705. {block:Tags}#<a href="{TagURL}"> {Tag} </a>
  706. {/block:Tags}
  707. {/block:HasTags}
  708. <br>{block:RebloggedFrom}VIA: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  709. </center>
  710. {/block:PermalinkPage}
  711.  
  712. {block:PostNotes}{PostNotes}
  713. {/block:PostNotes}
  714. </div>
  715.  
  716.  
  717. {/block:Posts}
  718. </div>
  719. </div>
  720. {block:IndexPage}<br>
  721. {block:Pagination}
  722. <div id="pagination">
  723. {block:NextPage}
  724. <a id="nextPage" href="{NextPage}"> </a>
  725. {/block:NextPage}
  726. {block:PreviousPage}
  727. <a href="{PreviousPage}"> </a>
  728. {/block:PreviousPage}
  729. </div>
  730. {/block:Pagination}
  731. {/block:IndexPage}
  732. </div>
  733. </body>
  734. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement