Advertisement
Guest User

here u go mckee

a guest
Feb 19th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!------------------------------------------------------------------
  6.  
  7. dusk theme* by tumblr user aph-denmark
  8.  
  9. *revamp of 01/dawn (dawn and dusk, get it)
  10.  
  11. the rules, as usual!
  12. - don't touch the credit
  13. - minor editing is allowed
  14. - don't claim the theme as your own
  15. - don't use it as a base code/take parts of my code
  16. - enjoy!
  17.  
  18. thank you!!
  19.  
  20. ------------------------------------------------------------------->
  21.  
  22. <head>
  23.  
  24. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  25. <link rel="shortcut icon" href="{image:favicon}" />
  26.  
  27. <meta name="color:background" content="#ffffff" />
  28. <meta name="color:text" content="#474747" />
  29. <meta name="color:links" content="#6d6d6d" />
  30. <meta name="color:links hover" content="#ffffff" />
  31. <meta name="color:links highlight" content="#ffdff8" />
  32. <meta name="color:links highlight hover" content="#000000" />
  33. <meta name="color:link post" content="#c0dbff" />
  34. <meta name="color:post titles" content="#000000" />
  35. <meta name="color:borders" content="#ffffff" />
  36. <meta name="color:ask bubble" content="#f3f3f3" />
  37. <meta name="color:selection text" content="#ffffff" />
  38. <meta name="color:link selection" content="#ffb8b8" />
  39. <meta name="color:selection bg" content="#626262" />
  40. <meta name="color:hovertext bg" content="#ffffff" />
  41. <meta name="color:hovertext text" content="#9f9f9f" />
  42.  
  43. <meta name="image:favicon" content="https://41.media.tumblr.com/a7ecff1949d26b110d6ea3ba9b0b9603/tumblr_nw4189xTNT1teaitco2_400.jpg" />
  44. <meta name="image:background image" content="" />
  45. <meta name="image:sidebar image" content="https://40.media.tumblr.com/3f6c8058d86bb9490b5c0b839f4f7c4a/tumblr_nw4189xTNT1teaitco1_400.jpg" />
  46. <meta name="image:corner image" content="" />
  47.  
  48. <meta name="if:sidebar pagination" content="1" />
  49. <meta name="if:sidebar image" content="1" />
  50. <meta name="if:round sidebar img" content="1" />
  51. <meta name="if:uppercase" content="1" />
  52. <meta name="if:link highlights" content="1" />
  53. <meta name="if:no tags" content="0" />
  54. <meta name="if:post shadow" content="0" />
  55. <meta name="if:maximized background" content="1" />
  56. <meta name="if:sidebar image" content="1" />
  57. <meta name="if:250px posts" content="0" />
  58. <meta name="if:400px posts" content="1" />
  59. <meta name="if:500px posts" content="0" />
  60. <meta name="if:show captions" content="1" />
  61. <meta name="if:photo fade" content="1" />
  62. <meta name="if:monochrome" content="0" />
  63.  
  64. <meta name="text:asker title" content="asked" />
  65. <meta name="text:posts margin left" content="500" />
  66. <meta name="text:sidebar margin left" content="200" />
  67. <meta name="text:sidebar margin top" content="200" />
  68. <meta name="text:corner image margin right" content="0" />
  69. <meta name="text:corner image margin bottom" content="0" />
  70. <meta name="text:link 1 url" content="/" />
  71. <meta name="text:link 1 title" content="home" />
  72. <meta name="text:link 2 url" content="/ask" />
  73. <meta name="text:link 2 title" content="ask" />
  74. <meta name="text:link 3 url" content="/archive" />
  75. <meta name="text:link 3 title" content="past" />
  76. <meta name="text:link 4 url" content="/" />
  77. <meta name="text:link 4 title" content="link 4" />
  78. <meta name="text:link 5 url" content="/" />
  79. <meta name="text:link 5 title" content="link 5" />
  80. <meta name="text:link 6 url" content="/" />
  81. <meta name="text:link 6 title" content="link 6" />
  82.  
  83. <meta name="select:font size" content="10px" title="10px" />
  84. <meta name="select:font size" content="11px" title="11px" />
  85. <meta name="select:font size" content="12px" title="12px" />
  86.  
  87. <meta name="select:font" content="'Inconsolata'" title="inconsolata" />
  88. <meta name="select:font" content="arial" title="arial" />
  89. <meta name="select:font" content="consolas" title="consolas" />
  90. <meta name="select:font" content="courier" title="courier new" />
  91. <meta name="select:font" content="'Roboto Mono'" title="roboto mono" />
  92.  
  93. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  94.  
  95. <link href='https://fonts.googleapis.com/css?family=Roboto+Mono|Inconsolata' rel='stylesheet' type='text/css'>
  96.  
  97. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  98.  
  99. <script src="https://static.tumblr.com/phel9m5/gGqnt93fv/jquery.style-my-tooltips.js"></script>
  100.  
  101. <script>
  102. (function($){
  103. $(document).ready(function(){
  104. $("[title], a[title], img[title]").style_my_tooltips({
  105. tip_delay_time:200,
  106. tip_fade_speed:500, });
  107. });
  108. })(jQuery);
  109. </script>
  110.  
  111. <style type="text/css">
  112.  
  113. iframe#tumblr_controls {
  114. right:0 !important;
  115. position:fixed !important;
  116. opacity: 0.4;
  117. -webkit-transition: all 0.6s ease-in-out;
  118. -moz-transition: all 0.6s ease-in-out;
  119. -o-transition: all 0.6s ease-in-out;
  120. -ms-transition: all 0.6s ease-in-out;
  121. }
  122.  
  123. iframe#tumblr_controls:hover {
  124. opacity: 0.9;
  125. -webkit-transition: all 0.6s ease-in-out;
  126. -moz-transition: all 0.6s ease-in-out;
  127. -o-transition: all 0.6s ease-in-out;
  128. -ms-transition: all 0.6s ease-in-out;
  129. }
  130.  
  131. ::-moz-selection {
  132. color: {color:selection text};
  133. background: {color:selection bg};
  134. }
  135.  
  136. ::selection {
  137. color: {color:selection text};
  138. background: {color:selection bg};
  139. }
  140.  
  141. a::-moz-selection {
  142. color: {color:link selection};
  143. }
  144.  
  145. a::selection {
  146. color: {color:link selection};
  147. }
  148.  
  149. #s-m-t-tooltip{
  150. max-width: 150px;
  151. z-index: 99999;
  152. margin: 24px 12px;
  153. padding: 5px;
  154. border: 1px solid {color:borders};
  155. background: {color:hovertext bg};
  156. -moz-box-shadow:4px 4px 0 rgba(0,0,0,0.15);
  157. -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  158. box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  159. font-family: {select:font};
  160. font-size: 10px;
  161. color: {color:hovertext text};
  162. }
  163.  
  164. body {
  165. background: {color:background} url('{image:background image}') fixed repeat;
  166. overflow: auto;
  167. word-wrap: break-word;
  168. font: {select:font size} {select:font};
  169. line-height: 150%;
  170. color: {color:text};
  171. {block:ifmaximizedbackground}background-size: cover;{/block:ifmaximizedbackground}
  172. }
  173.  
  174. a {
  175. color: {color:links};
  176. text-decoration: none;
  177. -moz-transition-duration: 0.4s;
  178. -webkit-transition-duration: 0.4s;
  179. -o-transition-duration: 0.4s;
  180. padding: 1px;
  181. {block:iflinkhighlights}background-color: {color:links highlight};{/block:iflinkhighlights}
  182. }
  183.  
  184. a:hover {
  185. color: {color:links hover};
  186. -moz-transition-duration: 0.4s;
  187. -webkit-transition-duration: 0.4s;
  188. -o-transition-duration: 0.4s;
  189. {block:iflinkhighlights}background-color: {color:links highlight hover};{/block:iflinkhighlights}
  190. }
  191.  
  192. h1 {
  193. font-size: 18px;
  194. color: {color:post titles};
  195. font-weight: bold;
  196. text-transform: uppercase;
  197. line-height: 175%;
  198. margin-top: 1px;
  199. text-align: right;
  200. }
  201.  
  202. blockquote {
  203. border-left: 3px solid #acacac;
  204. padding-left: 13px;
  205. margin-left: 15px;
  206. }
  207.  
  208. blockquote blockquote {
  209. margin-right: 0px;
  210. }
  211.  
  212. #sb {
  213. position: fixed;
  214. border: 1px solid {color:borders};
  215. top: {text:sidebar margin top}px;
  216. left: {text:sidebar margin left}px;
  217. width: 150px;
  218. {block:ifsidebarimage}padding: 10px;{/block:ifsidebarimage}
  219. {block:ifnotsidebarimage}padding: 15px;{/block:ifnotsidebarimage}
  220. background: #292929;
  221. text-align: center;
  222. {block:ifpostshadow}
  223. -moz-box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  224. -webkit-box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  225. box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  226. {/block:ifpostshadow}
  227. }
  228.  
  229. #sb img {
  230. width: 125px;
  231. margin: 11px 7px 13px;
  232. border: 1px solid {color:borders};
  233. height: auto;
  234. {block:ifroundsidebarimg}border-radius: 100%;{/block:ifroundsidebarimg}
  235. }
  236.  
  237. #pagi {
  238. margin: 0px 5px;
  239. padding: 10px;
  240. border-top: 1px solid #acacac;
  241. }
  242.  
  243. #navi {
  244. margin: 10px;
  245. line-height: 175%;
  246. {block:ifuppercase}text-transform: uppercase;{/block:ifuppercase}
  247. }
  248.  
  249. #p {
  250. {block:if250pxposts}width:250px;{/block:if250pxposts}
  251. {block:if400pxposts}width:400px;{/block:if400pxposts}
  252. {block:if500pxposts}width:500px;{/block:if500pxposts}
  253. border: 1px solid {color:borders};
  254. background: #292929;
  255. padding: 15px;
  256. margin: 20px {text:posts margin left}px;
  257. overflow: hidden;
  258. {block:ifpostshadow}
  259. -moz-box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  260. -webkit-box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  261. box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  262. {/block:ifpostshadow}
  263. }
  264.  
  265. {block:ifphotofade}
  266.  
  267. #p img, iframe.photoset, #sb img {
  268. opacity: 0.5;
  269. -webkit-transition: all 0.9s ease-in-out;
  270. -moz-transition: all 0.9s ease-in-out;
  271. -o-transition: all 0.9s ease-in-out;
  272. }
  273.  
  274. #p img:hover, iframe.photoset:hover, #sb img:hover {
  275. opacity: 1;
  276. -webkit-transition: all 0.9s ease-in-out;
  277. -moz-transition: all 0.9s ease-in-out;
  278. -o-transition: all 0.9s ease-in-out;
  279. }
  280.  
  281. {/block:ifphotofade}
  282.  
  283. {block:ifmonochrome}
  284.  
  285. #p img, iframe.photoset, #sb img {
  286. -webkit-filter: grayscale(100%);
  287. -webkit-transition: all 0.9s ease-in-out;
  288. -moz-transition: all 0.9s ease-in-out;
  289. -o-transition: all 0.9s ease-in-out;
  290. }
  291.  
  292. #p img:hover, iframe.photoset:hover, #sb img:hover {
  293. -webkit-filter: grayscale(0%);
  294. -webkit-transition: all 0.9s ease-in-out;
  295. -moz-transition: all 0.9s ease-in-out;
  296. -o-transition: all 0.9s ease-in-out;
  297. }
  298.  
  299. {/block:ifmonochrome}
  300.  
  301. #blockquote img, #caption img, #p img {
  302. height: auto;
  303. max-width: 100%;
  304. }
  305.  
  306. #quote {
  307. font-family: georgia;
  308. font-size: 16px;
  309. font-style: italic;
  310. line-height: 175%;
  311. padding: 5px;
  312. }
  313.  
  314. #quote .fa {
  315. opacity: 0.3;
  316. -moz-transition-duration: 0.4s;
  317. -webkit-transition-duration: 0.4s;
  318. -o-transition-duration: 0.4s;
  319. }
  320.  
  321. #quote:hover .fa {
  322. opacity: 1;
  323. -moz-transition-duration: 0.4s;
  324. -webkit-transition-duration: 0.4s;
  325. -o-transition-duration: 0.4s;
  326. }
  327.  
  328. .lnkcircle {
  329. height: 10px;
  330. width: 10px;
  331. border-radius: 10px;
  332. float: left;
  333. background: {color:link post};
  334. margin: 9px 5px;
  335. }
  336.  
  337. #lnk a {
  338. margin-left: 5px;
  339. }
  340.  
  341. #lnk:hover a {
  342. margin-left: 15px;
  343. }
  344.  
  345. #lnk {
  346. font: arial;
  347. font-size: 14px;
  348. color: {color:links};
  349. font-weight: bold;
  350. text-align: left;
  351. padding: 5px;
  352. }
  353.  
  354. #cline {
  355. line-height: 150%;
  356. margin-left: 5px;
  357. }
  358.  
  359. #cline li {
  360. list-style-type: none;
  361. padding: 10px;
  362. }
  363.  
  364. #cline .odd {
  365. background: #e5e5e5;
  366. }
  367.  
  368. #cline .even {
  369. background: #f5f5f5;
  370. }
  371.  
  372. .tumblr_audio_player {
  373. height: 40px;
  374. width: 40px;
  375. border-radius: 3px;
  376. border: 1px solid #acacac;
  377. opacity: 0.6;
  378. margin-left: 5px;
  379. position: absolute;
  380. -webkit-transition: all 0.5s ease-in-out;
  381. -moz-transition: all 0.5s ease-in-out;
  382. -o-transition: all 0.5s ease-in-out;
  383. }
  384.  
  385. .tumblr_audio_player:hover {
  386. opacity: 1;
  387. -webkit-transition: all 0.5s ease-in-out;
  388. -moz-transition: all 0.5s ease-in-out;
  389. -o-transition: all 0.5s ease-in-out;
  390. }
  391.  
  392. #audinfo {
  393. width: auto;
  394. height: 50px;
  395. margin-left: 70px;
  396. font-size: 10px;
  397. line-height: 15px;
  398. }
  399.  
  400. #question {
  401. background: {color:ask bubble};
  402. padding: 10px;
  403. border: 1px solid {color:borders};
  404. margin-bottom: 5px;
  405. }
  406.  
  407. .asktitle {
  408. text-transform: uppercase;
  409. font-weight: bold;
  410. }
  411.  
  412. #footer {
  413. border-top: 1px solid #acacac;
  414. margin-top: 10px;
  415. padding: 10px 5px;
  416. line-height: 125%;
  417. {block:ifuppercase}text-transform: uppercase;{/block:ifuppercase}
  418. }
  419.  
  420. #tags {
  421. padding-top: 2px;
  422. line-height: 150%;
  423. }
  424.  
  425. #permanote {
  426. {block:if250pxposts}width:250px;{/block:if250pxposts}
  427. {block:if400pxposts}width:400px;{/block:if400pxposts}
  428. {block:if500pxposts}width:500px;{/block:if500pxposts}
  429. {block:ifuppercase}text-transform: uppercase;{/block:ifuppercase}
  430. background: #ffffff;
  431. padding: 15px;
  432. margin: 20px {text:posts margin left}px;
  433. border: 1px solid {color:borders};
  434. {block:ifpostshadow}
  435. -moz-box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  436. -webkit-box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  437. box-shadow: 8px 8px 0 rgba(0,0,0,0.15);
  438. {/block:ifpostshadow}
  439. }
  440.  
  441. #permafooter {
  442. padding-top: 2px;
  443. text-align: center;
  444. line-height: 150%;
  445. }
  446.  
  447. #bottompagi {
  448. {block:if250pxposts}width:250px;{/block:if250pxposts};
  449. {block:if400pxposts}width:400px;{/block:if400pxposts};
  450. {block:if500pxposts}width:500px;{/block:if500pxposts};
  451. padding: 15px;
  452. margin-left: {text:posts margin left}px;
  453. text-align: center;
  454. }
  455.  
  456. ol.notes {
  457. list-style-type: none;
  458. }
  459.  
  460. ol.notes li.note {
  461. padding: 5px;
  462. }
  463.  
  464. ol.notes .avatar {
  465. border: 1px solid #000000;
  466. height: 11px;
  467. width: 11px;
  468. margin-right: 5px;
  469. }
  470.  
  471. #coimage {
  472. position: fixed;
  473. right: {text:corner image margin right}px;
  474. bottom: {text:corner image margin bottom}px;
  475. }
  476.  
  477. #cred {
  478. position: fixed;
  479. right: 7px;
  480. bottom: 7px;
  481. font-size: 18px;
  482. z-index: 9999;
  483. padding: 4px;
  484. border: 3px double {color:borders};
  485. background: #ffffff;
  486. {block:ifpostshadow}
  487. -moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.15);
  488. -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.15);
  489. box-shadow: 2px 2px 0 rgba(0,0,0,0.15);
  490. {/block:ifpostshadow}
  491. }
  492.  
  493. #cred a, #cred a:hover {
  494. background: none;
  495. }
  496.  
  497. {CustomCSS} </style>
  498.  
  499. </head>
  500.  
  501. <body>
  502.  
  503. <div id="coimage"><img src="{image:corner image}"></div>
  504.  
  505. <div id="sb">
  506. {block:ifsidebarimage}<img src="{image:sidebar image}" />{/block:ifsidebarimage}<br>
  507. {block:Description}{Description}{/block:Description}
  508. <div id="navi">
  509. {block:iflink1url}
  510. <a href="{text:link 1 url}" title="{text:link 1 title}">{text:link 1 title}</a>{/block:iflink1url}{block:iflink2url}
  511. <a href="{text:link 2 url}" title="{text:link 2 title}">{text:link 2 title}</a>{/block:iflink2url}{block:iflink3url}
  512. <a href="{text:link 3 url}" title="{text:link 3 title}">{text:link 3 title}</a>{/block:iflink3url}{block:iflink4url}
  513. <a href="{text:link 4 url}" title="{text:link 4 title}">{text:link 4 title}</a>{/block:iflink4url}{block:iflink5url}
  514. <a href="{text:link 5 url}" title="{text:link 5 title}">{text:link 5 title}</a>{/block:iflink5url}{block:iflink6url}
  515. <a href="{text:link 6 url}" title="{text:link 6 title}">{text:link 6 title}</a>{/block:iflink6url}
  516. </div>
  517. {block:ifsidebarpagination}
  518. {block:Pagination}
  519. <div id="pagi">
  520. {block:PreviousPage}<a href="{PreviousPage}" title="previous page">back</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}" title="next page">forward</a>{/block:NextPage}
  521. {/block:Pagination}
  522. {/block:ifsidebarpagination}
  523. </div>
  524. </div>
  525.  
  526. {block:Posts}
  527. <div id="p">
  528.  
  529. {block:ContentSource}<!--{SourceURL}{SourceTitle}{SourceLink}-->{/block:ContentSource}
  530.  
  531. {block:NoRebloggedFrom}{block:RebloggedFrom}<!--{ReblogParentName}-->{/block:RebloggedFrom}{/block:NoRebloggedFrom}
  532.  
  533. {block:Text}
  534. {block:Title}<h1>{Title}</h1>{/block:Title}
  535. {Body}{block:ContentSource}{/block:ContentSource}
  536. {/block:Text}
  537.  
  538. {block:Photo}
  539. {block:if250pxposts}<img src="{PhotoURL-250}" />{/block:if250pxposts}
  540. {block:if400pxposts}<img src="{PhotoURL-400}" />{/block:if400pxposts}
  541. {block:if500pxposts}<img src="{PhotoURL-500}" />{/block:if500pxposts}
  542. {block:ifshowcaptions}{block:caption}<div id="caption">{caption}{block:ContentSource}{/block:ContentSource}</div>{/block:caption}{/block:ifshowcaptions}
  543. {/block:Photo}
  544.  
  545. {block:Photoset}
  546. {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
  547. {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
  548. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  549. {block:ifshowcaptions}{block:caption}<div id="caption">{caption}{block:ContentSource}{/block:ContentSource}</div>{/block:caption}{/block:ifshowcaptions}
  550. {/block:Photoset}
  551.  
  552. {block:Quote}
  553. <div id="quote"><span class="fa fa-quote-left fa-2x"></span> &nbsp;{Quote}&nbsp;</div>
  554. {block:Source}<div style="text-align: right; margin-right: 7px; {block:ifuppercase}text-transform: uppercase;{/block:ifuppercase}">- {Source}</div>{/block:Source}
  555. {/block:Quote}
  556.  
  557. {block:Link}
  558. <div class="lnkcircle"></div><div class="lnkcircle"></div><div class="lnkcircle"></div><div id="lnk"><a href="{URL}" target="{Target}" title="{Name}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  559. {/block:Link}
  560.  
  561. {block:Chat}
  562. {block:Title}<h1>{Title}</h1>{/block:Title}
  563. <div id="cline">{block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></li>{/block:Lines}</div>
  564. {/block:Chat}
  565.  
  566. {block:Audio}
  567. {block:AudioPlayer}
  568. <div class="audwrap">
  569. <div class="audpl">
  570.  
  571. {AudioPlayer}
  572. </div>
  573. </div>
  574. <div id="audinfo">
  575. {block:TrackName}<b>TRACK:</b> {TrackName}<br>{/block:TrackName}
  576. {block:Artist}<b>ARTIST:</b> {Artist}<br>{/block:Artist}
  577. <b>PLAYS:</b> {FormattedPlayCount}
  578. </div>
  579. {/block:AudioPlayer}
  580. {block:ifshowcaptions}{block:caption}<div id="caption">{caption}{block:ContentSource}{/block:ContentSource}</div>{/block:caption}{/block:ifshowcaptions}
  581. {/block:Audio}
  582.  
  583. {block:Video}
  584. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  585. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  586. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  587. {block:ifshowcaptions}{block:caption}<div id="caption">{caption}{block:ContentSource}{/block:ContentSource}</div>{/block:caption}{/block:ifshowcaptions}
  588. {/block:Video}
  589.  
  590. {block:Answer}
  591. <div id="question"><span class="asktitle">{Asker} {text:asker title}:</span></b> {Question}</div>
  592. {Answer}
  593. {/block:Answer}
  594.  
  595. {block:Date}<div id="footer">
  596.  
  597. {block:IndexPage}
  598. {TimeAgo} with <a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a>
  599. <br>
  600. {block:ifnotNoTags}<div id="tags">
  601. {block:HasTags}tagged: {block:Tags}<a href="{TagURL}" title="/tagged/{Tag}">+{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:ifnotNoTags}
  602. </div>
  603. {/block:IndexPage}
  604.  
  605. {block:PermalinkPage}
  606. <div id="permafooter">
  607. Posted {Month} {DayOfMonth}, {Year} at {12Hour}:{Minutes} {CapitalAmPm}
  608. <br>
  609. {NoteCountWithLabel}{block:RebloggedFrom} - <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  610. <br>
  611. {block:HasTags}tagged: {block:Tags} <a href="{TagURL}" title="/tagged/{Tag}">+{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifnothovertags}{/block:ifnotNoTags}
  612. </div>
  613. {/block:PermalinkPage}
  614.  
  615. </div>{/block:Date}
  616.  
  617. </div>
  618.  
  619. {block:PermalinkPage}
  620. {block:PostNotes}<div id="permanote">{PostNotes}</div>{/block:PostNotes}
  621. {/block:PermalinkPage}
  622.  
  623. {/block:Posts}
  624.  
  625. {block:ifnotsidebarpagination}
  626. {block:Pagination}
  627. <div id="bottompagi">
  628. {block:PreviousPage}<a href="{PreviousPage}" title="previous page">back</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}" title="next page">forward</a>{/block:NextPage}
  629. {/block:Pagination}
  630. {/block:ifnotsidebarpagination}
  631. </div>
  632.  
  633. <!----------------------------------------------------------------
  634. i ran out of creative ways to tell you NOT TO TOUCH THE CREDIT but i did find this really great vid: https://www.youtube.com/watch?v=dQw4w9WgXcQ
  635. ----------------------------------------------------------------->
  636. <div id="cred"><a href="https://aph-denmark.tumblr.com" title="theme credit">♔</a></div>
  637.  
  638. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement