Advertisement
consdeleonn

Wonderwall - consdeleonn.tumblr.com

Oct 13th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.30 KB | None | 0 0
  1. <html lang="en">
  2. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6.  
  7.  
  8. <!-----------------------------------------
  9. consdeleonn.tumblr.com
  10. ----------------------------------------------->
  11.  
  12. <head>
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <title>{Title}</title>
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  19. <meta name="color:Background" content="#fff"/>
  20. <meta name="color:Text" content="#eee"/>
  21. <meta name="color:Title" content="#000"/>
  22. <meta name="color:Link" content="#999"/>
  23. <meta name="color:Hover" content="#000"/>
  24. <meta name="color:Scrollbar" content="#ccc"/>
  25. <meta name="color:Blogtitle" content="#ccc"/>
  26. <meta name="color:Description" content="#ccc"/>
  27.  
  28.  
  29. <meta name="image:Background" content="0"/>
  30. <meta name="image:Sidebar" content="0"/>
  31.  
  32. <meta name="if:Crosshair Cursor" content="0"/>
  33. <meta name="if:Faded Posts" content="0"/>
  34.  
  35. <meta name="text:Link One Title" content= >
  36. <meta name="text:Link One" content="http://" />
  37. <meta name="text:Link Two Title" content= >
  38. <meta name="text:Link Two" content="http://" />
  39. <meta name="text:Link Three Title" content= >
  40. <meta name="text:Link Three" content="http://" />
  41. <meta name="text:Link Four Title" content= >
  42. <meta name="text:Link Four" content="http://" />
  43. <meta name="text:Link Five Title" content= >
  44. <meta name="text:Link Five" content="http://" />
  45. <meta name="text:Link Six Title" content= >
  46. <meta name="text:Link Six" content="http://" />
  47. <meta name="text:Link Seven Title" content= >
  48. <meta name="text:Link Seven" content="http://" />
  49.  
  50. {block:ifCrosshairCursor}
  51. <style type="text/css">body { cursor: crosshair; } </style>
  52. {/block:ifCrosshairCursor}
  53.  
  54.  
  55. <script type="text/javascript"
  56. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  57. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("a[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:90,
  64. tip_fade_speed:600,
  65. attribute:"title"
  66. });
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71. <style type="text/css">
  72. #s-m-t-tooltip {
  73. max-width:500px;
  74. padding:5px;
  75. margin:20px 0px 0px 20px;
  76. background: {color:link};
  77. border:1px solid {color:link};
  78. letter-spacing: 1px;
  79. color: #fff;
  80. font-size:11px;
  81. border-radius:3px;
  82. font-family:calibri;
  83. z-index:999999999999999999999999999999999999;
  84. }
  85.  
  86. #s-m-t-tooltip:before{
  87. position: absolute;
  88. color:#fff;
  89. left: -11px;
  90. top: -7px;
  91. width: 0px;
  92. content:"";
  93. height: 0px;
  94. border-radius:3px;
  95. transform: scale(1.7, .3);
  96. -webkit-transform: scale(1.7, .3);
  97. -moz-transform: scale(1.7, .3);
  98. -o-transform: scale(1.7, .3);
  99. -ms-transform: scale(1.7, .3);
  100. border-right: 4px solid {color:link};
  101. border-bottom: 17px solid transparent;
  102. border-left: 4px solid transparent;
  103. border-top: 17px solid transparent;
  104. }
  105.  
  106.  
  107.  
  108.  
  109. ::-webkit-scrollbar-thumb{
  110. background-color:{color:scrollbar};
  111. border:1px solid #fff;
  112. height:4px;}
  113.  
  114. ::-webkit-scrollbar {
  115. height:4px;
  116. width:5px;
  117. background-color:{color:background};}
  118.  
  119.  
  120.  
  121.  
  122. .wrapper{
  123. margin: 0px auto;
  124. margin-left: 60px;
  125. width: 1045px;
  126. }
  127.  
  128. .header{
  129. float: left;
  130. width: 100%;
  131. }
  132.  
  133. .left{
  134. float: left;
  135. margin-right: 20px;
  136. width:1045;
  137. }
  138.  
  139. .right{
  140. float: right;
  141. width: 200px;
  142. background-color: #fff;
  143. }
  144.  
  145.  
  146. body {
  147. margin:0px;
  148. background-color: {color:Background};
  149. background-image:url({image:Background});
  150. background-attachment: fixed;
  151. background-repeat: repeat;}
  152. body, div, p, textarea, submit, input{
  153. font-family: 'Ubuntu', sans-serif;
  154. font-size: 11px;
  155. line-height:14px;
  156. letter-spacing:1px;
  157. color:{color:Text};
  158. }
  159.  
  160.  
  161.  
  162. p {
  163. margin:0px;
  164. margin-top:0px;
  165. }
  166.  
  167. a:link, a:active, a:visited{
  168. text-decoration: none;
  169. -webkit-transition: color 0.3s ease-out;
  170. -moz-transition: color 0.3s ease-out;
  171. transition: color 0.3s ease-out;
  172. color: {color:Link};
  173. }
  174.  
  175. a:hover {
  176. : -webkit-transition-duration: 1.0s;
  177. color:{color:Hover};
  178. }
  179.  
  180.  
  181.  
  182.  
  183. div#center{
  184. margin:auto;
  185. margin-top:0px;
  186. position:relative;
  187. width:1045px;
  188. background-color:;
  189.  
  190. }
  191.  
  192.  
  193.  
  194.  
  195. .only{
  196. display:block;
  197. padding:8px;
  198. margin-bottom:10px;
  199. margin-top:-6px;
  200. margin-left:-11px;
  201. text-transform: uppercase;
  202. width:260px;
  203. height:7px;
  204. font-size:0px;
  205. letter-spacing:1px;
  206. background-color: {color:link};
  207. border-radius:0px;
  208. color:#aaa;
  209. text-align:right;
  210. }
  211.  
  212. .only a{
  213. border-radius:20px;
  214. border-bottom:0px solid;
  215. background:white;
  216. border:1px solid #ccc;
  217. padding:5px;
  218. text-transform: uppercase;
  219. line-height:22px;
  220. margin-top: -2px;
  221. margin-right:4px;
  222. display:inline-block;
  223. font-size:0px;
  224. }
  225.  
  226. .entry img{
  227. {block:iffadedposts}
  228. opacity: 0.7;
  229. {/block:iffadedposts}
  230. }
  231.  
  232.  
  233. .entry {
  234. float:left;
  235. display: block;
  236. overflow:hidden;
  237. width:260px;
  238. border-radius:3px;
  239. background:#fff;
  240. border:1px solid #eee;
  241. box-shadow:5px 4px #eee;
  242. padding:5px;
  243. margin:17px;
  244. {block:PermalinkPage}
  245. width:420px;
  246. margin-left:5px;
  247. text-align:center;
  248. {/block:PermalinkPage}
  249. -moz-transition: all 2.2s ease-out;
  250. -o-transition: all 2.2s ease-out;
  251. -webkit-transition: all 2.2s ease-out;
  252. transition: all 2.2s ease-out;
  253. }
  254.  
  255.  
  256.  
  257. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  258. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  259. .cover img {float:left; width:60px; height:60px;}
  260. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  261. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  262.  
  263. .title{
  264. line-height:12px;
  265. color:{color:Title};
  266. font-weight:normal;
  267. }
  268.  
  269.  
  270.  
  271.  
  272. /*SIDEBAR*/
  273. #sidebar #blogtitle{
  274. font-family:halohandletter;
  275. position:fixed;
  276. text-shadow:0px 1px 2px #8b8a8a;
  277. width:215px;
  278. line-height:42px;
  279. height:350px;
  280. margin-top:-44px;
  281. margin-left:-5px;
  282. text-align:center;
  283. font-size:47px;
  284. color:{color:blogtitle};
  285. }
  286.  
  287. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  288.  
  289.  
  290.  
  291. #sidebar {
  292. background-color:#fff;
  293. padding:6px;
  294. text-align:right;
  295. position:fixed;
  296. margin-left:120px;
  297. margin-top:150px;
  298. width:215px;
  299. border-radius:3px;
  300. border:1px solid #ddd;
  301. box-shadow:5px 4px #eee;
  302. }
  303.  
  304.  
  305. #sideimg img {
  306. width:90px;
  307. max-width:90px;
  308. max-height:90px;
  309. border-radius:100%;
  310. padding:10px;
  311. float:left;
  312.  
  313.  
  314. }
  315.  
  316.  
  317. #desc {
  318. float:right;
  319. font-family:helvetica, arial;
  320. font-size:9px;
  321. color:{color:description};
  322. letter-spacing:1px;
  323. line-height:10px;
  324. text-transform:lowercase;
  325. width:90px;
  326. margin-right:9px;
  327. margin-top:12px;
  328. overflow:auto;
  329. height:88px;
  330. text-align:left;
  331. }
  332.  
  333.  
  334. /*LINKS*/
  335.  
  336. #circles{
  337. position:fixed;
  338. opacity:1;
  339. line-height:15px;
  340. font-size: 1px;
  341. text-align: center;
  342. text-transform:uppercase;
  343. width: 227px;
  344. height: 13px;
  345. background:{color:links};
  346. margin-top:290px;
  347. margin-left:120px;
  348. padding-top:13px;
  349. z-index:100;
  350. border:1px solid #ddd;
  351. border-radius:3px;
  352. box-shadow:5px 4px #eee;
  353. transition: all 0.9s ease-out;
  354. -o-transition-transition: all 0.5s ease-out;
  355. -webkit-transition: all 0.5s ease-out;
  356. -moz-transition: all 0.5s ease-out;
  357. }
  358.  
  359. #circles a {
  360. display:inline-block;
  361. background-color:{color:link};
  362. padding:6px;
  363. border: 1px solid #ddd;
  364. border-radius:100%;
  365. margin-top:-32px;
  366. margin-right:7px;
  367. z-index:99999999;
  368. -webkit-transition: all 0.7s ease-out;
  369. -moz-transition: all 0.7s ease-out;
  370. transition: all 0.7s ease-out;
  371. }
  372. #circles a:hover{
  373. display:inline-block;
  374. background-color:#fff;
  375. border: 1px dashed {color:link};
  376. border-radius:100%;
  377. z-index:99999999;
  378. -webkit-transition: all 0.7s ease-out;
  379. -moz-transition: all 0.7s ease-out;
  380. transition: all 0.7s ease-out;
  381. }
  382.  
  383.  
  384. #cred{
  385. position:fixed;
  386. font-family: arial;
  387. font-size: 8px;
  388. bottom:20px;
  389. right:10px;
  390. padding:10px;
  391. height:10px;
  392. text-align:center;
  393. text-transform:lowercase;
  394. padding-bottom:10px;
  395. width:15px;
  396. color:#aaa;
  397. transition: all 0.6s ease-out;
  398. -o-transition-transition: all 0.6s ease-out;
  399. -webkit-transition: all 0.6s ease-out;
  400. -moz-transition: all 0.6s ease-out;
  401. }
  402.  
  403. .eclipsethemes {
  404. width:260px;
  405. opacity: 1;
  406. z-index: 10000;
  407. margin-top:10px;
  408. margin-bottom:10px;
  409. text-align:left;
  410. font-size:10px;
  411. letter-spacing:1px;
  412. }
  413.  
  414. .permalinktext {
  415. display: block;
  416. padding: 1px;
  417. margin: 0px 0px 0px 8px;
  418. font-family: calibri;
  419. letter-spacing: 0px;
  420. font-size: 10px;
  421. color: #424242;
  422. line-height: 11px;
  423. text-align: right;
  424. text-decoration: none;
  425. -webkit-transition: color 0.5s ease-out;
  426. -moz-transition: color 0.5s ease-out;
  427. }
  428. .bubble a{color:black;}
  429.  
  430. .bubble {
  431. position:relative;
  432. margin:4px 0px 5px 45px;
  433. text-align:left;
  434. padding:5px 3px 5px 5px;
  435. background:#eee;
  436. color:black;
  437. -moz-border-radius:3px;
  438. -webkit-border-radius:3px;
  439. border-radius:3px;
  440. }
  441.  
  442.  
  443. .bubble p {
  444. margin:5px;
  445. }
  446.  
  447. .bubble span {
  448. position:absolute;
  449. display:block;
  450. top:-5px;
  451. left:-8px;
  452. width:1px;
  453. height:1px;
  454. font-size:12;
  455. line-height:1px;
  456. color:black;
  457. border-top:3px solid transparent;
  458. border-right:7px solid #eee;
  459. border-bottom:3px solid transparent;
  460. }
  461.  
  462. .askborder {
  463. left:-10px;
  464. margin:1px;
  465. padding:2px;
  466. background:#eee;
  467. }
  468.  
  469.  
  470. #posts {
  471. width:700px;
  472. margin-top: 5px;
  473. margin-left: 330px;
  474. margin-right: auto;
  475. position:relative;
  476. overflow-y: hidden;
  477. }
  478.  
  479.  
  480. #infscr-loading{
  481. bottom: -70px;
  482. position: absolute;
  483. left: 50%;
  484. margin-left:-8px;
  485. width:16px;
  486. height:11px;
  487. overflow:hidden;
  488. margin-bottom: 50px;
  489. }
  490.  
  491. #postnotes{
  492. text-align: justify;
  493. }
  494.  
  495. #postnotes blockquote{
  496. border: 0px;
  497. }
  498.  
  499. blockquote{
  500. padding:0px 0px 2px 5px;
  501. margin:0px 0px 2px 1px;
  502. border-left: 1px dotted {color:Text};
  503. }
  504.  
  505. blockquote p, ul{
  506. margin:0px;
  507. padding:0px;
  508. }
  509.  
  510. a img{border: 0px;}
  511. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  512. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  513. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  514. .notes img{width:10px; position:relative; top:3px;
  515. }
  516.  
  517. small{font-size: 90%;}
  518.  
  519. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  520. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  521.  
  522. {CustomCSS}
  523.  
  524. </style>
  525.  
  526. {block:IndexPage}
  527.  
  528.  
  529. </script>
  530. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  531. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  532. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  533.  
  534. <script type="text/javascript">
  535. $(window).load(function () {
  536. var $content = $('#posts');
  537. $content.masonry({itemSelector: '.entry'}),
  538. $content.infinitescroll({
  539. navSelector : 'div#pagination',
  540. nextSelector : 'div#pagination a#nextPage',
  541. itemSelector : '.entry',
  542. loading: {
  543. finishedMsg: '',
  544. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  545. },
  546. bufferPx : 600,
  547. debug : false,
  548. },
  549. // call masonry as a callback.
  550. function( newElements ) {
  551. var $newElems = $( newElements );
  552. $newElems.hide();
  553. // ensure that images load before adding to masonry layout
  554. $newElems.imagesLoaded(function(){
  555. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  556.  
  557.  
  558. });
  559. });
  560. });
  561. </script>
  562. {/block:IndexPage}
  563.  
  564.  
  565. <title>{Title}</title>
  566. <link rel="shortcut icon" href="{FAVICON}" />
  567. <meta name="viewport" content="width=720" />
  568. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  569. </head>
  570.  
  571. <body>
  572.  
  573.  
  574. <div id="sidebar">
  575. <div id="blogtitle">{title}</div>
  576. <div id="sideimg"><img src="{image:Sidebar}"></div>
  577. <div id="desc">{Description}</div>
  578. </div>
  579.  
  580.  
  581.  
  582.  
  583. <div id="circles">
  584. <a href="{text:Link One}" title="{text:Link One Title}"></a>
  585. <a href="{text:Link Two}" title="{text:Link Two Title}"></a>
  586. <a href="{text:Link Three}" title="{text:Link Three Title}"></a>
  587. <a href="{text:Link Four}" title="{text:Link Four Title}"></a>
  588. <a href="{text:Link Five}" title="{text:Link Five Title}"></a>
  589. <a href="{text:Link Six}" title="{text:Link Six Title}"></a>
  590. <a href="{text:Link Seven}" title="{text:Link Seven Title}"></a>
  591. </div>
  592. </div>
  593. <div class="wrapper">
  594. <div class="header">
  595.  
  596. </div>
  597.  
  598.  
  599.  
  600. <div class="left">
  601. <div id="posts">
  602. {block:Posts}
  603. <div class="entry">
  604.  
  605. {block:Answer}<img src="{AskerPortraitURL-30}" align="left" class="askborder">
  606. <div class="bubble"><font style="color:black; text-transform:uppercase; font-size:11px; font-family:calibri;">{Asker}:</font> <font style="color:black; font-family:calibri; font-size:11px; ">{Question}</font></div><br><center><font style="font-family:calibri; font-size:11px; letter-spacing:1px">{Answer}</font></center> <br>
  607. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  608. {/block:Answer}
  609.  
  610. {block:Text}
  611. {block:Title}<span class="title">{Title}</span>{/block:Title}
  612. <span class="entrytext">{Body}</span>
  613. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  614. {/block:Text}
  615.  
  616. {block:Link}
  617. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  618. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  619. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  620. {/block:IndexPage}
  621. {block:Link}
  622.  
  623. {block:Photo}{block:IndexPage}
  624. <div class="only">
  625. <a href="{permalink}" title="{notecount}"></a> <a href="{ReblogURL}" title="reblog" target="_blank"></a>
  626.  
  627. <a href="{permalink}" title="{timeago}"></a>
  628. <div style="margin-top:0px;width:260px;">
  629. </div></div>
  630.  
  631. {/block:IndexPage}
  632. {block:IndexPage}
  633. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=260px/></a>
  634. {/block:IndexPage}
  635. {block:permalinkpage}{LinkOpenTag}
  636. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=420px/>{LinkCloseTag}
  637. {/block:permalinkpage}
  638. {/block:Photo}
  639.  
  640.  
  641. {block:Photoset}
  642. {block:IndexPage}
  643.  
  644. <div class="only">
  645. <a href="{permalink}" title="{notecount}"></a> <a href="{ReblogURL}" title="reblog" target="_blank"></a>
  646.  
  647. <a href="{permalink}" title="{timeago}"></a>
  648. <div style="margin-top:0px;width:260px;">
  649. </div></div>
  650. {/block:IndexPage}
  651. {block:IndexPage}
  652. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="250" style="padding:3px;"/></a>
  653. {/block:Photos}
  654. {/block:permalinkpage}
  655. {/block:IndexPage}
  656.  
  657. {block:permalinkpage}
  658. {Photoset-500}
  659. {/block:permalinkpage}
  660. {/block:Photoset}
  661.  
  662.  
  663.  
  664. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  665. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  666. {/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. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  680. {/block:Chat}
  681.  
  682. {block:Audio}
  683. <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>
  684. {block:IndexPage}
  685. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  686. {/block:IndexPage}
  687. {/block:Audio}
  688.  
  689. {block:Video}
  690. {block:IndexPage}
  691. <div class="only">
  692. <a href="{permalink}" title="{notecount}"></a> <a href="{ReblogURL}" title="reblog" target="_blank"></a>
  693.  
  694. <a href="{permalink}" title="{timeago}"></a>
  695. <div style="margin-top:0px;width:260px;">
  696. </div></div>
  697. {Video-250}</center>
  698. {/block:IndexPage}
  699. {block:PermalinkPage}
  700. <center>
  701. {Video-400}</center>
  702. {/block:PermalinkPage}
  703. {block:Video}
  704.  
  705. {block:PermalinkPage}
  706. <br>
  707. <div class="eclipsethemes">
  708. {block:Caption}{Caption}{/block:Caption}
  709.  
  710. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  711.  
  712. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  713. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  714.  
  715. {block:HasTags}<br><Br> tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  716. {/block:PermalinkPage}
  717.  
  718.  
  719.  
  720.  
  721.  
  722. {block:PostNotes}
  723. <span></span>
  724. <br>
  725. <div style="width:auto; max-height:200px; overflow:auto;">{PostNotes}</div>
  726.  
  727. </a>
  728. {/block:PostNotes}
  729. </div>
  730. {/block:posts}
  731.  
  732. </div></div>
  733.  
  734. {block:IndexPage}
  735. {block:Pagination}
  736. <div id="pagination">
  737. {block:NextPage}
  738. <a id="nextPage" href="{NextPage}"></a>
  739. {/block:NextPage}
  740. {block:PreviousPage}
  741. <a href="{PreviousPage}"></a>
  742. {/block:PreviousPage}
  743. </div>
  744. {/block:Pagination}
  745. {/block:IndexPage}
  746.  
  747. <div id="cred">
  748. <a href="http://consdeleonn.tumblr.com/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-moon-outline-48.png"></a></div>
  749.  
  750. </body>
  751. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement