Advertisement
infernos

0 2 . H U B R I S. T H E M E

Dec 13th, 2011
2,311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.91 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <html><head> <title>{title}</title>
  4.  
  5. <!-
  6.  
  7. --------------| 0 2 . H U B R I S by infernos.tumblr.com |---------------
  8.  
  9. It's my second theme! I hope you guys enjoy! :D
  10. ___________________________________________________________________________
  11.  
  12. - R U L E S -
  13.  
  14. 1. Do not remove credits
  15. 2. Do not redistribute
  16. 3. Do not claim it as your own
  17. 4. Do not use this code as a base for creating your own.
  18. 5. Do read installing tips below before asking questions
  19. ___________________________________________________________________________
  20.  
  21. - I N S T A L L I N G -
  22.  
  23. 1. Go to your customize page
  24. 2. Click 'Use Custom HTML' then click on 'EDIT HTML' option
  25. 3. Replace entire code with this code
  26. 4. Go back to 'Appearance' and scroll down. Then 'reset defaults'.
  27. 5. Customize options on the side
  28.  
  29. IMPORTANT INSTALLATION NOTE:
  30. -For the dropdown links, find the ‘Height of Dropdown Links’ option under
  31. Appearance and fill in the corresponding height of the links you have.
  32. -Find the ‘Margin Top of Posts’ and
  33. fill in the corresponding value of how far down you want your posts; it will
  34. vary based on how long your description is.
  35. ___________________________________________________________________________
  36.  
  37. - Q U E S T I O N S ? -
  38.  
  39. Please be sure to read the rules/installation guide above before asking me any questions.
  40. My main blog is http://infernos.tumblr.com
  41.  
  42.  
  43. -!>
  44.  
  45.  
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <meta name="if:Endless Scroll" content="1"/>
  48. <meta name="if:Image Lazy Load" content="1"/>
  49. <meta name="if:No Space Between Posts" content="0"/>
  50. <meta name="color:Text Color" content="#4C4C4C/>
  51. <meta name="color:Background Color" content="#FCFCFC">
  52. <meta name="color:Links" content="#8F8F8F" />
  53. <meta name="color:Title Color" content="#111111"/>
  54. <meta name="color:Left Border Color" content="#000000"/>
  55. <meta name="color:Inner Border Color" content="#111111"/>
  56. <meta name="color:Dropdown Link Color" content="#000000" />
  57. <meta name="color:Post Background Color" content="#FFFFFF">
  58. <meta name="color:Top Sidebar Color" content="#FFFFFF">
  59. <meta name="color:Blockquote Background" content="#f8f8f8">
  60. <meta name="text:Margin Top of Posts" content="95" />
  61. <meta name="text:Height of Dropdown Links" content="70" />
  62. <meta name="image:Background" content="http://static.tumblr.com/zh7ydxo/V3Hlw4h28/bg.png" />
  63. <meta name="text:Link 1 URL" content="" />
  64. <meta name="text:Link 1 Name" content="" />
  65. <meta name="text:Link 2 URL" content="" />
  66. <meta name="text:Link 2 Name" content="" />
  67. <meta name="text:Link 3 URL" content="" />
  68. <meta name="text:Link 3 Name" content="" />
  69. <meta name="text:Link 4 URL" content="" />
  70. <meta name="text:Link 4 Name" content="" />
  71. <meta name="text:Link 5 URL" content="" />
  72. <meta name="text:Link 5 Name" content="" />
  73. <style type="text/css">
  74.  
  75. body{
  76. margin-top:0px;
  77. margin-bottom:0px;
  78. color:{color:Text Color};
  79. background: {color:Background Color} url({image:Background});
  80. background-attachment:fixed;
  81. font-family: georgia;
  82. font-size:9px;
  83. line-height:9px;
  84. text-align:justify;
  85. z-index;1;
  86. overflow-x: hidden;
  87. }
  88.  
  89. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  90.  
  91. #center{
  92. background-color:transparent;
  93. width:400px;
  94. margin-left:23px;
  95. padding-left:0px;
  96. padding-right:0px;
  97. }
  98.  
  99. #leftbordering {
  100. background: {color:Left Border Color};
  101. height: 100%;
  102. width:31px;
  103. left:0px;
  104. top:0px;
  105. position: fixed;
  106. z-index:3;
  107. }
  108.  
  109. #navigation {
  110. background: {color:Post Background color};
  111. width: 395px;
  112. padding: 5px;
  113. height:20px;
  114. text-align:right;
  115. font-family: arial black;
  116. font-size:40px;
  117. font-weight: bold;
  118. margin-bottom:15px;
  119. border-left: 30px solid {color:Inner Border Color};
  120. {block:IfEndlessScroll}display:none;{/block:IfEndlessScroll}
  121. }
  122.  
  123. #portrait {
  124. background:#ddd url({PortraitURL-48}) repeat;
  125. margin-left:10px;
  126. margin-right:-23px;
  127. background-position:center;
  128. border-radius:50px;
  129. -webkit-border-radius: 50px;
  130. -moz-border-radius: 50px;
  131. border:5px solid {color:Top Sidebar Color};
  132. margin-top:-25px;
  133. height:80px;
  134. width:80px;
  135. float:right;
  136. }
  137.  
  138. #desc {
  139. margin-top:0px;
  140. left: 31px;
  141. {block:IndexPage}width:495px;{/block:IndexPage}
  142. {block:PermalinkPage}width:595px;{/block:PermalinkPage}
  143. position: fixed;
  144. text-align:right;
  145. z-index:9999;
  146. border-radius:50px;
  147. }
  148.  
  149. #desc .linkage {
  150. margin-top:0px;
  151. background: transparent;
  152. -webkit-transition: all 0.8s ease;
  153. -moz-transition: all 0.8s ease;
  154. -o-transition: all 0.8s ease;
  155. height:0px;
  156. overflow:hidden;
  157. padding-right:5px;
  158. }
  159.  
  160.  
  161. #desc:hover .linkage {
  162. -webkit-transition: all 1.4s ease;
  163. -moz-transition: all 1.4s ease;
  164. -o-transition: 1.4s ease;
  165. height:{text:Height of Dropdown Links}px!important;
  166. padding-right:5px;
  167. }
  168.  
  169. .linkage {
  170. margin-top:0px;
  171. {block:IndexPage} margin-left:245px; {/block:IndexPage}
  172. {block:PermalinkPage} margin-left:345px; {/block:PermalinkPage}
  173. margin-top:0px;
  174. width: 190px;
  175. background: transparent;
  176. }
  177.  
  178. .linkage a {
  179. font-family: consolas;
  180. color: #ddd;
  181. text-transform: uppercase;
  182. font-size: 8px;
  183. letter-spacing: 5px;
  184. background: {color:Dropdown Link Color};
  185. width: 187px;
  186. height: 8px;
  187. text-align:right;
  188. float: right;
  189. margin-bottom: 2px;
  190. padding-right: 5px;
  191. padding-bottom: 5px;
  192. border-right: 13px solid #222;
  193. -webkit-transition: all 0.5s ease-out;
  194. -moz-transition: all 0.5s ease-out;
  195. -o-transition: all 0.5s ease-out;
  196.  
  197. }
  198.  
  199. .linkage a:hover {
  200. background: #222;
  201. border-right: 0px solid #000;
  202. margin-bottom: 2px;
  203. padding-left: 0px;
  204. padding-right: 10px;
  205. padding-bottom: 5px;
  206. -webkit-transition: all 0.3s ease-out;
  207. -moz-transition: all 0.3s ease-out;
  208. -o-transition: all 0.3s ease-out;
  209. }
  210.  
  211. a:link, a:active, a:visited{
  212. color: {color:Links};
  213. text-decoration:none;
  214. outline: none;
  215. }
  216. a:hover{
  217. -webkit-transition: 0.6s ease-in; color:#aaa ;
  218. -moz-transition: 0.6s ease-in; color:#aaa;
  219. }
  220.  
  221. #content {
  222. position:absolute;
  223. width:{text:Width}px;
  224. {block:IndexPage}width:425px;{/block:IndexPage}
  225. margin-top:10px;
  226. }
  227.  
  228. #entry {
  229. background-color:{color:Post Background Color};
  230. {block:IndexPage}width:395px;
  231. {/block:IndexPage}
  232. {block:PermalinkPage} width:500px;{/block:PermalinkPage}
  233. margin-bottom:35px;
  234. {block:IfNoSpaceBetweenPosts}
  235. margin-bottom:0px;
  236. {/block:IfNoSpaceBetweenPosts}
  237. border-left: 15px solid {color:Inner Border Color};
  238. z-index:1;
  239. -webkit-transition: all 0.7s ease;
  240. -moz-transition: all 0.7s ease;
  241. -o-transition: all 0.7s ease;
  242. }
  243.  
  244. #entry:hover {{block:IndexPage}-webkit-transition: all 0.7s ease;
  245. -moz-transition: all 0.7s ease;
  246. -o-transition: all 0.7s ease;
  247. border-left:30px solid #333;{/block:IndexPage}
  248. }
  249.  
  250. #entry:hover .permalink {
  251. opacity: 1;
  252. filter:alpha(opacity=100);
  253. -moz-opacity: 1;
  254. -khtml-opacity: 1;
  255. padding:3px;
  256. text-align: left;
  257. -webkit-transition: all 0.7s ease;
  258. -moz-transition: all 0.7s ease;
  259. -o-transition: all 0.7s ease;
  260. }
  261.  
  262. .text, .quote, .answer, .link .answer {
  263. padding-left:5px;
  264. padding-right: 5px;
  265. }
  266.  
  267. .chat {
  268. background-color: {color:Post Background Color};
  269. }
  270.  
  271. .chat .lines {
  272. margin-left: 0px;
  273. }
  274.  
  275. .chat .lines .line {
  276. background-color: {color:Post Background Color};
  277. margin-top:3px;
  278. padding:1px;
  279. }
  280.  
  281. .chat .lines .line.even {
  282. background-color: #f8f8f8;
  283. }
  284.  
  285. img{
  286. -webkit-transition: opacity 0.5s linear;
  287. opacity: 1;
  288. }
  289. img:hover{
  290. -webkit-transition: opacity 0.5s linear;
  291. opacity: 0.9;
  292. background-color:none;
  293. }
  294.  
  295. h1{
  296. font-weight:lighter;
  297. font-style: none;
  298. text-transform:none;
  299. margin:0px;
  300. padding:0px;
  301. }
  302. h2{
  303. color:{color:Title Color};
  304. font-family: garamond, georgia, Times New Roman, 'Droid Serif', serif, Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  305. font-size:20px;
  306. line-height:15px;
  307. letter-spacing:0px;
  308. font-weight:lighter;
  309. font-style: italic;
  310. text-transform:none;
  311. margin:0px;
  312. padding:0px;
  313. }
  314.  
  315. h3{
  316. color:{color:Title Color};
  317. font-family: garamond, consolas, arial, garamond, Times New Roman, 'Droid Serif', serif, Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  318. font-size:27px;
  319. line-height:15px;
  320. letter-spacing:-1px;
  321. font-weight:lighter;
  322. font-style: italic;
  323. text-transform:none;
  324. margin-bottom:2px;
  325. margin-top:0px;
  326. }
  327. h4{
  328. color:{color:Title Color};
  329. font-family: garamond, consolas, arial, garamond, Times New Roman, 'Droid Serif', serif, Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  330. font-size:27px;
  331. line-height:17px;
  332. letter-spacing:-1px;
  333. font-weight:lighter;
  334. font-style: italic;
  335. text-transform:none;
  336. margin-bottom:2px;
  337. margin-top:0px;
  338. }
  339.  
  340. b, strong{
  341. color:#444;
  342. font-weight:lighter;
  343. }
  344.  
  345. i, em {
  346. color:#333;
  347. font-weight:lighter;
  348. }
  349.  
  350. p {
  351. margin-top:3px;
  352. margin-bottom:3px;
  353. }
  354. blockquote img{
  355. display:block;
  356. }
  357. blockquote p {
  358. color: #666;}
  359.  
  360. blockquote {
  361. background: {color:Blockquote Background};
  362. background-repeat: repeat;
  363. border-left: 4px solid {color:Inner Border Color};
  364. padding:5px;
  365. position:relative;
  366. }
  367.  
  368.  
  369. a img{
  370. border:none;
  371. }
  372. img{
  373. {block:IndexPage}max-width:400px;
  374. background-color:transparent;{/block:IndexPage}
  375. {block:PermalinkPage}max-width:550px;{/block:PermalinkPage}
  376. text-align:left;
  377. }
  378.  
  379. .audio{
  380. z-index:3;
  381. background: #000 url(http://i45.tinypic.com/15zf611.gif);
  382. display:block;
  383. margin-top: 2px;
  384. margin-bottom:21px;}
  385.  
  386. .postnotes{
  387. margin: auto;
  388. margin-top: 15px;
  389. padding: 5px;
  390. background-color:{color:Post Background Color};
  391. }
  392.  
  393. .PermalinkPage{
  394. text-align:center;
  395. margin:auto;
  396. margin-top:23px;
  397. }
  398. .permalink {
  399. {block:IndexPage}
  400. position: absolute;
  401. {block:IndexPage}left:501px;{/block:IndexPage}
  402. {block:PermalinkPage}left:601px;{/block:PermalinkPage}
  403. padding:3px;
  404. text-align: left;
  405. font-size: 40px;
  406. font-weight: bold;
  407. border-left: 0px solid #111;
  408. -webkit-transition: all 1s ease;
  409. -moz-transition: all 1s ease;
  410. -o-transition: all 1s ease;
  411. opacity:0;filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;
  412. z-index:99;
  413. {/block:IndexPage}{block:PermalinkPage}display:none{/block:PermalinkPage}
  414. }
  415.  
  416. .permalink a {
  417. color:#111;
  418. opacity: 0.7;filter:alpha(opacity=70);-moz-opacity: 0.7;
  419. -khtml-opacity: 0.7;
  420. }
  421.  
  422. .permalink a:hover {
  423. color:#ccc;
  424. opacity: 1;
  425. }
  426.  
  427. div.video embed,div.post div.video object {
  428. width:{text:Width}px !important;}
  429.  
  430. </style>
  431.  
  432.  
  433. </head>
  434. {block:IfEndlessScroll}
  435.  
  436. <script type="text/javascript" src="http://static.tumblr.com/zh7ydxo/1MVlwa3ai/tumblrautopagernopage.js">
  437. </script>
  438. {/block:IfEndlessScroll}
  439.  
  440.  
  441. {block:IfImageLazyLoad}
  442. <script type="text/javascript" src="http://static.tumblr.com/zh7ydxo/CIvlwa3c5/jquery.js"></script>
  443.  
  444. <script type="text/javascript" src="http://static.tumblr.com/zh7ydxo/CtWlwa3d9/lazyload.js"></script>
  445.  
  446. <script type="text/javascript" charset="utf-8">
  447.  
  448. var $j = jQuery.noConflict();
  449.  
  450. $j(function() {
  451.  
  452. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  453.  
  454. $j("img").lazyload({
  455.  
  456. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  457.  
  458. effect: "fadeIn",
  459.  
  460. });
  461.  
  462. });
  463.  
  464. </script>
  465. {/block:IfImageLazyLoad}
  466.  
  467.  
  468. </head>
  469.  
  470.  
  471. <body>
  472. <div style="font-size:17px; text-transform:uppercase; position:fixed; bottom:9px; right:9px;"><a href="http://infernos.tumblr.com">☲</a></div>
  473. <div id="leftbordering"></div>
  474. <div id="desc" ><div style="background:{color:Top Sidebar Color};border-top-right-radius:20px;padding-top:10px;padding-bottom:10px;font-size:25px;letter-spacing:5px;"><div style="{block:IndexPage}width:440px;{/block:IndexPage}{block:PermalinkPage}width:540px;{block:PermalinkPage}><a href="/" style="color:black;"><h2>{title}。</h2></a></div>
  475. <a href="/"><div id="portrait"></div></a>
  476. </div>
  477. <div id="description"><div style="background: #000 url(http://26.media.tumblr.com/tumblr_ls0w5txuft1r3vazto13_r1_400.png) repeat;margin:auto;color:#888;padding:3px;">{description}</div>
  478.  
  479. <div class="linkage">
  480. <span style="color:#777;background:transparent;padding-top:3px;padding-bottom:3px;line-height:12px;">
  481. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Name}</a><br />{/block:ifLink1URL}
  482. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Name}</a><br />{/block:ifLink2URL}
  483. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Name}</a><br />{/block:ifLink3URL}
  484. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Name}</a><br />{/block:ifLink4URL}
  485. {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 Name}</a><br />{/block:ifLink5URL}
  486. <a href="/archive"> archive </a><br/></span>
  487. <a href="/ask"> ask </a><br/></span>
  488. <a href="http://infernos.tumblr.com"> credit </a><br/></span>
  489. </div></div>
  490.  
  491. <div id="content">
  492. </div></div>
  493.  
  494. <div style="height:{text:Margin Top of Posts}px;"><!- PLACE HOlDER FOR TOP -!></div>
  495.  
  496. {block:IfEndlessScroll}
  497. <div class="autopagerize_page_element">
  498. {/block:IfEndlessScroll}
  499.  
  500. <div id="center">
  501. {block:Posts}
  502. <div id="entry">
  503.  
  504.  
  505. {block:Photo}
  506. <div id="entry" style="padding-left:5px;{block:PermalinkPage}padding:5px;{/block:PermalinkPage}">
  507. <span class="permalink"><a href="{Permalink}" class="morelink">×</a></span>
  508. <a href="{Permalink}" style="background-color:transparent;">{/block:IndexPage}
  509. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  510. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" border="0"
  511. style="width:500px;background:#f8f8f8;"/>
  512. {block:IndexPage}</a>{/block:IndexPage}
  513. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  514. {block:PermalinkPage} {block:Caption}{Caption} {/block:Caption}{/block:PermalinkPage}</div>
  515. {/block:Photo}
  516.  
  517.  
  518.  
  519. {block:Photoset}<div id="entry" style="padding:5px;"><span class="permalink" style="margin-right:0px;"><a href="{Permalink}" class="morelink">×</a></span>
  520. {block:IndexPage}{Photoset-400}
  521. {/block:IndexPage}
  522. {block:PermalinkPage}{Photoset-500}
  523. {block:Caption}{Caption}
  524. {/block:Caption}{/block:PermalinkPage}
  525. </div>
  526. {/block:Photoset}
  527.  
  528. {block:Video}<div id="entry" style="padding:5px;">
  529. <span class="permalink" style="margin-right:0px;"><a href="{Permalink}" class="morelink">×</a></span>{block:IndexPage} {Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  530.  
  531. {block:Audio}
  532. <div id="entry" style="padding:5px;">
  533. <span class="permalink" style="margin-right:0px;"><a href="{Permalink}" class="morelink">×</a></span>
  534. {AudioPlayerWhite}
  535. {block:Caption}
  536. {block:TrackName}
  537. ♫ {TrackName} -
  538. {/block:TrackName}{block:Artist}
  539. {Artist}
  540. {/block:Artist}
  541. {/block:Caption}
  542. <br/></div>
  543. {/block:Audio}
  544.  
  545. {block:Quote}
  546. <div id="entry" style="padding:5px;"> <div class="quote">
  547. <span class="permalink" style="margin-right:0px;"><a href="{Permalink}" class="morelink">×</a></span>
  548. <h4>❝{Quote}❞</h4><div style="background:{color:Left Border Color};color:#BBB;text-align:right;margin-left:-5px;margin-right:-5px;margin-top:5px;">{block:Source}— {Source}{/block:Source}</div></div></div>{/block:Quote}
  549.  
  550. {block:Link}
  551. <div id="entry" style="padding:5px;"><div class="link">
  552. <span class="permalink" style="margin-right:0px;"><a href="{Permalink}" class="morelink">×</a></span>
  553. <div style="background-color:none;margin-top:3px; margin-bottom:3px;border-top:0px solid #f0f0f0; border-bottom:0px solid #f0f0f0;padding-top:1px;padding-bottom:1px;"><a href="{URL}" class="link" {Target}><h2>{Name}&nbsp;→</h2></a>
  554. {block:Description}
  555. <div class="caption">
  556. {Description}
  557. </div>
  558. {/block:Description}</div>
  559. </div></div>
  560. {/block:Link}
  561.  
  562. {block:Text}<div id="entry" style="padding:5px;"><div class="text">
  563. <span class="permalink" style="margin-right:0px;"><a href="{Permalink}" class="morelink">×</a></span>
  564. <div style="background-color:none;margin-top:3px; margin-bottom:3px;border-top:0px solid #f0f0f0; border-bottom:0px solid #f0f0f0;padding-top:1px;padding-bottom:1px;">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div></div></div>{/block:Text}
  565.  
  566. {block:Chat}
  567. <div id="entry" style="padding:5px;">
  568. <span class="permalink" style="margin-right:0px;"><a href="{Permalink}" class="morelink">×</a></span>
  569. {block:Title}<div style="margin-left:5px;margin-bottom:2px;"><h2>{Title}</h2></div>{/block:Title}
  570. <div class="chat">
  571. <div class="lines">{block:Lines}
  572. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>{/block:Lines}
  573. </div></div></div>
  574. {/block:Chat}
  575.  
  576. {block:Answer}<div id="entry" style="padding:5px;"><div class="answer">
  577. <span class="permalink" style="margin-right:0px;"><a href="{Permalink}" class="morelink">×</a></span>
  578. <div style="padding-top:3px;padding-bottom:3px;"><div style="background: {color:Blockquote Background};padding:3px;border-right:5px solid {color:Inner Border Color};"><a href="{AskerURL}" style="text-decoraton:underline;">{Asker}</a>: {Question}</div>{Answer}</div></div></div>{/block:Answer}
  579.  
  580. </div>
  581.  
  582. {block:PermalinkPage}<div class="meta" style="line-height:15px;">
  583. <div class="metabox" style="width:500px;padding:5px;background: {color:Post Background Color};border-left: 30px solid {color:Inner Border Color};" > <div class="permalinkpage">
  584. {block:Date}<h2>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</h2>{/block:Date}
  585. {block:HasTags}<i><u>Tagged</u>:</i>{block:tags}&bull;<a href="{TagURL}">{Tag} </a>
  586. {/block:tags}{/block:HasTags}<br /><i><u>Options</u>:</i>
  587. <a href="javascript:history.go(-1)">go back</a> &nbsp; <a href="http://www.tumblr.com/dashboard">go home</a> &nbsp; <a href="/random" id="random_link">random entry</a><br/>{block:RebloggedFrom} <i><u>Via</u>:</i> <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp; <i><u>Source</u>:</i> <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  588. </div></div>
  589. <div class="postnotes" style="width:500px;overflow:hidden;margin-left:30px;"><center>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  590. {block:PostNotes}
  591. {PostNotes}</div>
  592. {/block:PostNotes}
  593. </div>
  594. {/block:PermalinkPage}
  595.  
  596. {/block:Posts}
  597.  
  598. <div id="navigation">{block:NextPage}<a href="{NextPage}"> ← </a>{/block:NextPage}
  599. {block:PreviousPage}<a href="{PreviousPage}"> → </a> {/block:PreviousPage}</div>
  600.  
  601. </div>
  602.  
  603. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  604.  
  605. </div>
  606.  
  607. </div>
  608. </body>
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement