Advertisement
awkwardpengu1n

Theme 22 by awkward-pengu1n

Jun 4th, 2013
3,734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.22 KB | None | 0 0
  1. <!--
  2. Theme 22 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!
  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:title" content="#333"/>
  64. <meta name="color:hover" content="#fff"/>
  65. <meta name="color:borders" content="#dadada"/>
  66. <meta name="color:blogtitle shadow" content="#ccc"/>
  67. <meta name="color:blogtitle" content="#575757"/>
  68. <meta name="image:sidebar" content="1"/>
  69. <meta name="image:background" content="1"/>
  70. <meta name="image:sidebarbg1" content="0"/>
  71. <meta name="image:sidebarbg2" content="0"/>
  72.  
  73. <meta name="text:link one" content="link one"/>
  74. <meta name="text:link one hover" content="one"/>
  75. <meta name="text:link two" content="link two"/>
  76. <meta name="text:link two hover" content="two"/>
  77. <meta name="text:link three" content="link three"/>
  78. <meta name="text:link three hover" content="three"/>
  79. <meta name="text:link four" content="link four"/>
  80. <meta name="text:link four hover" content="four"/>
  81. <meta name="text:link five" content="link five"/>
  82. <meta name="text:link five hover" content="five"/>
  83. <meta name="text:link six" content="link six"/>
  84. <meta name="text:link six hover" content="six"/>
  85.  
  86. <meta name="text:your name" content="Bob"/>
  87.  
  88.  
  89. <style type="text/css">
  90.  
  91. #s-m-t-tooltip {
  92. max-width:300px;
  93. padding:3px 5px 3px 5px;
  94. margin:20px 0px 0px 20px;
  95. background: #fff; /* change the background color */
  96. border:1px solid #bababa; /* change the border color */
  97. box-shadow:2px 2px 2px #aaa;
  98. border-radius:3px;
  99. font-family:calibri; /* change the font */
  100. font-size:12px; /* change the font size */
  101. letter-spacing:0px; /* change the letter spacing */
  102. text-transform:none; /* can be uppercase, lowercase, none*/
  103. font-style:italic;
  104. color:{color:text}; /* change the text color */
  105. z-index:999999999999999999999999999999999999;
  106. }
  107.  
  108. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-
  109.  
  110. transition: all 0.8s ease-out;transition: all 0.8s ease-out;-webkit-filter: invert(100%);}
  111.  
  112. 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;}
  113.  
  114. p {
  115. margin:0px;
  116. margin-top:0px;
  117. }
  118.  
  119.  
  120. body {
  121. padding: 0px;
  122. margin: 0px;
  123. color:{color:text};
  124. font-family: calibri;
  125. line-height:13px;
  126. font-size:11px;
  127. background-color: {color:Background};
  128. background-image:url({image:Background});
  129. background-attachment: fixed;
  130. background-repeat: repeat;
  131. }
  132.  
  133.  
  134. a:link, a:active, a:visited{
  135. text-decoration: none;
  136. -webkit-transition: color 0.3s ease-out;
  137. -moz-transition: color 0.3s ease-out;
  138. transition: color 0.3s ease-out;
  139. color:{color:link};
  140. }
  141.  
  142. a:hover {
  143. text-decoration: none;
  144. font-style:;
  145. color: {color:Hover};
  146. }
  147.  
  148. div#center{
  149. margin:auto;
  150. position:relative;
  151. width:1000px;
  152. background-color:;
  153. overflow:auto;
  154. overflow-y:hidden;
  155. }
  156.  
  157. askk{
  158. font-family: "pacifico";
  159. font-size: 16px;
  160. text-transform:normal;
  161. text-align:left;
  162. letter-spacing: 1px;
  163. line height:20px;
  164. color: {color:link};
  165. z-index: 1;
  166. }
  167.  
  168. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  169. .entry {
  170. float:left;
  171. display: block;
  172. margin:5px;
  173. overflow:hidden;
  174. width:230px;
  175. padding:6px;
  176. border:1px solid {color:borders};
  177. padding-bottom:3px;
  178. {block:PermalinkPage}
  179. width:450px;
  180. text-align:left;
  181. line-height:10px;
  182. {/block:PermalinkPage}
  183. background:white;
  184. background-image:URL();
  185. }
  186.  
  187.  
  188. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  189. .entry .perma{
  190. width:auto;
  191. height:18px;
  192. margin-left:10px;
  193. padding-left:3px;
  194. padding-right:3px;
  195. padding-top:2px;
  196. position: absolute;
  197. line-height: 16px;
  198. border:3px double {color:borders};
  199. overflow:hidden;
  200. text-align:center;
  201. top:-50px;
  202. font-family:calibri;
  203. font-style:italic;
  204. background:white;
  205. word-spacing:2px;
  206. letter-spacing:1px;
  207. opacity: 0.0;
  208. -webkit-transition: all .7s ease;
  209. -moz-transition: all .7s ease;
  210. -o-transition: all .7s ease;
  211. transition: all .7s ease;
  212.  
  213. }
  214.  
  215. .entry:hover .perma{
  216. overflow:visible;
  217. opacity:1;
  218. top:15px;
  219. }
  220.  
  221.  
  222. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  223. #posts {
  224. width:800px;
  225. margin-top:1px;
  226. z-index:99;
  227. margin-left:200px;
  228. right:auto;
  229. background:transparent;
  230. margin-right:auto;
  231. position:relative;
  232. overflow-y: hidden;
  233. }
  234.  
  235.  
  236. /*CUSTOMIZE SIDEBAR HERE*/
  237. #sidebar{
  238. position:fixed !important;
  239. width:250px;
  240. background:white;
  241. height:auto;
  242. margin-top:140px;
  243. margin-left:-135px;
  244. text-align:center;
  245. font-size:12px;
  246. padding:10px;
  247. border:3px double {color:borders};
  248. -webkit-transition: opacity .7s linear;
  249. -webkit-transition: all .7s ease-in-out;
  250. -moz-transition: all .7s ease-in-out;
  251. -o-transition: all .7s ease-in-out;
  252. z-index:9999;
  253. }
  254.  
  255. .linkbar{
  256. opacity:1;
  257. margin-top:3px;
  258. border-top:1px solid {color:borders};
  259. border-bottom:1px solid {color:borders};
  260. margin-left:-10px;
  261. width:270px;
  262. height:13px;
  263. line-height:13px;
  264. overflow:hidden;
  265. font-family:calibri;
  266. background:#f1f1f1;
  267. -webkit-transition: opacity .7s linear;
  268. -webkit-transition: all .7s ease-in-out;
  269. -moz-transition: all .7s ease-in-out;
  270. -o-transition: all .7s ease-in-out;
  271. }
  272.  
  273. .linkbar:hover{
  274. opacity:1;
  275. height:40px;
  276. padding-top:3px;
  277. }
  278.  
  279. .linkz{
  280. font-family:basic L;
  281. font-size:16px;
  282. margin-top:4px;
  283. }
  284.  
  285. .desc{
  286. margin-top:6px;
  287. -webkit-transition: opacity .7s linear;
  288. -webkit-transition: all .7s ease-in-out;
  289. -moz-transition: all .7s ease-in-out;
  290. -o-transition: all .7s ease-in-out;
  291. }
  292.  
  293. #sidebar:hover .desc{
  294. margin-top:6px;
  295. }
  296.  
  297. #picture{
  298. }
  299.  
  300. #picture img{
  301. border:1px dashed {color:borders};
  302. padding:3px;
  303. margin-left:-4px;
  304. margin-top:-2px;
  305. }
  306.  
  307. #blogtitle{
  308. position:fixed !important;
  309. font-family:pacifico;
  310. margin-top:-55px;
  311. margin-left:-10px;
  312. font-size:44px;
  313. line-height:30px;
  314. color:{color:blogtitle};
  315. text-shadow:3px 2px 3px {color:blogtitle shadow};
  316. -webkit-transition: opacity .7s linear;
  317. -webkit-transition: all .7s ease-in-out;
  318. -moz-transition: all .7s ease-in-out;
  319. -o-transition: all .7s ease-in-out;
  320. }
  321.  
  322. #blogtitle:hover{
  323. color:{color:blogtitle shadow};
  324. text-shadow:3px 2px 3px #fff;
  325. }
  326.  
  327. .sidebarbg{
  328. position:fixed !important;
  329. margin-left:-195px;
  330. top: 0px;
  331. background-image:url({image:sidebarbg1});
  332. background-size:cover;
  333. height:100%;
  334. border-right: 5px solid #000;
  335. box-shadow: 0px 0px 6px #454545;
  336. opacity:0.8;
  337. width:380px;
  338. border-bottom:3px solid #fff;
  339. border-left: 3px solid #fafafa;
  340. border-right: 3px solid #fafafa;
  341. }
  342.  
  343. .sidebarbg2{
  344. position:fixed !important;
  345. margin-left:974px;
  346. top: 0px;
  347. background-image:url({image:sidebarbg2});
  348. background-size:cover;
  349. height:100%;
  350. border-right: 5px solid #000;
  351. box-shadow: 0px 0px 6px #454545;
  352. opacity:0.8;
  353. width:70px;
  354. border-bottom:3px solid #fff;
  355. border-left: 3px solid #fafafa;
  356. border-right: 3px solid #fafafa;
  357. }
  358.  
  359. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  360. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  361. @font-face{font-family:Celeste Hand;src:url(http://static.tumblr.com/9wzbixa/UBpmj2h2i/celeste_hand.ttf);}
  362. @font-face {font-family:Aderyn;src:url(http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf);}
  363. @font-face{font-family:Helvetidoodle; src:url(http://static.tumblr.com/9wzbixa/qOPmj2lzl/helvetidoodlebyedt.ttf);}
  364. @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  365. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  366. @font-face { font-family: "good time"; src: url('http://static.tumblr.com/u37ad6e/bR1mb6f8o/kgalwaysagoodtime.ttf'); }
  367. @font-face { font-family: "berry"; src: url('http://static.tumblr.com/hbpttq5/Qihmbcq4u/stanberry.ttf'); }
  368. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  369. @font-face { font-family: "shit"; src: url('http://static.tumblr.com/wmaxsyb/S5wmfg6nl/throwmyhandsupintheair.ttf'); }
  370. @font-face { font-family:"Just Realize"; src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  371. @font-face{font-family:Lemons; src: url(http://static.tumblr.com/9wzbixa/9Bsmj3k8e/lemons_can_fly.ttf);}
  372. @font-face{font-family:Pacifico;src:url(http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf);}
  373.  
  374.  
  375.  
  376. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  377. .title{
  378. line-height: 30px;
  379. font-size:25px;
  380. color:{color:Title};
  381. font-weight: normal;
  382. font-family:pacifico;
  383. }
  384.  
  385.  
  386. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  387. .permalink{
  388. text-transform: normal;
  389. display: block;
  390. text-align: right;
  391. text-decoration: none;
  392. font-size:10px;
  393. font-style:italic;
  394. }
  395.  
  396.  
  397. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  398. #infscr-loading{
  399. bottom: -70px;
  400. position: absolute;
  401. left: 50%;
  402. margin-left:-8px;
  403. width:16px;
  404. height:11px;
  405. overflow:hidden;
  406. margin-bottom: 50px;
  407. }
  408.  
  409. #postnotes{
  410. text-align: justify;}
  411.  
  412. #postnotes blockquote{
  413. border: 0px;}
  414.  
  415. blockquote{
  416. padding:0px 0px 2px 5px;
  417. margin:0px 0px 2px 10px;
  418. border-left: 1px dotted #555555;
  419. }
  420.  
  421. blockquote p, ul{
  422. margin:0px;
  423. padding:0px;
  424. }
  425.  
  426. a img{border: 0px;}
  427.  
  428. ::-webkit-scrollbar {width: 4px; height: 4px; background: #eeeeee;}
  429.  
  430. ::-webkit-scrollbar-thumb { background-color:#ababab; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  431. #aaaaaa; border-radius:10px; }
  432.  
  433. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  434.  
  435. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  436. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  437.  
  438. .notes img{width:10px; position:relative; top:3px;}
  439. <--ses-->
  440. small{font-size: 90%;}
  441.  
  442. {CustomCSS}
  443.  
  444. </style>
  445.  
  446. {block:IndexPage}
  447. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  448. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  449. <script type='text/javascript' src='http://static.tumblr.com/pbot8z9/I3Sml6014/querryscript.js'></script>
  450.  
  451. <script type="text/javascript">
  452. $(window).load(function(){
  453. var $wall = $('#posts');
  454. $wall.imagesLoaded(function(){
  455. $wall.masonry({
  456. itemSelector: '.entry, .entry_photo',
  457. isAnimated : false
  458. });
  459. });
  460.  
  461. $wall.infinitescroll({
  462. navSelector : '#pagination',
  463. nextSelector : '#pagination a',
  464. itemSelector : '.entry, .entry_photo',
  465. bufferPx : 2000,
  466. debug : false,
  467. errorCallback: function() {
  468. $('#infscr-loading').fadeOut('normal');
  469. }},
  470. function( newElements ) {
  471. var $newElems = $( newElements );
  472. $newElems.hide();
  473. $newElems.imagesLoaded(function(){
  474. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  475. });
  476. }); $('#posts').show(500);
  477. });
  478. </script>
  479.  
  480.  
  481. {/block:IndexPage}
  482.  
  483.  
  484. <title>{title}</title>
  485.  
  486. <link rel="shortcut icon" href="{Favicon}" />
  487. <meta name="viewport" content="width=820" />
  488. </head>
  489.  
  490. <body>
  491. <BODY onselectstart="return false;" ondragstart="return false;">
  492. <div class="wrapper">
  493. <div class="header">
  494. </div>
  495.  
  496. <div id="cage">
  497. <div id="center">
  498.  
  499. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  500. <div id="sidebar">
  501. <div id="blogtitle">{Title}</div>
  502. <center>
  503. <div id="picture"><a href="/"><img src="{image:sidebar}" width=100%></a></div>
  504. <div class="linkbar"><i>hover for links +</i><br>
  505. <div class="linkz">
  506.  
  507. <a href="{text:link one}" title="{text:link one hover}">I</a>
  508. &middot
  509. <a href="{text:link two}" title="{text:link two hover}">II</a>
  510. &middot
  511. <a href="{text:link three}" title="{text:link three hover}">III</a>
  512. &middot
  513. <a href="{text:link four}" title="{text:link four hover}">IV</a>
  514. &middot
  515. <a href="{text:link five}" title="{text:link five hover}">V</a>
  516. &middot
  517. <a href="{text:link six}" title="{text:link six hover}">VI</a>
  518.  
  519. </div>
  520.  
  521. </div>
  522. <div class="desc">
  523. {description}</div>
  524. </center>
  525. </div>
  526. <!------------------------------------->
  527.  
  528.  
  529. <div class="left">
  530. <div class="sidebarbg2"></div>
  531. <div class="sidebarbg"></div>
  532. <div id="posts">
  533. {block:Posts}
  534. <div class="entry">
  535.  
  536. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<div style="padding:2px;"></div><span class="body">{Body}</span><p align=right><span class="permalink"><a
  537.  
  538. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  539. {/block:Text}
  540.  
  541. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div style="padding:2px;"></div><div class="body">{Description}</div>{/block:Description} <p align=right><span
  542.  
  543. class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  544.  
  545. {block:Photo}
  546. {block:IndexPage}
  547. <center>
  548. <div class="perma">
  549. <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></div>
  550.  
  551. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  552. {/block:IndexPage}
  553. {block:PermalinkPage}
  554. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  555.  
  556. {LinkCloseTag}
  557. {/block:PermalinkPage}
  558. {/block:Photo}
  559.  
  560. {block:Photoset}
  561. {block:IndexPage}
  562. <center>
  563.  
  564. <div class="perma">
  565. <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></div>
  566.  
  567. {Photoset-250}</center>
  568. {/block:IndexPage}
  569. {block:PermalinkPage}
  570. <center>
  571. {Photoset-500}</center>
  572. {/block:PermalinkPage}
  573. {/block:Photoset}
  574.  
  575. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  576.  
  577. href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  578.  
  579. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  580. <ul class="chat">
  581. {block:Lines}
  582. <li class="user_{UserNumber}">
  583. {block:Label}
  584. <span class="label">{Label}</span>
  585. {/block:Label}
  586.  
  587. {Line}
  588. </li>
  589. {/block:Lines}
  590. <p align=right><span class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}">
  591. {/block:Chat}
  592.  
  593. {block:Audio}
  594. <div style="width:200px; height:30px;">
  595. {AudioPlayerBlack}
  596. </div>
  597. {block:IndexPage}<span class="permalink">
  598. <p align=right><span class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"> </a>
  599. </span>{/block:IndexPage}
  600. {/block:Audio}
  601.  
  602. {block:Video}
  603. {block:IndexPage}
  604. <center>
  605. <div class="perma">
  606. <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></div>
  607. {Video-250}</center>
  608. {/block:IndexPage}
  609. {block:PermalinkPage}
  610. <center>
  611. {Video-400}</center>
  612. {/block:PermalinkPage}
  613. {block:Video}
  614.  
  615. {block:Answer}
  616. <div style="margin: 2px 3px 2px 3px; min-height:30px; border: 1px solid #dbd7d7; padding: 4px;border-radius:0px; background-color: white;">
  617. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  618. <askk>{Asker}</askk>: {Question}</div>
  619. <div style="padding: -1px 5px -1px 5px;background: transparent;"><center>{Answer}</center><askk><div style="margin-top:4px;"><p align="right">-{text:your name}</p></askk></div></div><div style="margin-top:5px;">
  620. <P ALIGN=right><font size="1"><a href="{Permalink}"><i>{NoteCountWithLabel}</a></i></font></div>
  621. {/block:Answer}
  622.  
  623.  
  624. {block:PostNotes}<div align="middle">{caption}</div>
  625. <center>
  626.  
  627. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  628.  
  629. {block:HasTags}
  630. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  631. {block:RebloggedFrom}
  632. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  633. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  634.  
  635. {/block:RebloggedFrom}
  636. </center></span>
  637. <br>
  638. <div id="postnotes">{PostNotes}</div><br>
  639.  
  640. <center>{block:ContentSource}
  641. <br><a href="{SourceURL}">
  642. {lang:Source}:
  643. {block:SourceLogo}
  644. <img src="{BlackLogoURL}" width="{LogoWidth}"
  645. height="{LogoHeight}" alt="{SourceTitle}" />
  646. {/block:SourceLogo}
  647. {block:NoSourceLogo}
  648. {SourceLink}
  649. {/block:NoSourceLogo}
  650. </a>
  651. {/block:ContentSource}</center>
  652.  
  653. {/block:PostNotes}
  654. </div>
  655. {/block:Posts}
  656. </div></div>
  657.  
  658. {block:IndexPage}
  659. {block:Pagination}
  660. <div id="pagination">
  661. {block:NextPage}
  662. <a id="nextPage" href="{NextPage}"></a>
  663. {/block:NextPage}
  664. {block:PreviousPage}
  665. <a href="{PreviousPage}"></a>
  666. {/block:PreviousPage}
  667. </div>
  668. {/block:Pagination}
  669. {/block:IndexPage}
  670. </body>
  671. </html>
  672. <div style="border:1px solid #aaa; position:fixed; left:6px; bottom:4px; font-size:15px; height:16px; padding-top:2px; line-height:15px; font-family:shit; background:#ffffff; z-index:999999;"><a href="http://awkward-pengu1n.tumblr.com" title="theme made by julia">☯</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement