jbtthemes

Theme 11: the last centurion

Oct 3rd, 2016
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- THEME MADE BY BREQ --
  4.  
  5. @justiceofbreq-t.tumblr.com
  6. --------------------------
  7. THEME 11: the last centurion --
  8. --------------------------
  9. TERMS OF USAGE:
  10. - DO NOT REMOVE THE CREDIT
  11. - DO NOT REDISTRIBUTE
  12. - DO NOT CLAIM AS YOUR OWN
  13. - DO NOT USE AS A BASE
  14. -------------------------->
  15.  
  16. <html>
  17. <head>
  18. <title>{text:browser title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <!-- default appearance options -->
  26.  
  27. <meta name="viewport" content="width=device-width, initial-scale=1">
  28. <meta name="color:background" content="#665600">
  29. <meta name="color:bar" content="#4c2f0b">
  30. <meta name="color:quote" content="#88948e">
  31. <meta name="color:contbg" content="#282617">
  32. <meta name="color:sidebg" content="#2b130d">
  33. <meta name="color:title" content="#9f896c">
  34. <meta name="color:body" content="#adadad">
  35. <meta name="color:description" content="#736516">
  36. <meta name="color:dbold" content="#4f483f">
  37. <meta name="color:ditalic" content="#b2a283">
  38. <meta name="color:italic" content="#b6854c" />
  39. <meta name="color:bold" content="#b6854c" />
  40. <meta name="color:blockquote" content="#393939">
  41. <meta name="color:link" content="#385245">
  42. <meta name="color:link hover" content="#cebbbb">
  43. <meta name="color:navlink" content="#c6aa86">
  44. <meta name="color:navlink hover" content="#fff">
  45. <meta name="color:permalink" content="#a28e21"/>
  46. <meta name="color:tags" content="#665600" />
  47. <meta name="color:tags hover" content="#fad6ab" />
  48. <meta name="color:scrollbar" content="#4c2f0b" />
  49. <meta name="color:scrollbar1" content="#282617" />
  50. <meta name="color:pagination" content="#5a573d" />
  51. <meta name="color:pagination hover" content="#fcebd5" />
  52. <meta name="color:tooltiptext" content=""/>
  53. <meta name="color:tooltipbg" content="#000"/>
  54.  
  55. <meta name="if:hover permalinks" content="1">
  56. <meta name="if:hover tags" content="1">
  57.  
  58. <meta name="image:background" content="" />
  59.  
  60. <meta name="text:browser title" content="this can be anything you want or just copy paste your blog title here" />
  61. <meta name="text:quote" content="quotey-puh-totey" />
  62. <meta name="text:font size" content="9px" />
  63.  
  64. <meta name="text:link1" content="link 1"/>
  65. <meta name="text:link1url" content="/"/>
  66. <meta name="text:link2" content="link 2"/>
  67. <meta name="text:link2url" content="/"/>
  68. <meta name="text:link3" content="link 3"/>
  69. <meta name="text:link3url" content="/"/>
  70. <meta name="text:link4" content="link 4"/>
  71. <meta name="text:link4url" content="/"/>
  72. <meta name="text:link5" content="link 5"/>
  73. <meta name="text:link5url" content="/"/>
  74. <meta name="text:link6" content="link 6"/>
  75. <meta name="text:link6url" content="/"/>
  76.  
  77. <!-- scripts -->
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  80.  
  81. <script src="http://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  82.  
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("a[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:90,
  89. tip_fade_speed:600,
  90. attribute:"title"
  91. });
  92. });
  93. })(jQuery);
  94. </script>
  95.  
  96. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  97.  
  98. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  99.  
  100. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  101.  
  102. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  103.  
  104. <script src ="http://static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  105.  
  106. <script>
  107. $(document).ready(function(){
  108. $('.photo-slideshow').pxuPhotoset({
  109. lightbox: true,
  110. rounded: false,
  111. gutter: '3px',
  112. photoset: '.photo-slideshow',
  113. photoWrap: '.photo-data',
  114. photo: '.pxu-photo'
  115. });
  116. var $container = $('.content');
  117. });
  118. </script>
  119.  
  120. <script>
  121. $( ".entries" ).wrap( "<div class='scroll'></div>" );
  122. </script>
  123.  
  124. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Meddon|Reenie+Beanie" rel="stylesheet">
  125.  
  126. </head>
  127.  
  128. <style type="text/css">
  129.  
  130. ::-webkit-scrollbar {
  131. width: 4px;
  132. height: 1px;
  133. }
  134. ::-webkit-scrollbar-button {
  135. width: 0px;
  136. height: 0px;
  137. }
  138. ::-webkit-scrollbar-thumb {
  139. background:{color:scrollbar};
  140. background: -moz-linear-gradient(top, {color:scrollbar} 0%, {color:scrollbar1}; 100%); /* FF3.6-15 */
  141. background: -webkit-linear-gradient(top, {color:scrollbar} 0%, {color:scrollbar1} 100%); /* Chrome10-25,Safari5.1-6 */
  142. background: linear-gradient(to bottom, {color:scrollbar} 0%, {color:scrollbar1} 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  143. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#530a09', endColorstr='#110303',GradientType=0 ); /* IE6-9 */
  144. }
  145. }
  146.  
  147. ::-webkit-scrollbar-track {
  148. background: transparent;
  149. border: 0px none #ffffff;
  150. }
  151.  
  152. ::-webkit-scrollbar-corner {
  153. background: transparent;
  154. }
  155.  
  156. body {
  157. background:{color:background};
  158. background-image: url('{image:background}');
  159. background-position: top left;
  160. background-repeat: no-repeat;
  161. background-attachment: fixed;
  162. background-size:cover;
  163. margin:0;
  164. font-size: {text:font size};
  165. font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif
  166. letter-spacing:1px;
  167. line-height:150%;
  168. color:{color:body};
  169. -moz-osx-font-smoothing:grayscale;
  170. -webkit-font-smoothing:antialiased;
  171. font-smoothing:antialiased;
  172. }
  173.  
  174. a {
  175. color:{color:link};
  176. text-decoration:none;
  177. letter-spacing:1px;
  178. -webkit-transition: all 0.7s ease;
  179. transition: all 0.7s ease;
  180. -moz-transition: all 0.7s ease;
  181. -o-transition: all 0.7s ease;
  182. }
  183.  
  184. a:hover {
  185. letter-spacing:1px;
  186. text-decoration:none;
  187. text-shadow: 0px 3px 1px {color:link hover};
  188. cursor:help;
  189. }
  190.  
  191. b, strong {
  192. color:{color:bold};
  193. text-transform:uppercase;
  194. }
  195.  
  196. i, em {
  197. font-family: 'Dancing Script', cursive;
  198. text-transform:lowercase;
  199. font-size: 12px;
  200. color:{color:italic};
  201. letter-spacing:1.5px;
  202. }
  203.  
  204. blockquote {
  205. text-align:justify;
  206. padding-left:10px;
  207. border-left:1px solid {color:blockquote};
  208. margin:15px 0px 10px 0px;
  209. }
  210.  
  211. .caption blockquote {
  212. margin:15px 0px 10px 0px;
  213. }
  214.  
  215. blockquote img {
  216. max-width:100%;
  217. height:auto;
  218. }
  219.  
  220. img {
  221. max-width:100%;
  222. height:auto;
  223. }
  224.  
  225. p {
  226. margin:10px 0 10px 0;
  227. }
  228.  
  229. p:first-of-type {
  230. margin-top:0;
  231. padding-top:0;
  232. }
  233.  
  234. p:last-of-type {
  235. margin-bottom:10px;
  236. padding-bottom:0;
  237. }
  238.  
  239. pre {
  240. white-space: pre-wrap;
  241. white-space: -moz-pre-wrap;
  242. white-space: -pre-wrap;
  243. white-space: -o-pre-wrap;
  244. word-wrap: break-word;
  245. }
  246.  
  247. h1 {
  248. font-size:15px;
  249. letter-spacing:1.5px;
  250. text-align:center;
  251. font-weight:bold;
  252. text-transform:lowercase;
  253. padding:5px 0px 5px 0px;
  254. }
  255.  
  256. h2 {
  257. font-size:15px;
  258. font-family: 'Reenie Beanie', cursive;
  259. letter-spacing:1.5px;
  260. text-transform:lowercase;
  261. color:{color:title};
  262. background:{color:contbg};
  263. padding:5px;
  264. margin-right:5px;
  265. margin-left:5px;
  266. }
  267.  
  268. /*customization for list style type*/
  269. ul {
  270. list-style: disc;
  271. padding-left: 20px;
  272. }
  273.  
  274. li {
  275. padding-left: 5px;
  276. }
  277.  
  278. li:before {
  279. display: inline-block;
  280. margin-left: 5px; /* same as padding-left set on li */
  281. width: 1.3em; /* same as padding-left set on li */
  282. }
  283.  
  284. /*customization for container*/
  285. #container {
  286. position:absolute;
  287. width:350px;
  288. height:420px;
  289. top:30%;
  290. right:550px;
  291. overflow-y:scroll;
  292. background:{color:contbg};
  293. }
  294.  
  295. /*customization for posts*/
  296. .posts {
  297. width:90%;
  298. padding:10px;
  299. position:relative;
  300. text-align:justify;
  301. margin-left:auto;
  302. margin-right:auto;
  303. margin-bottom:30px;
  304. }
  305.  
  306. .posts:last-child {
  307. margin-bottom:30px;
  308. }
  309.  
  310. {block:permalinkpage}
  311. .posts {
  312. margin-bottom:10px;
  313. }
  314. {/block:permalinkpage}
  315.  
  316. /*customization for permalinks "post info" */
  317. .permalinks {
  318. text-transform:lowercase;
  319. font-size:10px;
  320. letter-spacing:20px;
  321. padding:0 10px 0 10px;
  322. text-align:center;
  323. width:80%;
  324. margin:auto;
  325. {block:ifhoverpermalinks}
  326. height:0px;
  327. visibility:hidden;
  328. {/block:ifhoverpermalinks}
  329. }
  330.  
  331. .permalinks a{
  332. color:{color:permalink};
  333. }
  334.  
  335. {block:ifhoverpermalinks}
  336. .posts:hover .permalinks {
  337. height:12px;
  338. -webkit-transition: all 0.7s ease;
  339. transition: all 0.7s ease;
  340. -moz-transition: all 0.7s ease;
  341. -o-transition: all 0.7s ease;
  342. visibility:visible;
  343. }
  344. {/block:ifhoverpermalinks}
  345.  
  346. /*customization for tags*/
  347. .tags {
  348. {block:ifhovertags}
  349. opacity:0;
  350. max-height:0px;
  351. {/block:ifhovertags}
  352. width:80%;
  353. margin-left:auto;
  354. margin-right:auto;
  355. text-align:center;
  356. font-size:8px;
  357. margin-top:5px;
  358. -webkit-transition: all 0.7s ease;
  359. transition: all 0.7s ease;
  360. -moz-transition: all 0.7s ease;
  361. -o-transition: all 0.7s ease;
  362. }
  363.  
  364. .tags a {
  365. color:{color:tags};
  366. -webkit-transition: all 0.7s ease;
  367. transition: all 0.7s ease;
  368. -moz-transition: all 0.7s ease;
  369. -o-transition: all 0.7s ease;
  370. }
  371.  
  372. .tags a:hover {
  373. color:{color:tags hover};
  374. -webkit-transition: all 0.7s ease;
  375. transition: all 0.7s ease;
  376. -moz-transition: all 0.7s ease;
  377. -o-transition: all 0.7s ease;
  378. text-shadow:none;
  379. }
  380.  
  381. {block:ifhovertags}
  382. .posts:hover .tags {
  383. opacity:1;
  384. max-height:300px;
  385. -webkit-transition: all 0.7s ease;
  386. transition: all 0.7s ease;
  387. -moz-transition: all 0.7s ease;
  388. -o-transition: all 0.7s ease;
  389. }
  390. {/block:ifhovertags}
  391.  
  392. /*customization for top bar*/
  393. #bar {
  394. position:absolute;
  395. font-family: 'Meddon', cursive;
  396. padding-top:7px;
  397. text-align:center;
  398. text-transform:lowercase;
  399. color:{color:quote};
  400. font-size:10px;
  401. height:30px;
  402. width:560px;
  403. right:340px;
  404. top:26%;
  405. letter-spacing:1.5px;
  406. background:{color:bar};
  407. border-top-left-radius:10px;
  408. border-top-right-radius:10px;
  409. }
  410.  
  411. /*customization for sidebar*/
  412. #sidebar {
  413. position:absolute;
  414. width:200px;
  415. height:229px;
  416. top:55%;
  417. right:340px;
  418. padding:5px;
  419. text-align:center;
  420. background:{color:sidebg};
  421. }
  422.  
  423. /*customization for portrait*/
  424. #portrait {
  425. position:absolute;
  426. padding-top:2px;
  427. width:210px;
  428. height:200px;
  429. top:30%;
  430. right:340px;
  431. background-image:url('http://static.tumblr.com/poesisw/Shgoehiyy/lastcenturion-portrait.jpg');
  432. background-repeat:no-repeat;
  433. background-size:210px 200px;
  434. }
  435.  
  436. .description {
  437. color:{color:description};
  438. }
  439.  
  440. .description b {
  441. color:{color:dbold};
  442. }
  443.  
  444. .description i, em {
  445. color:{color:ditalic};
  446. font-size:8px;
  447. }
  448.  
  449. /*customization for nav links*/
  450. #navlinks {
  451. width:200px;
  452. margin-right:auto;
  453. margin-left:auto;
  454. }
  455.  
  456. #navlinks a {
  457. width:40px;
  458. display:inline-block;
  459. margin-right:10px;
  460. margin-bottom:10px;
  461. padding-right:20px;
  462. padding-left:20px;
  463. padding-top:5px;
  464. padding-bottom:5px;
  465. font-size:12px;
  466. text-transform:uppercase;
  467. background:{color:contbg};
  468. color:{color:navlink};
  469. -webkit-filter: blur(0px);
  470. -webkit-transition: all 0.7s ease;
  471. transition: all 0.7s ease;
  472. -moz-transition: all 0.7s ease;
  473. -o-transition: all 0.7s ease;
  474. }
  475.  
  476. #navlinks a:hover {
  477. text-shadow:none;
  478. -webkit-filter: blur(1px);
  479. color:{color:navlink hover};
  480. cursor:help;
  481. }
  482.  
  483. /*more post stuff*/
  484. .caption {
  485. margin-top:15px;
  486. }
  487.  
  488. .chat {
  489. padding:0;
  490. list-style-type:none;
  491. }
  492.  
  493. .chat .label {
  494. font-weight:bold;
  495. }
  496.  
  497. .quote {
  498. text-align:center;
  499. font-weight:bold;
  500. font-size:20px;
  501. line-height:20px;
  502. margin-bottom:5px;
  503. }
  504.  
  505. .source {
  506. text-align:center;
  507. margin-bottom:10px;
  508. }
  509.  
  510. .media {
  511. position:relative;
  512. display:inline-block;
  513. width:100%;
  514. }
  515.  
  516. .musicwrapper {
  517. position: relative;
  518. display:inline-block;
  519. }
  520.  
  521. .albumimgwrapper {
  522. position: absolute;
  523. opacity:.7;
  524. overflow: hidden;
  525. margin-left:20px;
  526. width: 57px;
  527. height: 55px;
  528. }
  529.  
  530. .pbbg {
  531. position: absolute;
  532. left: 8px;
  533. top: 5px;
  534. width: 30px;
  535. height: 30px;
  536. margin-left:16px;
  537. background-color: transparent;
  538. padding: 10px;
  539. opacity:.4;
  540. filter: alpha(opacity=40);
  541. -moz-opacity: 0.4;
  542. -khtml-opacity: 0.4;
  543. transition: opacity .7s ease-in-out;
  544. -moz-transition: opacity .7s ease-in-out;
  545. -webkit-transition: opacity .7s ease-in-out;
  546. }
  547.  
  548. .pbbg:hover {
  549. opacity: 1;
  550. filter: alpha(opacity=100);
  551. -moz-opacity: 1;
  552. -khtml-opacity: 1;
  553. }
  554.  
  555. .playerbutton {
  556. position: relative;
  557. width: 30px;
  558. height: 30px;
  559. overflow:hidden;
  560. }
  561.  
  562. .pbhug {
  563. position: absolute;
  564. top: -30px;
  565. left: -10px;
  566. }
  567.  
  568. .tumblr_audio_player {
  569. height: 90px;
  570. width: 270px;
  571. }
  572.  
  573. .albuminfo {
  574. padding:10px;
  575. display:inline-block;
  576. margin-left: 90px;
  577. min-height: 75px;
  578. }
  579.  
  580. .asker {
  581. text-align:center;
  582. font-size:30px;
  583. margin-bottom:5px;
  584. text-transform:lowercase;
  585. font-family: 'Dancing Script', cursive;
  586. }
  587.  
  588. .question {
  589. font-size:12px;
  590. text-align:center;
  591. padding:3px;
  592. margin-top:-1px;
  593. border-top:1px dotted {color:body};
  594. }
  595.  
  596. .answer {
  597. border-top:1px dotted {color:body};
  598. padding-top:3px;
  599. }
  600.  
  601. /*customization for pagination */
  602. .pagination {
  603. width:230px;
  604. position:absolute;
  605. font-size:15px;
  606. font-weight:500;
  607. right:510px;
  608. bottom:65px;
  609. text-align:center;
  610. color:{color:pagination};
  611. font-family: 'Reenie Beanie', cursive;
  612. }
  613.  
  614. .pagination a {
  615. color:{color:pagination};
  616. -webkit-transition: 0.8s ease-in;
  617. -moz-transition: .8s ease-in;
  618. transition: .8s ease-in;
  619. }
  620.  
  621. .pagination a:hover {
  622. color:{color:pagination hover};
  623. text-shadow:none;
  624. }
  625.  
  626. /*customization for tooltips */
  627. #s-m-t-tooltip {
  628. max-width:300px;
  629. border-radius: 0px; /*if you want rounded corners*/
  630. padding:4px;
  631. margin:-30px -15px 5px 0px;/*how far it appears from link*/
  632. color:{color:tooltiptext};
  633. font-size:10px;
  634. letter-spacing:1px;
  635. background:{color:tooltipbg};
  636. z-index:99999;/*don't change this*/
  637. }
  638.  
  639. /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
  640. #mycredit {
  641. z-index:999999999;
  642. bottom:5px;
  643. right:5px;
  644. height:30px;
  645. width:30px;
  646. opacity:.4;
  647. position:absolute;
  648. padding:5px;
  649. -webkit-transition: 0.8s ease-in;
  650. -moz-transition: .8s ease-in;
  651. transition: .8s ease-in;
  652. }
  653.  
  654. #mycredit:hover {
  655. opacity:1;
  656. }
  657.  
  658. </style>
  659.  
  660. </head>
  661. <body>
  662. <div id="bar">{text:quote}</div>
  663. <div id="portrait"></div>
  664. <!--sidebar + desc + links-->
  665. <div id="sidebar"><h2>{Title}</h2>
  666. <div class="description">{description}</div><br>
  667. <div id="navlinks">
  668. <a href="{text:link1url}" >{text:link1}</a>
  669. <a href="{text:link2url}" >{text:link2}</a>
  670. <a href="{text:link3url}" >{text:link3}</a>
  671. <a href="{text:link4url}" >{text:link4}</a>
  672. <a href="{text:link5url}" >{text:link5}</a>
  673. <a href="{text:link6url}" >{text:link6}</a>
  674. </div></div>
  675.  
  676. <!-- pagination -->
  677. <div class="pagination">{block:Pagination}
  678. {block:PreviousPage}<a href="{PreviousPage}">↞</a> {/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage} <a href="{NextPage}">↠</a></a>
  679. {/block:NextPage}
  680. {/block:Pagination}</div>
  681.  
  682. <!-- all the post stuff -->
  683. <div id="container">
  684. {block:Posts}
  685.  
  686. <div class="posts">
  687.  
  688. {block:Text}{block:Title}<h1>♰{Title}♰</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  689.  
  690. {block:Photo}<div class="media">{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div>{/block:Photo}
  691.  
  692. {block:Photoset}
  693. <div class="media photoset"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  694. </div>{/block:Photoset}
  695.  
  696. {block:Video}<div class="media video">{Video-500}</div>{/block:Video}
  697.  
  698. {block:Quote}<div class="quote"><i class="fa fa-quote-left" aria-hidden="true"></i>
  699. {Quote}<small><small><i class="fa fa-quote-right" aria-hidden="true"></i></small></small>
  700. </div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}
  701.  
  702. {block:Link}<h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}
  703.  
  704. {block:Answer}<div class="asker">{Asker} wondered:</div><div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:Answer}
  705.  
  706. {block:Chat}{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<ul class="chat text">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}&nbsp; </span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  707.  
  708. {block:AudioPlayer}
  709. <div class="musicwrapper">
  710. {block:AlbumArt}<div class="albumimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  711. <div class="pbbg"><div class="playerbutton"><div class="pbhug">{AudioPlayerBlack}
  712. </div></div></div><div class="albuminfo">
  713. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  714. </div></div>{/block:AudioPlayer}
  715.  
  716. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  717.  
  718. <div id="{ShortURL}-hide"><div class="permalinks">{block:Date}
  719. <a href="{Permalink}" title="{Timeago}">☩</a> <a href="{Permalink}" title ="{Month} {DayOfMonth}">☩</a> <a href="{permalink}" title="{NoteCount}">☩</a>{/block:Date}
  720. {block:RebloggedFrom}
  721. <a href="{ReblogParentURL}" title="via">☩</a>
  722. <a href="{ReblogRootURL}" title="source">☩</a>
  723. {/block:RebloggedFrom}
  724. <a href="{ReblogURL}" title="reblog">☩</a></div>
  725.  
  726. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  727. {/block:HasTags}</div>
  728.  
  729. </div>
  730. {block:PostNotes}<div class="permalinks">{PostNotes}</div>
  731. {/block:PostNotes}
  732. {/block:Posts}
  733.  
  734.  
  735. </div></div>
  736.  
  737.  
  738. {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom}
  739. </div></div>
  740.  
  741. <!-- DO NOT REMOVE MY CREDIT -->
  742. <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
  743.  
  744. </div>
  745.  
  746. </body>
  747. </html>
Advertisement
Add Comment
Please, Sign In to add comment