Advertisement
trashxhawkxguy

Deadpool's theme

May 27th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.47 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#000000"/>
  12. <meta name="color:containerbg" content="#b0b0b0"/>
  13. <meta name="color:postbg" content="#000000"/>
  14. <meta name="color:askbg" content="#ffffff"/>
  15. <meta name="color:text" content="#c3c3c3"/>
  16. <meta name="color:description" content="#c3c3c3"/>
  17. <meta name="color:posttitle" content="#8c8c8c"/>
  18. <meta name="color:link" content="#8c8c8c"/>
  19. <meta name="color:linkhover" content="#aaaaaa"/>
  20. <meta name="color:nav" content="#8c8c8c"/>
  21. <meta name="color:navhover" content="#aaaaaa"/>
  22. <meta name="color:tags" content="#8c8c8c"/>
  23. <meta name="color:tagshover" content="#aaaaaa"/>
  24. <meta name="color:postinfo" content="#8c8c8c"/>
  25. <meta name="color:postinfohover" content="#aaaaaa"/>
  26. <meta name="color:borders" content="#eeeeee"/>
  27. <meta name="color:selectiontext" content="#ffffff" />
  28. <meta name="color:selectionbg" content="#8c8c8c" />
  29. <meta name="color:bold" content="#8c8c8c" />
  30. <meta name="color:italic" content="#8c8c8c" />
  31. <meta name="color:scrollbar" content="#fb9d28" />
  32.  
  33. <meta name="image:background" content="" />
  34.  
  35. <meta name="if:hide captions" content="0"/>
  36. <meta name="if:greyscale" content="0"/>
  37. <meta name="if:tiltposts" content="1"/>
  38.  
  39. <meta name="text:link 1" content="link 1"/>
  40. <meta name="text:link 1 url" content="/"/>
  41. <meta name="text:link 2" content="link 2"/>
  42. <meta name="text:link 2 url" content="/"/>
  43. <meta name="text:link 3" content="link 3"/>
  44. <meta name="text:link 3 url" content="/"/>
  45. <meta name="text:link 4" content="link 4"/>
  46. <meta name="text:link 4 url" content="/"/>
  47. <meta name="text:link 5" content="link 5"/>
  48. <meta name="text:link 5 url" content="/"/>
  49.  
  50. <meta name="text:body font size" content="12px" />
  51.  
  52. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  53.  
  54. <link href='https://fonts.googleapis.com/css?family=Boogaloo' rel='stylesheet' type='text/css'>
  55.  
  56. <link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  59.  
  60. <script src="http://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  61.  
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("a[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:90,
  68. tip_fade_speed:600,
  69. attribute:"title"
  70. });
  71. });
  72. })(jQuery);
  73. </script>
  74. <style type="text/css">
  75.  
  76. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  77. z-index:99999999999999999!important;
  78. white-space:nowrap!important;
  79. top:10px!important;
  80. right:10px!important;
  81. position:fixed!important;
  82. opacity:.6!important;}
  83.  
  84. #tumblr_lightbox {
  85. background-color:rgba(255, 255, 255, .9)!important;
  86. z-index:99999!important;}
  87.  
  88. #tumblr_lightbox img {opacity:0;}
  89.  
  90. #tumblr_lightbox_caption {
  91. font-weight:normal!important;
  92. text-shadow:none!important;}
  93.  
  94. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  95. -moz-box-shadow:none!important;
  96. -webkit-box-shadow:none!important;
  97. box-shadow:none!important;
  98. -moz-border-radius:0px!important;
  99. -webkit-border-radius:0px!important;
  100. border-radius:0px!important;
  101. opacity:1!important;}
  102.  
  103. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.4!important;}
  104.  
  105. ::-webkit-scrollbar{
  106. height:3px;
  107. width:3px;
  108. background:inherit;}
  109.  
  110. ::-webkit-scrollbar-thumb {
  111. background:{color:scrollbar};}
  112.  
  113. ::-webkit-scrollbar-track {
  114. background:transparent;}
  115.  
  116. ::-moz-selection {
  117. color:{color:selectiontext};
  118. background:{color:selectionbg};}
  119.  
  120. ::selection {
  121. color:{color:selectiontext};
  122. background:{color:selectionbg};}
  123.  
  124. div[id$="Zy4yby-hide"], .static-only {
  125. display: none;}
  126.  
  127. body {
  128. background:{color:background};
  129. background-image: url('{image:background}');
  130. background-position:top center;
  131. background-repeat:no-repeat;
  132. background-attachment:fixed;
  133. color:{color:text};
  134. font-family: 'Boogaloo', cursive;
  135. font-size: {text:body font size};
  136. font-weight:normal;
  137. position:relative;
  138. text-align:left;
  139. margin:0;
  140. line-height:150%;}
  141.  
  142. blockquote {
  143. padding-left:10px;
  144. border-left:1px solid {color:borders};
  145. margin:15px 30px 10px 10px;
  146. text-align:left;}
  147.  
  148. .caption blockquote {
  149. margin:15px 30px 10px 10px;}
  150.  
  151. blockquote img {
  152. max-width:100%;
  153. height:auto;}
  154.  
  155. img {
  156. max-width:100%;
  157. height:auto;}
  158.  
  159. .caption img {
  160. max-width:100%;
  161. height:auto;}
  162.  
  163. .posts img {
  164. margin-top:5px;
  165. margin-bottom:5px;}
  166.  
  167. pre {
  168. white-space: pre-wrap;
  169. white-space: -moz-pre-wrap;
  170. white-space: -pre-wrap;
  171. white-space: -o-pre-wrap;
  172. word-wrap: break-word;}
  173.  
  174. a {
  175. color:{color:link};
  176. text-decoration:none;
  177. letter-spacing:2px;
  178. cursor:help;
  179. -webkit-transition: all 0.7s ease;
  180. transition: all 0.7s ease;
  181. -moz-transition: all 0.7s ease;
  182. -o-transition: all 0.7s ease;}
  183.  
  184. a:hover {
  185. letter-spacing:1px;
  186. text-decoration:none;
  187. color:{color:linkhover};
  188. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  189.  
  190. p {
  191. margin:10px 0 10px 0;}
  192.  
  193. p:first-of-type {
  194. margin-top:0;
  195. padding-top:0;}
  196.  
  197. p:last-of-type {
  198. margin-bottom:10px;
  199. padding-bottom:0;}
  200.  
  201. b, strong {
  202. font-family:font-family: 'Roboto', sans-serif;
  203. text-transform:uppercase;
  204. font-size: {text:body font size};
  205. color:{color:bold};}
  206.  
  207. i, em {
  208. font-family: 'Bangers', cursive;
  209. font-size: 16px;
  210. color:{color:italic};
  211. letter-spacing:1.5px;}
  212.  
  213. small, big {
  214. font-size:1em;}
  215.  
  216. h1, h2, h3, h4{
  217. font-family: 'Bangers', cursive;
  218. font-size:24px;
  219. letter-spacing:2px;
  220. line-height:30px;
  221. text-transform:uppercase;
  222. text-align:center;
  223. color:{color:posttitle};}
  224.  
  225. {block:IfGreyscale}
  226.  
  227. img {
  228. -webkit-filter:grayscale(100%);
  229. -webkit-transition: all 0.9s ease-in-out;
  230. -moz-transition: all 0.9s ease-in-out;
  231. -o-transition: all 0.9s ease-in-out;
  232. -ms-transition: all 0.9s ease-in-out;
  233. transition: all 0.9s ease-in-out;}
  234.  
  235. img:hover {
  236. -webkit-filter:none;}
  237.  
  238. .html_photoset {
  239. -webkit-filter: grayscale(100%);
  240. -webkit-transition: all 0.9s ease-in-out;
  241. -moz-transition: all 0.9s ease-in-out;
  242. -o-transition: all 0.9s ease-in-out;
  243. -ms-transition: all 0.9s ease-in-out;
  244. transition: all 0.9s ease-in-out;}
  245.  
  246. .html_photoset:hover {
  247. -webkit-filter: none;}
  248.  
  249. {/block:IfGreyscale}
  250.  
  251. .caption {
  252. margin-top:15px;
  253. {block:ifhidecaptions}
  254. {block:indexpage}
  255. display:none;
  256. {/block:indexpage}
  257. {/block:ifhidecaptions}}
  258.  
  259. #container {
  260. position:absolute;
  261. top:100px;
  262. background:{color:containerbg};
  263. left: calc(50% - 270px);
  264. width:540px;
  265. height:540px;
  266. overflow-y:scroll;}
  267.  
  268. #container {
  269. opacity:0;
  270. -webkit-animation:fadeIn ease-in 1;
  271. -moz-animation:fadeIn ease-in 1;
  272. animation:fadeIn ease-in 1;
  273. -webkit-animation-fill-mode:forwards;
  274. -moz-animation-fill-mode:forwards;
  275. animation-fill-mode:forwards;
  276. -webkit-animation-duration:1s;
  277. -moz-animation-duration:1s;
  278. animation-duration:1s;}
  279.  
  280. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  281. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  282. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  283.  
  284. #entries {
  285. z-index:0;
  286. position:absolute;
  287. margin-top:50px;
  288. margin-left:125px;
  289. margin-bottom:0px;
  290. background:transparent;}
  291.  
  292. .posts {
  293. width:250px;
  294. margin-bottom:50px;
  295. padding:20px;
  296. text-align:justify;
  297. background-color:{color:postbg};
  298. color:{color:text};
  299. box-shadow: 10px 10px 5px #888888;}
  300.  
  301. {block:iftiltposts}
  302. .posts:nth-of-type(odd){
  303. background-color: {color:postbg}
  304. -ms-transform: rotate(3deg);
  305. -webkit-transform: rotate(3deg);
  306. transform: rotate(3deg)}
  307.  
  308. .posts:nth-of-type(even){
  309. background-color: {color:postbg}
  310. -ms-transform: rotate(-3deg);
  311. -webkit-transform: rotate(-3deg);
  312. transform: rotate(-3deg)}
  313. {/block:iftiltposts}
  314.  
  315. #side {
  316. position:fixed;
  317. z-index:5;
  318. width:100px;
  319. top:100px;
  320. left: calc(50% - 380px);}
  321.  
  322. #description {
  323. margin-top:30px;
  324. position:relative;
  325. text-align:right;
  326. width:100px;
  327. line-height:120%;
  328. color:{color:description};}
  329.  
  330. #titlequote {font-size:20px;}
  331.  
  332. #source {margin-top:10px;}
  333.  
  334. .playerbuttonbg {
  335. position: absolute;
  336. left: 15px;
  337. top: 17px;
  338. width: 30px;
  339. height: 30px;
  340. background-color: #000;
  341. padding: 10px;
  342. opacity: 0.4;
  343. filter: alpha(opacity=40);
  344. -moz-opacity: 0.4;
  345. -khtml-opacity: 0.4;
  346. transition: opacity .7s ease-in-out;
  347. -moz-transition: opacity .7s ease-in-out;
  348. -webkit-transition: opacity .7s ease-in-out;}
  349.  
  350. .playerbuttonbg:hover {
  351. opacity: 1;
  352. filter: alpha(opacity=100);
  353. -moz-opacity: 1;
  354. -khtml-opacity: 1;}
  355.  
  356. .newplayerbutton {
  357. position: relative;
  358. width: 30px;
  359. height: 30px;
  360. overflow: hidden;}
  361.  
  362. .playerbuttonhug {
  363. position: absolute;
  364. top: -30px;
  365. left: -10px;}
  366.  
  367. .tumblr_audio_player {
  368. height: 90px;
  369. width: 270px;}
  370.  
  371. .audioimgwrapper {
  372. position: absolute;
  373. overflow: hidden;
  374. width: 80px;
  375. height: 80px;}
  376.  
  377. .trackdetails {
  378. width: 340px;
  379. padding:10px;
  380. display:inline-block;
  381. margin-left: 90px;
  382. min-height: 75px;}
  383.  
  384. .audiowrapper {
  385. position: relative;
  386. display:inline-block;}
  387.  
  388. .question {
  389. background:{color:askbg};
  390. margin-bottom:-5px;
  391. padding:20px;
  392. color:#000;
  393. margin-bottom:5px;
  394. -ms-transform: rotate(5deg);
  395. -webkit-transform: rotate(5deg);
  396. transform: rotate(5deg)}
  397.  
  398. .asker {
  399. color:{color:askbg};
  400. font-family: 'Bangers', cursive;
  401. font-size:25px;
  402. line-height:30px;
  403. text-align:right;
  404. -ms-transform: rotate(5deg);
  405. -webkit-transform: rotate(5deg);
  406. transform: rotate(5deg);}
  407.  
  408. .answer {
  409. z-index:2;
  410. background:{color:askbg};
  411. color:{color:text};
  412. border:0;
  413. padding:20px;
  414. -ms-transform: rotate(-5deg);
  415. -webkit-transform: rotate(-5deg);
  416. transform: rotate(-5deg);}
  417.  
  418. .chat {
  419. margin:0;
  420. padding:0;
  421. list-style:none;}
  422.  
  423. .l {
  424. padding-bottom:15px;
  425. margin-top:15px;
  426. border-bottom:1px solid {color:borders};}
  427.  
  428. .label {
  429. font-weight:bold;
  430. color:{color:title};
  431. display:inline-block;}
  432.  
  433. .l:first-of-type {
  434. margin-top:0;}
  435.  
  436. .l:last-of-type {
  437. padding-bottom:0;
  438. border:0;}
  439.  
  440. #date {
  441. border-top:1px solid {color:text};
  442. padding:5px 15px 3px 15px;
  443. text-align:center;}
  444.  
  445. #date a {
  446. letter-spacing:0px;
  447. font-size:9px;
  448. line-height:9px;
  449. text-transform:lowercase;
  450. color: {color:postinfo};
  451. -webkit-transition: all 0.7s ease;
  452. transition: all 0.7s ease;
  453. -moz-transition: all 0.7s ease;
  454. -o-transition: all 0.7s ease;}
  455.  
  456. #date a:hover {
  457. letter-spacing:1px;
  458. color:{color:postinfohover};
  459. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  460.  
  461. #tags {
  462. font-family: 'Bangers', cursive;
  463. text-align:center;
  464. margin-top:0px;
  465. font-size:9px;
  466. line-height:9px;}
  467.  
  468. #tags a {
  469. color:{color:tags};
  470. margin-left:5px;}
  471.  
  472. #tags a:hover {
  473. color:{color:tagshover};}
  474.  
  475. .pagenotes {
  476. margin-top:15px;
  477. padding-top:15px;
  478. padding-left:20px;
  479. text-transform:lowercase;
  480. font-size:8px;
  481. letter-spacing:1px;}
  482.  
  483. .pagenotes a {
  484. border:0;}
  485.  
  486. ol.notes {
  487. width:250px;
  488. background:#000;
  489. list-style-type:none;
  490. text-align:left;
  491. padding:10px;
  492. margin-left:0px;
  493. height:200px;
  494. overflow-y:scroll;}
  495.  
  496. ol.notes a {
  497. color:{color:link};}
  498.  
  499. ol.notes a:hover {
  500. color:{color:linkhover};}
  501.  
  502. ol.notes li.note {
  503. display:block;
  504. padding:0;
  505. margin:5px 0;}
  506.  
  507. ol.notes li.note img.avatar {
  508. display:none!important;}
  509.  
  510. a.more_notes_link {
  511. display:block;
  512. text-align:left;
  513. border:0;
  514. color:{color:title};}
  515.  
  516. #s-m-t-tooltip {
  517. max-width:300px;
  518. border-radius: 0px;
  519. padding:4px;
  520. margin:10px 10px 5px 0px;
  521. color:#000;
  522. border:1px solid #000;
  523. font-size:10px;
  524. letter-spacing:1px;
  525. background:#fff;
  526. font-family: 'Bangers', cursive;
  527. font-size: 12px;
  528. z-index:99999;}
  529.  
  530. #credit {
  531. z-index:8;
  532. bottom:5px;
  533. right:5px;
  534. height:30px;
  535. width:30px;
  536. opacity:0.8;
  537. position:fixed;
  538. padding:5px;}
  539.  
  540. .mainnav {
  541. font-family: 'Bangers', cursive;
  542. position:relative;
  543. display:block;
  544. text-align:right;
  545. margin-left:0px;
  546. margin-top:30px;
  547. font-size:16px;
  548. padding-bottom:6px;
  549. color:{color:nav};
  550. text-decoration:none;
  551. letter-spacing:2px;}
  552.  
  553. .mainnav a {
  554. display:block;
  555. margin-bottom:4px;
  556. color:{color:nav};
  557. text-decoration:none;
  558. letter-spacing:2px;
  559. cursor:help;
  560. -webkit-transition: all 0.7s ease;
  561. transition: all 0.7s ease;
  562. -moz-transition: all 0.7s ease;
  563. -o-transition: all 0.7s ease;}
  564.  
  565. .mainnav a:hover {
  566. color:{color:navhover};
  567. letter-spacing:0px;
  568. cursor:help;
  569. -webkit-transition: all 0.7s ease;
  570. transition: all 0.7s ease;
  571. -moz-transition: all 0.7s ease;
  572. -o-transition: all 0.7s ease;}
  573.  
  574. #pagif {
  575. font-family: 'Bangers', cursive;
  576. font-size:14px;
  577. position:fixed;
  578. margin-left:480px;
  579. top:630px;
  580. -ms-transform: rotate(-17deg);
  581. -webkit-transform: rotate(-17deg);
  582. transform: rotate(-17deg);}
  583.  
  584. #pagif a {
  585. border:3px solid {color:containerbg};
  586. letter-spacing:0px;
  587. background:{color:postbg};
  588. padding-top:3px;
  589. padding-bottom:3px;
  590. padding-left:6px;
  591. padding-right:6px;}
  592.  
  593. #pagif a:hover {
  594. letter-spacing:0px;}
  595.  
  596. #pagib {
  597. font-family: 'Bangers', cursive;
  598. font-size:14px;
  599. position:fixed;
  600. margin-left:-30px;
  601. top:90px;
  602. -ms-transform: rotate(-17deg);
  603. -webkit-transform: rotate(-17deg);
  604. transform: rotate(-17deg);}
  605.  
  606. #pagib a {
  607. border:3px solid {color:containerbg};
  608. letter-spacing:0px;
  609. background:{color:postbg};
  610. padding-top:3px;
  611. padding-bottom:3px;
  612. padding-left:6px;
  613. padding-right:6px;}
  614.  
  615. #pagib a:hover {
  616. letter-spacing:0px;}
  617.  
  618. </style>
  619.  
  620. <body>
  621. <div id="side">
  622. <div class="mainnav">
  623. <a href="/">refresh</a>
  624. <a href="/ask">queries</a>
  625. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  626. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  627. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  628. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  629. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  630. </div>
  631.  
  632. <div id="description">{description}</div>
  633.  
  634. </div>
  635.  
  636. <div id="container">
  637. {block:Pagination}
  638. <div id="pagib">{block:PreviousPage}<a href="{PreviousPage}">...previously on</a>{/block:PreviousPage}</div> <div id="pagif">{block:NextPage}<a href="{NextPage}">to be continued...</a>
  639. {/block:NextPage}</div>
  640. {/block:Pagination}
  641.  
  642. <div id="entries">
  643.  
  644. {block:Posts}
  645. <div class="posts">
  646.  
  647. {block:Quote}
  648. <div id="titlequote">{Quote}</div>
  649. {block:Source}<div id="source">{Source}</div>{/block:Source}
  650. {/block:Quote}
  651.  
  652. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  653.  
  654. {block:Link}
  655. <div id="title"><a href="{URL}">{Name}</a></div>
  656. {block:Description}{Description}{/block:Description}
  657. {/block:Link}
  658.  
  659. {block:Chat}
  660. {block:Title}<div id="title">{Title}</div>{/block:Title}
  661. <ol class="chat">
  662. {block:Lines}
  663. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  664. {/block:Lines}
  665. </ol>
  666. {/block:Chat}
  667.  
  668. {Block:Photo}{LinkOpenTag}
  669. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:HighRes}
  670. <a href="{PhotoURL-HighRes}">View in High-Res</a>{/block:HighRes}{/Block:Photo}
  671.  
  672. {block:Photoset}<div class="media">{photoset}</div>{/block:Photoset}
  673.  
  674. {block:Panorama}
  675. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  676. {/block:Panorama}
  677.  
  678. {block:Video}{Video-400}{/block:Video}
  679.  
  680. {block:AudioPlayer}
  681. <div class="audiowrapper">
  682. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  683. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerBlack}
  684. </div></div></div><div class="trackdetails">
  685. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  686. </div></div>{/block:AudioPlayer}
  687.  
  688. {block:Answer}
  689. <div class="asker">from {Asker}</div><div class="question">{Question}</div><div class="answer">{Answer}</div>
  690. {/block:Answer}
  691.  
  692. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  693.  
  694. <div id="{ShortURL}-hide">
  695. {block:Date}
  696. <div id="date">
  697. {block:Date}
  698. <a href="{Permalink}">{month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm}</a> {/block:Date}
  699. <a href="{Permalink}"> + {NoteCountWithLabel}</a>
  700. {block:RebloggedFrom}
  701. <a href="{ReblogParentURL}">via:</a>
  702. <a href="{ReblogRootURL}">src:</a>
  703. {/block:RebloggedFrom}
  704. <a href="{ReblogURL}">reblog</a>
  705. </div>
  706. <div id="tags">{block:Tags}<a href="{TagUrl}"> {Tag}</a> {/block:Tags}</div>
  707. {/block:Date}</div></div>
  708.  
  709. {block:PostNotes}{PostNotes}
  710. {/block:PostNotes}
  711.  
  712. {/block:Posts}
  713.  
  714. </div>
  715. </div></div>
  716. <div id="credit"><a href="http://octomoosey.tumblr.com/" title="theme by octomoosey"><img src="http://static.tumblr.com/uopakca/cwDo0y64u/octopus-24.png"></a></div>
  717.  
  718. {block:ContentSource}
  719. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  720. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  721. {/block:SourceLogo}
  722. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  723. {/block:ContentSource}
  724.  
  725. </body>
  726. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement