Advertisement
extasisthemes

Bubblegum (Personal Theme Version)

Apr 25th, 2017
1,416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----- Bubblegum by extasisthemes ----->
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <meta name="color:Asker" content="#000000"/>
  14. <meta name="color:Audio Background" content="#ffffff"/>
  15. <meta name="color:Background" content="#fbfbfb"/>
  16. <meta name="color:Blockquote" content="#eeeeee"/>
  17. <meta name="color:Blog Title" content="#444444"/>
  18. <meta name="color:Border" content="#eeeeee"/>
  19. <meta name="color:Border Background" content="#444444"/>
  20. <meta name="color:Caption Background" content="#fafafa"/>
  21. <meta name="color:Caption Border" content="#eeeeee"/>
  22. <meta name="color:Credit" content="#000000"/>
  23. <meta name="color:Credit Background" content="#ffffff"/>
  24. <meta name="color:Description Background" content="#ffffff"/>
  25. <meta name="color:Hover" content="#cfcfcf"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Link Border" content="#eeeeee"/>
  28. <meta name="color:List" content="#eeeeee"/>
  29. <meta name="color:Main Link" content="#ffffff"/>
  30. <meta name="color:Post Background" content="#ffffff"/>
  31. <meta name="color:Post Title" content="#000000"/>
  32. <meta name="color:Scrollbar" content="#000000"/>
  33. <meta name="color:Text" content="#000000"/>
  34. <meta name="color:Tooltip Background" content="#ffffff"/>
  35.  
  36. <meta name="text:Link 1" content="/"/>
  37. <meta name="text:Link 1 Title" content="Link One"/>
  38. <meta name="text:Link 2" content="/"/>
  39. <meta name="text:Link 2 Title" content="Link Two"/>
  40. <meta name="text:Link 3" content="/"/>
  41. <meta name="text:Link 3 Title" content="Link Three"/>
  42.  
  43. <meta name="text:Title" content="Bubblegum"/>
  44.  
  45. <meta name="image:Image" content="http://i.imgur.com/oMEYJ5wg.png"/>
  46. <meta name="image:Icon Image" content="http://i.imgur.com/jPKE7hg.png"/>
  47.  
  48. <meta name="text:Extra Link 1" content="/"/>
  49. <meta name="text:Extra Link 1 Title" content="Link One"/>
  50. <meta name="text:Extra Link 2" content="/"/>
  51. <meta name="text:Extra Link 2 Title" content="Link Two"/>
  52. <meta name="text:Extra Link 3" content="/"/>
  53. <meta name="text:Extra Link 3 Title" content="Link Three"/>
  54. <meta name="text:Extra Link 4" content="/"/>
  55. <meta name="text:Extra Link 4 Title" content="Link Four"/>
  56. <meta name="text:Extra Link 5" content="/"/>
  57. <meta name="text:Extra Link 5 Title" content="Link Five"/>
  58.  
  59. <meta name="if:Image" content="1"/>
  60. <meta name="if:Icon Image" content="0"/>
  61.  
  62. <meta name="if:Navigation" content="0"/>
  63.  
  64. <meta name="if:400px Text Posts" content="0"/>
  65. <meta name="if:500px Text Posts" content="1"/>
  66.  
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("a[title]").style_my_tooltips({
  73. tip_follows_cursor:true,
  74. tip_delay_time:90,
  75. tip_fade_speed:600,
  76. attribute:"title"
  77. });
  78. });
  79. })(jQuery);
  80. </script>
  81.  
  82. <script type="text/javascript">
  83. jQuery(document).ready(function() {
  84. jQuery(".sub").hide();
  85. //toggle the componenet with class msg_body
  86. jQuery(".cthrough").click(function()
  87. {
  88. jQuery(this).next(".sub").slideToggle(500);
  89. });});
  90. </script>
  91.  
  92. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  93.  
  94. <style type="text/css">
  95.  
  96. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. background:{color:Scrollbar};
  100. height:50px;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height:10px;
  105. width:3px;
  106. }
  107.  
  108. #s-m-t-tooltip {
  109. background:{color:Tooltip Background};
  110. border:1px solid {color:Border};
  111. color:{color:Text};
  112. font-family:'Open Sans', sans-serif;
  113. font-size:10px;
  114. font-style:normal;
  115. font-weight:normal;
  116. letter-spacing:0px;
  117. margin-top:20px;
  118. padding:10px;
  119. text-align:center;
  120. text-decoration:none;
  121. text-transform:uppercase;
  122. z-index:999999999999999999999999999999999999;
  123. }
  124.  
  125. body {
  126. background:{color:Background};
  127. color:{color:Text};
  128. cursor:url(http://i.imgur.com/lhPqll6.png), progress;
  129. font-family:'Open Sans', sans-serif;
  130. font-size:11px;
  131. font-style:normal;
  132. font-weight:normal;
  133. letter-spacing:0px;
  134. margin:0px;
  135. text-align:justify;
  136. text-decoration:none;
  137. text-transform:none;
  138. word-break:break-word;
  139. }
  140.  
  141. a {
  142. border-bottom:1px solid {color:Link Border};
  143. color:{color:Link};
  144. text-decoration:none;
  145. -webkit-transition: all 0.5s ease;
  146. -moz-transition: all 0.5s ease;
  147. -o-transition: all 0.5s ease;
  148. }
  149.  
  150. a:hover {
  151. color:{color:Hover};
  152. }
  153.  
  154. h1 {
  155. color:{color:Post Title};
  156. font-family:'Open Sans', sans-serif;
  157. font-size:12px;
  158. font-style:normal;
  159. font-weight:bold;
  160. letter-spacing:0px;
  161. line-height:150%;
  162. text-align:left;
  163. text-decoration:none;
  164. text-transform:none;
  165. }
  166.  
  167. blockquote {
  168. border-left:1px solid {color:Blockquote};
  169. margin:5px;
  170. padding-left:5px;
  171. }
  172.  
  173. blockquote img {
  174. height:auto;
  175. max-width:200px;
  176. }
  177.  
  178. blockquote blockquote {
  179. border-left:1px solid {color:Blockquote};
  180. padding-left:5px;
  181. }
  182.  
  183. ul {
  184. padding:10px;
  185. }
  186.  
  187. li {
  188. list-style:none;
  189. padding:2px 0px 1px 0px;
  190. }
  191.  
  192. li:before {
  193. color:{color:List};
  194. content:'–––––';
  195. letter-spacing:-3px;
  196. padding-right:10px;
  197. }
  198.  
  199. img {
  200. height:auto;
  201. max-width:100%;
  202. }
  203.  
  204. #border-bottom {
  205. background:{color:Border Background};
  206. bottom:0px;
  207. height:1px;
  208. position:fixed;
  209. width:100%;
  210. z-index:1;
  211. }
  212.  
  213. #border-left {
  214. background:{color:Border Background};
  215. height:100%;
  216. left:0px;
  217. margin-top:-156px;
  218. position:fixed;
  219. width:1px;
  220. z-index:1;
  221. }
  222.  
  223. #border-right {
  224. background:{color:Border Background};
  225. height:100%;
  226. right:0px;
  227. margin-top:-156px;
  228. position:fixed;
  229. width:1px;
  230. z-index:1;
  231. }
  232.  
  233. #header {
  234. background:{color:Border Background};
  235. border-top:1px solid {color:Border Background};
  236. margin-left:1px;
  237. margin-top:-156px;
  238. position:fixed;
  239. width:100%;
  240. z-index:1;
  241. }
  242.  
  243. .title {
  244. background:{color:Background};
  245. color:{color:Blog Title};
  246. display:inline-block;
  247. font-family:'Open Sans', sans-serif;
  248. font-size:11px;
  249. font-style:normal;
  250. font-weight:normal;
  251. letter-spacing:0px;
  252. padding:20px;
  253. text-decoration:none;
  254. text-align:center;
  255. text-transform:uppercase;
  256. }
  257.  
  258. .links {
  259. color:{color:Main Link};
  260. display:inline-block;
  261. font-family:'Open Sans', sans-serif;
  262. font-size:10px;
  263. font-style:normal;
  264. font-weight:normal;
  265. letter-spacing:0px;
  266. text-decoration:none;
  267. text-align:center;
  268. text-transform:uppercase;
  269. }
  270.  
  271. .links a {
  272. border-bottom:none;
  273. border-right:1px solid {color:Main Link};
  274. color:{color:Main Link};
  275. display:inline-block;
  276. padding:20px;
  277. }
  278.  
  279. .links a:hover {
  280. color:{color:Hover};
  281. }
  282.  
  283. #container {
  284. margin-bottom:100px;
  285. margin-left:auto;
  286. margin-right:auto;
  287. margin-top:156px;
  288. {block:If400pxTextPosts}
  289. width:790px;
  290. {/block:If400pxTextPosts}
  291. {block:If500pxTextPosts}
  292. width:890px;
  293. {/block:If500pxTextPosts}
  294. }
  295.  
  296. #sidebar {
  297. margin-bottom:100px;
  298. position:fixed;
  299. width:200px;
  300. }
  301.  
  302. .image {
  303. height:150px;
  304. margin-bottom:20px;
  305. width:200px;
  306. }
  307.  
  308. .image img {
  309. height:150px;
  310. width:200px;
  311. }
  312.  
  313. .description {
  314. background:{color:Description Background};
  315. color:{color:Text};
  316. font-family:'Open Sans', sans-serif;
  317. font-size:11px;
  318. font-style:normal;
  319. font-weight:normal;
  320. letter-spacing:0px;
  321. padding:20px;
  322. text-decoration:none;
  323. text-align:justify;
  324. text-transform:none;
  325. }
  326.  
  327. .navigation {
  328. border-top:1px solid {color:Border};
  329. background:{color:Description Background};
  330. color:{color:Text};
  331. font-family:'Open Sans', sans-serif;
  332. font-size:10px;
  333. font-style:normal;
  334. font-weight:normal;
  335. letter-spacing:0px;
  336. padding:20px;
  337. text-decoration:none;
  338. text-align:justify;
  339. text-transform:uppercase;
  340. width:160px;
  341. }
  342.  
  343. .navigation-links {
  344. color:{color:Text};
  345. font-family:'Open Sans', sans-serif;
  346. font-size:10px;
  347. font-style:normal;
  348. font-weight:normal;
  349. letter-spacing:0px;
  350. text-decoration:none;
  351. margin-top:10px;
  352. text-align:justify;
  353. text-transform:uppercase;
  354. }
  355.  
  356. .navigation a {
  357. border-bottom:none;
  358. color:{color:Link};
  359. }
  360.  
  361. .navigation a:hover {
  362. color:{color:Hover};
  363. }
  364.  
  365. #posts {
  366. margin-left:350px;
  367. margin-top:100px;
  368. }
  369.  
  370. .entries {
  371. background:{color:Post Background};
  372. padding:20px;
  373. {block:If400pxTextPosts}
  374. width:400px;
  375. {/block:If400pxTextPosts}
  376. {block:If500pxTextPosts}
  377. width:500px;
  378. {/block:If500pxTextPosts}
  379. }
  380.  
  381. .caption {
  382. margin-top:5px;
  383. background:{color:Caption Background};
  384. border:1px solid {color:Border};
  385. padding:10px;
  386. }
  387.  
  388. #quote {
  389. color:{color:Text};
  390. font-family:'Open Sans', sans-serif;
  391. font-size:15px;
  392. font-style:normal;
  393. font-weight:normal;
  394. letter-spacing:0px;
  395. padding:10px;
  396. text-align:justify;
  397. text-decoration:none;
  398. text-transform:none;
  399. }
  400.  
  401. #chat {
  402. color:{color:Text};
  403. font-family:'Open Sans', sans-serif;
  404. font-size:10px;
  405. font-style:normal;
  406. font-weight:normal;
  407. letter-spacing:0px;
  408. text-align:justify;
  409. text-decoration:none;
  410. text-transform:uppercase;
  411. }
  412.  
  413. #website {
  414. color:{color:Text};
  415. font-family:'Open Sans', sans-serif;
  416. font-size:12px;
  417. font-style:normal;
  418. font-weight:normal;
  419. letter-spacing:0px;
  420. text-align:justify;
  421. text-decoration:none;
  422. text-transform:none;
  423. }
  424.  
  425. .question {
  426. border:1px solid {color:Border};
  427. color:{color:Text};
  428. font-family:'Open Sans', sans-serif;
  429. font-size:11px;
  430. font-style:normal;
  431. font-weight:normal;
  432. letter-spacing:0px;
  433. margin-bottom:10px;
  434. padding:20px;
  435. text-align:justify;
  436. text-decoration:none;
  437. text-transform:none;
  438. }
  439.  
  440. .asker {
  441. color:{color:Asker};
  442. font-family:'Open Sans', sans-serif;
  443. font-size:11px;
  444. font-style:normal;
  445. font-weight:bold;
  446. letter-spacing:0px;
  447. text-align:justify;
  448. text-decoration:none;
  449. text-transform:uppercase;
  450. }
  451.  
  452. .asker a {
  453. border-bottom:1px solid {color:Border};
  454. color:{color:Asker};
  455. }
  456.  
  457. .asker a:hover {
  458. color:{color:Hover};
  459. }
  460.  
  461. .playbutton {
  462. height:28px;
  463. overflow:hidden;
  464. padding:5px;
  465. position:relative;
  466. width:25px;
  467. }
  468.  
  469. .playbox {
  470. background:{color:Audio Background};
  471. margin-left:17px;
  472. margin-top:17px;
  473. opacity:0.7;
  474. position:absolute;
  475. }
  476.  
  477. .audiodesc {
  478. color:{color:Text};
  479. font-family:'Open Sans', sans-serif;
  480. font-size:10px;
  481. font-style:normal;
  482. font-weight:normal;
  483. letter-spacing:0px;
  484. margin-left:5px;
  485. margin-top:0px;
  486. padding:17px;
  487. position:relative;
  488. text-align:left;
  489. text-decoration:none;
  490. text-transform:uppercase;
  491. }
  492.  
  493. #info {
  494. background:{color:Post Background};
  495. border-top:1px solid {color:Border};
  496. color:{color:Text};
  497. font-family:'Open Sans', sans-serif;
  498. font-size:10px;
  499. font-style:normal;
  500. font-weight:normal;
  501. letter-spacing:0px;
  502. margin-bottom:50px;
  503. padding:20px;
  504. text-align:left;
  505. text-decoration:none;
  506. text-transform:uppercase;
  507. {block:If400pxTextPosts}
  508. width:400px;
  509. {/block:If400pxTextPosts}
  510. {block:If500pxTextPosts}
  511. width:500px;
  512. {/block:If500pxTextPosts}
  513. }
  514.  
  515. #info a {
  516. color:{color:Link};
  517. }
  518.  
  519. #info a:hover {
  520. color:{color:Hover};
  521. }
  522.  
  523. #tags {
  524. color:{color:Text};
  525. font-family:'Open Sans', sans-serif;
  526. font-size:10px;
  527. font-style:normal;
  528. font-weight:normal;
  529. letter-spacing:0px;
  530. text-align:left;
  531. text-decoration:none;
  532. text-transform:uppercase;
  533. }
  534.  
  535. #tags a {
  536. color:{color:Link};
  537. }
  538.  
  539. #tags a:hover {
  540. color:{color:Hover};
  541. }
  542.  
  543. #notes {
  544. color:{color:Text};
  545. font-family:'Open Sans', sans-serif;
  546. font-size:10px;
  547. font-style:normal;
  548. font-weight:normal;
  549. letter-spacing:0px;
  550. text-align:left;
  551. text-decoration:none;
  552. text-transform:uppercase;
  553. {block:If400pxTextPosts}
  554. width:400px;
  555. {/block:If400pxTextPosts}
  556. {block:If500pxTextPosts}
  557. width:500px;
  558. {/block:If500pxTextPosts}
  559. }
  560.  
  561. #notes a {
  562. color:{color:Link};
  563. }
  564.  
  565. #notes a:hover {
  566. color:{color:Hover};
  567. }
  568.  
  569. #notes img {
  570. display:none;
  571. }
  572.  
  573. .pagination {
  574. color:{color:Text};
  575. font-family:'Open Sans', sans-serif;
  576. font-size:10px;
  577. font-style:normal;
  578. font-weight:normal;
  579. letter-spacing:0px;
  580. margin-bottom:100px;
  581. text-align:center;
  582. text-decoration:none;
  583. text-transform:uppercase;
  584. {block:If400pxTextPosts}
  585. width:440px;
  586. {/block:If400pxTextPosts}
  587. {block:If500pxTextPosts}
  588. width:540px;
  589. {/block:If500pxTextPosts}
  590. }
  591.  
  592. .pagination a {
  593. color:{color:Link};
  594. }
  595.  
  596. .pagination a:hover {
  597. color:{color:Hover};
  598. }
  599.  
  600. #credit {
  601. background:{color:Credit Background};
  602. border:1px solid {color:Border};
  603. bottom:15px;
  604. color:{color:Credit};
  605. float:right;
  606. font-family:'Open Sans', sans-serif;
  607. font-size:10px;
  608. font-style:normal;
  609. font-weight:normal;
  610. letter-spacing:0px;
  611. padding:5px;
  612. position:fixed;
  613. right:15px;
  614. text-align:justify;
  615. text-decoration:none;
  616. text-transform:uppercase;
  617. }
  618.  
  619. #credit a {
  620. border-bottom:none;
  621. color:{color:Credit};
  622. }
  623.  
  624. #credit a:hover {
  625. color:{color:Hover};
  626. }
  627.  
  628. {CustomCSS}</style></head><body>
  629.  
  630. <div id="border-bottom"></div>
  631.  
  632. <div id="border-left"></div>
  633.  
  634. <div id="border-right"></div>
  635.  
  636. <div id="header">
  637.  
  638. <div class="title">{text:Title}</div>
  639.  
  640. <div class="links">
  641. <a href="/">Home</a>
  642. <a href="/ask">Ask</a>
  643. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  644. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  645. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  646. <a href="/archive">Archive</a>
  647. </div>
  648.  
  649. </div>
  650.  
  651. <div id="container">
  652.  
  653. <div id="sidebar">
  654.  
  655. {block:IfImage}
  656.  
  657. <div class="image"><img src="{image:Image}"/></div>
  658.  
  659. {/block:IfImage}
  660.  
  661. <div class="description">{block:IfIconImage}<img src="{image:Icon Image}" align="left" style="background:{color:Icon Background};border:1px solid {color:Border};height:48px;margin-right:11px;padding:2px;width:48px;">{/block:IfIconImage}{Description}</div>
  662.  
  663. {block:IfNavigation}
  664.  
  665. <div class="navigation">
  666. <a href="#" class="cthrough" style="border-bottom:none;">Navigation</a>
  667. <div class="sub">
  668.  
  669. <div class="navigation-links">
  670. {block:ifExtraLink1}<li><a href="{text:Extra Link 1}">{text:Extra Link 1 Title}</a></li>{/block:ifExtraLink1}
  671. {block:ifExtraLink2}<li><a href="{text:Extra Link 2}">{text:Extra Link 2 Title}</a></li>{/block:ifExtraLink2}
  672. {block:ifExtraLink3}<li><a href="{text:Extra Link 3}">{text:Extra Link 3 Title}</a></li>{/block:ifExtraLink3}
  673. {block:ifExtraLink4}<li><a href="{text:Extra Link 4}">{text:Extra Link 4 Title}</a></li>{/block:ifExtraLink4}
  674. {block:ifExtraLink5}<li><a href="{text:Extra Link 5}">{text:Extra Link 5 Title}</a></li>{/block:ifExtraLink5}
  675. </div>
  676.  
  677. </div>
  678.  
  679. </div>
  680.  
  681. {/block:IfNavigation}
  682.  
  683. </div>
  684.  
  685. <div id="posts">
  686. {block:Posts}
  687. <div class="entries">
  688.  
  689. {block:Photo}<img src="{block:If400pxTextPosts}{PhotoURL-400}{/block:If400pxTextPosts}{block:If500pxTextPosts}{PhotoURL-500}{/block:If500pxTextPosts}">
  690. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  691. {/block:Photo}
  692.  
  693. {block:Photoset}{block:If400pxTextPosts}{Photoset-400}{/block:If400pxTextPosts}{block:If500pxTextPosts}{Photoset-500}{/block:If500pxTextPosts}
  694. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  695. {/block:Photoset}
  696.  
  697. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  698.  
  699. {block:Quote}<div id="quote">"{Quote}"{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  700.  
  701. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  702.  
  703. <div id="chat">
  704. {block:Chat}
  705. {block:Title}
  706. <h1>{Title}</h1>
  707. {/block:Title}
  708. {block:Lines}
  709. {block:Label}<b>{Label}</b>{/block:Label}
  710. {Line}
  711. <br>
  712. {/block:Lines}{/block:Chat}
  713. </div>
  714.  
  715. {block:Audio}
  716. <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  717. {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
  718. <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  719. {/block:Audio}
  720.  
  721. {block:Video}
  722. {block:If400pxTextPosts}
  723. {Video-400}
  724. {/block:If400pxTextPosts}
  725. {block:If500pxTextPosts}
  726. {Video-500}
  727. {/block:If500pxTextPosts}
  728. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  729. {/block:Video}
  730.  
  731. {block:Answer}
  732. <div class="question">
  733. <span class="asker"><a href="{AskerURL}">{Asker}</a></span> {Question}</div>
  734. {Answer}
  735. {/block:Answer}
  736. </div>
  737.  
  738. {block:Date}<div id="info">{Month} {DayOfMonth}, {Year} <font style="margin-left:10px;"><a href="{Permalink}">{NoteCount}</a> notes</font> {/block:Date} <font style="float:right;">{block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / {/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">Source</a> / {/block:ContentSource} <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:RebloggedFrom}</font>
  739.  
  740. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  741. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  742.  
  743. {/block:Posts}
  744.  
  745. {block:IndexPage}
  746. <div class="pagination">
  747. {block:PreviousPage}
  748. <a href="{PreviousPage}">previous</a>
  749. {/block:PreviousPage}
  750. {CurrentPage} out of {TotalPages}
  751. {block:NextPage}
  752. <a href="{NextPage}">next</a>
  753. {/block:NextPage}
  754. </div>
  755. {/block:IndexPage}
  756.  
  757. </div>
  758.  
  759. <div id="credit">
  760. <a href="http://extasisthemes.tumblr.com/">ET</a>
  761. </div>
  762.  
  763. </body>
  764. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement