Advertisement
gryffindor

ephemeral (9a)

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