Advertisement
awkwardpengu1n

Theme 37 by awkward-pengu1n

Feb 17th, 2014
9,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.86 KB | None | 0 0
  1. <!--
  2. Theme 37 by Julia (awkward-pengu1n.tumblr.com)
  3. Please keep the credit, if you don't I will find you, report you, and your blog may be deleted! Code stealing IS illegal (copyright infringement) and I can sue you by filling out a form on tumblr.
  4. You may edit this to your liking just remember to credit me :)
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("a[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:90,
  20. tip_fade_speed:600,
  21. attribute:"title"
  22. });
  23. });
  24. })(jQuery);
  25. </script>
  26.  
  27. <script type="text/javascript">
  28. <!--
  29.  
  30. // Disable Right Click Script
  31.  
  32. function IE(e)
  33. {
  34. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  35. {
  36. return false;
  37. }
  38. }
  39. function NS(e)
  40. {
  41. if (document.layers || (document.getElementById && !document.all))
  42. {
  43. if (e.which == "2" || e.which == "3")
  44. {
  45. return false;
  46. }
  47. }
  48. }
  49. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  50.  
  51. //-->
  52. </script>
  53.  
  54.  
  55. <script type="text/javascript"
  56. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  57.  
  58. <!--DEFAULT VARIABLES-->
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  60. <meta name="color:background" content="#fff"/>
  61. <meta name="color:link" content="#777"/>
  62. <meta name="color:text" content="#777"/>
  63. <meta name="color:post title" content="#333"/>
  64. <meta name="color:scrollbar" content="#bdcbdf"/>
  65. <meta name="color:borders" content="#ddd"/>
  66. <meta name="color:hover" content="#fff"/>
  67. <meta name="color:blogtitle" content="#555555"/>
  68. <meta name="color:blogtitle background" content="#eee"/>
  69. <meta name="color:description background" content="#eee"/>
  70. <meta name="color:link background" content="#eee"/>
  71. <meta name="color:blogtitle shadow" content="#b8b8b8"/>
  72. <meta name="color:chat color 1" content="#bdcbdf"/>
  73. <meta name="color:chat color 2" content="#c4d0e2"/>
  74. <meta name="color:chat background 1" content="#eeeeee"/>
  75. <meta name="color:chat background 2" content="#ffffff"/>
  76. <meta name="color:quote bar" content="#bdcbdf"/>
  77. <meta name="color:quote bar border" content="#ffffff"/>
  78. <meta name="color:quote bar text" content="#ffffff"/>
  79. <meta name="image:sidebar" content="1"/>
  80. <meta name="image:background" content="1"/>
  81. <meta name="text:sidebar title" content="simplicity"/>
  82. <meta name="text:sidebar distance from top" content="150"/>
  83. <meta name="text:quote" content="“Thomas Edison's last words were 'It's very beautiful over there'. I don't know where there is, but I believe it's somewhere, and I hope it's beautiful.” ― John Green"/>
  84. <meta name="text:link one title" content="one"/>
  85. <meta name="text:link one" content="link one"/>
  86. <meta name="text:link two title" content="two"/>
  87. <meta name="text:link two" content="link two"/>
  88. <meta name="text:link three title" content="three"/>
  89. <meta name="text:link three" content="link three"/>
  90. <meta name="text:link four title" content="four"/>
  91. <meta name="text:link four" content="link four"/>
  92. <meta name="text:link five title" content="five"/>
  93. <meta name="text:link five" content="link five"/>
  94. <meta name="text:link six title" content="six"/>
  95. <meta name="text:link six" content="link six"/>
  96. <meta name="if:blogtitle shadow" content="1"/>
  97. <meta name="if:3 column" content="0"/>
  98. <meta name="if:show caption on home page" content="0"/>
  99. <meta name="if:quote" content="1"/>
  100.  
  101. <style type="text/css">
  102.  
  103. #s-m-t-tooltip {
  104. max-width:300px;
  105. padding:4px;
  106. margin:20px 0px 0px 20px;
  107. background: #fff; /* change the background color */
  108. border:1px dashed {color:borders}; /* change the border color */
  109. box-shadow:-2px 2px #fff, 2px -2px #fff, 2px 2px #fff, -2px -2px #fff, 0px 0px 5px #555;
  110. font-family:calibri; /* change the font */
  111. font-size:10px; /* change the font size */
  112. letter-spacing:0px; /* change the letter spacing */
  113. color:{color:text}; /* change the text color */
  114. z-index:999999999999999999999999999999999999;
  115. }
  116.  
  117. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-
  118.  
  119. transition: all 0.8s ease-out;transition: all 0.8s ease-out;-webkit-filter: invert(100%);}
  120.  
  121. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  122.  
  123. p {
  124. margin:0px;
  125. margin-top:0px;
  126. }
  127.  
  128.  
  129. body {
  130. padding: 0px;
  131. margin: 0px;
  132. color:{color:text};
  133. font-family: calibri;
  134. line-height:12px;
  135. font-size:10px;
  136. background-color: {color:Background};
  137. background-image:url({image:Background});
  138. background-attachment: fixed;
  139. background-repeat: repeat;
  140. }
  141.  
  142.  
  143. a:link, a:active, a:visited{
  144. text-decoration: none;
  145. -webkit-transition: color 0.3s ease-out;
  146. -moz-transition: color 0.3s ease-out;
  147. transition: color 0.3s ease-out;
  148. color:{color:link};
  149. }
  150.  
  151. a:hover {
  152. text-decoration: none;
  153. font-style:;
  154. color: {color:Hover};
  155. }
  156.  
  157. div#center{
  158. margin:auto;
  159. position:relative;
  160. width:1000px;
  161. background-color:;
  162. overflow:auto;
  163. overflow-y:hidden;
  164. }
  165.  
  166. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  167. .entry {
  168. float:left;
  169. display: block;
  170. margin:8px;
  171. padding:7px;
  172. padding-bottom:5px;
  173. border:1px solid {color:borders};
  174. overflow:hidden;
  175. width:250px;
  176. {block:PermalinkPage}
  177. width:500px;
  178. text-align:left;
  179. line-height:12px;
  180. {/block:PermalinkPage}
  181. background:white;
  182. background-image:URL();
  183. }
  184.  
  185.  
  186. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  187. .entry .perma{
  188. width:auto;
  189. padding:4px;
  190. height:auto;
  191. margin-left:-5px;
  192. position: absolute;
  193. line-height: 16px;
  194. text-align:center;
  195. margin-top:-5px;
  196. background:white;
  197. word-spacing:2px;
  198. letter-spacing:1px;
  199. opacity: 0.0;
  200. border:1px dashed {color:borders};
  201. box-shadow:-2px -2px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff;
  202. -webkit-transition: all .7s ease;
  203. -moz-transition: all .7s ease;
  204. -o-transition: all .7s ease;
  205. transition: all .7s ease;
  206.  
  207. }
  208.  
  209. .entry:hover .perma{
  210. margin-left:8px;
  211. margin-top:8px;
  212. opacity:1;
  213. }
  214.  
  215.  
  216. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  217. #posts {
  218. width:600px;
  219. margin-top:1px;
  220. z-index:99;
  221. margin-left:300px;
  222. right:auto;
  223. {block:if3column}
  224. width:850px;
  225. margin-left:150px;
  226. {/block:if3column}
  227. {block:ifquote}
  228. margin-top:30px;
  229. {/block:ifquote}
  230. background:transparent;
  231. margin-right:auto;
  232. position:relative;
  233. overflow-y: hidden;
  234. }
  235.  
  236.  
  237. /*CUSTOMIZE SIDEBAR HERE*/
  238. #sidebar{
  239. position:fixed !important;
  240. width:200px;
  241. background:white;
  242. padding:10px;
  243. height:auto;
  244. margin-top:{text:sidebar distance from top}px;
  245. margin-left:30px;
  246. text-align:center;
  247. border:1px solid {color:borders};
  248. {block:if3column}
  249. margin-left:-100px;
  250. {/block:if3column}
  251. z-index:999;
  252. }
  253.  
  254. #blogtitle{
  255. font-size:30px;
  256. line-height:28px;
  257. font-family:nlg;
  258. padding:2px;
  259. color:{color:blogtitle};
  260. {block:ifblogtitleshadow}text-shadow:-1px 1px 1px {color:blogtitle shadow}{/block:ifblogtitleshadow};
  261. background:{color:blogtitle background};
  262. margin-bottom:10px;
  263. border:1px dashed {color:borders};
  264. }
  265.  
  266. #description{
  267. margin-top:5px;
  268. border:1px dashed {color:borders};
  269. padding:2px;
  270. background:{color:description background};
  271. }
  272.  
  273. #links{
  274. margin-top:-20px;
  275. opacity:0;
  276. -webkit-transition: opacity .6s linear;
  277. -webkit-transition: all .6s ease-in-out;
  278. -moz-transition: all .6s ease-in-out;
  279. -o-transition: all .6s ease-in-out;
  280. }
  281.  
  282. #sidebar:hover #links{
  283. opacity:1;
  284. margin-top:3px;
  285. }
  286.  
  287. #links a{
  288. display:inline-block;
  289. border:1px dashed {color:borders};
  290. padding:2px;
  291. margin:2px;
  292. background:{color:link background};
  293. -webkit-transition: opacity .6s linear;
  294. -webkit-transition: all .6s ease-in-out;
  295. -moz-transition: all .6s ease-in-out;
  296. -o-transition: all .6s ease-in-out;
  297. }
  298.  
  299. #links a:hover{
  300. background:{color:borders};
  301. border:1px dashed #fff;
  302. }
  303.  
  304. #quote{
  305. position:fixed;
  306. top:0px;
  307. left:0px;
  308. width:100%;
  309. height:22px;
  310. line-height:22px;
  311. background:{color:quote bar};
  312. border-bottom:3px double {color:quote bar border};
  313. color:{color:quote bar text};
  314. font-family:consolas;
  315. padding-left:10px;
  316. z-index:999;
  317. }
  318.  
  319. #cred{
  320. border:1px solid #ccc;
  321. position:fixed;
  322. left:-125px;
  323. bottom:4px;
  324. font-size:10px;
  325. width:135px;
  326. height:14px;
  327. padding-top:1px;
  328. line-height:12px;
  329. text-align:right;
  330. padding-right:2px;
  331. font-family:consolas;
  332. background:#ffffff;
  333. z-index:999999;
  334. -webkit-transition: opacity .7s linear;
  335. -webkit-transition: all .7s ease-in-out;
  336. -moz-transition: all .7s ease-in-out;
  337. -o-transition: all .7s ease-in-out;
  338. }
  339.  
  340. #cred a:hover{
  341. color:{color:link};
  342. }
  343.  
  344. #cred:hover{
  345. left:0px;
  346. }
  347.  
  348. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  349. @font-face{font-family:nlg; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
  350.  
  351.  
  352. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  353. .title{
  354. font-size:15px;
  355. line-height: 16px;
  356. font-style:italic;
  357. color:{color:Post Title};
  358. font-weight: normal;
  359. }
  360.  
  361.  
  362. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  363. .permalink{
  364. text-transform: normal;
  365. display: block;
  366. text-align: right;
  367. text-decoration: none;
  368. font-style:italic;
  369. border-top:1px dashed {color:borders};
  370. margin-top:5px;
  371. padding-top:2px;
  372. }
  373.  
  374.  
  375. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  376. #infscr-loading{
  377. bottom: -70px;
  378. position: absolute;
  379. left: 50%;
  380. margin-left:-8px;
  381. width:16px;
  382. height:11px;
  383. overflow:hidden;
  384. margin-bottom: 50px;
  385. }
  386.  
  387. #postnotes{
  388. text-align: justify;
  389. }
  390.  
  391. #postnotes blockquote{
  392. border: 0px;
  393. }
  394.  
  395. blockquote{
  396. padding:0px 0px 2px 5px;
  397. margin:0px 0px 2px 10px;
  398. border-left: 2px solid {color:borders};
  399. }
  400.  
  401. blockquote p, ul, ol{
  402. margin:0px;
  403. padding:0px;
  404. }
  405.  
  406. a img{border: 0px;}
  407.  
  408. ::-webkit-scrollbar{
  409. width:8px;
  410. height:4px;
  411. background:#f1f1f1;
  412. border-left:1px solid #ebebeb;
  413. }
  414.  
  415. ::-webkit-scrollbar-thumb{
  416. background-color:{color:scrollbar};
  417. border:1px solid #fafafa;
  418. border-radius:5px;
  419. }
  420.  
  421. ul{list-style-type:circle;margin-left:15px;}
  422.  
  423. ol{list-style-type:decimal;margin-left:15px;padding:0px;}
  424.  
  425. .user_1 .label, .user_3 .label, .user_5 .label, .user_7 .label, .user_9 .label {color:{color:chat color 1};font-weight:bold;}
  426.  
  427. .user_2 .label, .user_4 .label, .user_6 .label, .user_8 .label, .user_10 .label{color:{color:chat color 2};font-weight:bold;}
  428.  
  429. .user_1, .user_3, .user_5, .user_7, .user_9{background:{color:chat background 1}; padding:5px;margin-bottom:5px;border-radius:5px;margin-left:-15px;}
  430.  
  431. .user_2, .user_4, .user_6, .user_8, .user_10{background:{color:chat background 2}; padding:5px;margin-bottom:5px;border-radius:5px;margin-left:-15px;}
  432.  
  433. .notes img{width:10px; position:relative; top:3px;}
  434. <--ses-->
  435. small{font-size: 90%;}
  436.  
  437. {CustomCSS}
  438.  
  439. </style>
  440.  
  441. {block:IndexPage}
  442. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  443. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  444. <script type='text/javascript' src='http://static.tumblr.com/pbot8z9/8E5n163e5/infinitescrolling.js'></script>
  445.  
  446. <script type="text/javascript">
  447. $(window).load(function(){
  448. var $wall = $('#posts');
  449. $wall.imagesLoaded(function(){
  450. $wall.masonry({
  451. itemSelector: '.entry, .entry_photo',
  452. isAnimated : false
  453. });
  454. });
  455.  
  456. $wall.infinitescroll({
  457. navSelector : '#pagination',
  458. nextSelector : '#pagination a',
  459. itemSelector : '.entry, .entry_photo',
  460. bufferPx : 2000,
  461. debug : false,
  462. errorCallback: function() {
  463. $('#infscr-loading').fadeOut('normal');
  464. }},
  465. function( newElements ) {
  466. var $newElems = $( newElements );
  467. $newElems.hide();
  468. $newElems.imagesLoaded(function(){
  469. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  470. });
  471. }); $('#posts').show(500);
  472. });
  473. </script>
  474.  
  475.  
  476. {/block:IndexPage}
  477.  
  478.  
  479. <title>{title}</title>
  480.  
  481. <link rel="shortcut icon" href="{Favicon}" />
  482. <meta name="viewport" content="width=820" />
  483. </head>
  484.  
  485. <body>
  486. <BODY onselectstart="return false;" ondragstart="return false;">
  487. <div class="wrapper">
  488. <div class="header">
  489. </div>
  490.  
  491. <div id="cage">
  492. <div id="center">
  493.  
  494. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  495. <div id="sidebar">
  496. <center>
  497. <div id="blogtitle">{text:sidebar title}</div>
  498. <a href="/"><img src="{image:sidebar}" width=100%></a>
  499. <div id="links">
  500. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle} {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle} {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle} {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle} {block:ifLinkFiveTitle}<a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle} {block:ifLinkSixTitle}<a href="{text:Link Six}">{text:Link Six Title}</a>{/block:ifLinkSixTitle}</div>
  501. <div id="description">{description}</div>
  502. </center>
  503. </div>
  504. <!------------------------------------->
  505.  
  506.  
  507. <div class="left">
  508. {block:ifquote}<div id="quote">{text:quote}</div>{/block:ifquote}
  509. <div id="posts">
  510. {block:Posts}
  511. <div class="entry">
  512.  
  513. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink">posted {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date} with <a href="{Permalink}">{notecountwithlabel}</a><br>{/block:HasTags}</span></align>
  514. {/block:Text}
  515.  
  516. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink">posted {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date} with <a href="{Permalink}">{notecountwithlabel}</a></span></align>{block:Link}
  517.  
  518. {block:Photo}
  519. {block:IndexPage}
  520. <center>
  521. <div class="perma">
  522. <a href="{ReblogURL}" target="_blank">reblog</a> with <a href="{Permalink}">{notecountwithlabel}</a><br>posted on {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date}</div>
  523.  
  524. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  525. {block:ifshowcaptiononhomepage}{block:Caption}<div style="padding:2px;"></div>{Caption}{/block:Caption}{/block:ifshowcaptiononhomepage}
  526. {/block:IndexPage}
  527. {block:PermalinkPage}
  528. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  529.  
  530. {LinkCloseTag}
  531. {/block:PermalinkPage}
  532. {/block:Photo}
  533.  
  534. {block:Photoset}
  535. {block:IndexPage}
  536. <center>
  537.  
  538. <div class="perma">
  539. <a href="{ReblogURL}" target="_blank">reblog</a> with <a href="{Permalink}">{notecountwithlabel}</a><br>posted on {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date}</div>
  540.  
  541. {Photoset-250}
  542. {block:ifshowcaptiononhomepage}{block:Caption}<div style="padding:2px;"></div>{Caption}{/block:Caption}{/block:ifshowcaptiononhomepage}
  543. </center>
  544. {/block:IndexPage}
  545. {block:PermalinkPage}
  546. <center>
  547. {Photoset-500}</center>
  548. {/block:PermalinkPage}
  549. {/block:Photoset}
  550.  
  551. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink">posted {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date} with <a href="{Permalink}">{notecountwithlabel}</a></span>{/block:Quote}
  552.  
  553. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  554. <ul class="chat">
  555. {block:Lines}
  556. <li class="user_{UserNumber}">
  557. {block:Label}
  558. <span class="label">{Label}</span>
  559. {/block:Label}
  560.  
  561. {Line}
  562. </li>
  563. {/block:Lines}
  564. <p align=right><div class="permalink" style="margin-left:-15px">posted {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date} with <a href="{Permalink}">{notecountwithlabel}</a></div>
  565. {/block:Chat}
  566.  
  567. {block:Audio}
  568. <div style="background:{color:chat background 1};padding:4px;text-align:center;border-radius:5px;margin-bottom:5px;">
  569. {block:Artist}{Artist}{/block:Artist} — {block:TrackName}{TrackName}{/block:TrackName}
  570. </div>
  571. <div style="width:97.5%;height:30px;border-radius:5px;border:1px solid {color:borders};text-align:center;padding:2px;{block:permalinkpage}width:98.75%;{/block:permalinkpage}">
  572. {AudioPlayerWhite}
  573. </div>
  574. {block:IndexPage}
  575. <p align=right><span class="permalink">posted {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date} with <a href="{Permalink}">{notecountwithlabel}</a>
  576. </span>{/block:IndexPage}
  577. {/block:Audio}
  578.  
  579. {block:Video}
  580. {block:IndexPage}
  581. <center>
  582. <div class="perma">
  583. <a href="{ReblogURL}" target="_blank">reblog</a> with <a href="{Permalink}">{notecountwithlabel}</a><br>posted on {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date}</div>
  584. {Video-250}
  585. {block:ifshowcaptiononhomepage}{block:Caption}<div style="padding:2px;"></div>{Caption}{/block:Caption}{/block:ifshowcaptiononhomepage}
  586. </center>
  587. {/block:IndexPage}
  588. {block:PermalinkPage}
  589. <center>
  590. {Video-500}</center>
  591. {/block:PermalinkPage}
  592. {block:Video}
  593.  
  594. {block:Answer}
  595. <div style="margin-top:2px;margin-bottom:2px;min-height:30px;padding:4px; background-color:{color:chat background 1};border-radius:5px;">
  596. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;border-radius:2px 0px 0px 2px;"/> <b>{asker}</b>: {Question}</div>
  597. <div style="margin-top:5px;background:{color:chat background 2};margin-bottom:2px;border-radius:5px;padding:4px;">
  598. {Answer}</div>
  599. {block:IndexPage}
  600. <div class="permalink">
  601. posted {block:Date}{Month} {DayOfMonth}{DayofMonthSuffix}{/block:Date} with <a href="{permalink}">{notecountwithlabel}</a>
  602. </div>
  603. {/block:IndexPage}
  604. {/block:Answer}
  605.  
  606.  
  607. {block:PostNotes}<div align="middle">{caption}</div>
  608. <center>
  609.  
  610. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  611.  
  612. {block:HasTags}
  613. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  614. {block:RebloggedFrom}
  615. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  616. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  617.  
  618. {/block:RebloggedFrom}
  619. </center></span>
  620. <br>
  621. <div id="postnotes">{PostNotes}</div><br>
  622.  
  623. <center>{block:ContentSource}
  624. <br><a href="{SourceURL}">
  625. {lang:Source}:
  626. {block:SourceLogo}
  627. <img src="{BlackLogoURL}" width="{LogoWidth}"
  628. height="{LogoHeight}" alt="{SourceTitle}" />
  629. {/block:SourceLogo}
  630. {block:NoSourceLogo}
  631. {SourceLink}
  632. {/block:NoSourceLogo}
  633. </a>
  634. {/block:ContentSource}</center>
  635.  
  636. {/block:PostNotes}
  637. </div>
  638. {/block:Posts}
  639. </div></div>
  640.  
  641. {block:IndexPage}
  642. {block:Pagination}
  643. <div id="pagination">
  644. {block:NextPage}
  645. <a id="nextPage" href="{NextPage}"></a>
  646. {/block:NextPage}
  647. {block:PreviousPage}
  648. <a href="{PreviousPage}"></a>
  649. {/block:PreviousPage}
  650. </div>
  651. {/block:Pagination}
  652. {/block:IndexPage}
  653. </body>
  654. </html>
  655. <div id="cred"><a href="http://awkward-pengu1n.tumblr.com"><i>theme by awkward-pengu1n</i> ☯</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement