cheadle

redux, redux theme

May 19th, 2019 (edited)
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. base code by animecharacter.tumblr.com
  6. redux, redux theme by mor
  7. i don't have tumblr anymore
  8. searchbar cred to @route01
  9. dont steal or remove credit
  10. feel free to edit bugs
  11. <3
  12. ----->
  13.  
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <html>
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <meta charset="utf-8">
  22. <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26.  
  27. <meta name="image:favicon">
  28. <meta name="image:bg img">
  29. <meta name="image:sidebar">
  30. <meta name="image:divider">
  31. <meta name="image:floatie">
  32.  
  33. <meta name="if:rainbow hover" content=""/>
  34. <meta name="if:search" content="1"/>
  35. <meta name="if:glow" content=""/>
  36. <meta name="if:full bg" content=""/>
  37. <meta name="if:redirect" content=""/>
  38. <meta name="if:hide time" content=""/>
  39. <meta name="if:hide notes" content=""/>
  40. <meta name="if:hide tags" content=""/>
  41. <meta name="if:caption" content=""/>
  42. <meta name="if:rounded posts" content=""/>
  43.  
  44.  
  45. <meta name="text:redirect" content="dont include slash">
  46. <meta name="text:font size" content="20">
  47. <meta name="text:sidebar width" content="20"/>
  48. <meta name="text:sidebar margin top" content="130"/>
  49. <meta name="text:side img margin left" content="30"/>
  50. <meta name="text:floatie width" content="20"/>
  51. <meta name="text:floatie margin top" content="130"/>
  52. <meta name="text:floatie margin left" content="it looks weird in the html preview but i keep it at 0"/>
  53. <meta name="text:search text" content="Search...">
  54. <meta name="text:search width" content="100">
  55. <meta name="text:search margin" content="the longer the bar the bigger the margin to line up with posts">
  56. <meta name="text:back button" content="back">
  57. <meta name="text:next button" content="next">
  58. <meta name="text:wipe out text" content="hold my hand">
  59. <meta name="text:link divider" content=""/>
  60. <meta name="text:link1 name" content="link 1">
  61. <meta name="text:link2 name" content="link 2">
  62. <meta name="text:link3 name" content="link 3">
  63. <meta name="text:link1 url" content="/">
  64. <meta name="text:link2 url" content="/">
  65. <meta name="text:link3 url" content="/">
  66.  
  67. <meta name="color:text" content="#000">
  68. <meta name="color:link" content="#00f">
  69. <meta name="color:link hover" content="#f00">
  70. <meta name="color:blog bg" content="#fff">
  71. <meta name="color:scrollbar" content="#fff">
  72. <meta name="color:scrollbar thumb" content="#ff00ff">
  73. <meta name="color:scrollbar border" content="#000">
  74. <meta name="color:scrollbar thumb border" content="#000">
  75. <meta name="color:search border" content="#000">
  76.  
  77.  
  78. <meta name="select:font family" content="arial"/>
  79. <meta name="select:font family" content="verdana"/>
  80. <meta name="select:font family" content="comic sans ms"/>
  81. <meta name="select:font family" content="consolas"/>
  82. <meta name="select:font family" content="dotum"/>
  83. <meta name="select:font family" content="times new roman"/>
  84. <meta name="select:alignment" content="left"/>
  85. <meta name="select:alignment" content="center"/>
  86. <meta name="select:alignment" content="right"/>
  87. <meta name="select:scrollbar border" content="solid"/>
  88. <meta name="select:scrollbar border" content="dashed"/>
  89. <meta name="select:scrollbar border" content="dotted"/>
  90. <meta name="select:scrollbar thumb border" content="solid"/>
  91. <meta name="select:scrollbar thumb border" content="dashed"/>
  92. <meta name="select:scrollbar thumb border" content="dotted"/>
  93.  
  94. {block:Description}
  95. <meta name="description" content="{MetaDescription}" />
  96. {/block:Description}
  97.  
  98.  
  99. <title>{Title}</title>
  100.  
  101. <link rel="shortcut icon" href="{Favicon}">
  102. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  103. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  104.  
  105. <script src="https://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  106.  
  107. <style type="text/css">
  108.  
  109.  
  110. /*
  111. general text styles, fonts and colours
  112. */
  113.  
  114. body {
  115. margin:0px;
  116. text-align: {select:alignment};
  117. background: {color:blog bg};
  118. background-image: url('{image:bg img}');;
  119. {block:iffullbg}
  120. background-size: cover;
  121. {/block:iffullbg}
  122. font-family: {select:font family};
  123. font-size:{text:font size}px;
  124. line-height:140%;
  125. color: {color:text};
  126. {block:ifglow}
  127. text-shadow: 0 0 1em;
  128. {/block:ifglow}
  129. }
  130.  
  131. p{
  132. margin:0 0 10px 0;
  133. padding:0;
  134. }
  135.  
  136. pre {
  137. white-space: pre-wrap;
  138. white-space: -moz-pre-wrap;
  139. white-space: -pre-wrap;
  140. white-space: -o-pre-wrap;
  141. word-wrap: break-word;
  142. }
  143.  
  144. a{ color:{color:link}; text-decoration:bold; cursor:pointer; }
  145.  
  146. a:hover{
  147. color:{color:link hover};
  148. }
  149.  
  150. li{
  151. margin-left:-15px;
  152. }
  153.  
  154. /*
  155. containers etc
  156. */
  157. #wrapper{
  158. width:600px;
  159. margin:50px;
  160. }
  161.  
  162.  
  163. #sidebar{
  164. width:{text:sidebar width}px;
  165. margin-top:{text:sidebar margin top}px;
  166. margin-left:{text:sidebar margin left}px;
  167.  
  168. {block:ifborder}
  169. border:1px {text:border} {color:border};
  170. {/block:ifborder}
  171. padding:2px;
  172. {block:ifroundedposts}
  173. border-radius:10px;
  174. {/block:ifroundedposts}
  175. }
  176.  
  177. #velour{
  178. width:{text:floatie width}px;
  179. margin-top:{text:floatie margin top}px;
  180. margin-left:{text:floatie margin left}px;
  181.  
  182. {block:ifborder}
  183. border:1px {text:border} {color:border};
  184. {/block:ifborder}
  185. padding:2px;
  186. {block:ifroundedposts}
  187. border-radius:10px;
  188. {/block:ifroundedposts}
  189. }
  190. }
  191.  
  192. #velour img{
  193.  
  194. }
  195.  
  196. #content{
  197. width:400px;
  198. margin-left:400px;
  199. overflow:hidden;
  200. }
  201.  
  202. .post{
  203. width:400px;
  204. margin:0 0 50px 0;
  205. overflow:hidden;
  206. }
  207.  
  208. .post img{
  209. max-width:100%;
  210. display:inline;
  211. {/block:ifhearticon}
  212. {block:ifborder}
  213. border: 2px {select:border} {color:border};{/block:ifborder}
  214. {block:ifcircleicon}
  215. border-radius:100px;
  216. {/block:ifcircleicon}
  217. {block:ifroundedposts}
  218. border-radius:20px;
  219. {block:ifcircleicon}
  220. border-radius:100px;
  221. {/block:ifcircleicon}
  222. {block:ifhearticon}
  223. display:inline;{/block:ifhearticon}
  224. {/block:ifroundedposts}
  225.  
  226. }
  227.  
  228. #sidebar img{
  229. width:{text:sidebar width}px;
  230. {block:ifcirclesidebar}
  231. border-radius:80%;
  232. {/block:ifcirclesidebar}
  233. margin-top:10px;
  234. }
  235.  
  236.  
  237. #nav{
  238. margin:50px 0 0 0;
  239. }
  240.  
  241.  
  242. /*
  243. content in the body of the posts - quotes, asks, etc
  244. "media" contains photos, photosets, videos, audio posts
  245. */
  246. .media{
  247. margin:0 0 10px 0;
  248. border:5px;
  249. }
  250.  
  251. .title{
  252. font-weight:normal;
  253. font-size:18px;
  254. margin:0 0 10px 0;
  255. }
  256.  
  257. .quote{
  258. font-weight:normal;
  259. font-size:16px;
  260. font-style:italic;
  261. margin:0 0 10px 0;
  262. }
  263.  
  264. .question{
  265. margin-bottom:10px;
  266. }
  267.  
  268. blockquote{
  269. margin:0 0 10px 10px;
  270. padding:0 0 0 10px;
  271. border-left:solid 1px #000;
  272. }
  273.  
  274. ::-webkit-scrollbar {
  275. width: 15px; /** width of total scrollbar **/
  276. background: {color:scrollbar}; /** background of scrollbar **/
  277. border: {select:scrollbar border} 2px; {color:scrollbar border}; /** border around whole scrollbar **/
  278. }
  279.  
  280. ::-webkit-scrollbar-thumb {
  281. background: {color:scrollbar thumb}; /** color of the moving part of the scrollbar (thumb) **/
  282. border: {select:scrollbar thumb border} 2px; {color:scrollbar thumb border}; /** border around moving part of scrollbar (overlaps with border of total scrollbar) **/
  283. }
  284.  
  285. /*
  286. post footers - date, tags, via and source
  287. */
  288. .post .footer{
  289. margin:0;
  290. text-align: {select:alignment}
  291. font-size; {text:font size}
  292. }
  293.  
  294. /*
  295. post notes
  296. */
  297. ol.notes{
  298. list-style-type:none;
  299. padding:0;
  300. margin:0;
  301. }
  302.  
  303. ol.notes li.note img{
  304. width:16px;
  305. height:16px;
  306. }
  307.  
  308. ol.notes li.note{
  309. margin:0px;
  310. }
  311.  
  312. {CustomCSS}
  313.  
  314. .search {
  315. width:{text:search width}px;
  316. padding:7px;
  317. margin-top:10px;
  318. margin-bottom:0px;
  319. margin-left:{text:search margin}px;
  320. border-radius:4px;
  321. background:{color:bg};
  322. font-size:20px;
  323. color:{color:text};
  324. border:4px double {color:search border};
  325. font-family:{select:font family};
  326. }
  327.  
  328. ::placeholder{
  329. color:{color:text};
  330. }
  331.  
  332. .go {width:50px; height:34px; background:{color:bg};
  333. border-radius:4px;font-size:20px; font-family:{select:font family};color:{color:text};
  334.  
  335. border-top:2px solid rgba({RGBcolor:search border}, 0.3);
  336. border-left:2px solid rgba({RGBcolor:search border}, 0.3);
  337. border-bottom:2px solid rgba({RGBcolor:search border}, 1.0);
  338. border-right:2px solid rgba({RGBcolor:search border}, 1.0);
  339. outline:none;font-family:ms gothic;}
  340.  
  341. .go:active{
  342. border-bottom:2px solid rgba({RGBcolor:search border}, 0.3);
  343. border-right:2px solid rgba({RGBcolor:search border}, 0.3);
  344. border-top:2px solid rgba({RGBcolor:search border}, 1.0);
  345. border-left:2px solid rgba({RGBcolor:search border}, 1.0);
  346. outline:none;}
  347.  
  348. .go:hover{
  349. cursor: help;
  350. }
  351.  
  352. </style>
  353.  
  354.  
  355. {block:ifrainbowhover}
  356.  
  357.  
  358. <script type='text/javascript'>
  359. //<![CDATA[
  360. var rate = 50;
  361. if (document.getElementById)
  362. window.onerror=new Function("return true")
  363.  
  364. var objActive; // The object which event occured in
  365. var act = 0; // Flag during the action
  366. var elmH = 0; // Hue
  367. var elmS = 128; // Saturation
  368. var elmV = 255; // Value
  369. var clrOrg; // A color before the change
  370. var TimerID; // Timer ID
  371. if (document.all) {
  372. document.onmouseover = doRainbowAnchor;
  373. document.onmouseout = stopRainbowAnchor;
  374. }
  375. else if (document.getElementById) {
  376. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  377. document.onmouseover = Mozilla_doRainbowAnchor;
  378. document.onmouseout = Mozilla_stopRainbowAnchor;
  379. }
  380. function doRainbow(obj)
  381. {
  382. if (act == 0) {
  383. act = 1;
  384. if (obj)
  385. objActive = obj;
  386. else
  387. objActive = event.srcElement;
  388. clrOrg = objActive.style.color;
  389. TimerID = setInterval("ChangeColor()",100);
  390. }
  391. }
  392. function stopRainbow()
  393. {
  394. if (act) {
  395. objActive.style.color = clrOrg;
  396. clearInterval(TimerID);
  397. act = 0;
  398. }
  399. }
  400. function doRainbowAnchor()
  401. {
  402. if (act == 0) {
  403. var obj = event.srcElement;
  404. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  405. obj = obj.parentElement;
  406. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  407. break;
  408. }
  409. if (obj.tagName == 'A' && obj.href != '') {
  410. objActive = obj;
  411. act = 1;
  412. clrOrg = objActive.style.color;
  413. TimerID = setInterval("ChangeColor()",100);
  414. }
  415. }
  416. }
  417. function stopRainbowAnchor()
  418. {
  419. if (act) {
  420. if (objActive.tagName == 'A') {
  421. objActive.style.color = clrOrg;
  422. clearInterval(TimerID);
  423. act = 0;
  424. }
  425. }
  426. }
  427. function Mozilla_doRainbowAnchor(e)
  428. {
  429. if (act == 0) {
  430. obj = e.target;
  431. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  432. obj = obj.parentNode;
  433. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  434. break;
  435. }
  436. if (obj.nodeName == 'A' && obj.href != '') {
  437. objActive = obj;
  438. act = 1;
  439. clrOrg = obj.style.color;
  440. TimerID = setInterval("ChangeColor()",100);
  441. }
  442. }
  443. }
  444. function Mozilla_stopRainbowAnchor(e)
  445. {
  446. if (act) {
  447. if (objActive.nodeName == 'A') {
  448. objActive.style.color = clrOrg;
  449. clearInterval(TimerID);
  450. act = 0;
  451. }
  452. }
  453. }
  454. function ChangeColor()
  455. {
  456. objActive.style.color = makeColor();
  457. }
  458. function makeColor()
  459. {
  460. // Don't you think Color Gamut to look like Rainbow?
  461. // HSVtoRGB
  462. if (elmS == 0) {
  463. elmR = elmV; elmG = elmV; elmB = elmV;
  464. }
  465. else {
  466. t1 = elmV;
  467. t2 = (255 - elmS) * elmV / 255;
  468. t3 = elmH % 60;
  469. t3 = (t1 - t2) * t3 / 60;
  470. if (elmH < 60) {
  471. elmR = t1; elmB = t2; elmG = t2 + t3;
  472. }
  473. else if (elmH < 120) {
  474. elmG = t1; elmB = t2; elmR = t1 - t3;
  475. }
  476. else if (elmH < 180) {
  477. elmG = t1; elmR = t2; elmB = t2 + t3;
  478. }
  479. else if (elmH < 240) {
  480. elmB = t1; elmR = t2; elmG = t1 - t3;
  481. }
  482. else if (elmH < 300) {
  483. elmB = t1; elmG = t2; elmR = t2 + t3;
  484. }
  485. else if (elmH < 360) {
  486. elmR = t1; elmG = t2; elmB = t1 - t3;
  487. }
  488. else {
  489. elmR = 0; elmG = 0; elmB = 0;
  490. }
  491. }
  492. elmR = Math.floor(elmR).toString(16);
  493. elmG = Math.floor(elmG).toString(16);
  494. elmB = Math.floor(elmB).toString(16);
  495. if (elmR.length == 1) elmR = "0" + elmR;
  496. if (elmG.length == 1) elmG = "0" + elmG;
  497. if (elmB.length == 1) elmB = "0" + elmB
  498. elmH = elmH + rate;
  499. if (elmH >= 360)
  500. elmH = 0;
  501. return '#' + elmR + elmG + elmB;
  502. }
  503. //]]>
  504. </script>
  505. {/block:ifrainbowhover}
  506.  
  507.  
  508. <script type="text/javascript">
  509. // <![CDATA[
  510. var speed=100; // speed colours change, 1 second = 1000
  511. var delay=25; // how long to wait for each wipe
  512. var alink="/"; // page to link text to (set to ="" for no link)
  513.  
  514. /****************************
  515. * Wipe Out Text Effect *
  516. *(c)2003-15 mf2fm web-design*
  517. * http://www.mf2fm.com/rv *
  518. * DON'T EDIT BELOW THIS BOX *
  519. ****************************/
  520. function addLoadEvent(funky) {
  521. var oldonload=window.onload;
  522. if (typeof(oldonload)!='function') window.onload=funky;
  523. else window.onload=function() {
  524. if (oldonload) oldonload();
  525. funky();
  526. }
  527. }
  528.  
  529. addLoadEvent(swab);
  530.  
  531. var w_txt;
  532. function swab() { if (document.getElementById) {
  533. var wiper=document.getElementById("wipe");
  534. w_txt=wiper.firstChild.nodeValue;
  535. while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  536. for (var i=0; i<w_txt.length; i++) {
  537. var wipei=document.createElement("span");
  538. wipei.setAttribute("id", "wipe"+i);
  539. wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  540. if (alink) {
  541. wipei.style.cursor="pointer";
  542. wipei.onclick=function() { top.location.href=alink; }
  543. }
  544. wiper.appendChild(wipei);
  545. }
  546. wipe(0);
  547. }}
  548.  
  549. function wipe(c) {
  550. if (!c) for (var w=0; w<w_txt.length; w++) document.getElementById("wipe"+w).style.visibility="hidden";
  551. else if (c<=w_txt.length) document.getElementById("wipe"+(c-1)).style.visibility="visible";
  552. setTimeout("wipe("+(++c%(w_txt.length+delay))+")", speed);
  553. }
  554. // ]]>
  555. </script>
  556.  
  557.  
  558.  
  559. </head>
  560.  
  561. <body>
  562.  
  563. <span id="wipe">{text:wipe out text}</span>
  564.  
  565. {block:ifredirect}<script>
  566. if(window.location.pathname == '/') location.replace('/tagged/{text:redirect}');
  567. </script>{/block:ifredirect}
  568.  
  569.  
  570. <div class="clicky">
  571. <a href="{text:link1 url}">{text:link1 name}</a> {text:link divider}
  572. <a href="{text:link2 url}">{text:link2 name}</a> {text:link divider}
  573. <a href="{text:link3 url}">{text:link3 name}</a> {text:link divider}
  574.  
  575. </div>
  576.  
  577.  
  578. <div id="wrapper">
  579.  
  580.  
  581. <div id="sidebar"></div>
  582. <center>
  583. <div style="position:fixed; bottom: {text:sidebar margin bottom} px; left:{text:sidebar margin left}px;"><img src= {image:sidebar} width={text:sidebar width}px /></div>
  584.  
  585. <div id="velour"></div>
  586. <center>
  587. <div style="position:fixed; bottom: {text:floatie margin bottom} px; right:{text:floatie margin left}px;"><img src= {image:floatie} width={text:floatie width}px /></div>
  588.  
  589.  
  590.  
  591.  
  592. {block:ifsearch}
  593. <form action="/search" method="get">
  594. <input class="search" type="text" placeholder="{text:search text}" name="q" value="" style="outline:none;">
  595. <input class="go" type="submit" value="GO!" id="sb"/>
  596. </form>
  597. {/block:ifsearch}
  598.  
  599. {block:ifcustomdesc}
  600. {block:Description}
  601. <p>{text:custom desc}</p>
  602. {/block:Description}
  603. {/block:ifcustomdesc}
  604.  
  605.  
  606.  
  607. {block:AskEnabled}
  608. <a href="/ask">{AskLabel}</a><br>
  609. {/block:AskEnabled}
  610. {block:HasPages}
  611. {block:Pages}
  612. <a href="{URL}">{Label}</a><br>
  613. {/block:Pages}
  614. {/block:HasPages}
  615. </div>
  616.  
  617.  
  618. <div id="content">
  619. {block:Posts}
  620.  
  621. <div class="post">
  622.  
  623. {block:Text}
  624. {block:Title}
  625. <div class="title">{Title}</div>
  626. {/block:Title}
  627. {Body}
  628. {/block:Text}
  629.  
  630.  
  631.  
  632. {block:Photo}
  633. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  634. {block:ifcaption}
  635. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  636. {/block:ifcaption}
  637. {/block:Photo}
  638.  
  639. {block:Photoset}
  640. <div class="media">{Photoset-400}</div>
  641. {block:ifcaption}
  642. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  643. {/block:ifcaption}
  644. {/block:Photoset}
  645.  
  646. {block:Quote}
  647. <div class="quote">"{Quote}"</div>
  648. {block:Source}
  649. <div class="quotesource">{Source}</div>
  650. {/block:Source}
  651. {/block:Quote}
  652.  
  653. {block:Link}
  654. <div class="title"><a href="{URL}">{Name}</a></div>
  655. {block:Description}
  656. <div class="description">{Description}</div>
  657. {/block:Description}
  658. {/block:Link}
  659.  
  660. {block:Chat}
  661. {block:Title}
  662. <div class="title">{Title}</div>
  663. {/block:Title}
  664. {block:Lines}
  665. <div class="{Alt} user_{UserNumber}">
  666. {block:Label}
  667. <b>{Label}</b>{/block:Label}
  668. &nbsp;{Line}
  669. </div>
  670. {/block:Lines}
  671. {/block:Chat}
  672.  
  673. {block:Video}
  674. <div class="media">{Video-400}</div>
  675. {block:ifcaption}
  676. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  677. {/block:ifcaption}
  678. {/block:Video}
  679.  
  680. {block:Audio}
  681. <div class="media">
  682. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  683. {AudioPlayerWhite}
  684. {block:TrackName}{TrackName}<br>{/block:TrackName}
  685. {block:Artist}{Artist}<br>{/block:Artist}
  686. {block:Album}{Album}{/block:Album}
  687. </div>
  688. {block:ifcaption}
  689. {block:Caption}{Caption}{/block:Caption}
  690. {/block:ifcaption}
  691. {/block:Audio}
  692.  
  693. {block:Answer}
  694. <div class="question">{Asker}: {Question}</div>
  695. <div class="caption">{Answer}</div>
  696. {/block:Answer}
  697.  
  698. {block:Date}
  699. <div class="footer">
  700. {block:ifnothidetime}
  701. <a href="{Permalink}">{TimeAgo}
  702. {/block:ifnothidetime}
  703.  
  704. {block:NoteCount}
  705. {block:ifnothidenotes}
  706. ({NoteCountWithLabel})
  707. {/block:ifnothidenotes} {block:ifpermaimg}<img src="{image:permaimg}">{/block:ifpermaimg}</a>{/block:NoteCount}<p>
  708.  
  709. {block:ifnothidetags}
  710. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  711. {/block:ifnothidetags}<p>
  712.  
  713. <p><img src="{image:divider}">
  714.  
  715. {block:PermalinkPage}
  716. {block:NoteCount}
  717. {block:PostNotes}{PostNotes}{/block:PostNotes}
  718. {/block:NoteCount}
  719. {/block:PermalinkPage}
  720. {/block:Date}
  721.  
  722.  
  723. </div>
  724. {/block:Posts}
  725.  
  726. {block:Pagination}
  727. <div id="nav">
  728. {block:PreviousPage}<a href="{PreviousPage}">{text:back button}</a></a>{/block:PreviousPage}
  729.  
  730. {block:NextPage}<a href="{NextPage}">{text:next button}</a>{/block:NextPage}
  731. </div>
  732. {/block:Pagination}
  733. </div>
  734. </div>
  735.  
  736. </div>
  737.  
  738. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  739. <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  740.  
  741.  
  742. <div id="credit">
  743. <div style="position:fixed;bottom:0px;left:5px;padding:10px;"><a href="https://twitter.com/friendlyrun/"><img src="https://66.media.tumblr.com/481ba757db86252924415136fb693ecd/tumblr_pqmsqzrK4h1y8ua8do1_75sq.gif" title="theme by morado"></a>
  744. </div>
  745.  
  746. <!-----
  747.  
  748. you can change the pixel to something matching your aes
  749. just dont remove it
  750.  
  751. ----->
  752.  
  753. </body>
  754. </html>
Add Comment
Please, Sign In to add comment