Advertisement
0fficialvanessa

"Me Encanta La Forma" Theme Seventeen.

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