Advertisement
Perfect-Nicholas

Theme #32 - Banklady

Mar 26th, 2014
6,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.80 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Theme 32 by llermans (tumblr.com) --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#252525"/>
  12. <meta name="color:Link" content="#252525"/>
  13. <meta name="color:Link Hover" content="#424242"/>
  14. <meta name="color:Links Background" content="#f8f8f8">
  15. <meta name="color:scrollbar" content="#e4e4e4">
  16.  
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="if:400px posts" content="1"/>
  19. <meta name="if:title" content="1"/>
  20. <meta name="if:sidebar image" content=""/>
  21. <meta name="if:info text" content=""/>
  22.  
  23. <meta name="text:link 1" content="Link1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
  31.  
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  33.  
  34. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  35.  
  36. <script>
  37.  
  38. (function($){
  39.  
  40. $(document).ready(function(){
  41.  
  42. $("a[title]").style_my_tooltips({
  43.  
  44. tip_follows_cursor:true,
  45.  
  46. tip_delay_time:30,
  47.  
  48. tip_fade_speed:300,
  49.  
  50. attribute:"title"
  51.  
  52. });
  53.  
  54. });
  55.  
  56. })(jQuery);
  57.  
  58. </script>
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. #s-m-t-tooltip {
  65. color:{color:text};
  66. font-size:10px;
  67. border-bottom:2px solid #000;
  68. font-style: italic;
  69. font-family: times;
  70. margin:12px 0px 0px 12px;
  71. padding:3px 5px;
  72. max-width:350px;
  73. background-color:{color:links background};
  74. text-transform:lowercase;
  75. letter-spacing: 1px;
  76. z-index:999; }
  77.  
  78. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  79. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  80. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  81.  
  82. body {
  83. background:{color:background};
  84. margin:0px;
  85. color:{color:text};
  86. font-family:times;
  87. font-size:11px;
  88. line-height:130%;
  89. }
  90.  
  91. h1 {
  92. font-size:10px;
  93. text-transform:uppercase;
  94.  
  95. }
  96.  
  97. a {
  98. text-decoration:none;
  99. outline:none;
  100. -moz-outline-style:none;
  101. color:{color:link};
  102. -moz-transition-duration:0.8s;
  103. -webkit-transition-duration:0.8s;
  104. -o-transition-duration:0.8s;
  105. }
  106.  
  107. a:hover {
  108. text-decoration:none;
  109. outline:none;
  110. -moz-outline-style:none;
  111. color:{color:link hover};
  112. }
  113.  
  114. img {
  115. border:none;
  116. {block:ifNot400pxposts}
  117. max-width:500px;
  118. {/block:ifNot400pxposts}
  119. {block:if400pxposts}
  120. max-width:400px;
  121. {/block:if400pxposts}
  122. }
  123.  
  124. .tumblr_blog {
  125. border-bottom:1px dotted #e4e4e4;
  126. }
  127.  
  128. blockquote {
  129. padding:0px 15px 0px 15px;
  130. border-left: 1px solid {color:text};
  131. margin-left: 20px;
  132. }
  133.  
  134. blockquote blockquote {
  135. padding-left:5px;
  136. border-left:1px solid {color:text};
  137. }
  138.  
  139. blockquote img {
  140. {block:ifNot400pxposts}
  141. max-width:440px!important;
  142. {/block:ifNot400pxposts}
  143. {block:if400pxposts}
  144. max-width:340px!important;
  145. {/block:if400pxposts}
  146. }
  147.  
  148. #title {
  149. text-shadow: #E0E0E0 0px 1px 1px;
  150. line-height: 90%;
  151. text-transform: lowercase;
  152. font-weight: bold;
  153. width:180px;
  154. padding:0px 0px 8px 0px;
  155. font-size:15px;
  156. font-family:'times';
  157. text-align:left;
  158. word-spacing: 2px;
  159. }
  160.  
  161. #post {
  162. {block:ifNot400pxposts}
  163. width:500px;
  164. {/block:ifNot400pxposts}
  165. {block:if400pxposts}
  166. width:400px;
  167. {/block:if400pxposts}
  168. {block:permalinkpage}
  169. padding-bottom:20px!important;
  170. {/block:permalinkpage}
  171. padding-bottom:150px;
  172. }
  173.  
  174. #entries {
  175. padding:10px;
  176. {block:ifNot400pxposts}
  177. width:500px;
  178. {/block:ifNot400pxposts}
  179. {block:if400pxposts}
  180. width:400px;
  181. {/block:if400pxposts}
  182. margin-left:500px;
  183. margin-top:40px;
  184. }
  185.  
  186. #sidebar {
  187. margin-top: 170px;
  188. background-color: transparent;
  189. height: 110%;
  190. overflow: hidden;
  191. top: 1px;
  192. width:160px;
  193. position:fixed;
  194. margin-left:200px;
  195. }
  196.  
  197. #sidebarimage {
  198. width:80px;
  199. height:80px;
  200. border-radius:100%;
  201. overflow:hidden;
  202. margin-bottom:10px;
  203. }
  204.  
  205. #sidebarimage img {
  206. width:80px;
  207. }
  208.  
  209. #links {
  210. font-size:8px;
  211. line-height:28px;
  212. padding: 0px 0px 8px 0px;
  213. font-family:cambria;
  214. text-transform:uppercase;
  215. }
  216.  
  217. #links a {
  218. display:block;
  219. color:{color:link};
  220. padding:0px 0px 0px 10px;
  221. border-bottom: 1px dotted #e4e4e4;
  222. letter-spacing: 2px;
  223. -webkit-transition: all 0.5s ease-in-out;
  224. -moz-transition: all 0.5s ease-in-out;
  225. -o-transition: all 0.5s ease-in-out;
  226. -ms-transition: all 0.5s ease-in-out;
  227. transition: all 0.5s ease-in-out;
  228. }
  229.  
  230. #links a:hover {
  231. color:{color:link hover};
  232. background:{color:links Background};
  233. padding: 0px 0px 0px 10px;
  234. -webkit-transition: all 0.5s ease-in-out;
  235. -moz-transition: all 0.5s ease-in-out;
  236. -o-transition: all 0.5s ease-in-out;
  237. -ms-transition: all 0.5s ease-in-out;
  238. transition: all 0.5s ease-in-out;
  239. }
  240.  
  241. #description {
  242. text-align:left;
  243. background:transparent;
  244. font-size:9px;
  245. font-family:times;
  246. letter-spacing: 1px;
  247. word-spacing:1px;
  248. line-height:16px;
  249. margin-left: 0px;
  250. padding-bottom:8px;
  251. border-bottom:1px dotted #e4e4e4;
  252. }
  253.  
  254. #description a {
  255. padding:8px;
  256. }
  257.  
  258. #pagination {
  259. position:fixed;
  260. {block:ifNot400pxposts}
  261. width:500px;
  262. {/block:ifNot400pxposts}
  263. {block:if400pxposts}
  264. width:400px;
  265. {/block:if400pxposts}
  266. text-align:center;
  267. margin-top:20px;
  268. font-family:'helvetica';
  269. font-size:11px;
  270. word-spacing:10px;
  271. text-transform:lowercase;
  272. color:{color:text};
  273. z-index:10000;
  274. background:{color:background};
  275. opacity:1;
  276. bottom:0;
  277. padding:10px;
  278. }
  279.  
  280. #pagination a {
  281. color:{color:link};
  282. }
  283.  
  284. #permalink {
  285. position:absolute;
  286. padding:5px 10px 5px 10px;
  287. background:#fff;
  288. margin-left:5px;
  289. margin-top:5px;
  290. box-shadow:transparent 1px 1px 1px;
  291. font-size:8px;
  292. opacity:0;
  293. -webkit-transition: all 0.3s ease;
  294. -moz-transition: all 0.3s ease;
  295. -ms-transition: all 0.3s ease;
  296. -o-transition: all 0.3s ease;
  297. transition: all 0.3s ease;
  298. }
  299.  
  300. #permalink a {
  301. color:#000;
  302.  
  303. }
  304.  
  305. #post:hover #permalink {
  306. opacity:1;
  307. box-shadow:#838282 1px 1px 1px;
  308. -webkit-transition: all 0.3s ease;
  309. -moz-transition: all 0.3s ease;
  310. -ms-transition: all 0.3s ease;
  311. -o-transition: all 0.3s ease;
  312. transition: all 0.3s ease;
  313. color:{color:background};
  314. }
  315.  
  316. #permalinkb {
  317. margin-top:25px;
  318. background:{color:background};
  319. text-align:right;
  320. font-size:8px;
  321. margin-right:10px;
  322. }
  323.  
  324. #permalinkb a {
  325. padding:5px;
  326. border-top:1px dotted #838282;
  327. text-shadow:transparent 1px 1px 1px;
  328.  
  329. }
  330.  
  331. #info {
  332. padding:0 22px;
  333. font-weight:bold;
  334. font-size:8px;
  335. word-spacing:5px;
  336. padding-top:10px;
  337. text-align:center;
  338. margin-top:15px;
  339. border-top:1px dotted rgba(0,0,0,0.1);
  340. text-transform:uppercase;
  341. }
  342.  
  343. .tags {
  344. padding:5px;
  345. word-spacing:0px;
  346. font-weight:normal!important;
  347. }
  348.  
  349. .tags a {
  350. font-size:8px;
  351. }
  352.  
  353. #ask {
  354. {block:ifnot400pxposts}
  355. width:460px;
  356. {/block:ifnot400pxposts}
  357. {block:if400pxposts}
  358. width:360px;
  359. {/block:if400pxposts}
  360. word-spacing:2px;
  361. line-height:13px;
  362. padding:20px;
  363. background:{color:links background};
  364. }
  365.  
  366. .askimg {
  367. width: 48px;
  368. float: left;
  369. margin-left:10px;
  370. }
  371.  
  372. .question {
  373. {block:ifnot400pxposts}
  374. width:380px;
  375. {/block:ifnot400pxposts}
  376. {block:if400pxposts}
  377. width:280px;
  378. {/block:if400pxposts}
  379. float: right;
  380. margin-right:5px;
  381. min-height: 43px;
  382. text-align: left;
  383. line-height:13px;
  384. }
  385.  
  386. .asker {
  387. text-transform:lowercase;
  388. font-weight:bold;
  389. }
  390.  
  391. .answer {
  392. padding-bottom:4px;
  393. }
  394.  
  395. #vid {
  396. outline:1px solid {color:links background};
  397. }
  398.  
  399.  
  400. .clear {
  401. clear: both;
  402. }
  403.  
  404. #quote {
  405. {block:ifNot400pxposts}
  406. width:500px;
  407. {/block:ifNot400pxposts}
  408. {block:if400pxposts}
  409. width:400px;
  410. {/block:if400pxposts}
  411. padding:0px 0px 8px 0px;
  412. font-family:helvetica;
  413. text-align:justify;
  414. word-spacing: 2px;
  415. line-height:130%;
  416. font-size:12px;
  417.  
  418. }
  419.  
  420. #source {
  421. padding:0px 8px 0px 0px;
  422. font-size:9px;
  423. font-family:times;
  424. text-align:left;
  425. word-spacing: 2px;
  426. letter-spacing: 1px;
  427. line-height:110%;
  428. margin-top:-5px;
  429. margin-bottom:10px;
  430. text-transform:uppercase;
  431. }
  432.  
  433. #source a {
  434. background:{background};
  435. }
  436.  
  437. #border {
  438. margin-top:15px;
  439. border-top:1px solid #eee;
  440. }
  441.  
  442. #linkpost {
  443. {block:ifNot400pxposts}
  444. width:500px;
  445. {/block:ifNot400pxposts}
  446. {block:if400pxposts}
  447. width:400px;
  448. {/block:if400pxposts}
  449. padding:0px 0px 8px 0px;
  450. font-size:10px;
  451. text-transform:uppercase;
  452. font-family:justus, georgia, arial, times;
  453. word-spacing: 2px;
  454. padding-right:30px;
  455. line-height:90%;
  456. letter-spacing:1px;
  457. font-weight:lighter;
  458. }
  459.  
  460. .audio-post { text-align: left; }
  461.  
  462. .audiob {
  463. background:{color:links background};
  464. height:35px;
  465. text-transform:uppercase;
  466. line-height:15px;
  467. font-size:8px;
  468. letter-spacing:1px;
  469. text-align:right;
  470. padding:10px;
  471. }
  472.  
  473. #caption {
  474. font-size:12px;
  475. border-right: 0px solid white;
  476. font-style:normal;
  477. text-align:left;
  478. }
  479.  
  480. #cap {
  481. padding: 5px;
  482. margin-top: 5px;
  483. text-align:left;
  484. }
  485.  
  486. #caps {
  487. background:{color:background};
  488. padding: 10px;
  489. text-align:left;
  490. margin-left: -15px;
  491. }
  492.  
  493. #caps p {
  494. margin-left:10px;
  495. }
  496.  
  497. .caption img {
  498. {block:if400pxPosts}
  499. max-width:345px!important;
  500. {/block:if400pxPosts}
  501. {block:ifnot400pxPosts}
  502. max-width:445px!important;
  503. {/block:ifnot400pxPosts}
  504. }
  505.  
  506. .user_1 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  507. .user_2 .label{color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  508. .user_3 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  509. .user_4 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  510. .user_5 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  511. .user_6 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  512. .user_7 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  513. .user_8 .label{color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  514. .user_9 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  515. .user_10 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  516. .user_11 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  517. .user_12 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; font-size:10px; letter-spacing:1px; border-bottom:1px dotted {color:text};font-family:times; line-height:25px;}
  518. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  519.  
  520. ol.notes {
  521. display:block;
  522. padding-bottom:2%;
  523. text-align:left;
  524. list-style-type:none;
  525. padding:25px 0;
  526. }
  527.  
  528. ol.notes li.note{
  529. padding:2%;
  530. }
  531.  
  532. ol.notes li.note img.avatar{
  533. width:0px;
  534. height:0px;
  535. }
  536.  
  537. .pagenotes {
  538. width:400px;
  539. text-align:left;
  540.  
  541. }
  542.  
  543. #credit {
  544. position:fixed;
  545. right:10px;
  546. bottom:10px;
  547. text-shadow:1px 1px 1px #f8f8f8;
  548. text-transform:uppercase;
  549. font-size:9px;
  550. font-family:times;
  551. letter-spacing:1px;
  552. padding:5px;
  553. -webkit-transition: all 0.3s ease;
  554. -moz-transition: all 0.3s ease;
  555. -ms-transition: all 0.3s ease;
  556. -o-transition: all 0.3s ease;
  557. transition: all 0.3s ease;
  558. }
  559.  
  560. {CustomCSS}</style></head><body>
  561. <div id="still">
  562. <div id="sidebar">
  563.  
  564. {block:ifsidebarimage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifsidebarimage}
  565.  
  566. {block:iftitle}<div id="title">{title}</div>{/block:iftitle}
  567.  
  568. <div id="description">{description}</div>
  569.  
  570. <div id="links">
  571. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>
  572. {/block:iflink1}
  573. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>
  574. {/block:iflink1}
  575. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>
  576. {/block:iflink3}
  577. </div>
  578.  
  579. </div>
  580.  
  581. <div id="entries">{block:Posts}<div id="post">
  582.  
  583. {block:ContentSource}
  584. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  585. {/block:SourceLogo}
  586. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  587. {/block:ContentSource}
  588.  
  589. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{block:ifNotInfoText}{block:indexpage}<div id="permalinkb"><a href="{Permalink}" title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}
  590. {/block:Text}
  591.  
  592. {block:Photo}{block:ifNotInfoText}{block:indexpage}<div id="permalink"><a href="{Permalink}"title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/>
  593. </center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts} {block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption} {/block:Photo}
  594.  
  595. {block:Photoset}{block:ifNotInfoText}{block:indexpage}<div id="permalink"><a href="{Permalink}"title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts} {block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}{/block:Photoset}
  596.  
  597. {block:Quote}
  598. {block:Source} <div id="border"></div><div id="source"><span style="background:{color:background}; padding-right:10px;"> by {Source}</span></div>{/block:Source}
  599. <div id="quote">{Quote}</div>{block:ifNotInfoText}{block:indexpage}<div id="permalinkb"><a href="{Permalink}" title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}
  600. {/block:Quote}
  601.  
  602. {block:Link}<h1><div id="linkpost">♦ <a href="{URL}" {Target}>{Name}</a></div></h1>{block:Description}{Description}{/block:Description}{block:ifNotInfoText}{block:indexpage}<div id="permalinkb"><a href="{Permalink}" title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}
  603. {/block:Link}
  604.  
  605. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></p>{block:ifNotInfoText}{block:indexpage}<div id="permalinkb"><a href="{Permalink}" title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}
  606. {/block:Chat}
  607.  
  608. {block:AudioPlayer}
  609. <div class="audio-post">
  610. <div style="width:inherit;padding: 15px 0px 10px 5px;background:#000; width:30px; overflow:hidden; position:absolute;">
  611. {AudioPlayerblack}
  612. </div><div class="audiob">{block:TrackName}
  613. <span style="border-bottom:1px dotted {color:text}">{TrackName}</span>
  614. {/block:TrackName}
  615. {block:Artist}
  616. <br/>
  617. {Artist}
  618. {/block:Artist}
  619. </div></div>{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}{block:ifNotInfoText}{block:indexpage}<div id="permalinkb"><a href="{Permalink}" title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}
  620. {/block:AudioPlayer}
  621.  
  622. {block:Video}{block:ifNotInfoText}{block:indexpage}<div id="permalink"><a href="{Permalink}"title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}{block:ifNot400pxposts}<div id="vid">{Video-500}</div>{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{block:NotReblog}<div class="cap2"><div id="caps2"><span class="caption2">{Caption}</span></div></div>{/block:NotReblog}{block:RebloggedFrom}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:RebloggedFrom}{/block:Caption}{/block:Video}
  623.  
  624. {block:Answer}
  625. <div id="ask"><div class="question">
  626. <span class="asker">{Asker}</span>: {Question}</div>
  627. <div class="askimg"><img src="{AskerPortraitURL-40}" /></div> <div class="clear"></div></div><br>
  628. <div class="answer">{Answer}</div>{block:ifNotInfoText}{block:indexpage}<div id="permalinkb"><a href="{Permalink}" title="{NoteCount} Notes">PERMALINK</a></div>{/block:indexpage}{/block:ifNotInfoText}
  629. {/block:Answer}
  630.  
  631.  
  632. {block:ifInfoText}
  633. {block:indexpage}
  634. <div id="info">
  635. {block:Date}
  636. <span style="padding:5px;"><a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a></span>{/block:Date} | <span style="padding:5px;"><a href="{Permalink}">{NoteCount} notes</a></span> | <a href="{ReblogURL}" target="_blank" style="color:{color:text}; border-bottom:1px dotted #aaaaaa;">Reblog</a>
  637.  
  638. <br/>
  639.  
  640. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  641.  
  642. </div> {/block:indexpage}{/block:ifInfoText}
  643.  
  644. {block:permalinkpage}
  645. <div id="info">
  646. {block:Date}
  647. <span style="padding:5px;"><a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a></span>{/block:Date} | <span style="padding:5px;"><a href="{Permalink}">{NoteCount} notes</a></span> |
  648. {block:RebloggedFrom}
  649. <a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}">via</a> & <a href="{ReblogRootURL}" title="posted by {ReblogRootName}">source</a> | {/block:RebloggedFrom}<a href="{ReblogURL}" target="_blank" style="color:{color:text}; border-bottom:1px dotted #aaaaaa;">Reblog</a>
  650.  
  651. <br/>
  652.  
  653. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  654.  
  655. </div> {/block:permalinkpage}</div>
  656. {/block:Posts}
  657.  
  658. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  659.  
  660. {block:Pagination}
  661. <div id="pagination">
  662. {block:PreviousPage}
  663. {/block:PreviousPage}
  664. {block:JumpPagination length="5"}
  665. {block:CurrentPage}
  666. <span class="current_page"><b>{PageNumber}</b></span>
  667. {/block:CurrentPage}
  668. {block:JumpPage}
  669. <a href="{URL}">{PageNumber}</a>
  670. {/block:JumpPage}
  671. {/block:JumpPagination}
  672. {block:NextPage}
  673. {/block:NextPage}
  674. </div>
  675. {/block:Pagination}
  676.  
  677. </div>
  678. </div>
  679.  
  680. <div id="credit">
  681. <a href="http://llermans.tumblr.com/" title="theme by llermans">
  682. LLMNS</a>
  683. </div>
  684.  
  685. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement