Advertisement
0fficialvanessa

"You'll Never Know" Theme Twenty-Two.

Sep 18th, 2013
1,793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.51 KB | None | 0 0
  1. <!-- Theme Twenty-Two // You'll Never Know - Heavenlyhugs
  2. Please do not remove the credit, thanks!
  3.  
  4. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀   █▀▀▄ █░░█
  5. ░▒█░░ █▀▀█ █▀▀ █░▀░█ █▀▀   █▀▀▄ █▄▄█
  6. ░▒█░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀   ▀▀▀░ ▄▄▄█
  7.  
  8. █─░█ █▀▀ █▀▀█ ▀█─█▀ █▀▀ █▀▀▄ █── █──█ █──█ █──█ █▀▀▀ █▀▀
  9. ░█▀▀█ █▀▀ █▄▄█ ─█▄█─ █▀▀ █──█ █── █▄▄█ █▀▀█ █──█ █─▀█ ▀▀█
  10. ░█─░█ ▀▀▀ ▀──▀ ──▀── ▀▀▀ ▀──▀ ▀▀▀ ▄▄▄█ ▀──▀ ─▀▀▀ ▀▀▀▀ ▀▀▀
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18.  
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44. </script>
  45.  
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <!--DEFAULT VARIABLES-->
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52.  
  53. <meta name="color:background" content="#fcfcfc"/>
  54. <meta name="color:link" content="#777"/>
  55. <meta name="color:text" content="#777"/>
  56. <meta name="color:title" content="#333"/>
  57. <meta name="color:hover" content="#373638"/>
  58. <meta name="color:text shadow" content="#aaa"/>
  59. <meta name="color:scrollbar" content="#777"/>
  60.  
  61. <meta name="image:sidebar" content="1"/>
  62. <meta name="image:background" content="1"/>
  63.  
  64. <meta name="text:link one" content=""/>
  65. <meta name="text:link one title" content="Refresh my blog :)"/>
  66. <meta name="text:link two" content=""/>
  67. <meta name="text:link two title" content="Message me something, maybe?"/>
  68. <meta name="text:link three" content=""/>
  69. <meta name="text:link three title" content="Other things for y'all"/>
  70. <meta name="text:link four" content=""/>
  71. <meta name="text:link four title" content="Themes I made, do not steal!"/>
  72. <meta name="text:link five" content=""/>
  73. <meta name="text:link five title" content="We're Camally; wassup?"/>
  74. <meta name="text:link six" content=""/>
  75. <meta name="text:link six title" content="Follow me on Instagram"/>
  76.  
  77. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  78.  
  79. <style type="text/css">
  80.  
  81. div#qTip {
  82. display: none;
  83. text-align:left;
  84. position:absolute;
  85. letter-spacing:1px;
  86. text-transform:lowercase;
  87. font-style:italic;
  88. font-family:cambria;
  89. z-index:99;
  90. padding:2px;
  91. line-height:13px;
  92. background:white;
  93. border-radius:5px;
  94. border:1px solid {color:link};
  95. color:{color:text};
  96. }
  97.  
  98. #tumblr_controls{
  99. position:fixed !important;
  100. -webkit-filter: invert(100%)
  101. }
  102.  
  103. 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;}
  104.  
  105. 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;}
  106.  
  107. p {
  108. margin:0px;
  109. margin-top:0px;
  110. }
  111.  
  112.  
  113. body {
  114. margin: 5px;
  115. font-family: calibri;
  116. line-height:10px;
  117. font-size:10px;
  118. background-attachment: fixed;
  119. background-repeat: repeat;
  120. color:{color:text};
  121. background-color: {color:Background};
  122. background-image:url({image:Background});
  123. }
  124.  
  125.  
  126. a:link, a:active, a:visited{
  127. text-decoration: none;
  128. -webkit-transition: all 0.6s ease-out;
  129. -moz-transition: all 0.6s ease-out;
  130. -o-transition: all 0.6s ease-out;
  131. transition: all 0.6s ease-out;
  132. color:{color:link};
  133. }
  134.  
  135. a:hover {
  136. text-decoration: none;
  137. -webkit-transition: all 0.3s ease-out;
  138. -moz-transition: all 0.3s ease-out;
  139. -o-transition: all 0.3s ease-out;
  140. transition: all 0.3s ease-out;
  141. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  142. color: {color:Hover};
  143. text-shadow:0px 0px 2px {color:text shadow};
  144. }
  145.  
  146. div#center{
  147. margin:auto;
  148. position:relative;
  149. width:1000px;
  150. background-color:;
  151. overflow:auto;
  152. overflow-y:hidden;
  153. }
  154.  
  155. .entry {
  156. float:left;
  157. display: block;
  158. margin:5px;
  159. overflow:hidden;
  160. width:225px;
  161. background:#fafafa;
  162. padding:10px;
  163. border:1px solid #eee;
  164. {block:PermalinkPage}
  165. width:450px;
  166. text-align:left;
  167. line-height:10px;
  168. {/block:PermalinkPage}
  169. }
  170.  
  171. .entry .perma{
  172. width:225px;
  173. height:auto;
  174. margin-left:0px;
  175. position: absolute;
  176. line-height: 14px;
  177. overflow:hidden;
  178. text-align:center;
  179. top:2px;
  180. padding:2px;
  181. background:#fafafa;
  182. word-spacing:2px;
  183. letter-spacing:1px;
  184. opacity: 0.0;
  185. -webkit-transition: all .7s ease;
  186. -moz-transition: all .7s ease;
  187. -o-transition: all .7s ease;
  188. transition: all .7s ease;
  189. }
  190.  
  191. .entry:hover .perma{
  192. overflow:visible;
  193. opacity:1;
  194. }
  195.  
  196. .entry img{
  197. max-width:225px;
  198. }
  199.  
  200. #posts {
  201. width:800px;
  202. margin-top:1px;
  203. z-index:99;
  204. margin-left:190px;
  205. right:auto;
  206. background:transparent;
  207. margin-right:auto;
  208. position:relative;
  209. overflow-y: hidden;
  210. }
  211.  
  212. #creditss {
  213. position:fixed !important;
  214. font-size: 8px;
  215. text-transform:uppercase;
  216. bottom:-8px;
  217. right:5px;
  218. padding: 4px;
  219. height:20px;
  220. width:auto;
  221. text-align:center;
  222. background: white;
  223. border: 1px solid #eee;
  224. border-top-left-radius:10px;
  225. border-top-right-radius:10px;
  226. }
  227.  
  228. #sidebar{
  229. position:fixed !important;
  230. width:auto;
  231. background:#fafafa;
  232. height:auto;
  233. margin-top:130px;
  234. margin-left:-50px;
  235. text-align:center;
  236. padding:6px;
  237. border:1px solid #eee;
  238. }
  239.  
  240. #sidebar img{
  241. width: 190px;
  242. height: 240px;
  243. }
  244.  
  245. .about{
  246. margin-top:4px;
  247. margin-bottom:4px;
  248. padding:2px;
  249. background:transparent;
  250. text-align:center;
  251. width:190px;
  252. }
  253.  
  254. div#decor1{
  255. position:fixed !important;
  256. height:60px;
  257. width:1px;
  258. background-color:#eee;
  259. margin-top:415px;
  260. z-index:-2;
  261. margin-left:-28.5px;
  262. }
  263.  
  264. div#link1{
  265. position:fixed !important;
  266. height:16px;
  267. width:16px;
  268. background:#fafafa;
  269. border:1px solid #eee;
  270. margin-top:450px;
  271. margin-left:-40px;
  272. font-size:12px;
  273. padding:4px;
  274. padding-top:8px;
  275. text-align:center;
  276. }
  277.  
  278. div#decor2{
  279. position:fixed !important;
  280. height:70px;
  281. width:1px;
  282. background-color:#eee;
  283. margin-top:428px;
  284. z-index:-2;
  285. margin-left:5px;
  286. }
  287.  
  288. div#link2{
  289. position:fixed !important;
  290. height:16px;
  291. width:16px;
  292. background:#fafafa;
  293. border:1px solid #eee;
  294. margin-top:470px;
  295. margin-left:-7px;
  296. font-size:12px;
  297. padding:4px;
  298. padding-top:8px;
  299. text-align:center;
  300. }
  301.  
  302. div#decor3{
  303. position:fixed !important;
  304. height:70px;
  305. width:1px;
  306. background-color:#eee;
  307. margin-top:428px;
  308. z-index:-2;
  309. margin-left:38px;
  310. }
  311.  
  312. div#link3{
  313. position:fixed !important;
  314. height:16px;
  315. width:16px;
  316. background:#fafafa;
  317. border:1px solid #eee;
  318. margin-top:470px;
  319. margin-left:26px;
  320. font-size:12px;
  321. padding:4px;
  322. padding-top:8px;
  323. text-align:center;
  324. }
  325.  
  326. div#decor4{
  327. position:fixed !important;
  328. height:70px;
  329. width:1px;
  330. background-color:#eee;
  331. margin-top:428px;
  332. z-index:-2;
  333. margin-left:71px;
  334. }
  335.  
  336. div#link4{
  337. position:fixed !important;
  338. height:16px;
  339. width:16px;
  340. background:#fafafa;
  341. border:1px solid #eee;
  342. margin-top:470px;
  343. margin-left:59px;
  344. font-size:12px;
  345. padding:4px;
  346. padding-top:8px;
  347. text-align:center;
  348. }
  349.  
  350. div#decor5{
  351. position:fixed !important;
  352. height:70px;
  353. width:1px;
  354. background-color:#eee;
  355. margin-top:428px;
  356. z-index:-2;
  357. margin-left:104px;
  358. }
  359.  
  360. div#link5{
  361. position:fixed !important;
  362. height:16px;
  363. width:16px;
  364. background:#fafafa;
  365. border:1px solid #eee;
  366. margin-top:470px;
  367. margin-left:92px;
  368. font-size:12px;
  369. padding:4px;
  370. padding-top:8px;
  371. text-align:center;
  372. }
  373.  
  374. div#decor6{
  375. position:fixed !important;
  376. height:60px;
  377. width:1px;
  378. background-color:#eee;
  379. margin-top:415px;
  380. z-index:-2;
  381. margin-left:137px;
  382. }
  383.  
  384. div#link6{
  385. position:fixed !important;
  386. height:16px;
  387. width:16px;
  388. background:#fafafa;
  389. border:1px solid #eee;
  390. margin-top:450px;
  391. margin-left:125px;
  392. font-size:12px;
  393. padding:4px;
  394. padding-top:8px;
  395. text-align:center;
  396. }
  397.  
  398. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  399. @font-face { font-family: "Lips"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  400. @font-face { font-family: "Ariana"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  401. @font-face { font-family: "Baby"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf'); }
  402. @font-face { font-family: "Dreamer"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  403.  
  404. askk {
  405. font-family:"Dreamer";
  406. font-size: 15px;
  407. z-index:1;
  408. color: {color:Title};
  409. }
  410.  
  411. .title{
  412. line-height: 16px;
  413. font-size: 16px;
  414. font-family:"Dreamer";
  415. color:{color:Title};
  416. }
  417.  
  418. .permalink{
  419. text-transform: uppercase;
  420. display: block;
  421. font-size:8px;
  422. text-align: right;
  423. text-decoration: none;
  424. margin-top:8px;
  425. margin-bottom:2px;
  426. padding:2px;
  427. border-top:1px solid #eee;
  428. }
  429.  
  430. #audio {
  431. width:200px;
  432. height:auto;
  433. min-height:60px;
  434. padding-bottom:0px;
  435. }
  436. .cover {
  437. position:absolute;
  438. z-index:1;
  439. width:60px;
  440. height:60px;
  441. }
  442. .cover img {
  443. float:left;
  444. width:60px;
  445. height:60px;
  446. }
  447. .playbox {
  448. opacity:0.6;
  449. width:27px;
  450. height:30px;
  451. overflow:hidden;
  452. position:absolute;
  453. z-index:1000;
  454. margin-left:17px;
  455. margin-top:17px;
  456. text-align:center;
  457. }
  458. .info {
  459. margin-left:73px;
  460. margin-top:4px;
  461. line-height:14px;
  462. }
  463.  
  464. #infscr-loading{
  465. bottom: -70px;
  466. position: absolute;
  467. left: 50%;
  468. margin-left:-8px;
  469. width:16px;
  470. height:11px;
  471. overflow:hidden;
  472. margin-bottom: 50px;
  473. }
  474.  
  475. ::-webkit-scrollbar {
  476. width: 4px;
  477. height: 4px;
  478. border-left:0px solid #ccc;
  479. background-color:{color:background};
  480. }
  481.  
  482. ::-webkit-scrollbar-thumb {
  483. background: {color:scrollbar};
  484. }
  485.  
  486. ::-webkit-scrollbar {
  487. width: 5px;
  488. height: 5px;
  489. background: #dddddd;
  490. }
  491.  
  492. ::-webkit-scrollbar-thumb {
  493. background-color:{color:scrollbar};
  494. }
  495.  
  496. #postnotes{
  497. text-align: justify;}
  498.  
  499. #postnotes blockquote{
  500. border: 0px;}
  501.  
  502. blockquote{
  503. padding:0px 0px 2px 5px;
  504. margin:0px 0px 2px 10px;
  505. border-left: 1px dotted #555555;
  506. }
  507.  
  508. blockquote p, ul{
  509. margin:0px;
  510. padding:0px;
  511. }
  512.  
  513. a img{border: 0px;}
  514.  
  515.  
  516. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  517.  
  518. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  519. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  520.  
  521. .notes img{width:10px; position:relative; top:3px;}
  522. <--ses-->
  523. small{font-size: 90%;}
  524.  
  525. {CustomCSS}
  526.  
  527. </style>
  528.  
  529. {block:IndexPage}
  530. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  531. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  532.  
  533. <script type="text/javascript">
  534. $(window).load(function(){
  535. var $wall = $('#posts');
  536. $wall.imagesLoaded(function(){
  537. $wall.masonry({
  538. itemSelector: '.entry, .entry_photo',
  539. isAnimated : false
  540. });
  541. });
  542.  
  543. $wall.infinitescroll({
  544. navSelector : '#pagination',
  545. nextSelector : '#pagination a',
  546. itemSelector : '.entry, .entry_photo',
  547. bufferPx : 2000,
  548. debug : false,
  549. errorCallback: function() {
  550. $('#infscr-loading').fadeOut('normal');
  551. }},
  552. function( newElements ) {
  553. var $newElems = $( newElements );
  554. $newElems.hide();
  555. $newElems.imagesLoaded(function(){
  556. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  557. });
  558. }); $('#posts').show(500);
  559. });
  560. </script>
  561.  
  562.  
  563. {/block:IndexPage}
  564.  
  565.  
  566. <title>{title}</title>
  567.  
  568. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl5kdh0FV1qfamg6.gif" />
  569. <meta name="viewport" content="width=820" />
  570. </head>
  571.  
  572. <body>
  573. <BODY onselectstart="return false;" ondragstart="return false;">
  574. <div class="wrapper">
  575. <div class="header">
  576. </div>
  577.  
  578. <div id="cage">
  579. <div id="center">
  580.  
  581. <!---->
  582. <div id="creditss">
  583. Theme by <a href="http://heavenlyhugs.tumblr.com/"><u>heavenlyhugs</u></a>
  584. <br>
  585. <font color="#eee">------------------------------------------</font>
  586. </div>
  587.  
  588. <div id="decor1"></div><div id="link1">
  589. <a title="{text:link one title}" href="{text:link one}">1.</a></div>
  590. <div id="decor2"></div><div id="link2">
  591. <a title="{text:link two title}" href="{text:link two}">2.</a></div>
  592. <div id="decor3"></div><div id="link3">
  593. <a title="{text:link three title}" href="{text:link three}">3.</a></div>
  594. <div id="decor4"></div><div id="link4">
  595. <a title="{text:link four title}" href="{text:link four}">4.</a></div>
  596. <div id="decor5"></div><div id="link5">
  597. <a title="{text:link five title}" href="{text:link five}">5.</a></div>
  598. <div id="decor6"></div><div id="link6">
  599. <a title="{text:link six title}" href="{text:link six}">6.</a></div>
  600.  
  601. <div id="sidebar">
  602. <a href="/"><img src="{image:sidebar}" width=100%></a>
  603. <div class="about">{Description}</div>
  604. </div>
  605. <!------------------------------------->
  606.  
  607.  
  608. <div class="left">
  609. <div id="posts">
  610. {block:Posts}
  611. <div class="entry">
  612.  
  613. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  614. <span class="permalink">
  615. Lookie! There's <a href="{Permalink}"><i>{NoteCount} Likes</i></a>, <a href="{ReblogURL}" target="_blank"><i>Share the love</i></a>
  616. <br>{/block:HasTags}</span>
  617. {/block:Text}
  618.  
  619. {block:Answer}
  620. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  621. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  622. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  623. {/block:Answer}
  624.  
  625. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  626. <span class="permalink">
  627. Lookie! There's <a href="{Permalink}"><i>{NoteCount} Likes</i></a>, <a href="{ReblogURL}" target="_blank"><i>Share the love</i></a></span>
  628. {/block:Link}
  629.  
  630. {block:Photo}
  631. {block:IndexPage}
  632. <center>
  633. <div class="perma">
  634. <div style="font-size:8px;text-transform:uppercase;font-color:{color:text}">Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}">{DayOfWeek}</a></div>
  635. <div style="font-size:12px;font-family:dreamer;">
  636. <a href="{ReblogURL}" target="_blank"> Share this post </a> </div> </div>
  637.  
  638. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  639. {/block:IndexPage}
  640. {block:PermalinkPage}
  641. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  642.  
  643. {LinkCloseTag}
  644. {/block:PermalinkPage}
  645. {/block:Photo}
  646.  
  647. {block:Photoset}
  648. {block:IndexPage}
  649. <center>
  650.  
  651. <div class="perma">
  652. <div style="font-size:8px;text-transform:uppercase;">Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}">{DayOfWeek}</a></div>
  653. <div style="font-size:12px;font-family:dreamer;">
  654. <a href="{ReblogURL}" target="_blank"> Share this post </a> </div> </div>
  655.  
  656. {Photoset-250}</center>
  657. {/block:IndexPage}
  658. {block:PermalinkPage}
  659. <center>
  660. {Photoset-500}</center>
  661. {/block:PermalinkPage}
  662. {/block:Photoset}
  663.  
  664. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  665. <span class="permalink">
  666. Lookie! There's <a href="{Permalink}"><i>{NoteCount} Likes</i></a>, <a href="{ReblogURL}" target="_blank"><i>Share the love</i></a></span>{/block:Quote}
  667.  
  668. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  669. <ul class="chat">
  670. {block:Lines}
  671. <li class="user_{UserNumber}">
  672. {block:Label}
  673. <span class="label">{Label}</span>
  674. {/block:Label}
  675.  
  676. {Line}
  677. </li>
  678. {/block:Lines}
  679. <span class="permalink">
  680. Lookie! There's <a href="{Permalink}"><i>{NoteCount} Likes</i></a>, <a href="{ReblogURL}" target="_blank"><i>Share the love</i></a></span>
  681. {/block:Chat}
  682.  
  683. {block:Audio}
  684. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  685. {block:IndexPage}
  686. {/block:IndexPage}
  687. {/block:Audio}
  688.  
  689. {block:Video}
  690. {block:IndexPage}
  691. <center>
  692. <div class="perma">
  693. <div style="font-size:8px;text-transform:uppercase;">Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}">{DayOfWeek}</a></div>
  694. <div style="font-size:12px;font-family:dreamer;">
  695. <a href="{ReblogURL}" target="_blank"> Share this post </a> </div> </div>
  696. {Video-250}</center>
  697. {/block:IndexPage}
  698. {block:PermalinkPage}
  699. <center>
  700. {Video-400}</center>
  701. {/block:PermalinkPage}
  702. {block:Video}
  703.  
  704.  
  705. {block:PostNotes}<div align="middle">{caption}</div>
  706. <center>
  707.  
  708. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  709.  
  710. {block:HasTags}
  711. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  712. {block:RebloggedFrom}
  713. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  714. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  715.  
  716. {/block:RebloggedFrom}
  717. </center></span>
  718. <br>
  719. <div id="postnotes">{PostNotes}</div><br>
  720.  
  721. <center>{block:ContentSource}
  722. <br><a href="{SourceURL}">
  723. {lang:Source}:
  724. {block:SourceLogo}
  725. <img src="{BlackLogoURL}" width="{LogoWidth}"
  726. height="{LogoHeight}" alt="{SourceTitle}" />
  727. {/block:SourceLogo}
  728. {block:NoSourceLogo}
  729. {SourceLink}
  730. {/block:NoSourceLogo}
  731. </a>
  732. {/block:ContentSource}</center>
  733.  
  734. {/block:PostNotes}
  735. </div>
  736. {/block:Posts}
  737. </div></div>
  738.  
  739. {block:IndexPage}
  740. {block:Pagination}
  741. <div id="pagination">
  742. {block:NextPage}
  743. <a id="nextPage" href="{NextPage}"></a>
  744. {/block:NextPage}
  745. {block:PreviousPage}
  746. <a href="{PreviousPage}"></a>
  747. {/block:PreviousPage}
  748. </div>
  749. {/block:Pagination}
  750. {/block:IndexPage}
  751. </body>
  752.  
  753. <!-- THEME BY HEAVENLYHUGS -->
  754. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  755.  
  756. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement