onefuckingmin

best dead friends forever

Aug 12th, 2014
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.66 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <!-- THEME BY ENVY --->
  5.  
  6. <!-- DON’T REMOVE THE CREDIT --->  
  7.  
  8. <!-- DON’T JUST TAKE THE UPDATE CODE FROM THEME --->  
  9.  
  10. <meta name="image:Background" content=""/>
  11. <meta name="image:Sidebarimage" content=""/>
  12. <meta name="image:Topbar Background" content=""/>
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Topbar Background" content=""/>
  16. <meta name="color:Border" content="#c1c1c1"/>
  17. <meta name="color:Description Background" content="#ffffff"/>
  18. <meta name="color:Icons Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#000000"/>
  20. <meta name="color:Audio Text" content="#818181"/>
  21. <meta name="color:Title" content="#4c4c4c"/>
  22. <meta name="color:Post Title Background" content="#fafafa"/>
  23. <meta name="color:Link" content="#797979"/>
  24. <meta name="color:Link Hover" content="#c1c1c1"/>
  25. <meta name="color:Links" content="#9d9d9d"/>
  26. <meta name="color:Links Background" content="#ffffff"/>
  27. <meta name="color:Sideimg Background" content="#ffffff"/>
  28. <meta name="color:Scrollbar" content="#f5f5f5"/>
  29. <meta name="color:Post Background" content="#ffffff"/>
  30. <meta name="color:Permalink Background" content="#ffffff"/>
  31. <meta name="color:Permalink" content="#cccccc"/>
  32. <meta name="color:Info" content="#b8b8b8"/>
  33. <meta name="color:Caption Background" content="#fafafa"/>
  34. <meta name="color:Caption" content="#888888"/>
  35. <meta name="color:Ask Background" content="#fafafa"/>
  36. <meta name="color:Ask" content="#888888"/>
  37. <meta name="color:Page" content="#fafafa"/>
  38.  
  39. <meta name="text:Link1" content=""/>
  40. <meta name="text:Link1 Title" content="link 1"/>
  41. <meta name="text:Link2" content=""/>
  42. <meta name="text:Link2 Title" content="link 2"/>
  43. <meta name="text:Link3" content=""/>
  44. <meta name="text:Link3 Title" content="link 3"/>
  45. <meta name="text:Link4" content=""/>
  46. <meta name="text:Link4 Title" content="link 4"/>
  47. <meta name="text:Link5" content=""/>
  48. <meta name="text:Link5 Title" content="link 5"/>
  49. <meta name="text:Link6" content=""/>
  50. <meta name="text:Link6 Title" content="link 6"/>
  51.  
  52. <meta name="if:Show Captions" content="1"/>
  53. <meta name="if:Show Tags" content="1"/>
  54. <meta name="if:Infinite Scrolling" content="0" />
  55. <meta name="if:Fading Sidebar Image" content="1"/>
  56. <meta name="if:Link5" content="1"/>
  57. <meta name="if:Link6" content="1"/>
  58.  
  59. <title>{title}</title>
  60.  
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}" />
  63. {/block:Description}
  64.  
  65. <link rel="shortcut icon" href="{Favicon}" />
  66.  
  67. <!--{block:ifInfiniteScrolling}-->
  68. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  69. <!-- {/block:ifInfiniteScrolling} -->
  70.  
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72.  
  73. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  74.  
  75. <script>
  76. (function($){
  77. $(document).ready(function(){
  78. $("a[title]").style_my_tooltips({
  79. tip_follows_cursor:true,
  80. tip_delay_time:80,
  81. tip_fade_speed:300,
  82. attribute:"title"
  83. });
  84. });
  85. })(jQuery);
  86. </script>
  87.  
  88. <script type="text/javascript"
  89. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  90.  
  91. <style type="text/css">
  92.  
  93. #tumblr_controls {
  94. {block:IndexPage}
  95. display:none;
  96. {/block:IndexPage}}
  97.  
  98. iframe#tumblr_controls {
  99. top: 0% !important;
  100. right:0% !important;
  101. position: fixed !important;
  102. z-index:9999;}
  103.  
  104. ::-webkit-scrollbar {
  105. height: 10px;
  106. width: 5px;
  107. background: white;}
  108.            
  109. ::-webkit-scrollbar-thumb:vertical {
  110. background: {color:Scrollbar};}
  111.  
  112. #s-m-t-tooltip {
  113. max-width: 400px;
  114. background-color: #fff;
  115. font-family: consolas;
  116. font-size: 8px;
  117. text-transform: uppercase;
  118. color: {color:Text};
  119. padding: 2px;
  120. margin: 10px 0px 0px 10px;
  121. z-index: 9999999999999;}
  122.  
  123. body {
  124. background-color:{color:Background};
  125. font-family:inconsolata;
  126. font-size:11px;
  127. word-wrap:break-word;
  128. margin:0;
  129. background-image:url({image:Background});
  130. background-attachment:fixed;
  131. cursor: url(http://media.tumblr.com/tumblr_m2um4yiOo91qfamg6.gif), auto;
  132. color:{color:Text};}
  133.  
  134. a {
  135. text-decoration:none;
  136. color:{color:Link};
  137. -webkit-transition-duration: 0.8s;
  138. -moz-transition-duration: 0.8s;
  139. -o-transition-duration: 0.8s;
  140. -ms-transition-duration: 0.8s;}
  141.  
  142. a:link, a:active, a:visited {
  143. cursor: url(http://static.tumblr.com/xjqjg7j/XJOlou09h/blackcursor.png), progress;
  144. text-decoration: none;
  145. -webkit-transition-duration: 0.8s;
  146. -moz-transition-duration: 0.8s;
  147. -o-transition-duration: 0.8s;
  148. -ms-transition-duration: 0.8s;}
  149.  
  150. a:hover {
  151. cursor: url(http://static.tumblr.com/xjqjg7j/XJOlou09h/blackcursor.png), progress;
  152. color:{color:Link Hover};
  153. text-decoration:none;}
  154.  
  155. h1 {
  156. color: {color:Link};
  157. font-weight: none;
  158. text-transform: uppercase;
  159. letter-spacing: -1px;
  160. font-family: consolas;
  161. font-size: 15px;
  162. text-align: center;
  163. background:{color:Post Title Background};}
  164.  
  165. blockquote, blockquote blockquote {
  166. border-left: 1px dashed {color:Border};
  167. padding-left: 2px;}
  168.  
  169. #sideimg {
  170. position:fixed;
  171. margin-top:-150px;
  172. margin-left:486px;
  173. background-color:{color:Sideimg Background};
  174. border: 1px dotted {color:Border};
  175. border-radius:1px;
  176. padding:5px;
  177. height:75px;
  178. width:75px;
  179. z-index: 9999;}
  180.  
  181. #sideimg img {
  182. display:block;
  183. max-width:100%;
  184. height:auto;
  185. -webkit-transition-duration: 0.5s;
  186. -moz-transition-duration: 0.5s;
  187. -o-transition-duration: 0.5s;
  188. -ms-transition-duration: 0.5s;}
  189.  
  190. #sideimg img:hover  {
  191. {block:ifFadingSidebarImage}
  192. -webkit-transition: opacity 0.8s linear;
  193. opacity: 0.6;
  194. {/block:ifFadingSidebarImage}
  195. -webkit-transition-duration: 0.5s;
  196. -moz-transition-duration: 0.5s;
  197. -o-transition-duration: 0.5s;
  198. -ms-transition-duration: 0.5s;}    
  199.  
  200. #topbar {
  201. background: {color:Topbar Background};
  202. background-image:url('{image:Topbar Background}');
  203. border-bottom:1px solid {color:Background};
  204. margin-top:-300px;
  205. width: 100%;
  206. height: 285px;
  207. position: fixed;
  208. z-index: 9999;}
  209.  
  210. #title {
  211. position: fixed;
  212. margin-top:0px;
  213. margin-left:-3px;
  214. width:145px;
  215. font-size: 12px;
  216. border-bottom:1px dashed {color:Border};
  217. border-radius:0.5px;
  218. font-family:inconsolata;
  219. text-align: center;
  220. color:{color:Title};
  221. text-transform: lowercase;}
  222.  
  223. #description {
  224. position: fixed;
  225. border:1px dotted {color:Border};
  226. border-radius:1px;
  227. margin-top:-150px;
  228. margin-left:580px;
  229. color:{color:Text};
  230. background:{color:Description Background};
  231. text-transform: uppercase;
  232. font-family:consolas;
  233. padding:13px;
  234. font-size:8px;
  235. text-align: center;
  236. width:140px;
  237. height:59px;
  238. z-index: 9999;}
  239.  
  240. #links {
  241. position: fixed;
  242. margin-top:-50px;
  243. margin-left:486px;
  244. width: 260px;
  245. font-size: 8px;
  246. font-family:consolas;
  247. text-transform: uppercase;
  248. text-align: center;
  249. z-index: 9999;}
  250.  
  251. #links a {
  252. padding:5px;
  253. border:1px dotted {color:Border};
  254. border-radius:1px;
  255. color: {color:Links};
  256. background:{color:Links Background};
  257. margin-bottom: 8px;
  258. width: 245px;
  259. -webkit-transition-duration: 0.5s;
  260. -moz-transition-duration: 0.5s;
  261. -o-transition-duration: 0.5s;
  262. -ms-transition-duration: 0.5s;}
  263.  
  264. #links a:hover {
  265. background:transparent;
  266. -webkit-transition-duration: 0.5s;
  267. -moz-transition-duration: 0.5s;
  268. -o-transition-duration: 0.5s;
  269. -ms-transition-duration: 0.5s;}
  270.  
  271. #cont {
  272. margin-top:250px;}
  273.  
  274. #posts {
  275. position:relative;
  276. border:1px dotted {color:Border};
  277. border-radius:1px;
  278. background:{color:Post Background};
  279. color:{color:Text};
  280. font-family:consolas;
  281. font-size:10px;
  282. margin:60px;
  283. margin-left:486px;
  284. padding:5px;
  285. width:250px;
  286. {block:PermalinkPage}
  287. margin-left:486px;
  288. margin-top:40px;
  289. width:250px;
  290. padding-bottom:50px;
  291. {/block:PermalinkPage}}
  292.  
  293. #posts a {
  294. color:{color:Link};}
  295.  
  296. #posts a:hover {
  297. color:{color:Link};}
  298.  
  299. #posts img {
  300. max-width:100%;}
  301.  
  302. .posttitle {
  303. font-size:10px;
  304. text-align:center;
  305. color:{color:Link};}
  306.    
  307. .posttitle a {
  308. color:{color:Link};}
  309.  
  310. #info {
  311. position:absolute;
  312. margin-top:5px;
  313. margin-left:-6.5px;
  314. height:10px;
  315. padding:5px;
  316. border-bottom:1px dotted {color:Border};
  317. border-left:1px dotted {color:Border};
  318. border-right:1px dotted {color:Border};
  319. border-radius:1px;
  320. background:{color:Post Background};
  321. text-align:center;
  322. word-wrap:break-word;
  323. color:{color:Info};
  324. font-family:consolas;
  325. letter-spacing:1px;
  326. font-size:8px;
  327. text-transform:uppercase;
  328. width:250px;}
  329.  
  330. #info a {
  331. margin-top:-3px;
  332. color:{color:Info};
  333. -webkit-transition: all 0.5s ease-in-out;
  334. -moz-transition: all 0.5s ease-in-out;
  335. -o-transition: all 0.5s ease-in-out;}
  336.  
  337. #info a:hover {
  338. font-style:italic;
  339. -webkit-transition: all 0.5s ease-in-out;
  340. -moz-transition: all 0.5s ease-in-out;
  341. -o-transition: all 0.5s ease-in-out;}
  342.  
  343. #caption {
  344. margin-top:10px;
  345. margin-left:0px;
  346. padding:5px;
  347. height:auto;
  348. text-transform:lowercase;
  349. word-wrap:break-word;
  350. font-size:9px;
  351. font-family:inconsolata;
  352. color:{color:Caption};
  353. background:{color:Caption Background};
  354. {block:IndexPage}
  355. width:240px;
  356. {/block:IndexPage}
  357. {block:PermalinkPage}
  358. margin-top:10px;
  359. width:240px;
  360. {/block:PermalinkPage}}
  361.  
  362. #queshtion {
  363. background:{color:Ask Background};
  364. font-family:consolas;
  365. font-size:8px;
  366. text-transform:uppercase;
  367. line-height:12px;
  368. padding:10px;
  369. color:{color:Ask};}
  370.  
  371. #queshtion a {
  372. color:{color:Link};}
  373.  
  374. #queshtion a:hover {
  375. color:{color:Link Hover};}
  376.  
  377. #askk {
  378. padding:5px;
  379. font-family:consolas;
  380. text-transform:uppercase;
  381. text-align:left;
  382. background:{color:Post Background};
  383. color:{color:Text};
  384. font-size:8px;
  385. line-height:12px;}
  386.  
  387. #playbutton {
  388. width: 20px;
  389. height: 30px;
  390. overflow: hidden;
  391. position: relative;
  392. z-index: 1000;
  393. margin: 15px 24px 13px 16px}
  394.  
  395. #playbox {
  396. background-color: #000;
  397. position: absolute;
  398. z-index: 1000;
  399. margin-top: 5px;
  400. margin-left: 5px;
  401. opacity: 0.5;}
  402.  
  403. #cover {
  404. width: 70px;
  405. position: relative;
  406. z-index: 1;}
  407.  
  408. #play {
  409. background-color: #fff;
  410. font-size:8px;
  411. text-transform:uppercase;
  412. color:{color:Audio Text};
  413. width: 160px;
  414. height: 60px;
  415. position: absolute;
  416. z-index: 1000;
  417. margin-top: -73px;
  418. margin-left: 80px;
  419. padding:5px;}
  420.  
  421. #permalink {
  422. position:absolute;
  423. width:245px;
  424. height:15px;
  425. margin-left:-5px;
  426. margin-top:10px;
  427. padding:7px;
  428. color:{color:Permalink};
  429. border-top:1px dashed {color:Border};
  430. background:{color:Post Background};}
  431.  
  432. #permalink a {
  433. color:#888;
  434. -webkit-transition: all 0.5s ease-in-out;
  435. -moz-transition: all 0.5s ease-in-out;
  436. -o-transition: all 0.5s ease-in-out;}
  437.  
  438. #permalink a:hover {
  439. font-style:italic;
  440. -webkit-transition: all 0.5s ease-in-out;
  441. -moz-transition: all 0.5s ease-in-out;
  442. -o-transition: all 0.5s ease-in-out;}
  443.  
  444. .perma {
  445. font-size:8px;
  446. font-family:consolas;
  447. text-transform:uppercase;
  448. text-align:left;
  449. margin-top:-1px;
  450. margin-left:2px;}
  451.  
  452. #note {
  453. margin-top:30px;
  454. margin-left:-8px;
  455. font-size:8px;
  456. width:246px;
  457. font-family:consolas;
  458. text-transform:uppercase;
  459. border:1px dotted {color:Border};
  460. background:{color:Permalink Background};
  461. color:{color:Permalink};
  462. padding:7px;}
  463.  
  464. #note img {
  465. display:inline-block;
  466. border:1px solid {color:Border};}
  467.  
  468. ol.notes {
  469. list-style-type:none;
  470. margin-left:-30px;}
  471.  
  472. #envy {
  473. position:fixed;
  474. margin-left:1205px;
  475. margin-top:435px;
  476. width:50px;
  477. height:12px;
  478. background:{color:Post Background};
  479. border-radius:2px;
  480. border: 1px dashed {color:Border};
  481. overflow:hidden;
  482. letter-spacing:1px;
  483. padding:6px;
  484. font-family:consolas;
  485. text-transform: uppercase;
  486. font-size:9px;
  487. text-align: center;
  488. -webkit-transition: all 0.5s ease-in-out;
  489. -moz-transition: all 0.5s ease-in-out;
  490. -o-transition: all 0.5s ease-in-out;}
  491.  
  492. #envy a:hover {
  493. font-style:italic;
  494. -webkit-transition: all 0.5s ease-in-out;
  495. -moz-transition: all 0.5s ease-in-out;
  496. -o-transition: all 0.5s ease-in-out;}
  497.  
  498. #icons {
  499. position:fixed;
  500. top:46px;
  501. right:30px;
  502. z-index:99999;}
  503.  
  504. #icons img {
  505. display:inline-block;
  506. background:{color:Background};
  507. border:1px dashed {color:Border};
  508. margin:5px;
  509. opacity:1;
  510. margin-top:0px;
  511. padding:10px;
  512. -webkit-transition: all 0.6s ease-out;
  513. -moz-transition: all 0.6s ease-out;
  514. transition: all 0.6s ease-out}
  515.  
  516. #icons img:hover {
  517. border-radius:100%;
  518. border:1px dashed {color:Border};
  519. opacity:1;
  520. -webkit-transition: all 0.6s ease-out;
  521. -moz-transition: all 0.6s ease-out;
  522. transition: all 0.6s ease-out}  
  523.  
  524. #pagination {
  525. margin-left:486px;
  526. padding-top: 20px;
  527. padding-bottom: 40px;
  528. font-size: 10px;
  529. width: 245px;
  530. text-align: center;
  531. text-transform: uppercase;}
  532.  
  533. #pagination a {
  534. padding: 10px;
  535. border: 1px dotted {color:Border};
  536. color: {color:Link};}
  537.  
  538. #pagination a:hover {
  539. background: {color:Page};
  540. color: {color:Link};}
  541.    
  542. .current_page {
  543. border: 1px dotted {color:Border};
  544. padding: 10px;
  545. color: {color:Link Hover};
  546. background: transparent;}
  547.  
  548. </style>
  549. </head>
  550. <body>
  551. <div id="topbar">
  552. </div>
  553.  
  554. <div id="envy">
  555. <a href="http://onefuckingmin.tumblr.com/">by envy</a>
  556. </div>
  557.  
  558. <div id="sideimg">
  559. <img src="{image:Sidebarimage}">
  560. </div>
  561.  
  562. <div id="description">
  563. <div id="title">
  564. {Title}
  565. </div>
  566. <div style="margin-top:25px;">
  567. {Description}
  568. </div>
  569. </div>
  570.  
  571. <div id="links">
  572. <a href="{text:Link1}">{text:Link1 Title}</a>
  573. <a href="{text:Link2}">{text:Link2 Title}</a>
  574. <a href="{text:Link3}">{text:Link3 Title}</a>
  575. <a href="{text:Link4}">{text:Link4 Title}</a>
  576. {block:ifLink5}
  577. <a href="{text:Link5}">{text:Link5 Title}</a>
  578. {/block:ifLink5}
  579. {block:ifLink6}
  580. <a href="{text:Link6}">{text:Link6 Title}</a>
  581. {/block:ifLink6}
  582. </div>
  583.  
  584. {block:IndexPage}
  585. <div id="icons">
  586. <a href="http://tumblr.com/follow/{Name}" title="follow"><img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png"></a>
  587. <a href="http://www.tumblr.com/send/{Name}?redirect_to=http%3A%2F%2Fdohdoro.tumblr.com%2F" title="mail">
  588. <img src="https://31.media.tumblr.com/5b80f6b287f935df5d5eae173919821e/tumblr_inline_n2aigwiUlj1r7v6wt.png">
  589. </a>
  590. <a href="http://tumblr.com/" title="dashboard">
  591. <img src="https://31.media.tumblr.com/2015daae1d676432bfe8cc417be25d2b/tumblr_inline_n2aiggyMWT1r7v6wt.png">
  592. </a>
  593. </div>
  594. {/block:IndexPage}
  595.  
  596. <div id="cont">
  597. <div class="autopagerize_page_element" style="margin-top:-20px;">
  598. {block:posts}
  599. <div id="posts">
  600.  
  601. {block:ContentSource}
  602. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  603. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  604. {/block:SourceLogo}
  605. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  606. {/block:ContentSource}
  607.  
  608. {block:Text}
  609. {block:Title}<h1>{Title}</h1>{/block:Title}
  610. {body}
  611. {/block:Text}
  612.  
  613. {block:Link}
  614. <h1>
  615. <a href="{URL}" target="{Target}">{Name}>
  616. </a>
  617. </h1>
  618. {block:Description}
  619. {Description}
  620. {/block:Description}
  621. {/block:Link}
  622.  
  623. {block:Photo}
  624. {block:IndexPage}
  625. <img src="{PhotoURL-250}"/>
  626. {block:ifShowCaptions}
  627. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  628. {/block:ifShowCaptions}{/block:IndexPage}
  629. {block:PermalinkPage}
  630. <img src="{PhotoURL-250}"/>
  631. {/block:PermalinkPage}
  632. {/block:Photo}
  633.  
  634. {block:Photoset}
  635. {block:IndexPage}
  636. {Photoset-250}
  637. {block:ifShowCaptions}
  638. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  639. {/block:ifShowCaptions}
  640. {/block:IndexPage}
  641. {block:PermalinkPage}
  642. {Photoset-250}
  643. {/block:PermalinkPage}
  644. {/block:Photoset}
  645.  
  646. {block:Quote}
  647. <div id="quotes">
  648. ❝{Quote}❞
  649. </div>
  650. {block:Source}
  651. <div align="right">
  652. </div>
  653. {/block:Source}
  654. {/block:Quote}
  655.  
  656. {block:Audio}
  657. <div id="playbox">
  658. <div id="playbutton">
  659. {block:AudioPlayer}
  660. {AudioPlayerBlack}
  661. {/block:AudioPlayer}
  662. </div>
  663. </div>
  664. {block:AlbumArt}
  665. <img src="{AlbumArtURL}" id="cover">
  666. {/block:AlbumArt}
  667. <div id="play">
  668. {block:TrackName}
  669. <div style="border-bottom:1px dashed {color:Border}">
  670. Song: {TrackName}
  671. </div>
  672. {/block:TrackName}
  673. {block:Artist}
  674. <div style="border-bottom:1px dashed {color:Border}">
  675. Artist: {Artist}
  676. </div>
  677. {/block:Artist}
  678. {block:Album}
  679. <div style="border-bottom:1px dashed {color:Border}">
  680. Album: {Album}
  681. </div>
  682. {/block:Album}
  683. ↳ {PlayCountWithLabel}
  684. </div>
  685. {/block:Audio}
  686.  
  687. {block:Video}
  688. {Video-250}
  689. {block:ifShowCaptions}
  690. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  691. {/block:ifShowCaptions}
  692. {block:PermalinkPage}
  693. {Video-250}
  694. {/block:PermalinkPage}
  695. {/block:Video}
  696.  
  697. {block:Answer}
  698. <div id="queshtion">
  699. <b>{Asker}</b>:{Question}
  700. </div>
  701. <div id="askk">{Answer}</div>
  702. {/block:Answer}
  703.  
  704. {block:PermalinkPage}
  705. {block:Caption}
  706. <div id="caption">{Caption}</div>
  707. {/block:Caption}
  708. <div id="permalink">
  709. <div class="perma">
  710. {block:Date}
  711. {Month} {DayOfMonth} {DayOfMonthSuffix} {Year}
  712. {/block:Date}<br>
  713. {block:NoteCount}
  714. <b>notes:</b> {NoteCount}{/block:NoteCount}<br>
  715. <div style="margin-left:110px;margin-top:-18px;">
  716. {block:RebloggedFrom}
  717. <div style="color:#888;"><b>VIA:</b><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  718. <b>SOURCE:</b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  719. {/block:RebloggedFrom}<br>
  720. </div>
  721. </div>
  722. </div>
  723. {block:PostNotes}
  724. <div id="note">{PostNotes}</div>
  725. {/block:PostNotes} </div>
  726. {/block:PermalinkPage}
  727.  
  728. {block:IndexPage}
  729. <div id="info">
  730. {block:NoteCount}
  731. <a href="{Permalink}" title="permalink">{NoteCount}</a>{/block:NoteCount}
  732. {block:ifShowTags}{block:HasTags}<a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}"><img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png"></a>{/block:HasTags}{/block:ifShowTags}
  733. <a href="{ReblogURL}" title="reblog"><img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"></a>
  734. </div>
  735. </div>
  736. {block:IndexPage}
  737. </div>
  738. {/block:Posts}
  739.  
  740. {block:IfNotInfiniteScrolling}
  741. {block:Pagination}
  742. <div id="pagination">
  743. {block:PreviousPage}
  744. <a href="{PreviousPage}" class="jump_page">Forth</a>
  745. {/block:PreviousPage}
  746. {block:JumpPagination length="4"}
  747. {block:CurrentPage}
  748. <span class="current_page">{PageNumber}</span>
  749. {/block:CurrentPage}
  750. {block:JumpPage}
  751. <a class="jump_page" href="{URL}">{PageNumber}</a>
  752. {/block:JumpPage}
  753. {/block:JumpPagination}
  754. {block:NextPage}
  755. <a href="{NextPage}" class="jump_page">Next</a>
  756. {/block:NextPage}
  757. </div>
  758. {/block:Pagination}
  759. {/block:IfNotInfiniteScrolling}
  760. </div>
  761. </div>    
  762. </div>
  763. </body>
  764. </html>
Add Comment
Please, Sign In to add comment