ptsdnick

fairy and ghost theme

Nov 7th, 2016
3,758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. base code by animecharacter.tumblr.com
  6.  
  7. fairy and ghost theme by 1ncinerate / shockjockeys :')
  8. please enjoy.
  9. don't remove the credit.
  10. ok to mod + work with. its...buggy sorry.
  11.  
  12. ----->
  13.  
  14. <meta charset="utf-8">
  15. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <title>{Title}</title>
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25.  
  26.  
  27. <script>
  28.  
  29.  
  30. (function($){
  31.  
  32. $(document).ready(function(){
  33.  
  34. $("a[title]").style_my_tooltips({
  35.  
  36. tip_follows_cursor:true,
  37.  
  38. tip_delay_time:30,
  39.  
  40. tip_fade_speed:300,
  41.  
  42. attribute:"title"
  43.  
  44. });
  45.  
  46. });
  47.  
  48. })(jQuery);
  49.  
  50. </script>
  51.  
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  55.  
  56. <meta name="image:sidebar" content="" />
  57. <meta name="image:background" content="">
  58. <meta name="image:divider" content="http://68.media.tumblr.com/tumblr_ls7b7t62Fz1r10jj7.gif">
  59. <meta name="image:pixel links" content="http://68.media.tumblr.com/tumblr_lm6qbgraH91qfoi4t.gif">
  60. <meta name="image:cursor" content=""/>
  61. <meta name="image:static image" content="">
  62.  
  63. <meta name="color:posts" content=""/>
  64. <meta name="color:sidebar" content=""/>
  65. <meta name="color:bg" content="#fff"/>
  66. <meta name="color:text" content="#000"/>
  67. <meta name="color:container bg" content=""/>
  68. <meta name="color:link"/>
  69. <meta name="color:link hover"/>
  70. <meta name="color:border"/>
  71. <meta name="color:footer"/>
  72. <meta name="color:footer text"/>
  73. <meta name="color:blockquote"/>
  74. <meta name="color:scroll" content="">
  75. <meta name="color:scrollbar" content="">
  76.  
  77. <meta name="select:font" content="arial">
  78. <meta name="select:font" content="courier new">
  79. <meta name="select:font" content="ms gothic">
  80. <meta name="select:font" content="ms pgothic">
  81. <meta name="select:font" content="calibri">
  82. <meta name="select:font" content="cambria">
  83. <meta name="select:font" content="papyrus">
  84. <meta name="select:font" content="gautami">
  85.  
  86. <meta name="select:border" content="solid"/>
  87. <meta name="select:border" content="dotted"/>
  88. <meta name="select:border" content="dashed"/>
  89. <meta name="select:border" content="none"/>
  90.  
  91. <meta name="select:border width" content="1"/>
  92. <meta name="select:border width" content="2"/>
  93. <meta name="select:border width" content="3"/>
  94.  
  95. <meta name="text:font size" content="15">
  96. <meta name="text:updates" content="put updates / user counters here!!">
  97.  
  98. <meta name="if:custom cursor" content="" />
  99. <meta name="if:pixel links" content="">
  100. <meta name="if:center links" content=""/>
  101. <meta name="if:rainbow link hover" content=""/>
  102. <meta name="if:rounded" content="">
  103. <meta name="if:shadow" content="">
  104. <meta name="if:circle sidebar" content="1">
  105. <meta name="if:hover blur" content="">
  106.  
  107. <meta name="text:Link 1" content="">
  108. <meta name="text:Link 1 url" content="/">
  109. <meta name="text:Link 2" content="">
  110. <meta name="text:Link 2 url" content="/">
  111. <meta name="text:image width" content=""/>
  112. <meta name="text:image margin left" content="0"/>
  113. <meta name="text:image margin bottom" content="0"/>
  114.  
  115. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  116.  
  117. <style type="text/css">
  118.  
  119.  
  120. /*
  121. general text styles, fonts and colours
  122. */
  123.  
  124. {block:ifcustomcursor} *, body {cursor: url('{image:cursor}'), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url('{image:cursor}'), auto;}{/block:ifcustomcursor}
  125.  
  126. #s-m-t-tooltip {max-width:300px;border-radius:0px ;padding:4px;border:1px solid {color:border};margin:20px 7px -2px 20px;background-color:{color:posts};font-size:13px;text-transform:normal;color:{color:text};z-index:999999999999999999999999999999999999;letter-spacing:.8px;}
  127.  
  128. ::-webkit-scrollbar {
  129. width:15px;
  130. height:0;
  131. background:{color:Scrollbar};
  132. border: 1px solid {color:Scroll};
  133. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  134. }
  135. ::-webkit-scrollbar-thumb {background:{color:Scroll};border:1px solid {color:Scrollbar};
  136. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  137. }
  138.  
  139. div.songtitle::-webkit-scrollbar {
  140. width:10px;
  141. height:0;
  142. background:{color:Scrollbar};
  143. border:1px solid {color:Scroll};
  144. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  145. }
  146. div.songtitle::-webkit-scrollbar-thumb {background:{color:Scrollbar};border:1px solid {color:Scrollbar};
  147. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  148. }
  149.  
  150. div.notebox::-webkit-scrollbar {
  151. width:10px;
  152. height:0;
  153. background:{color:Scrollbar};
  154. border:1px solid {color:Scroll};
  155. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  156. }
  157. div.notebox::-webkit-scrollbar-thumb {background:{color:Scroll};border:1px solid {color:Scroll};
  158. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  159. }
  160.  
  161. body {
  162. margin:0px;
  163. background-color:{color:bg};
  164. font-family:{select:font};
  165. font-size:{text:font size}px;
  166. line-height:140%;
  167. color: {color:text};
  168. background: {color:bg} url('{image:background}') no-repeat center center fixed;
  169. -webkit-background-size: cover;
  170. -moz-background-size: cover;
  171. -o-background-size: cover;
  172. background-size: cover;
  173. }
  174.  
  175. p{
  176. margin:0 0 10px 0;
  177. padding:0;
  178. }
  179.  
  180. pre {
  181. white-space: pre-wrap;
  182. white-space: -moz-pre-wrap;
  183. white-space: -pre-wrap;
  184. white-space: -o-pre-wrap;
  185. word-wrap: break-word;
  186. }
  187.  
  188. a{
  189. color:{color:link};
  190. text-decoration:none;
  191. }
  192.  
  193. a:hover{
  194. color:{color:link hover};
  195. text-decoration:underline;
  196. {block:ifhoverblur}-webkit-filter: blur(1px);{/block:ifhoverblur}
  197. }
  198.  
  199. li{
  200. margin-left:-15px;
  201. }
  202.  
  203. /*
  204. containers etc
  205. */
  206. #wrapper{
  207. width:600px;
  208. margin:50px auto;
  209. }
  210.  
  211. #title{
  212. text-align:center;
  213. font-size:25px;
  214. }
  215.  
  216. #title img{
  217. width:auto;
  218. }
  219.  
  220. #sidebar{
  221. margin:200px 0 0 -120px;
  222. background-color:{color:sidebar};
  223. width:150px;
  224. padding:20px;
  225. position:fixed;
  226. font-family:{select:font};
  227. font-size:{text:font size}px;
  228. border:{select:border width}px {select:border} {color:border};
  229. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  230. {block:ifShadow}box-shadow: 10px 10px rgba(0, 0, 0, 0.2);{block:ifShadow}
  231. }
  232.  
  233. #sidebar img{
  234. margin-top:-55px;
  235. {block:ifroundsidebar}
  236. border-radius:70px;{/block:ifroundsidebar}
  237. width:100px;
  238. {block:ifcirclesidebar}border-radius:80px;{/block:ifcirclesidebar}
  239. }
  240.  
  241. #sidebar img:hover{
  242. {block:ifhoverblur}-webkit-filter: blur(1px);{/block:ifhoverblur}
  243. }
  244.  
  245. #content{
  246. width:700px;
  247. margin-left:150px;
  248. overflow:hidden;
  249. }
  250.  
  251. .post{
  252. margin: 50px 0 0px 0;
  253. margin-bottom:50px;
  254. overflow:hidden;
  255. font-family:{select:font};
  256. font-size:{text:font size}px;
  257. width:300px;
  258. background-color:{color:posts};
  259. padding:20px;
  260. border:{select:border width}px {select:border} {color:border};
  261. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  262. {block:ifShadow}box-shadow: 10px 10px rgba(0, 0, 0, 0.2);{block:ifShadow}
  263. }
  264.  
  265. #sidebar img, .post img{
  266. max-width:100%;
  267. }
  268.  
  269. #nav{
  270. margin:5px 0 0 0;
  271. text-align:center;
  272. border-top:1px solid {color:border};
  273. }
  274.  
  275. #container {
  276. width:600px;
  277. height:600px;
  278. margin:10px;
  279. overflow:auto;
  280. text-align: justify;
  281. border:{select:border width}px {select:border} {color:border};
  282. background-color:{color:container bg};
  283. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  284. {block:ifShadow}box-shadow: 10px 10px rgba(0, 0, 0, 0.2);{block:ifShadow}
  285. }
  286.  
  287. #entries {margin-left:100px; text-align: justify;}
  288.  
  289. #desc{
  290. text-align:center;
  291. padding:2px;
  292. }
  293.  
  294. #links{
  295. text-align:center;
  296. letter-spacing:1.5px;
  297. padding-bottom:2px;
  298. }
  299.  
  300. #links img{
  301. width: auto;
  302. }
  303.  
  304. #default{
  305. word-spacing:2px;
  306. line-height:140%;
  307. text-align:center;
  308. }
  309.  
  310. #divider{
  311. margin:0 0 0 0;
  312. width:auto;
  313. overflow:hidden;
  314. }
  315.  
  316. #updates{
  317. margin: 460px 0 0 -120px;
  318. position:fixed;
  319. width:150px;
  320. padding:20px;
  321. text-align:center;
  322. border:{select:border width}px {select:border} {color:border};
  323. background-color:{color:sidebar};
  324. {block:ifrounded}border-radius:10px;{/block:ifrounded}
  325. {block:ifShadow}box-shadow: 10px 10px rgba(0, 0, 0, 0.2);{block:ifShadow}
  326. }
  327.  
  328. /*
  329. content in the body of the posts - quotes, asks, etc
  330. "media" contains photos, photosets, videos, audio posts
  331. */
  332. .media{
  333. margin:0 0 10px 0;
  334. }
  335.  
  336. .title{
  337. font-weight:bold;
  338. font-size:18px;
  339. margin: 0 0 10px 0;
  340. padding-bottom:2px;
  341. border-bottom:1px solid {color:border};
  342. }
  343.  
  344. .quote{
  345. font-weight:normal;
  346. font-size:16px;
  347. font-style:italic;
  348. margin:0 0 10px 0;
  349. }
  350.  
  351. .question{
  352. margin-bottom:10px;
  353. border-bottom: 1px solid {color:border};
  354. padding-bottom:10px;
  355. }
  356.  
  357. .question img{
  358. border-radius:20px;
  359. }
  360.  
  361. blockquote{
  362. margin:0 0 10px 10px;
  363. padding:0 0 0 10px;
  364. border-left:solid 1px {color:blockquote};
  365. }
  366.  
  367. #audio .player{background:#FFF;height:25px;width:25px;padding:2px;overflow:hidden;position:absolute;margin-top:8px;margin-left:8px;border:2px solid #fff;opacity:0.8;z-index:2;}
  368.  
  369. .art{width:55px;height:55px; position:absolute;display:block;z-index:1;}
  370. .art img{width:60px;height:60px;}
  371.  
  372. .songtitle{margin-left:60px;height:40px;padding:5px 10px;line-height:13px;overflow:auto;font-size:13px;}
  373.  
  374. .video-container {
  375. position: center;
  376. overflow: hidden;
  377. }
  378.  
  379. .video-container iframe,
  380. .video-container object,
  381. .video-container embed {
  382. position: center;
  383. max-width:{select:Postwidth} ;
  384. max-height:{select:Postwidth} ;
  385. }
  386.  
  387. .video-wrapper {
  388. max-width:{select:Postwidth} ;
  389. max-height:{select:Postwidth} ;
  390. }
  391.  
  392. /*
  393. post footers - date, tags, via and source
  394. */
  395. .post .footer{
  396. margin:0;
  397. text-align:center;
  398. background-color:{color:footer};
  399. color:{color:footer text};
  400. border:1px {color:border} {select:border};
  401. padding:3px;
  402. font-weight:bold;
  403. {block:ifroundcorners}border-radius:10px;{/block:ifroundcorners}
  404. }
  405.  
  406. /*
  407. post notes
  408. */
  409. ol.notes{
  410. list-style-type:none;
  411. padding:0;
  412. margin:0;
  413. }
  414.  
  415. ol.notes li.note img{
  416. width:16px;
  417. height:16px;
  418. }
  419.  
  420. ol.notes li.note{
  421. margin:0px;
  422. }
  423.  
  424.  
  425. {CustomCSS}
  426. </style>
  427. {block:ifrainbowlinkhover}
  428. <script type='text/javascript'>
  429. //<![CDATA[
  430. var rate = 50;
  431. if (document.getElementById)
  432. window.onerror=new Function("return true")
  433.  
  434. var objActive; // The object which event occured in
  435. var act = 0; // Flag during the action
  436. var elmH = 0; // Hue
  437. var elmS = 128; // Saturation
  438. var elmV = 255; // Value
  439. var clrOrg; // A color before the change
  440. var TimerID; // Timer ID
  441. if (document.all) {
  442. document.onmouseover = doRainbowAnchor;
  443. document.onmouseout = stopRainbowAnchor;
  444. }
  445. else if (document.getElementById) {
  446. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  447. document.onmouseover = Mozilla_doRainbowAnchor;
  448. document.onmouseout = Mozilla_stopRainbowAnchor;
  449. }
  450. function doRainbow(obj)
  451. {
  452. if (act == 0) {
  453. act = 1;
  454. if (obj)
  455. objActive = obj;
  456. else
  457. objActive = event.srcElement;
  458. clrOrg = objActive.style.color;
  459. TimerID = setInterval("ChangeColor()",100);
  460. }
  461. }
  462. function stopRainbow()
  463. {
  464. if (act) {
  465. objActive.style.color = clrOrg;
  466. clearInterval(TimerID);
  467. act = 0;
  468. }
  469. }
  470. function doRainbowAnchor()
  471. {
  472. if (act == 0) {
  473. var obj = event.srcElement;
  474. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  475. obj = obj.parentElement;
  476. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  477. break;
  478. }
  479. if (obj.tagName == 'A' && obj.href != '') {
  480. objActive = obj;
  481. act = 1;
  482. clrOrg = objActive.style.color;
  483. TimerID = setInterval("ChangeColor()",100);
  484. }
  485. }
  486. }
  487. function stopRainbowAnchor()
  488. {
  489. if (act) {
  490. if (objActive.tagName == 'A') {
  491. objActive.style.color = clrOrg;
  492. clearInterval(TimerID);
  493. act = 0;
  494. }
  495. }
  496. }
  497. function Mozilla_doRainbowAnchor(e)
  498. {
  499. if (act == 0) {
  500. obj = e.target;
  501. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  502. obj = obj.parentNode;
  503. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  504. break;
  505. }
  506. if (obj.nodeName == 'A' && obj.href != '') {
  507. objActive = obj;
  508. act = 1;
  509. clrOrg = obj.style.color;
  510. TimerID = setInterval("ChangeColor()",100);
  511. }
  512. }
  513. }
  514. function Mozilla_stopRainbowAnchor(e)
  515. {
  516. if (act) {
  517. if (objActive.nodeName == 'A') {
  518. objActive.style.color = clrOrg;
  519. clearInterval(TimerID);
  520. act = 0;
  521. }
  522. }
  523. }
  524. function ChangeColor()
  525. {
  526. objActive.style.color = makeColor();
  527. }
  528. function makeColor()
  529. {
  530. // Don't you think Color Gamut to look like Rainbow?
  531. // HSVtoRGB
  532. if (elmS == 0) {
  533. elmR = elmV; elmG = elmV; elmB = elmV;
  534. }
  535. else {
  536. t1 = elmV;
  537. t2 = (255 - elmS) * elmV / 255;
  538. t3 = elmH % 60;
  539. t3 = (t1 - t2) * t3 / 60;
  540. if (elmH < 60) {
  541. elmR = t1; elmB = t2; elmG = t2 + t3;
  542. }
  543. else if (elmH < 120) {
  544. elmG = t1; elmB = t2; elmR = t1 - t3;
  545. }
  546. else if (elmH < 180) {
  547. elmG = t1; elmR = t2; elmB = t2 + t3;
  548. }
  549. else if (elmH < 240) {
  550. elmB = t1; elmR = t2; elmG = t1 - t3;
  551. }
  552. else if (elmH < 300) {
  553. elmB = t1; elmG = t2; elmR = t2 + t3;
  554. }
  555. else if (elmH < 360) {
  556. elmR = t1; elmG = t2; elmB = t1 - t3;
  557. }
  558. else {
  559. elmR = 0; elmG = 0; elmB = 0;
  560. }
  561. }
  562. elmR = Math.floor(elmR).toString(16);
  563. elmG = Math.floor(elmG).toString(16);
  564. elmB = Math.floor(elmB).toString(16);
  565. if (elmR.length == 1) elmR = "0" + elmR;
  566. if (elmG.length == 1) elmG = "0" + elmG;
  567. if (elmB.length == 1) elmB = "0" + elmB
  568. elmH = elmH + rate;
  569. if (elmH >= 360)
  570. elmH = 0;
  571. return '#' + elmR + elmG + elmB;
  572. }
  573. //]]>
  574. </script>{/block:ifrainbowlinkhover}
  575.  
  576. </head>
  577.  
  578. <body>
  579. <div id="wrapper">
  580.  
  581.  
  582. <div id="sidebar">
  583. <center><a href="/" title="index"> <img src="{image:sidebar}"></a></center>
  584. <div id="desc">{block:Description}
  585. <p>{Description}</p>
  586. {/block:Description}</div>
  587. <div id="links">
  588. {block:ifpixellinks}
  589. <a href="/" title="index"><img src="{image:pixel links}"></a>
  590. <a href="/ask" title="mail"><img src="{image:pixel links}"></a>
  591. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}"><img src="{image:pixel links}"></a>{/block:ifLink1}
  592. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}"><img src="{image:pixel links}"></a>{/block:ifLink2}
  593. {block:ifpixellinks}
  594.  
  595. {block:ifcenterlinks}
  596. <div id="default">
  597. <a href="/">index</a><br>
  598. <a href="/ask">mail</a>
  599. {block:ifLink1}<br><a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  600. {block:ifLink2}<br><a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  601. </div>
  602. {/block:ifcenterlinks}
  603. </div>
  604. {block:Pagination}
  605. <div id="nav">
  606. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  607. /
  608. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  609. </div>
  610. {/block:Pagination}
  611. </div>
  612.  
  613. <div id="updates">
  614. {text:updates}
  615. </div>
  616.  
  617.  
  618. <div id="content">
  619.  
  620. <div id="container">
  621. <div id="entries">
  622.  
  623. {block:Posts}
  624.  
  625. {block:ContentSource}
  626. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  627. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  628. {/block:SourceLogo}
  629. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  630. {/block:ContentSource}
  631. {block:NoRebloggedFrom}
  632. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  633. {/block:NoRebloggedFrom}
  634.  
  635.  
  636. <div class="post">
  637.  
  638. {block:Text}
  639. {block:Title}
  640. <div class="title">{Title}</div>
  641. {/block:Title}
  642. {Body}
  643. {/block:Text}
  644.  
  645. {block:Photo}
  646. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  647. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  648. {/block:Photo}
  649.  
  650. {block:Photoset}
  651. <div class="media">{Photoset}</div>
  652. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  653. {/block:Photoset}
  654.  
  655. {block:Quote}
  656. <div class="quote">"{Quote}"</div>
  657. {block:Source}
  658. <div class="quotesource">{Source}</div>
  659. {/block:Source}
  660. {/block:Quote}
  661.  
  662. {block:Link}
  663. <div class="title"><a href="{URL}">{Name}</a></div>
  664. {block:Description}
  665. <div class="description">{Description}</div>
  666. {/block:Description}
  667. {/block:Link}
  668.  
  669. {block:Chat}
  670. {block:Title}
  671. <div class="title">{Title}</div>
  672. {/block:Title}
  673.  
  674. {block:Lines}
  675. <div class="{Alt} user_{UserNumber}">
  676. {block:Label}
  677. <b>{Label}</b>{/block:Label}
  678. &nbsp;{Line}
  679. </div>
  680. {/block:Lines}
  681. {/block:Chat}
  682.  
  683. {block:Video}
  684. <div class="media">
  685. <div class="video-wrapper">
  686. <div class="video-container">{Video-400}</div>
  687. </div>
  688. </div>
  689. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  690. {/block:Video}
  691.  
  692. {block:Audio}
  693. <div id="audio">
  694. <div class="art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  695. <div class="player">{AudioPlayerWhite}</div>
  696. <div class="songtitle">
  697. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br>
  698. {block:Artist}{Artist}{/block:Artist}<br>
  699. {block:Album}{Album}{/block:Album}</div></div>
  700. {block:Caption}{Caption}{/block:Caption}
  701. {/block:Audio}
  702.  
  703. {block:Answer}
  704. <div class="question"><img src="{AskerPortraitURL-24}"> <b>{Asker}</b>: {Question}</div>
  705. <div class="caption">{Answer}</div>
  706. {/block:Answer}
  707.  
  708.  
  709. {block:Date}
  710. <div class="footer">
  711. <a href="{Permalink}" title="{TimeAgo}">{MonthNumber}.{DayOfMonth}.{Year}</a>{block:NoteCount} {NoteCount} ♥{/block:NoteCount} {block:ContentSource}| <a href="{SourceURL}" title="{SourceTitle}">src</a>{/block:ContentSource} | <a href="{ReblogURL}" target="_blank" class="details" title="reblog">rblg</a>
  712. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  713. </div>
  714.  
  715. {block:PermalinkPage}
  716. {block:NoteCount}
  717. {block:PostNotes}{PostNotes}{/block:PostNotes}
  718. {/block:NoteCount}
  719. {/block:PermalinkPage}
  720. {/block:Date}
  721.  
  722. </div>
  723.  
  724. <div id="divider"><img src="{image:divider}"></div>
  725. {/block:Posts}
  726.  
  727. </div>
  728.  
  729.  
  730. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  731. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  732.  
  733. <div id="staticimage" style="position:fixed; bottom:{text:image margin bottom}px; z-index:-1; left:{text:image margin left}px;"><img src="{image:static image}"width="{text:left image width}"></div>
  734.  
  735. <a style="bottom:2px;right:2px;background:none;none;position:fixed;padding:2px;font-size:17px;font-family: arial;font-weight:bold;color:{color:Link};text-decoration:none;" href="http://www.1ncinerate.tumblr.com" title="credit"><img src="http://66.media.tumblr.com/4df530770877ffd68b157974e4e40632/tumblr_inline_mk3mr9iY6T1roozkr.gif"></a>
  736.  
  737. </body>
  738. </html>
Advertisement
Add Comment
Please, Sign In to add comment