Advertisement
angelicxi

THEME #03: JOURNAL DU VOYAGE by angelicxi

Jun 15th, 2015
5,118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.53 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!--------------------------------------------------------------------
  11.  
  12. THEME #03: JOURNAL DU VOYAGE BY ANGELICXI
  13. published june 25, 2015
  14. ᴀʟʟ ʀɪɢʜᴛs ʀᴇsᴇʀᴠᴇᴅ © ᴀɴɢᴇʟɪᴄxɪ ᴜɴᴅᴇʀ ɢᴘʟ ʟɪᴄᴇɴsɪɴɢ
  15. ᴜɴᴀᴜᴛʜᴏʀɪᴢᴇᴅ ʀᴇᴅɪsᴛʀɪʙᴜᴛɪᴏɴ ɪs sᴛʀɪᴄᴛʟʏ ᴘʀᴏʜɪʙɪᴛᴇᴅ.
  16.  
  17. Terms of Use:
  18. - DO NOT USE AS A BASE CODE.
  19. - DO NOT REDISTRIBUTE, REPRODUCE, OR CLAIM AS YOURS.
  20. - DO NOT MODIFY BEYOND THE POINT OF RECOGNITION.
  21.  
  22. By using this theme, you indicate that you have read & agreed to these terms. Any violation will be prosecuted against. If there's anything you'd like me to make clear, please contact me via PM. Enjoy!
  23.  
  24. ~Lia
  25.  
  26. --------------------------------------------------------------------->
  27.  
  28.  
  29. <!---META: COLORS--->
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Sidebar Background" content="#fcfcfc"/>
  32. <meta name="color:Sidebar Border" content="#9678a5"/>
  33. <meta name="color:Description Background" content="#f6f6f6"/>
  34. <meta name="color:Description Text" content="#284e8f"/>
  35. <meta name="color:Navigation" content="#e9e7eb"/>
  36. <meta name="color:Navigation Hover" content="#dcd9df"/>
  37. <meta name="color:Navigation Links" content="#9678a5"/>
  38. <meta name="color:Navigation Links Hover" content="#284e8f"/>
  39. <meta name="color:Title" content="#9678a5"/>
  40. <meta name="color:Text" content="#4b3a5b"/>
  41. <meta name="color:Bold" content="#9678a5"/>
  42. <meta name="color:Italic" content="#9678a5"/>
  43. <meta name="color:Underline" content="#9678a5"/>
  44. <meta name="color:Links" content="#9678a5"/>
  45. <meta name="color:Links Hover" content="#284e8f"/>
  46. <meta name="color:Post Background" content="#fcfcfc"/>
  47. <meta name="color:Post Border" content="#9678a5"/>
  48. <meta name="color:Post Title Background" content="#eeeeec"/>
  49. <meta name="color:Post Title" content="#284e8f"/>
  50. <meta name="color:Post Data" content="#eeeeec"/>
  51. <meta name="color:Info" content="#9678a5"/>
  52. <meta name="color:Info Hover" content="#284e8f"/>
  53. <meta name="color:Tags" content="#9678a5"/>
  54. <meta name="color:Tags Hover" content="#284e8f"/>
  55. <meta name="color:Name" content="#9678a5"/>
  56. <meta name="color:Question Background" content="#eeeeec"/>
  57. <meta name="color:Audio Title" content="#9678a5"/>
  58.  
  59.  
  60. <!---META: FEATURES--->
  61. <meta name="image:Background"/>
  62. <meta name="image:Sidebar"/>
  63. <meta name="if:Show Link One" content="1"/>
  64. <meta name="if:Show Link Two" content="1"/>
  65. <meta name="if:Show Link Three" content="1"/>
  66. <meta name="if:Show Link Four" content="1"/>
  67. <meta name="if:Show Link Five" content="1"/>
  68. <meta name="if:Show Link Six" content="1"/>
  69. <meta name="if:Show Link Seven" content="1"/>
  70. <meta name="if:Show Link Eight" content="1"/>
  71. <meta name="text:Title"/>
  72. <meta name="text:Link One Title"/>
  73. <meta name="text:Link One"/>
  74. <meta name="text:Link Two Title"/>
  75. <meta name="text:Link Two"/>
  76. <meta name="text:Link Three Title"/>
  77. <meta name="text:Link Three"/>
  78. <meta name="text:Link Four Title"/>
  79. <meta name="text:Link Four"/>
  80. <meta name="text:Link Five Title"/>
  81. <meta name="text:Link Five"/>
  82. <meta name="text:Link Six Title"/>
  83. <meta name="text:Link Six"/>
  84. <meta name="text:Link Seven Title"/>
  85. <meta name="text:Link Seven"/>
  86. <meta name="text:Link Eight Title"/>
  87. <meta name="text:Link Eight"/>
  88.  
  89.  
  90. <!---META: FONTS--->
  91. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
  92. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  93.  
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98. body {
  99. background-color: {color:background};
  100. background-image: {image:background};
  101. color: {color:text};
  102. font-family: 'Source Sans Pro';
  103. font-size: 11px;
  104. font-weight: 300;
  105. word-wrap: normal;
  106. word-break: normal;
  107. line-height: 100%;
  108. margin: 0px;
  109. }
  110.  
  111.  
  112. a, a:active, a:visited {
  113. color: {color:links};
  114. text-decoration: none;
  115. }
  116.  
  117.  
  118. a:hover {
  119. color: {color:links hover};
  120. text-decoration: none;
  121. }
  122.  
  123.  
  124. b, strong {
  125. color: {color:bold};
  126. font-weight: 600;
  127. }
  128.  
  129.  
  130. i, em {
  131. color: {color:italic};
  132. }
  133.  
  134.  
  135. u, underline {
  136. color: {color:underline};
  137. text-decoration: underline;
  138. }
  139.  
  140.  
  141. small {
  142. font-size: 100%;
  143. }
  144.  
  145.  
  146. pre {
  147. font-size: 100%;
  148. word-wrap: normal;
  149. word-break: normal;
  150. letter-spacing: 1px;
  151. }
  152.  
  153.  
  154. p {
  155. margin: 10px;
  156. }
  157.  
  158.  
  159. blockquote {
  160. word-wrap: normal;
  161. word-break: normal;
  162. margin-left: 10px;
  163. margin-right: 0px;
  164. padding: 5px;
  165. border-left: 1px solid {color:post border};
  166. }
  167.  
  168.  
  169. blockquote blockquote {
  170. word-wrap: normal;
  171. word-break: normal;
  172. margin-left: 15px;
  173. margin-right: 0px;
  174. padding: 5px;
  175. border-left: 1px solid {color:post border};
  176. }
  177.  
  178.  
  179. blockquote img {
  180. width: auto;
  181. max-width: 475px;
  182. overflow: hidden;
  183. }
  184.  
  185.  
  186. blockquote blockquote img {
  187. width: auto;
  188. max-width: 465px;
  189. overflow: hidden;
  190. }
  191.  
  192.  
  193. u, li img {
  194. width: auto;
  195. max-width: 425px;
  196. overflow: hidden;
  197. }
  198.  
  199.  
  200. h1 {
  201. color: {color:title};
  202. font-family: 'Montserrat';
  203. font-size: 15px;
  204. font-weight: 700;
  205. letter-spacing: 1px;
  206. text-transform: uppercase;
  207. text-align: center;
  208. width: 300px;
  209. margin-top: 25px;
  210. margin-bottom: 5px;
  211. margin-left: auto;
  212. margin-right: auto;
  213. }
  214.  
  215.  
  216. h2 {
  217. font-size: 10px;
  218. text-indent: 25px;
  219. text-transform: uppercase;
  220. text-align: left;
  221. }
  222.  
  223.  
  224. h3 {
  225. background-color: {color:post title background};
  226. color: {color:post title};
  227. font-family: 'Montserrat';
  228. font-size: 15px;
  229. font-weight: 600;
  230. letter-spacing: 1px;
  231. margin-top: 0px;
  232. padding: 20px;
  233. border: 1px solid {color:post border};
  234. }
  235.  
  236.  
  237. h4 {
  238. font-family: 'Arial';
  239. font-size: 8px;
  240. font-weight: bold;
  241. letter-spacing: 1px;
  242. text-transform: uppercase;
  243. text-align: right;
  244. margin-top: 0px;
  245. }
  246.  
  247.  
  248.  
  249. /* SIDEBAR */
  250.  
  251. #sidebar {
  252. background-color: {color:sidebar background};
  253. font-size: 10px;
  254. height: 100%;
  255. width: 350px;
  256. margin-top: -50px;
  257. margin-bottom: 0px;
  258. margin-left: 0px;
  259. margin-right: 0px;
  260. border-right: 1px solid {color:sidebar border};
  261. position: fixed;
  262. z-index: 9;
  263. }
  264.  
  265.  
  266. #imagebar {
  267. background: url('{image:sidebar}');
  268. background-position: center;
  269. height: 350px;
  270. width: 250px;
  271. margin-top: 35px;
  272. margin-bottom: 0px;
  273. margin-left: auto;
  274. margin-right: auto;
  275. padding: 10px;
  276. border: 1px solid {color:sidebar border};
  277. background-clip: content-box;
  278. }
  279.  
  280. #imagebar:before {
  281. margin: -1px;
  282. height: 350px;
  283. width: 250px;
  284. border: 1px solid {color:sidebar border};
  285. content: " ";
  286. position: fixed;
  287. z-index: 10;
  288. }
  289.  
  290.  
  291. #description {
  292. background-color: {color:description background};
  293. color: {color:description text};
  294. height: 115px;
  295. width: 300px;
  296. margin-top: 0px;
  297. margin-bottom: 0px;
  298. margin-left: auto;
  299. margin-right: auto;
  300. border: 1px solid {color:sidebar border};
  301. overflow-y: auto;
  302. }
  303.  
  304.  
  305. #pagination {
  306. color: {color:pagination};
  307. font-family: 'Arial';
  308. font-size: 8px;
  309. font-weight: 700;
  310. letter-spacing: 1px;
  311. text-align: right;
  312. margin-top: 10px;
  313. margin-right: 22px;
  314. }
  315.  
  316.  
  317. #menu {
  318. margin-top: 0px;
  319. margin-bottom: auto;
  320. margin-left: 350px;
  321. margin-right: auto;
  322. position: fixed;
  323. z-index: 8;
  324. }
  325.  
  326.  
  327. .item {
  328. background-color: {color:navigation};
  329. color: {color:navigation links};
  330. font-family: 'Arial';
  331. font-size: 8px;
  332. font-weight: 500;
  333. letter-spacing: 2px;
  334. text-align: center;
  335. height: 10px;
  336. width: 15px;
  337. margin-bottom: 10px;
  338. padding-top: 5px;
  339. padding-bottom: 5px;
  340. padding-left: 10px;
  341. padding-right: 10px;
  342. border: 1px solid {color:sidebar border};
  343. }
  344.  
  345. .item a, a:active, a:visited {
  346. color: {color:navigation links};
  347. }
  348.  
  349. .item:hover {
  350. background-color: {color:navigation hover};
  351. color: {color:navigation links hover};
  352. padding-left: 20px;
  353. padding-right: 20px;
  354. }
  355.  
  356. .item a:hover {
  357. color: {color:navigation links hover};
  358. }
  359.  
  360.  
  361.  
  362. /* POSTS */
  363.  
  364. #entries {
  365. color: {color:text};
  366. font-size: 11px;
  367. word-wrap: normal;
  368. word-break: normal;
  369. width: 500px;
  370. margin-top: 50px;
  371. margin-left: 585px;
  372. margin-right: auto;
  373. }
  374.  
  375.  
  376. #post {
  377. background-color: {color:post background};
  378. color: {color:text};
  379. font-size: 11px;
  380. word-wrap: normal;
  381. word-break: normal;
  382. width: 500px;
  383. padding: 20px;
  384. border-top: 1px solid {color:post border};
  385. border-left: 1px solid {color:post border};
  386. border-right: 1px solid {color:post border};
  387. }
  388.  
  389. #post:hover #tags {
  390. opacity: 1;
  391. }
  392.  
  393.  
  394. #tags {
  395. font-size: 7px;
  396. font-weight: 400;
  397. letter-spacing: 1px;
  398. text-transform: uppercase;
  399. text-align: center;
  400. height: auto;
  401. width: 125px;
  402. margin-top: -20px;
  403. margin-left: 535px;
  404. border-left: 1px solid {color:post border};
  405. -webkit-transition: all 0.3s ease;
  406. -moz-transition: all 0.3s ease;
  407. -o-transition: all 0.3s ease;
  408. -ms-transition: all 0.3s ease;
  409. transition: all 0.3s ease;
  410. opacity: 0;
  411. }
  412.  
  413. #tags a, a:active, a:visited {
  414. color: {color:tags};
  415. }
  416.  
  417. #tags a:hover {
  418. color: {color:tags hover};
  419. }
  420.  
  421.  
  422. #info {
  423. background-color: {color:post data};
  424. font-family: 'Montserrat';
  425. font-size: 9px;
  426. text-transform: uppercase;
  427. text-align: center;
  428. height: 25px;
  429. width: 540px;
  430. margin-top: 0px;
  431. margin-bottom: 50px;
  432. margin-left: 0px;
  433. margin-right: auto;
  434. padding-top: 15px;
  435. border: 1px solid {color:post border};
  436. }
  437.  
  438. #info a, a:active, a:visited {
  439. color: {color:info};
  440. }
  441.  
  442. #info a:hover {
  443. color: {color:info hover};
  444. }
  445.  
  446.  
  447.  
  448. /* QUOTE */
  449.  
  450. .quote {
  451. font-family: 'Montserrat';
  452. font-size: 12px;
  453. text-align: center;
  454. margin-top: 10px;
  455. padding: 10px;
  456. }
  457.  
  458.  
  459.  
  460. /* CHAT */
  461.  
  462. .chat {
  463. height: auto;
  464. width: 500px;
  465. border-top: 1px solid {color:post border};
  466. }
  467.  
  468. .chat ul {
  469. list-style: none;
  470. margin: 0;
  471. padding: 0;
  472. }
  473.  
  474. .chat li {
  475. margin: 0;
  476. padding: 0;
  477. }
  478.  
  479.  
  480. .line {
  481. height: auto;
  482. width: 500px;
  483. border-bottom: 1px solid {color:post border};
  484. }
  485.  
  486. .chat .odd {
  487. padding-top: 3px;
  488. padding-bottom: 2px;
  489. border-left: 1px dotted {color:post border};
  490. border-right: 1px solid {color:post border};
  491. }
  492.  
  493. .chat .even {
  494. padding-top: 3px;
  495. padding-bottom: 2px;
  496. border-left: 1px solid {color:post border};
  497. border-right: 1px dotted {color:post border};
  498. }
  499.  
  500.  
  501.  
  502. /* ASK */
  503.  
  504. .question {
  505. background-color: transparent;
  506. width: 465px;
  507. }
  508.  
  509.  
  510. .asker {
  511. color: {color:name};
  512. font-family: 'Arial';
  513. font-size: 8px;
  514. font-weight: 500;
  515. letter-spacing: 1px;
  516. text-transform: uppercase;
  517. text-align: left;
  518. margin-top: 10px;
  519. margin-left: 10px;
  520. }
  521.  
  522.  
  523. .asker a, a:active, a:visited {
  524. color: {color:name};
  525. }
  526.  
  527.  
  528. .asker a:hover {
  529. color: {color:link hover};
  530. }
  531.  
  532.  
  533. .ask {
  534. background-color: {color:question background};
  535. margin-top: 5px;
  536. margin-bottom: 10px;
  537. margin-left: 10px;
  538. margin-right: 10px;
  539. padding: 5px;
  540. border-bottom: 1px solid {color:post border};
  541. }
  542.  
  543.  
  544. .reply {
  545. width: 500px;
  546. margin-top: 10px;
  547. }
  548.  
  549.  
  550. .answerer {
  551. color: {color:name};
  552. font-family: 'Arial';
  553. font-size: 8px;
  554. font-weight: 500;
  555. letter-spacing: 1px;
  556. text-transform: uppercase;
  557. text-align: left;
  558. }
  559.  
  560.  
  561. .answerer a, a:active, a:visited {
  562. color: {color:name};
  563. }
  564.  
  565.  
  566. .answerer a:hover {
  567. color: {color:link hover};
  568. }
  569.  
  570. .answerline {
  571. height: 96px;
  572. width: 30px;
  573. margin-top: -107px;
  574. margin-right: -24px;
  575. padding-left: 3px;
  576. border-left: 2px solid {color:post border};
  577. border clip: content-box;
  578. float: right;
  579. overflow: hidden;
  580. }
  581.  
  582. .answerline img {
  583. height: 96px;
  584. width: 96px;
  585. }
  586.  
  587.  
  588.  
  589. /* AUDIO */
  590.  
  591. .audio {
  592. background-color: #eeeeec;
  593. width: 498px;
  594. height: 50px;
  595. border: 1px solid #cccccc;
  596. }
  597.  
  598.  
  599. .player {
  600. background-color: #eeeeec;
  601. height: 50px;
  602. width: 50px;
  603. margin-top: 0px;
  604. margin-left: 10px;
  605. opacity: 0.8;
  606. filter: alpha(opacity=80);
  607. -webkit-transition: all 0.7s ease;
  608. -moz-transition: all 0.7s ease;
  609. -o-transition: all 0.7s ease;
  610. float: right;
  611. overflow: hidden;
  612. }
  613.  
  614.  
  615. .player:hover {
  616. opacity: 0.8;
  617. filter:alpha(opacity=80);
  618. }
  619.  
  620.  
  621. .playero {
  622. height: 25px;
  623. width: 25px;
  624. margin-top: 10px;
  625. margin-left: 8px;
  626. padding: 3px;
  627. overflow: hidden;
  628. }
  629.  
  630.  
  631. .track {
  632. color: {color:text};
  633. font-family: 'Arial';
  634. font-size: 7px;
  635. font-weight: 500;
  636. letter-spacing: 1px;
  637. text-transform: uppercase;
  638. text-align: center;
  639. height: 30px;
  640. margin-top: 20px;
  641. margin-left: 20px;
  642. padding: 0px;
  643. float: left;
  644. }
  645.  
  646.  
  647. .caption {
  648. font-style: italic;
  649. text-indent: 10px;
  650. margin-top: 0px;
  651. }
  652.  
  653.  
  654.  
  655. </style></head>
  656.  
  657.  
  658. <body>
  659. <div id="sidebar">
  660. <div id="imagebar"></div>
  661. <h1>{text:title}</h1>
  662. <div id="description">{Description}</div>
  663. <div id="pagination">
  664. {block:Pagination}
  665. {block:PreviousPage}<a href="{PreviousPage}">GO BACK</a> &nbsp; / &nbsp; {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">GO FORTH</a>{/block:NextPage}
  666. {/block:Pagination}</div>
  667. </div>
  668. <div id="menu">
  669. <div class="item"><a href="/" title="ʀᴇғʀᴇsʜ">01</a></div>
  670. <div class="item"><a href="/ask" title="ᴍᴇssᴀɢᴇ">02</a></div>
  671. {block:IfShowLinkOne}<div class="item"><a href="{text:Link One}" title="{text:Link One Title}">03</a></div>{/block:IfShowLinkOne}
  672. {block:IfShowLinkTwo}<div class="item"><a href="{text:Link Two}" title="{text:Link Two Title}">04</a></div>{/block:IfShowLinkTwo}
  673. {block:IfShowLinkThree}<div class="item"><a href="{text:Link Three}" title="{text:Link Three Title}">05</a></div>{/block:IfShowLinkThree}
  674. {block:IfShowLinkFour}<div class="item"><a href="{text:Link Four}" title="{text:Link Four Title}">06</a></div>{/block:IfShowLinkFour}
  675. {block:IfShowLinkFive}<div class="item"><a href="{text:Link Five}" title="{text:Link Five Title}">07</a></div>{/block:IfShowLinkFive}
  676. {block:IfShowLinkSix}<div class="item"><a href="{text:Link Six}" title="{text:Link Six Title}">08</a></div>{/block:IfShowLinkSix}
  677. {block:IfShowLinkSeven}<div class="item"><a href="{text:Link Seven}" title="{text:Link Seven Title}">09</a></div>{/block:IfShowLinkSeven}
  678. {block:IfShowLinkEight}<div class="item"><a href="{text:Link Eight}" title="{text:Link Eight Title}">10</a></div>{/block:IfShowLinkEight}
  679. <div class="item"><a href="http://angelicxi.tumblr.com/" title="ᴛʜᴇᴍᴇ ʙʏ ᴀɴɢᴇʟɪᴄxɪ.">©</a></div>
  680. </div>
  681.  
  682.  
  683. <div id="entries">
  684. {block:Posts}
  685. <div id="post">
  686.  
  687. <div id="tags">{block:HasTags}<span style="color:{color:text}; font-size: 11px"> #: </span>&nbsp;{block:Tags}<a href="{TagURL}">{Tag};</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  688.  
  689. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}</span>{/block:Text}
  690.  
  691. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-HighRes}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  692.  
  693. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  694.  
  695. {block:Quote}
  696. <div class="quote">{Quote}</div>
  697. {block:Source}
  698. <h4>&mdash; &nbsp; {Source} &nbsp; &nbsp;</h4>
  699. {/block:Source}
  700. {/block:Quote}
  701.  
  702.  
  703. {block:Link}<h3><a href="{URL}" {Target}>{Name}</a></h3>{block:Description}{Description}{/block:Description}{/block:Link}
  704.  
  705.  
  706. {block:Chat}
  707. {block:Title}<h3>{Title}</h3>{/block:Title}
  708. <div class="chat">
  709. <ul>
  710. {block:Lines}
  711. <div class="line"><li class="{Alt}"><p>{block:Label}<b>{Label}</b>{/block:Label} {Line}</p></li></div>
  712. {/block:Lines}
  713. </ul></div>
  714. {/block:Chat}
  715.  
  716.  
  717. {block:Audio}
  718. <div class="audio">
  719. <div class="player"><div class="playero">{AudioPlayerGrey}</div></div>
  720. <div class="track">{block:Artist}{Artist}{/block:Artist}&nbsp; &ndash; &nbsp;<span style="color:{color:audio title};font-family:'Montserrat';font-size: 8px;letter-spacing: 2px;text-transform:uppercase">{block:TrackName}{TrackName}{/block:TrackName}</span></div></div>
  721. <div class="caption">{block:caption}{Caption}{/block:caption}</div>
  722. {/block:Audio}
  723.  
  724.  
  725. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  726.  
  727.  
  728. {block:Answer}
  729. <div class="question">
  730. <div class="asker">{Asker} {text:asker} said:</div>
  731. <div class="ask"><p>{Question}</p></div><div class="answerline"><img src="{AskerPortraitURL-96}"></div>
  732. </div>
  733. {block:Answerer}
  734. <div class="reply">
  735. <div class="answerer">{Answerer}:</div>
  736. {Answer}
  737. </div>
  738. {/block:Answerer}
  739. {Replies}
  740. {/block:Answer}
  741. </div>
  742.  
  743. <div id="info">
  744. {block:Date}posted &nbsp; <a href="{Permalink}">{TimeAgo}</a>{/block:Date} &nbsp; with &nbsp; <a href="{Permalink}">{NoteCount}&nbsp; notes </a></span> &nbsp; • &nbsp; <a href="{ReblogURL}" target="_blank" class="details">reblog</a>&nbsp;{block:RebloggedFrom} / &nbsp;<a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>&nbsp;{block:ContentSource} / &nbsp;<a href="{SourceURL}">origin</a> {/block:ContentSource} {/block:RebloggedFrom}</div>
  745. {/block:Posts}
  746. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  747.  
  748. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement