Advertisement
ammetrine

Bismuth Theme by Ammetrine

Dec 7th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  5. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37.  
  38.  
  39.  
  40.  
  41. <title>{Title}</title>
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47.  
  48. <meta name="image:Background" content=""/>
  49. <meta name="color:Background" content="#ffffff"/>
  50. <meta name="color:Blog Title" content="#E8CEC5"/>
  51. <meta name="color:Description" content="#000000" />
  52. <meta name="color:Text" content="#000000"/>
  53. <meta name="color:Link" content="#E8CEC5"/>
  54. <meta name="color:Link Hover" content="#000000"/>
  55. <meta name="color:Navlink" content="#E8CEC5"/>
  56. <meta name="color:Navlink Hover" content="#000000"/>
  57. <meta name="color:Scrollbar" content="#E8CEC5"/>
  58. <meta name="color:Credit BG" content="#E8CEC5"/>
  59. <meta name="color:Sidebar Borders" content="#000000"/>
  60. <meta name="color:Noticebox Title" content="#E8CEC5"/>
  61. <meta name="color:Perma Background" content="#ffffff"/>
  62. <meta name="color:Perma Border" content="#000000"/>
  63. <meta name="color:Perma Text" content="#E8CEC5"/>
  64. <meta name="color:Perma Text Hover" content="#000000"/>
  65.  
  66.  
  67. <meta name="if:Show Custom Link 1" content="1"/>
  68. <meta name="if:Show Custom Link 2" content="1"/>
  69. <meta name="if:Show Custom Link 3" content="1"/>
  70.  
  71.  
  72. <meta name="text:Link 1 URL" content="" />
  73. <meta name="text:Link 2 URL" content="" />
  74. <meta name="text:Link 3 URL" content="" />
  75.  
  76.  
  77. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  78.  
  79.  
  80. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  81. <script>
  82. (function($){
  83. $(document).ready(function(){
  84. $("[title]").style_my_tooltips({
  85. tip_follows_cursor:true,
  86. tip_delay_time:0,
  87. tip_fade_speed:0
  88. }
  89. );
  90. });
  91. })(jQuery);
  92. </script>
  93.  
  94.  
  95. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  96.  
  97.  
  98. <style type="text/css">
  99.  
  100. ::-webkit-scrollbar-thumb{
  101. background-color:{color:scrollbar};
  102. border:1px solid {color:background};
  103. height:6px;
  104. }
  105.  
  106. ::-webkit-scrollbar {
  107. height:6px;
  108. width:4px;
  109. background-color:{color:background};
  110. }
  111.  
  112. #s-m-t-tooltip{
  113. position:absolute;
  114. margin-top: 15px;
  115. z-index:9999;
  116. background:{color:background};
  117. }
  118.  
  119.  
  120. body {
  121. background:{color:Background};
  122. color:{color:text};
  123. font-family: 'Raleway', sans-serif;family:courier;
  124. font-size:11px;
  125. text-align:justify;
  126. margin:0;
  127. line-height:16px;
  128.  
  129.  
  130. background-color:{color:Background};
  131. background-image:url('{image:background}');
  132. background-attachment:fixed;
  133.  
  134. }
  135.  
  136.  
  137. a {
  138. color:{color:link};
  139. text-decoration:none;
  140. -webkit-transition: all 0.2s ease-in-out;
  141. -moz-transition: all 0.2s ease-in-out;
  142. -o-transition: all 0.2s ease-in-out;
  143. }
  144.  
  145.  
  146. #sidebar {
  147. position:fixed;
  148. right:30px;
  149. top:50px;
  150. width:220px;
  151. padding:10px;
  152. background:#fff;
  153. border:solid 1px {color:Sidebar Borders};
  154. }
  155.  
  156.  
  157. #blogt {
  158. font-size:22px;
  159. text-align:right;
  160. font-family: 'Raleway', sans-serif;
  161. text-transform:uppercase;
  162. color:{color:Blog Title};
  163. }
  164.  
  165.  
  166. .navlinks {
  167. line-height:16px;
  168. text-transform:lowercase;
  169. position:relative;
  170. font-family: 'Raleway', sans-serif;
  171. text-align:right;
  172. }
  173.  
  174.  
  175. .navlinks a {
  176. margin-right:5px;
  177. margin-bottom:5px;
  178. display:inline-block;
  179. color:{color:Navlink};
  180. }
  181.  
  182.  
  183. .navlinks a:hover {
  184. color:{color:Navlink Hover};
  185. }
  186.  
  187.  
  188. #description {
  189. margin:15px 0;
  190. color:{color:Description};
  191. font-family: 'Raleway', sans-serif;
  192. text-align:right;
  193. }
  194.  
  195.  
  196. #con {
  197. left:50%;
  198. margin-left:-250px;
  199. position:absolute;
  200. }
  201.  
  202.  
  203. #entries {
  204. width:600px;
  205. margin-top:50px;
  206. margin-left:-30px;
  207. {block:PermalinkPage}
  208. width:500px;
  209. {/block:PermalinkPage}
  210. }
  211.  
  212.  
  213. .posts {
  214. width:220px;
  215. float:left;
  216. margin-right:40px;
  217. padding:7px 7px 0px 7px;
  218. {block:IndexPage}
  219. margin-bottom:40px;
  220. {/block:IndexPage}
  221.  
  222.  
  223. {block:PermalinkPage}
  224. width:500px;
  225. margin-bottom:30px;
  226. position:relative;
  227. float:left;
  228. {/block:PermalinkPage}
  229. }
  230.  
  231.  
  232. .posts img {
  233. max-width:250px;
  234. }
  235.  
  236. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  237. .caption {width:100%;
  238. margin-top:10px;
  239.  
  240. }
  241.  
  242. #title {
  243. font-size:12px;
  244. line-height:18px;
  245. font-weight:bold;
  246. margin-bottom:10px;
  247. text-transform:uppercase;
  248. text-align:left;
  249. }
  250.  
  251.  
  252. .text {
  253. font-size:11px;
  254. font-family: 'Raleway', sans-serif;
  255. }
  256.  
  257.  
  258. .text a:hover {
  259. text-decoration:underline;
  260. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  261. -webkit-transition:all 0.3s ease-in-out;
  262. -moz-transition:all 0.3s ease-in-out;
  263. transition:all 0.3s ease-in-out;
  264. }
  265.  
  266.  
  267. #quote{
  268. text-align:left;
  269. font-size:14px;
  270. line-height:18px;
  271. font-weight:bold;
  272. }
  273.  
  274.  
  275. #quote a:hover {
  276. text-decoration:underline;
  277. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  278. -webkit-transition:all 0.3s ease-in-out;
  279. -moz-transition:all 0.3s ease-in-out;
  280. transition:all 0.3s ease-in-out;
  281. }
  282.  
  283.  
  284. #quotesource {
  285. margin-top:15px;
  286. margin-left:15px;
  287.  
  288. }
  289.  
  290.  
  291. .player {
  292. width:25px;
  293. height:25px;
  294. overflow:hidden;
  295. position:absolute;
  296. margin-left:12px;
  297. margin-top:12px;
  298. background:white;
  299. }
  300.  
  301.  
  302. .audioinfo {
  303. margin-left:70px;
  304. }
  305.  
  306.  
  307. .albumart {
  308. position:absolute;
  309. {block:IndexPage}
  310. width:60px;
  311. height:60px;
  312. {/block:IndexPage}
  313. {block:PermalinkPage}
  314. width:60px;
  315. height:60px;
  316. {/block:PermalinkPage}
  317. }
  318.  
  319.  
  320. .albumart img {
  321. float:left;
  322. {block:IndexPage}
  323. width:60px;
  324. height:60px;
  325. {/block:IndexPage}
  326. {block:PermalinkPage}
  327. width:60px;
  328. height:60px;
  329. {/block:PermalinkPage}
  330. }
  331.  
  332.  
  333. .question {
  334. margin-bottom:10px;
  335. }
  336.  
  337. .asker {
  338. font-weight:bold;
  339. }
  340.  
  341.  
  342. .answer {
  343. margin-top:10px;
  344. }
  345.  
  346.  
  347. .chat ol {
  348. padding:0;
  349. list-style:none;
  350. }
  351.  
  352.  
  353. .line {
  354. padding:5px 0;
  355. }
  356.  
  357.  
  358. .label {
  359. font-weight:bold;
  360. }
  361.  
  362.  
  363. #permalink {
  364. font-size:12.5px;
  365. text-align:center;
  366. opacity:0;
  367. position:absolute;
  368. padding-top:15px;
  369. padding-right:5.5px;
  370. margin-top:-35px;
  371. margin-left:-53px;
  372. top:50%;
  373. left:50%;
  374. width:100px;
  375. height:50px;
  376. background:{color:Perma Background};
  377. border:solid 1px {color:Perma Border};
  378. -webkit-transition: all .3s ease-in-out;
  379. -moz-transition: all .3s ease-in-out;
  380. -ms-transition: all .3s ease-in-out;
  381. -o-transition: all .3s ease-in-out;
  382. transition: all .3s ease-in-out;
  383.  
  384. }
  385.  
  386. .posts:hover #permalink {
  387. opacity:1;
  388. }
  389.  
  390.  
  391. #permalink a {
  392. margin-left:10px;
  393. color:{color:Perma Text};
  394. padding:3px;
  395. }
  396.  
  397.  
  398. #permalink a:hover {
  399. padding:3px;
  400. color:{color:Perma Text Hover};
  401. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  402. -webkit-transition:all 0.3s ease-in-out;
  403. -moz-transition:all 0.3s ease-in-out;
  404. transition:all 0.3s ease-in-out;
  405. }
  406.  
  407.  
  408. .pagination {
  409. display:none;
  410. }
  411.  
  412.  
  413. .popup_block{
  414. display:none;
  415. background:#fff;
  416. padding:20px;
  417. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  418. float:left;
  419. position:fixed;
  420. top:50%;left:50%;
  421. z-index: 99999;
  422. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  423. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  424. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  425. }
  426.  
  427. *html #fade {position: absolute;}
  428. *html .popup_block {position: absolute;}
  429. #fade {
  430. display:none;
  431. position:fixed;
  432. left:0px;
  433. top:0px;
  434. width:100%;
  435. height:100%;
  436. z-index:9999;
  437. background:#000; /* change to #fff for solid white */
  438. opacity:0.5; /* change to opacity:1; */
  439. }
  440.  
  441.  
  442. .notes {
  443. padding-left:20px;
  444. font-size:11px;
  445. }
  446.  
  447. .pagination {
  448. display: none;
  449. }
  450.  
  451.  
  452. #credit {
  453. position:fixed;
  454. right:5px;
  455. bottom:5px;
  456. background:{color:Credit BG};
  457. padding-top:5px;
  458. padding-right:5px;
  459. padding-left:5px;
  460. padding-bottom:2px;
  461. font-size:12px;
  462. font-family: 'Raleway', sans-serif;
  463. z-index:9999;
  464. }
  465.  
  466. #credit a{
  467. color:#666;
  468. }
  469.  
  470. {CustomCSS}
  471.  
  472. /*noticebox from Themes by Florels */
  473.  
  474. #noticebox{
  475. position:fixed;
  476. width:125px; /*width*/
  477. z-index:9999;
  478. height:auto;
  479. padding:10px;
  480. right:30px; /*how far from the right*/
  481. top:195px; /*how far from the top*/
  482. color:{color:Text}; /*text colour*/
  483. background-color:#ffffff; /*background colour*/
  484. border:1px solid {color:Sidebar Borders}; /*border width and colour*/
  485. text-align:right; /*text align*/
  486. }
  487.  
  488. #noticebox a{
  489. text-decoration:none;
  490. color:{color:Navlinks};
  491. font-style:italic; /*italic links before hover*/
  492. letter-spacing:1px; /*distance between letters*/}
  493.  
  494. #noticebox a:hover{
  495. color:{color:Navlinks Hover};
  496. font-style:normal;
  497. text-decoration:underline;}
  498.  
  499. #noticeboxtitle {
  500. margin-bottom:5px;
  501. padding-bottom:3px;
  502. font-weight:bold;
  503. font-size:13.5px;
  504. color:{color:Noticebox Title};
  505. border-bottom:solid 1px {color:Sidebar Borders};
  506. text-align:right;
  507. }
  508.  
  509. #noticebox2{
  510. position:fixed;
  511. width:125px; /*width*/
  512. z-index:9999;
  513. height:auto;
  514. padding:10px;
  515. left:30px; /*how far from the right*/
  516. bottom:20px; /*how far from the top*/
  517. color:{color:Text}; /*text colour*/
  518. font-style:italic;
  519. font-size:13px;
  520. background-color:#ffffff; /*background colour*/
  521. border:1px solid {color:Sidebar Borders}; /*border width and colour*/
  522. text-align:right; /*text align*/
  523. }
  524.  
  525. #noticebox2 a{
  526. text-decoration:none;
  527. color:{color:Navlinks};
  528. font-style:italic; /*italic links before hover*/
  529. letter-spacing:1px; /*distance between letters*/}
  530.  
  531. #noticebox2 a:hover{
  532. color:{color:Navlinks Hover};
  533. font-style:normal;
  534. text-decoration:underline;}
  535.  
  536. </style>
  537.  
  538. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  539.  
  540. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  541.  
  542. <script>
  543. $(function(){
  544. var $container = $('#entries');
  545. $container.imagesLoaded(function(){
  546. $container.masonry({
  547. itemSelector: '.posts',
  548. });
  549. });
  550. $container.infinitescroll({
  551. itemSelector : ".posts",
  552. navSelector : "div.pagination",
  553. nextSelector : ".pagination a#next",
  554. loadingImg : "",
  555. loadingText : "<em></em>",
  556. bufferPx : 10000,
  557. extraScrollPx: 12000,
  558. },
  559. // trigger Masonry as a callback
  560. function( newElements ) {
  561. var $newElems = $( newElements ).css({ opacity: 0 });
  562. // ensure that images load before adding to masonry layout
  563. $newElems.imagesLoaded(function(){
  564. $newElems.animate({ opacity: 1 });
  565. $container.masonry( 'appended', $newElems, true );
  566. });
  567. }
  568. );
  569. });
  570. </script>
  571.  
  572.  
  573. </head>
  574.  
  575. <body>
  576.  
  577. <div id="con">
  578.  
  579. <div id="credit"><a href="http://ammetrine.tumblr.com/">AT</a></div>
  580.  
  581. <div id="sidebar">
  582. <div id="blogt">{Title}</div>
  583. <div id="description">{Description}</div>
  584.  
  585. <div class="navlinks">
  586. <a href="/"><i class="fa fa-home" aria-hidden="true"></i></a>
  587. <a href="#?w=400" rel="box1" class="poplight"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
  588. <a href="/archive"><i class="fa fa-calendar-times-o" aria-hidden="true"></i></a>
  589. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}"><i class="fa fa-check" aria-hidden="true"></i></a>
  590. {/block:ifShowCustomLink1}
  591. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" ><i class="fa fa-heart-o" aria-hidden="true"></i></a>{/block:ifShowCustomLink2}
  592. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}"><i class="fa fa-tag" aria-hidden="true"></i></a>{/block:ifShowCustomLink3}
  593. <a href="http://ammetrine.tumblr.com" target="_blank"><i class="fa fa-copyright"></i>
  594. </a>
  595. </div>
  596.  
  597. </div>
  598.  
  599.  
  600. <div id="entries">
  601.  
  602. {block:Posts}
  603.  
  604. <div class="posts">
  605.  
  606. {block:Quote}
  607. <div class="quote">
  608. '<strong><i>{Quote}</i></strong>'
  609. </div>
  610. {block:Source}
  611. <br><div class="quotesource">β€” {Source}</div>
  612. {/block:Source}
  613.  
  614. {block:IndexPage}
  615. <div id="permalink">
  616. <a href="{Permalink}" >{NoteCount}</a> <br>
  617. <a href="{ReblogURL}">reblog</a>
  618. </div>
  619. {/block:IndexPage}
  620. {/block:Quote}
  621.  
  622.  
  623. {block:Text}
  624. {block:Title}
  625. <div id="title">{Title}</div>
  626. {/block:Title}
  627. <div class="text">
  628. {Body}
  629. </div>
  630.  
  631. {block:IndexPage}
  632. <div id="permalink">
  633. <a href="{Permalink}" >{NoteCount}</a> <br>
  634. <a href="{ReblogURL}">reblog</a>
  635. </div>
  636. {/block:IndexPage}
  637. {/block:Text}
  638.  
  639.  
  640. {block:Link}
  641. <div id="title">
  642. <a href="{URL}">{Name}</a>
  643. </div>
  644. {block:Description}{Description}{/block:Description}
  645.  
  646. {block:IndexPage}
  647. <div id="permalink">
  648. <a href="{Permalink}" >{NoteCount}</a> <br>
  649. <a href="{ReblogURL}">reblog</a>
  650. </div>
  651. {/block:IndexPage}
  652. {/block:Link}
  653.  
  654.  
  655. {block:Chat}
  656. {block:Title}
  657. <h1>{Title}</h1>
  658. {/block:Title}
  659. <div class="chat">
  660. <ol>{block:Lines}
  661. <li class="line {Alt}">
  662. {block:Label}
  663. <span class="label">
  664. {Label}</span>
  665. {/block:Label}{Line}</li>
  666. {/block:Lines}
  667. </ol>
  668. </div>
  669.  
  670. {block:IndexPage}
  671. <div id="permalink">
  672. <a href="{Permalink}" >{NoteCount}</a> <br>
  673. <a href="{ReblogURL}"</a>
  674. </div>
  675. {/block:IndexPage}
  676. {/block:Chat}
  677.  
  678.  
  679. {block:Photo}
  680. {block:IndexPage}
  681. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  682.  
  683. <div id="permalink">
  684. <a href="{Permalink}" >{NoteCount}</a> <br>
  685. <a href="{ReblogURL}">reblog</a>
  686. </div>
  687. {/block:IndexPage}
  688.  
  689. {block:PermalinkPage}
  690. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  691. <br>
  692. {/block:PermalinkPage}
  693. {/block:Photo}
  694.  
  695.  
  696. {block:Photoset}
  697. <center>
  698. {block:Photos}
  699. {block:indexpage}
  700. <a href="{permalink}"><img src="{PhotoURL-500}" width="468px"/></a>
  701. {/block:indexpage}
  702. {block:permalinkpage}
  703. <img src="{PhotoURL-500}"/>
  704. {/block:permalinkpage}
  705. {/block:Photos}
  706. </center>
  707. <div id="permalink">
  708. <a href="{Permalink}">{NoteCount}</a> <br>
  709. <a href="{ReblogURL}">reblog</a>
  710. </div>
  711. {/block:Photoset}
  712.  
  713.  
  714. {block:Video}
  715. {Video-250}
  716.  
  717. {block:IndexPage}
  718. <div id="permalink">
  719. <a href="{Permalink}" >{NoteCount}</a> <br>
  720. <a href="{ReblogURL}">reblog</a>
  721. </div>
  722. {/block:IndexPage}
  723. {/block:Video}
  724.  
  725.  
  726. {block:Audio}
  727. {block:AlbumArt}
  728. <div class="albumart">
  729. <img src="{AlbumArtURL}">
  730. </div>
  731. {/block:AlbumArt}
  732. <div class="player">{AudioPlayerWhite}</div>
  733.  
  734. <div class="audioinfo">
  735. Title: {block:TrackName}{TrackName}{/block:TrackName}<br>
  736.  
  737. Artist: {block:Artist}{Artist}{/block:Artist}<br>
  738.  
  739. Plays: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}
  740.  
  741. {block:IndexPage}
  742. <div id="permalink">
  743. <a href="{Permalink}" >{NoteCount}</a> <br>
  744. <a href="{ReblogURL}">reblog</a>
  745. </div>
  746. {/block:IndexPage}
  747. </div>
  748. {/block:Audio}
  749.  
  750.  
  751. {block:Answer}
  752. <div class="question">
  753. <div class="asker">{Asker} said: </div>
  754. {Question}
  755. </div>
  756. <div class="answer"><br><i>{Answer}</i></div>
  757.  
  758. {block:IndexPage}
  759. <div id="permalink">
  760. <a href="{Permalink}" >{NoteCount}</a> <br>
  761. <a href="{ReblogURL}">reblog</a>
  762. </div>
  763. {/block:IndexPage}
  764. {/block:Answer}
  765.  
  766.  
  767.  
  768. {block:PermalinkPage}
  769. <div class="notes">
  770. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  771. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  772. {block:RebloggedFrom}
  773. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  774. {/block:RebloggedFrom}
  775. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  776. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  777. <br>{PostNotes}
  778. </div>
  779. {/block:PermalinkPage}
  780.  
  781. </div>
  782. {/block:Posts}
  783.  
  784. <div class="pagination">
  785. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  786. </div>
  787.  
  788.  
  789.  
  790. </div>
  791.  
  792. </div>
  793.  
  794. </body>
  795.  
  796. <div id="noticebox">
  797. <div id="noticeboxtitle">Stats</div>
  798. Online: <br> online counter here </p>
  799. Visited: <br> hit counter here </p>
  800. Followers: <br> tracker here
  801. </div>
  802.  
  803. <div id="noticebox2">
  804. "The only way out, <br>
  805. is through"
  806. </div>
  807.  
  808. <div id="box1" class="popup_block">
  809. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  810.  
  811. </div>
  812.  
  813.  
  814. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement