Advertisement
0fficialvanessa

Hashtag:: Theme Thirty-Seven.

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