Advertisement
extasisthemes

Gravity

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