Advertisement
gryffindor

darkness #10

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