Advertisement
gryffindor

ephemeral (9b)

Jul 2nd, 2014
1,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.69 KB | None | 0 0
  1. <!--theme #9b by aeternothemes/gryffindour/bia
  2. version b ) no header image
  3. I worked so hard on it, theres a lot of optional stuff, i hope you all enjoy
  4. respect my rules its all I ask
  5. any questions you can ask me ( on my themes blog pls
  6. base code by Farahmir -->
  7.  
  8. <!DOCTYPE html>
  9. <head>
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <script>
  14. $(document).ready(function() {
  15. //
  16. $('a.poplight[href^=#]').click(function() {
  17. var popID = $(this).attr('rel'); //Get Popup Name
  18. var popURL = $(this).attr('href'); //Get Popup href to define size
  19. var query= popURL.split('?');
  20. var dim= query[1].split('&');
  21. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  22. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  23. var popMargTop = ($('#' + popID).height() + 80) / 2;
  24. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  25. //Apply Margin to Popup
  26. $('#' + popID).css({
  27. 'margin-top' : -popMargTop,
  28. 'margin-left' : -popMargLeft
  29. });
  30. $('body').append('<div id="fade"></div>');
  31. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  32. return false;
  33. });
  34. $('a.close, #fade').live('click', function() {
  35. $('#fade , .popup_block').fadeOut(function() {
  36. $('#fade, a.close').remove(); //fade them both out
  37. });
  38. return false;
  39. });
  40. });
  41. </script>
  42.  
  43. <title>{Title}</title>
  44.  
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <!--Default Variables-->
  50.  
  51.  
  52. <meta name="color:background" content="#ffffff"/>
  53. <meta name="color:text" content="#000000"/>
  54. <meta name="color:link" content="#888888"/>
  55. <meta name="color:hover" content="#ffffff"/>
  56. <meta name="color:title" content="##555555"/>
  57. <meta name="color:accent" content="#ffffff"/>
  58. <meta name="color:sidebar" content="#ffffff"/>
  59. <meta name="color:Description background" content="#f3f3f3"/>
  60. <meta name="color:descrip hover" content="#3b3b3b">
  61. <meta name="color:Description font" content="#9d9d9d"/>
  62. <meta name="color:shadow hover" content="#d6d5d5">
  63. <meta name="color:tags" content="#010101"/>
  64. <meta name="color:scrollbar" content="#eeee"/>
  65.  
  66.  
  67.  
  68. <meta name="text:Ask" content="" />
  69. <meta name="text:URL" content="" />
  70. <meta name="text:PopUpLinks" content="" />
  71. <meta name="text:Link 1 URL" content="" />
  72. <meta name="text:Link 1" content="" />
  73. <meta name="text:Link 2 URL" content="" />
  74. <meta name="text:Link 2" content="" />
  75. <meta name="text:Link 3 URL" content="" />
  76. <meta name="text:Link 3" content="" />
  77. <meta name="text:Link 4 URL" content="" />
  78. <meta name="text:Link 4" content="" />
  79. <meta name="text:Link 5 URL" content="" />
  80. <meta name="text:Link 5" content="" />
  81.  
  82.  
  83. <meta name="if:Shadow hover" content="0">
  84. <meta name="if:Border Botton Hover" content="1">
  85. <meta name="if:Pop Up Ask" content="1" />
  86. <meta name="if:Pop Up Link" content="1" />
  87. <meta name="if:500px Posts" content="1"/>
  88. <meta name="if:Font Title Opensans" content="1" />
  89. <meta name="if:Font Title Lato" content="0"/>
  90. <meta name="if:Tags Hover" content="1">
  91. <meta name="if:Show Captions" content="1" />
  92. <meta name="if:lazy load" content="1"/>
  93.  
  94. <meta name="font:body" content="helvetica"/>
  95.  
  96.  
  97. <!---LAZY LOAD--->
  98. {block:IfLazyLoad}
  99. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  100. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  101. <script type="text/javascript" charset="utf-8">
  102. var $j = jQuery.noConflict();
  103. $j(function() {
  104. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  105. $j("img").lazyload({
  106. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  107. effect: "fadeIn",
  108. });
  109. });
  110. </script>
  111. {/block:IfLazyLoad}
  112.  
  113.  
  114. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic' rel='stylesheet' type='text/css'>
  115.  
  116. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  117.  
  118.  
  119. <!-- jquery for tooltips-->
  120.  
  121.  
  122.  
  123. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  124.  
  125. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  126.  
  127. <script>
  128.  
  129. (function($){
  130.  
  131. $(document).ready(function(){
  132.  
  133. $("a[title]").style_my_tooltips({
  134.  
  135. tip_follows_cursor:true,
  136.  
  137. tip_delay_time:30,
  138.  
  139. tip_fade_speed:300,
  140.  
  141. attribute:"title"
  142.  
  143. });
  144.  
  145. });
  146.  
  147. })(jQuery);
  148.  
  149. </script>
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. <!--CSS customization here. -->
  157.  
  158. <style type="text/css">
  159.  
  160. #s-m-t-tooltip{
  161. padding: 4px; /*change room around text here*/
  162. display: none;
  163. text-align: center;
  164. position: absolute; /*important*/
  165. font-size:8px; /*change text size here*/
  166. line-height:9px; /*change height of box here*/
  167. font-family:arial; /*change font here*/
  168. z-index: 9999;
  169. /*keep z-index really high, if your hover text starts to go behind other stuff increase the z-index more*/
  170. background-color:#ffffff; /*edit background color here*/
  171. color: {color:text};
  172. text-transform:uppercase;
  173. max-width:300px;
  174. margin:10px 0px 0px 10px;
  175. letter-spacing: 1px;
  176. {block:ifBorderBottonHover}
  177. border-bottom:2px solid #000;
  178. {/block:ifBorderBottonHover}
  179. {block:ifShadowHover}
  180. box-shadow:3px 3px 3px {color:shadow hover};
  181. border:1px solid #eee;
  182. {/block:ifShadowHover}
  183. -webkit-transition:all 0.3s;
  184. -moz-transition:all 0.3s;
  185. -ms-transition:all 0.3s;
  186. -o-transition:all 0.3s;
  187. -transition:all 0.3s;
  188.  
  189. }
  190.  
  191.  
  192.  
  193. /*basics*/
  194. blockquote {padding:5px 0 5px 30px;
  195. border-left:1px solid {color:text};
  196. margin-left:30px;
  197. }
  198.  
  199. body {
  200. background:{color:background};
  201. color:{color:text};
  202. font-family:arial;
  203. font-size:11px;
  204. text-align:justify;
  205. margin:0;
  206. line-height:16px;}
  207.  
  208. h1 {
  209. font-size:12px;
  210. letter-spacing:2px;
  211. text-align:center;
  212. color:{color:title};
  213.  
  214. }
  215. blockquote {padding:5px 0 5px 30px;
  216. border-left:1px solid {color:text};
  217. margin-left:30px;
  218. }
  219. #title {
  220. font-size:11px;
  221. line-height:15px;
  222. font-weight:bold;
  223. margin-bottom:10px;
  224. text-transform:uppercase;
  225. text-align:center;
  226. }
  227.  
  228. a {
  229. color:{color:link};
  230. text-decoration:none;
  231. }
  232.  
  233. a:hover {
  234. text-decoration:none;
  235. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  236. }
  237.  
  238. img{opacity:1;
  239. border:none;
  240. text-decoration:none}
  241.  
  242.  
  243. small {
  244. font-size:9px;}
  245.  
  246. big {
  247. font-size:12px;}
  248.  
  249.  
  250.  
  251. /*---header---*/
  252.  
  253. #sidebar {
  254. position:relative;
  255. margin-left:30px;
  256. margin-top:90px;
  257. width:400px;
  258. }
  259.  
  260. #sidebarim {
  261. width:500px;
  262. margin-bottom:20px
  263.  
  264. }
  265.  
  266. #blogt {
  267. color:{color:title};
  268. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  269. font-size:18px;
  270. font-weight:bold;
  271. text-align:left;
  272. width:400px;
  273. margin-left:40px;
  274. {block:ifFontTitleOpensans}
  275. font-family: 'Open Sans', sans-serif;
  276. text-transform:none;
  277. {/block:ifFontTitleOpensans}
  278. {block:ifFontTitleLato}
  279. font-family: 'Lato', sans-serif;
  280. text-transform:none;
  281. {/block:ifFontTitleLato}
  282. }
  283.  
  284. #links {
  285. margin-left:40px;
  286. margin-top:10px;
  287. width:400px;
  288. line-height:16px;
  289. word-spacing:10px;
  290. text-align:center;
  291. font-size:12px;
  292. text-transform:lowercase;
  293. }
  294.  
  295.  
  296. #links a {
  297. color:{color:link header};
  298. border-bottom:1px solid #e1e1e1;
  299. margin-right:5px;
  300. display:inline-block;
  301. margin-bottom:5px;
  302. }
  303. #links a:hover {
  304. color:{color:hover};
  305. border-bottom:0px solid #fff;
  306. moz-transition-duration: 0.8s;
  307. -webkit-transition-duration: 0.8s;
  308. -o-transition-duration: 0.8s;
  309. }
  310. #description {
  311. color:{color:description font} ;
  312. margin-left:40px;
  313. margin-top:10px;
  314. width:400px;
  315. text-align:justify;
  316. font-family:arial;
  317. }
  318. #description a {
  319. letter-spacing:1px;
  320. }
  321.  
  322. #description a:hover {
  323. color:{color:descrip hover};
  324. letter-spacing:1px;
  325. text-decoration:underline;
  326. }
  327.  
  328.  
  329. /*---PAGINATION: BASE CREDIT EXCOLO---*/
  330.  
  331.  
  332. #pagi {
  333. width:400px;
  334. font-size:8px;
  335. margin-top:25px;
  336. margin-left:-15px;
  337. z-index:10;
  338. height:40px;
  339. width:100%;
  340. text-align:center;
  341. border-top:1px solid #dedede;
  342. padding-left:10px;
  343. }
  344.  
  345. .jump_page {
  346. color:{color:link};
  347. background-color: #fff;
  348. text-align:center;
  349. width:25px;
  350. display:inline-block;
  351. font-family:Baskerville;
  352. font-size:15px;
  353. text-decoration:none;
  354. border-top:1px solid #dedede;
  355. margin-top:-2px;
  356. }
  357.  
  358. .current_page, .jump_page:hover {
  359. color: #484848;
  360. border-top:2px solid black;
  361. font-family:Baskerville;
  362. text-align:center;
  363. font-size:15px;
  364. text-decoration:none;
  365. -webkit-transition-duration:.4s;
  366. -moz-transition-duration:.4s;
  367. -o-transition-duration:.4s;
  368. -ms-transition-duration:.4s;
  369. }
  370.  
  371. /*container*/
  372. #con {
  373. left:50%;
  374. margin-left:-250px;
  375. position:absolute;
  376. }
  377.  
  378.  
  379.  
  380. /*posts*/
  381.  
  382. #entries {
  383. {block:ifnot500pxposts}
  384. width:400px;
  385. margin-top:140px;
  386. margin-left:70px;
  387. {/block:ifnot500pxposts}
  388. {block:if500pxposts}
  389. width:500px;
  390. margin-top:140px;
  391. margin-left:38px;
  392. {/block:if500pxposts}
  393. }
  394.  
  395.  
  396.  
  397. #posts {
  398. {block:ifnot500pxposts}
  399. width:400px;
  400. {/block:ifnot500pxposts}
  401. {block:if500pxposts}
  402. width:500px;
  403. {/block:if500pxposts}
  404.  
  405. {block:IndexPage}
  406. margin-bottom:75px;
  407. {/block:IndexPage}
  408. {block:PermalinkPage}
  409. margin-bottom:50px;
  410. {/block:PermalinkPage}
  411.  
  412.  
  413. }
  414. #posts img {
  415. {block:ifnot500pxposts}
  416. max-width:400px;
  417. {/block:ifnot500pxposts}
  418. {block:if500pxposts}
  419. max-width:500px;
  420. {/block:if500pxposts}
  421. }
  422.  
  423. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  424. .caption {width:100%;
  425. margin-top:10px;
  426.  
  427. }
  428.  
  429. /*quote*/
  430.  
  431. #titlequote{
  432. text-align:left;
  433. font-size:13px;
  434. line-height:18px;
  435. font-weight:bold;
  436. width:400px;
  437. {block:if500px}
  438. width:500px;
  439. {/block:if500px}
  440. }
  441. #source {
  442. margin-top:15px;
  443. margin-left:15px;
  444. width:400px;
  445. {block:if500px}
  446. width:500px;
  447. {/block:if500px}
  448. }
  449.  
  450. /*audio*/
  451.  
  452. .player {
  453. width:25px;
  454. height:25px;
  455. overflow:hidden;
  456. position:absolute;
  457. background:white;}
  458.  
  459. .audioinfo {
  460. margin-left:50px;
  461. }
  462.  
  463.  
  464. /*asks*/
  465. .q {margin-bottom:10px;
  466. text-align:left;
  467. border-bottom:1px solid;
  468. font-family:arial;
  469. }
  470. .as {
  471.  
  472. text-align:left;
  473. font-weight:bold;}
  474.  
  475. .a {
  476. text-align:center;
  477. margin-top:5px;
  478. width:400px;
  479. }
  480.  
  481.  
  482. /*chat*/
  483.  
  484. .chat ol {
  485. padding:0;
  486. list-style:none;
  487. }
  488. .line {padding:5px 0;}
  489.  
  490. .label {font-weight:bold;
  491. }
  492.  
  493.  
  494.  
  495.  
  496.  
  497. /*permalink and notes*/
  498.  
  499. #permalink {
  500. margin-top:15px;
  501. font-size:9px;
  502. text-transform:uppercase;
  503. }
  504. #permalink a {margin-right:10px;
  505. }
  506.  
  507. .tags {
  508. word-break:break-all;
  509. font-size:9px;
  510. color:{color:tags};
  511. background-color:{color:background};
  512. text-align:center;
  513. font-family:helvetica;
  514. text-transform:none;
  515. padding:5px 5px 5px 5px;
  516. {block:ifTagsHover}
  517. opacity:0;
  518. -webkit-transition:all 0.5s;
  519. -moz-transition:all 0.5s;
  520. -ms-transition:all 0.5s;
  521. -o-transition:all 0.5s;
  522. transition:all 0.5s;
  523. {/block:ifTagsHover}
  524. }
  525.  
  526. #posts:hover .tags {
  527. background-color:{color:background};
  528. {block:ifTagsHover}
  529. opacity:1;
  530. -webkit-transition:all 0.5s;
  531. -moz-transition:all 0.5s;
  532. -ms-transition:all 0.5s;
  533. -o-transition:all 0.5s;
  534. transition:all 0.5s;
  535. {/block:ifTagsHover}
  536. }
  537.  
  538. .pagenotes {
  539. {block:IndexPage}
  540. display: none!important;
  541. {/block:IndexPage}
  542. {block:ifnot500pxposts}
  543. width:400px;
  544. {/block:ifnot500pxposts}
  545. {block:if500pxposts}
  546. width:500px;
  547. {/block:if500pxposts}
  548. }
  549. .pagenotes img {
  550. display:none!important;}
  551. .pagenotes li {
  552. list-style-type:none;
  553. padding:5px 0px;
  554. text-align:left;
  555. margin:0 0 0 -40px;
  556. }
  557.  
  558.  
  559. #pizza {
  560. text-transform:uppercase;
  561. font-family:Helvetica;
  562. padding:10px;
  563. position:fixed;
  564. bottom:0px;
  565. right:-10px;
  566. font-size:13px;
  567. transition:all 0.9s ease;
  568. -webkit-transition: all 0.9s ease;
  569. -moz-transition: all 0.9s ease;
  570. -o -transition: all 0.9s ease;
  571. }
  572.  
  573. #pizza a {
  574. background-color:{color:background};
  575. color:{color:text};
  576. padding:08px 10px 15px 10px;
  577. transition:all 0.9s ease;
  578. -webkit-transition: all 0.9s ease;
  579. -moz-transition: all 0.9s ease;
  580. -o -transition: all 0.9s ease;
  581. }
  582.  
  583. #pizza a:hover {
  584. background-color:{color:text};
  585. color:{color:background};
  586. transition:all 0.9s ease;
  587. -webkit-transition: all 0.9s ease;
  588. -moz-transition: all 0.9s ease;
  589. -o -transition: all 0.9s ease;
  590. }
  591.  
  592. #fade { /*--Transparent background layer--*/
  593. display: none; /*--hidden by default--*/
  594. background: #000;
  595. position: fixed; top: 0;
  596. margin-left:0px;
  597. margin-top:0px;
  598. width: 100%; height: 100%;
  599. opacity: .8;
  600. z-index: 9999;
  601.  
  602.  
  603. }
  604. .popup_block{
  605. display: none; /*--hidden by default--*/
  606. background: #0000;
  607. padding: 10px;
  608. border: 0px ;
  609. float: center;
  610. position: fixed;
  611. top: 50%; left: 55%;
  612. z-index: 99999;
  613. font-size:13px;
  614. line-height:16px;
  615. font-family:helvetica;
  616. letter-spacing:1px;
  617. color:#fff;
  618. text-transform:none;
  619. font-size:12px;
  620. }
  621. img.btn_close {
  622. float: right;margin: -20px -20px 0 0;
  623. }
  624. /*--Making IE6 Understand Fixed Positioning--*/
  625. *html #fade {
  626. position: absolute;
  627. }
  628. *html .popup_block {
  629. position: absolute;
  630. }
  631.  
  632. {CustomCSS}
  633.  
  634. </style>
  635.  
  636.  
  637.  
  638. </head>
  639.  
  640. <body>
  641.  
  642. <div id="con">
  643.  
  644. <div id="sidebar">
  645. <div id="blogt"><a href="/">{Title}</a></div>
  646. <div id="description">{Description}</div>
  647. <div id="links">
  648. {block:iflink1}<a href="{text:link 1 url}" >{text:link 1} </a>{/block:iflink1}
  649.  
  650.  
  651.  
  652. {block:ifNotPopUpAsk}
  653. {block:iflink2}<a href="{text:link 2 url}" >{text:link 2} </a>{/block:iflink2}
  654. {/block:ifNotPopUpAsk}
  655.  
  656. {block:ifPopUpAsk}
  657. <a href="#?w=500" rel="02" class="poplight" >{text:link 2}</a>
  658. {/block:ifPopUpAsk}
  659.  
  660. {block:iflink3}<a href="{text:link 3 url}" >{text:link 3}</a>{/block:iflink3}
  661.  
  662. {block:iflink4}<a href="{text:link 4 url}" >{text:link 4}</a>{/block:iflink4}
  663.  
  664.  
  665. {block:ifNotPopUpLink}
  666. {block:iflink5}<a href="{text:link 5 url}" >{text:link 5} </a>{/block:iflink5}
  667. {/block:ifNotPopUplink}
  668.  
  669. {block:ifPopUpLink}
  670. <a href="#?w=500" rel="03" class="poplight" >{text:link 5}</a>
  671. {/block:ifPopUpAsk}
  672.  
  673. </div>
  674.  
  675.  
  676.  
  677. </div>
  678.  
  679.  
  680.  
  681.  
  682. <div id="entries">
  683.  
  684. {block:Posts}
  685. <div id="posts">
  686.  
  687.  
  688. {block:Quote}
  689.  
  690.  
  691. <div id="titlequote">“{Quote}”</div>
  692. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  693. {/block:Quote}
  694.  
  695.  
  696.  
  697. {block:Text}
  698.  
  699. {block:Title}
  700. <div id="title">{Title}</div>{/block:Title}
  701. {Body}
  702. {/block:Text}
  703.  
  704. {block:Link}
  705. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  706. {/block:Link}
  707.  
  708. {block:Chat}
  709. {block:Title}
  710. <h1>{Title}</h1>
  711. {/block:Title}
  712. <div class="chat">
  713. <ol>{block:Lines}
  714. <li class="line {Alt}">
  715. {block:Label}
  716. <span class="label">
  717. {Label}</span>
  718. {/block:Label}{Line}</li>
  719. {/block:Lines}
  720. </ol></div>
  721. {/block:Chat}
  722.  
  723. {block:Photo}
  724.  
  725. {block:ifnot500pxposts}
  726. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  727. {/block:ifnot500pxposts}
  728. {block:if500pxposts}
  729. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  730. {/block:if500pxposts}
  731.  
  732. {/block:Photo}
  733.  
  734.  
  735. {block:Photoset}
  736. {block:ifnot500pxposts}
  737. {Photoset-400}
  738. {/block:ifnot500pxposts}
  739. {block:if500pxposts}
  740. {Photoset-500}
  741. {/block:if500pxposts}
  742. {/block:Photoset}
  743.  
  744. {block:Video}
  745. {block:ifnot500pxposts}
  746. {Video-400}
  747. {/block:ifnot500pxposts}
  748. {block:if500pxposts}
  749. {Video-500}
  750. {/block:if500pxposts}
  751. {/block:Video}
  752.  
  753. {block:Audio}
  754. <div class="player">{AudioPlayerWhite}</div>
  755. <div class="audioinfo">
  756. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  757. </div>
  758. {/block:Audio}
  759.  
  760. {block:Answer}
  761. <div class="q">
  762. <div class="as">{Asker} said: </div>
  763. {Question}</div>
  764. <div class="a">{Answer}</div>
  765. {/block:Answer}
  766.  
  767. {block:Caption}
  768. {block:ifshowcaptions}
  769. <span class="caption">{Caption}</span>
  770. {/block:ifshowcaptions}
  771. {block:ifnotshowcaptions}
  772. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  773. {/block:ifnotshowcaptions}
  774. {/block:Caption}
  775.  
  776.  
  777. {block:Date}
  778. <div id="permalink">
  779. <a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank">reblog</a></span>
  780. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  781. </div>
  782. {/block:Date}
  783.  
  784.  
  785.  
  786.  
  787. </div>
  788.  
  789.  
  790. {block:PostNotes}
  791. <div class="pagenotes">
  792. {PostNotes}
  793. </div>
  794. {/block:PostNotes}
  795.  
  796.  
  797. {/block:Posts}
  798.  
  799. <div id="pagination">
  800. {block:Pagination}
  801. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  802.  
  803. {block:JumpPagination length="5"}
  804. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  805. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  806. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  807. {/block:Pagination}
  808.  
  809.  
  810. </div>
  811.  
  812.  
  813.  
  814. </div>
  815.  
  816. </div>
  817.  
  818.  
  819. {block:ContentSource}
  820. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  821. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  822. {/block:SourceLogo}
  823. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  824. {/block:ContentSource}
  825.  
  826. </body>
  827.  
  828.  
  829.  
  830. <div id="pizza" style="position:fixed;float:right;">
  831. <a href="http://aeternothemes.tumblr.com" title="@ aeterno themes">△</a>
  832. </div>
  833.  
  834.  
  835. <div id="03" class="popup_block">
  836.  
  837. {text:PopUpLinks}
  838.  
  839. </div>
  840.  
  841.  
  842.  
  843.  
  844. <div id="02" class="popup_block">
  845.  
  846. <Center><b>{text:Ask}</b><br><br><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:URL}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  847. </center></div>
  848.  
  849. </div></div></div></div></div></div></div></div></div></div>
  850.  
  851.  
  852. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement