Advertisement
xariaaaa

[THEME] ʙʟᴀᴄᴋ sᴡᴀɴ

Feb 13th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.64 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <!---
  8. BASE CODE BY HAWTRONES
  9. CODED BY YOURS TRULY.
  10. --->
  11. <style type="text/css">
  12.  
  13. /* FONTS */
  14.  
  15. /* GASARA */
  16. @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
  17. /* DARLESTON */
  18. @font-face { font-family: "darleston"; src: url('https://dl.dropboxusercontent.com/s/pon2nz49g2gofuu/Darleston.otf') }
  19. /* ASPEX */
  20. @font-face{ font-family: "aspex"; src: url('https:/dl.dropboxusercontent.com/s/yeeehszy65j0cfk/ASPEX_0.TTF') }
  21.  
  22.  
  23. ::-webkit-scrollbar-thumb {
  24. height: auto;
  25. background-color: #be195b;
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. height:9px;
  30. width:4px;
  31. background-color: #ffffff;
  32. }
  33.  
  34. body {
  35. background: #ffffff;
  36. background-image:url('http://i.imgur.com/k76VSr6.png');
  37. background-repeat: no-repeat;
  38. background-attachment: fixed;
  39. background-position: bottom left;
  40. }
  41.  
  42. a {
  43. text-decoration: none;
  44. outline: none;
  45. -moz-outline-style: none;
  46. color: #be195b;
  47. -webkit-transition: opacity 0.7s linear;
  48. -webkit-transition: all 0.7s ease-out;
  49. -moz-transition: all 0.7s ease-out;
  50. transition: all 0.7s ease-out;
  51.  
  52. }
  53.  
  54. a:hover {
  55. color: #e3cacf;
  56. text-shadow: -2px -2px 0px #e3cacf, 2px 2px 0px #e3cacf;
  57. opacity: 0;
  58. -webkit-transition: opacity 0.7s linear;
  59. -webkit-transition: all 0.7s ease-out;
  60. -moz-transition: all 0.7s ease-out;
  61. transition: all 0.7s ease-out;
  62.  
  63. }
  64.  
  65. img {
  66. border:none;
  67. }
  68.  
  69. blockquote {
  70. margin-left: 10px;
  71. padding-left: 5px;
  72. border-left: 1px solid #be195b;
  73. border-bottom: 1px dotted #be195b;
  74. }
  75.  
  76. blockquote blockquote {
  77. margin-left: 10px;
  78. padding-left: 5px;
  79. border-left: 1px solid #be195b;
  80. border-bottom: 1px dotted #be195b;
  81. }
  82.  
  83. blockquote img {
  84. max-width: 190px !important;
  85. height: auto;
  86. opacity: 0.4;
  87. -webkit-transition: opacity 0.7s linear;
  88. -webkit-transition: all 0.7s ease-out;
  89. -moz-transition: all 0.7s ease-out;
  90. transition: all 0.7s ease-out;
  91. -webkit-filter: grayscale(100%);
  92. filter: grayscale(100%);
  93. }
  94.  
  95. blockquote img:hover {
  96. opacity: 0.7;
  97. -webkit-transition: opacity 0.7s linear;
  98. -webkit-transition: all 0.7s ease-out;
  99. -moz-transition: all 0.7s ease-out;
  100. transition: all 0.7s ease-out;
  101. -webkit-filter: grayscale(50%);
  102. filter: grayscale(50%);
  103. }
  104.  
  105. blockquote blockquote img {
  106. max-width: 135px !important;
  107. height: auto;
  108. opacity: 0.4;
  109. -webkit-transition: opacity 0.7s linear;
  110. -webkit-transition: all 0.7s ease-out;
  111. -moz-transition: all 0.7s ease-out;
  112. transition: all 0.7s ease-out;
  113. -webkit-filter: grayscale(100%);
  114. filter: grayscale(100%);
  115. }
  116.  
  117. blockquote blockquote img:hover {
  118. opacity: 0.7;
  119. -webkit-transition: opacity 0.7s linear;
  120. -webkit-transition: all 0.7s ease-out;
  121. -moz-transition: all 0.7s ease-out;
  122. transition: all 0.7s ease-out;
  123. -webkit-filter: grayscale(50%);
  124. filter: grayscale(50%);
  125. }
  126.  
  127. h1, h2, h3 {
  128. font-family: "aspex";
  129. font-size: 20px;
  130. text-align: justify;
  131. color: #be195b;
  132. text-shadow: -2px -2px 0px #e3cacf;
  133. font-weight: 200;
  134. }
  135.  
  136. img {
  137. border:none;
  138. }
  139.  
  140. pre, code {
  141. color: #3e3e3e;
  142. font-family: "Gasara";
  143. font-size: 8px;
  144. line-height: 9px;
  145. word-wrap: break-word;
  146. background-color: #ffffff;
  147. padding: 3px;
  148. border-radius: 10px 0px 10px 0px;
  149. border-left: 1px solid #e3cacf;
  150. border-right: 1px solid #e3cacf;
  151. }
  152.  
  153. /* POST WRAP */
  154. #wrapper {
  155. width:250px !important;
  156. float: right;
  157. margin-right: 150px;
  158. margin-top: 10px;
  159. height:100%;
  160. padding: 10px;
  161. }
  162.  
  163. /* POST */
  164.  
  165. .posts {
  166. border: 1px solid #e3cacf;
  167. padding: 10px;
  168. width: 250px;
  169. margin-bottom: 40px;
  170. word-wrap: break-word;
  171. font-family: "Calibri";
  172. font-size: 12px;
  173. color: #3e3e3e;
  174. line-height: 110%;
  175. text-align: justify;
  176. }
  177.  
  178. .posts img {
  179. max-width: 245px;
  180. height: auto;
  181. opacity: .5;
  182. -webkit-filter: grayscale(100%);
  183. -moz-transition:all 0.5s ease-in-out;
  184. -webkit-transition:all 0.5s ease-in-out;
  185. -o-transition:all 0.5s ease-in-out;
  186. transition:all 0.5s ease-in-out;
  187. }
  188.  
  189. .posts img:hover {
  190. opacity: 1;
  191. -webkit-filter: grayscale(0%) !important;
  192. -moz-transition:all 0.5s ease-in-out;
  193. -webkit-transition:all 0.5s ease-in-out;
  194. -o-transition:all 0.5s ease-in-out;
  195. transition:all 0.5s ease-in-out;
  196. -webkit-filter: grayscale(0%);
  197. }
  198.  
  199. .title {
  200. font-family: "Aspex";
  201. color: #be195b;
  202. font-size: 25px;
  203. line-height: 100%;
  204. text-align: justify;
  205. text-decoration: none;
  206. -moz-transition: all 0.5s linear;
  207. -webkit-transition: all 0.5s linear;
  208. -o-transition: all 0.5s linear;
  209. transition: all 0.5s linear;
  210. }
  211.  
  212. .perma {
  213. width: auto !important;
  214. margin: 10px 0px 0px 0px;
  215. padding: 5px;
  216. color: #3e3e3e;
  217. font-family: "Gasara";
  218. font-size: 8px;
  219. line-height:100%;
  220. word-spacing:0;
  221. letter-spacing:1px;
  222. text-align:center;
  223. text-transform:uppercase;
  224. text-decoration:none;
  225. }
  226.  
  227. .permapage {
  228. width:auto !important;
  229. margin:10px 0px 0px 0px;
  230. padding:5px;
  231. background-color: #e5e5e5;
  232. color: #3e3e3e;
  233. font-family: "Gasara";
  234. font-size: 8px;
  235. line-height: 100%;
  236. letter-spacing:1px;
  237. text-align:center;
  238. text-transform:uppercase;
  239. text-decoration:none;
  240. }
  241.  
  242. .notes_wrapper {
  243. width: 250px;
  244. max-height: 200px !important;
  245. margin: -5px 0px 0px 0px;
  246. padding: 10px;
  247. overflow: auto;
  248. }
  249.  
  250. .notes {
  251. margin: -5px 0px 0px -25px;
  252. word-wrap: break-word;
  253. display: inline-block;
  254. line-height: 100%;
  255. color: #3e3e3e;
  256. background-color: #e5e5e5;
  257. text-align: left;
  258. text-transform: auto;
  259. font-family: "Calibri";
  260. font-size:10px;
  261. letter-spacing:0;
  262. word-spacing:0;
  263. list-style-type:none;
  264. }
  265.  
  266. .notes a{
  267. text-transform: uppercase;
  268. }
  269.  
  270. .notes ul, ol {
  271. display:inline-block;
  272. }
  273. .notes li {
  274. margin-top:5px;
  275. }
  276.  
  277. .notes img {
  278. display:none;
  279. -moz-transition:all 0.5s ease-in-out;
  280. -webkit-transition:all 0.5s ease-in-out;
  281. -o-transition:all 0.5s ease-in-out;
  282. transition:all 0.5s ease-in-out;
  283. -webkit-filter: grayscale(100%);
  284. opacity: .5;
  285. }
  286.  
  287. .notes img:hover {
  288. -webkit-filter: grayscale(0%) !important;
  289. opacity: 1;
  290. -moz-transition:all 0.5s ease-in-out;
  291. -webkit-transition:all 0.5s ease-in-out;
  292. -o-transition:all 0.5s ease-in-out;
  293. transition:all 0.5s ease-in-out;
  294. }
  295.  
  296. .read_more {
  297. padding:4px;
  298. background-color: #e5e5e5;
  299. text-align: center;
  300. }
  301.  
  302.  
  303. .text_post {
  304. max-height:350px;
  305. min-height:auto;
  306. background-color:transparent;
  307. overflow: auto;
  308. }
  309.  
  310. .text_post::-webkit-scrollbar {
  311. width:3px;
  312. height:4px;
  313. min-height:1px;
  314. }
  315.  
  316. .text_post::-webkit-scrollbar-track {
  317. background-color: #e5e5e5;
  318. }
  319. .text_post::-webkit-scrollbar-thumb {
  320. background-color: #be195b;
  321. }
  322.  
  323.  
  324. /* Asks */
  325. #asker {
  326. font-family: "Darleston";
  327. font-size: 40px;
  328. text-align: center;
  329. margin-bottom: 5px;
  330. border-bottom: 1px dotted #ffffff;
  331. }
  332.  
  333. #question {
  334. background-color: #ffffff;
  335. padding: 5px;
  336. font-family: "Gasara";
  337. font-size: 8px;
  338. color: #3e3e3e;
  339. line-height: 10px;
  340. }
  341.  
  342. /* Quotes */
  343. .quotes {
  344. width:auto !important;
  345. margin:0px 0px 5px 0px;
  346. padding:10px;
  347. font-family: "Darleston";
  348. font-size: 30px;
  349. color: #e3cacf;
  350. text-align:justify;
  351. line-height:100%;
  352. }
  353.  
  354. .source {
  355. font-family: "Gasara";
  356. font-size: 8px;
  357. letter-spacing: 1px;
  358. text-align: right;
  359. }
  360. /* Chat */
  361.  
  362. .chat {
  363. width: auto !important;
  364. }
  365.  
  366. .even, .odd {
  367. color: #3e3e3e;
  368. padding:2px 10px 2px 10px;
  369. font-family: "Calibri";
  370. font-size:12px;
  371. line-height:100%;
  372. text-align:justify;
  373. }
  374.  
  375.  
  376. /* Audio */
  377. .audio {
  378. padding: 0;
  379. }
  380.  
  381. .audio_container {
  382. overflow: hidden;
  383. position: relative;
  384. width: 100px;
  385. }
  386.  
  387. .soundcloud_audio_player {
  388. width: 100%;
  389. }
  390.  
  391. .tumblr_audio_player {
  392. width: 100%;
  393. }
  394.  
  395. /* Images */
  396. .photo {
  397. max-width:100%;
  398. -moz-transition:all 0.5s ease-in-out;
  399. -webkit-transition:all 0.5s ease-in-out;
  400. -o-transition:all 0.5s ease-in-out;
  401. transition:all 0.5s ease-in-out;
  402. -webkit-filter: grayscale(100%);
  403. opacity: .5;
  404. -moz-transition:all 0.5s ease-in-out;
  405. -webkit-transition:all 0.5s ease-in-out;
  406. -o-transition:all 0.5s ease-in-out;
  407. transition:all 0.5s ease-in-out;
  408. }
  409.  
  410. .photo:hover {
  411. -moz-transition:all 0.5s ease-in-out;
  412. -webkit-transition:all 0.5s ease-in-out;
  413. -o-transition:all 0.5s ease-in-out;
  414. transition:all 0.5s ease-in-out;
  415. -webkit-filter: grayscale(0%) !important;
  416. opacity: 1;
  417. -moz-transition:all 0.5s ease-in-out;
  418. -webkit-transition:all 0.5s ease-in-out;
  419. -o-transition:all 0.5s ease-in-out;
  420. transition:all 0.5s ease-in-out;
  421. -webkit-filter: grayscale(0%);
  422. }
  423.  
  424. .image img {
  425. max-width:100%;
  426. -moz-transition:all 0.5s ease-in-out;
  427. -webkit-transition:all 0.5s ease-in-out;
  428. -o-transition:all 0.5s ease-in-out;
  429. transition:all 0.5s ease-in-out;
  430. -webkit-filter: grayscale(100%);
  431. opacity: .5;
  432. -moz-transition:all 0.5s ease-in-out;
  433. -webkit-transition:all 0.5s ease-in-out;
  434. -o-transition:all 0.5s ease-in-out;
  435. transition:all 0.5s ease-in-out;
  436. }
  437.  
  438. .video {
  439. max-width:250px !important;
  440. -moz-transition:all 0.5s ease-in-out;
  441. -webkit-transition:all 0.5s ease-in-out;
  442. -o-transition:all 0.5s ease-in-out;
  443. transition:all 0.5s ease-in-out;
  444. -webkit-filter: grayscale(100%);
  445. opacity: .5;
  446. -moz-transition:all 0.5s ease-in-out;
  447. -webkit-transition:all 0.5s ease-in-out;
  448. -o-transition:all 0.5s ease-in-out;
  449. transition:all 0.5s ease-in-out;
  450. }
  451.  
  452. .video:hover {
  453. opacity: 1;
  454. -webkit-filter: grayscale(0%);
  455. opacity: 1;
  456. -moz-transition:all 0.5s ease-in-out;
  457. -webkit-transition:all 0.5s ease-in-out;
  458. -o-transition:all 0.5s ease-in-out;
  459. transition:all 0.5s ease-in-out;
  460. }
  461.  
  462.  
  463. /* SIDEBAR */
  464.  
  465. #sidebar {
  466. height: 400px;
  467. width: 250px;
  468. float: right;
  469. margin-left: 640px;
  470. margin-top: 200px;
  471. position: fixed;
  472. }
  473.  
  474. .links {
  475. height: 400px;
  476. width: auto;
  477. margin-left: 135px;
  478. margin-top: -360px;
  479. font-family: "Aspex";
  480. font-size: 60px;
  481. line-height: 130%;
  482. font-weight: 800;
  483. color: #be195b;
  484. text-align: justify;
  485. text-shadow: 4px 4px 0px #e3cacf;
  486. }
  487.  
  488. .links a:hover {
  489. color: #be195b;
  490. opacity: 1;
  491. text-shadow: -4px -4px 0px #e3cacf;
  492. }
  493.  
  494. .buddy {
  495. margin-top: -30px;
  496. margin-left: 80px;
  497. height: 360px;
  498. width: 50px;
  499. }
  500.  
  501. .buddy img {
  502. height: 45px;
  503. width: 45px;
  504. border-radius: 50%;
  505. }
  506.  
  507. .buddy img:hover{
  508. opacity: 0.4 !important;
  509. }
  510.  
  511. .descr {
  512. margin-left: 80px;
  513. margin-top: -30px;
  514. font-family: "Calibri";
  515. font-size: 10px;
  516. text-transform: uppercase;
  517. color: #be195b;
  518. width: 210px;
  519. line-height: 13px;
  520. height: auto;
  521. }
  522.  
  523. #s-m-t-tooltip{
  524. max-width: 200px;
  525. margin-top: 15px;
  526. margin-left: 15px;
  527. padding: 3px;
  528. border-right: 1px dotted #e3cacf;
  529. border-bottom: 1px solid #e3cacf;
  530. border-radius: 0px 10px 0px 0px;
  531. z-index:9999999999999999999999;
  532. background-color:#e5e5e5;
  533. color: #3e3e3e;
  534. font-family: 'Gasara';
  535. text-align:justify;
  536. font-size: 8px;
  537. letter-spacing: 1px;
  538. text-transform:uppercase;
  539. box-shadow: 0px 0px 10px #e3cacf;
  540. -webkit-animation: wobble 700ms;
  541. }
  542.  
  543. @keyframes wobble {
  544. 0% {
  545. -webkit-transform: translateX(0%);
  546. -ms-transform: translateX(0%);
  547. transform: translateX(0%);}
  548.  
  549. 15% {
  550. -webkit-transform: translateX(-25%) rotate(-5deg);
  551. -ms-transform: translateX(-25%) rotate(-5deg);
  552. transform: translateX(-25%) rotate(-5deg);
  553. }
  554.  
  555. 30% {
  556. -webkit-transform: translateX(20%) rotate(3deg);
  557. -ms-transform: translateX(20%) rotate(3deg);
  558. transform: translateX(20%) rotate(3deg);
  559. }
  560.  
  561. 45% {
  562. -webkit-transform: translateX(-15%) rotate(-3deg);
  563. -ms-transform: translateX(-15%) rotate(-3deg);
  564. transform: translateX(-15%) rotate(-3deg);
  565. }
  566.  
  567. 60% {
  568. -webkit-transform: translateX(10%) rotate(2deg);
  569. -ms-transform: translateX(10%) rotate(2deg);
  570. transform: translateX(10%) rotate(2deg);
  571. }
  572.  
  573. 75% {
  574. -webkit-transform: translateX(-5%) rotate(-1deg);
  575. -ms-transform: translateX(-5%) rotate(-1deg);
  576. transform: translateX(-5%) rotate(-1deg);
  577. }
  578.  
  579. 100% {
  580. -webkit-transform: translateX(0%);
  581. -ms-transform: translateX(0%);
  582. transform: translateX(0%);
  583. }
  584. }
  585.  
  586. .wobble {
  587. -webkit-animation-name: wobble;
  588. animation-name: wobble;
  589. }
  590.  
  591.  
  592. @-webkit-keyframes bounce {
  593. 0% {-webkit-transform: scale(1);}
  594. 50% {-webkit-transform: scale(1.20);}
  595. 70% {-webkit-transform: scale(.9);}
  596. 100% {-webkit-transform: scale(1);}}
  597.  
  598. {CustomCSS}
  599. </style>
  600.  
  601. <!-- INFINITE SCROLL -->
  602. <script type="text/javascript" src="http://static.tumblr.com/nnl3g6g/vcCnyp3z7/infinitescrolling.js"></script>
  603.  
  604.  
  605. <!-- S-M-T-TOOLTIP JAVA -->
  606.  
  607. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  608. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  609. <script>
  610. (function($){
  611. $(document).ready(function(){
  612. $("[title]").style_my_tooltips();
  613. });
  614. })(jQuery);
  615. </script>
  616. </head>
  617. <body>
  618.  
  619. <div id="sidebar">
  620. <div class="buddy">
  621. <marquee height=360 width=50 direction=up onmouseover="this.stop();" onmouseout="this.start();">
  622. <a href="" title="Christine"><img src="http://i.imgur.com/AfFpKDV.gif" /></a><br /><br />
  623. <a href="" title="is"><img src="http://i.imgur.com/8qsBTEj.gif" /></a><br /><br />
  624. <a href="" title="fucking"><img src="http://i.imgur.com/IsViNLX.gif" /></a><br /><br />
  625. <a href="" title="gorgeous"><img src="http://i.imgur.com/NJKPB00.gif" /></a><br /><br />
  626. <a href="" title="and"><img src="http://i.imgur.com/ca5nQOc.gif" /></a><br /><br />
  627. <a href="" title="i'm"><img src="http://i.imgur.com/4csJM05.gif" /></a><br /><br />
  628. <a href="" title="kinda"><img src="http://i.imgur.com/5gTGPZE.gif" /></a><br /><br />
  629. <a href="" title="gay."><img src="http://i.imgur.com/pQP1FxM.gif" /></a><br /><br />
  630. </marquee>
  631. </div>
  632. <div class="links">
  633. <a href="" title="">o1<i>!!</i></a>
  634. <a href="" title="">o2<i>!!</i></a>
  635. <a href="" title="">o3<i>!!</i></a>
  636. <a href="" title="">o4<i>!!</i></a>
  637. <a href="" title="">o5<i>!!</i></a>
  638. </div>
  639. <div class="descr"><p style="background-color: #e5e5e5;">A soft hearted gentleman, his sweet words too; Manly gentleman, his awkward words, make me want to know him more.</p></div>
  640. </div>
  641.  
  642. <div class="autopagerize_page_element">
  643. <div id="wrapper">
  644. {block:Posts}
  645. <div class="posts">
  646. <!-- PHOTO POST -->
  647. {block:Photo}
  648. {LinkOpenTag}
  649. <div class="image"><img src="{PhotoURL-250}" /></div>
  650. {LinkCloseTag}
  651. {block:Caption}{Caption}{/block:Caption}
  652. {/block:Photo}
  653. <!-- PHOTOSET POST -->
  654. {block:Photoset}
  655. <div class="photo">{Photoset-250}</div>
  656. {block:Caption}{Caption}{/block:Caption}
  657. {/block:Photoset}
  658. <!-- VIDEO POST -->
  659. {block:Video}
  660. <div class="video">{Video-250}</div>
  661. {block:Caption}{Caption}{/block:Caption}
  662. {/block:Video}
  663. <!-- CHAT POST -->
  664. {block:Chat}
  665. {block:Title}<div class="title">{Title}</div>{/block:Title}
  666. <div class="chat">
  667. {block:Lines}
  668. <div class="{Alt}">
  669. {block:Label}<span style="color: #be195b; font-family: 'Aspex'; font-size: 10px;">{Label}</span>{/block:Label} {Line}</div>
  670. {/block:Lines}
  671. </div>
  672. {/block:Chat}
  673. <!-- QUOTE POST -->
  674. {block:Quote}
  675. <div class="quotes">{Quote}</div>
  676. {block:Source}<div class="source">{Source}</div>{/block:Source}
  677. {/block:Quote}
  678. <!-- LINK POST -->
  679. {block:Link}
  680. <a href="{URL}" target="_blank"><div class="title">{Name}</div></a>
  681. {block:Description}{Description}{/block:Description}
  682. {/block:Link}
  683. <!-- TEXT POST -->
  684. {block:Text}
  685. {block:Title}<div class="title">{Title}</div>{/block:Title}
  686. <div class="text_post">
  687. {Body}
  688. {block:More}<a href="{Permalink}"><div class="read_more">{text:Read More Title}</div></a>{/block:More}
  689. </div>
  690. {/block:Text}
  691.  
  692. <!-- ASK POST -->
  693. {block:Answer}
  694. <div id="asker">{Asker}</div>
  695. <div id="question">{Question}</div>
  696. {Answer}
  697. {/block:Answer}
  698. <!-- AUDIO POST -->
  699. {block:Audio}
  700. <div class="audioContainer">
  701. {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
  702. </div>
  703. {block:Caption}{Caption}{/block:Caption}
  704. {/block:Audio}
  705.  
  706.  
  707. <!-- POST PERMA -->
  708. {block:IndexPage}
  709. <div class="perma">
  710. {block:Date}<a href="{Permalink}" title="@ {12Hour}:{Minutes}{AmPm} with {NoteCountwithLabel}" >{MonthNumberWithZero}{DayOfMonthWithZero}{Year}</a>{/block:Date}
  711. {block:RebloggedFrom} &times; <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> ( <a href="{ReblogRootURL}" title="{ReblogRoottitle}">src</a> ){/block:RebloggedFrom} &times; <a href="{ReblogURL}" title="Reblog?">reblog</a> {block:HasTags} &times; <a title="{block:Tags} #{Tag}{/block:Tags}">tags</a>{/block:HasTags}
  712. </div>
  713. {/block:IndexPage}
  714.  
  715. {block:PermaLinkPage}
  716. <div class="permapage">
  717. Posted On: {DayOfWeek}, {DayOfMonth} {Month} {Year}.
  718. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> (<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>)
  719. {/block:RebloggedFrom}</br>
  720. <span style="margin-top:5px; text-align:center; width:auto;">{block:Tags}#<a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags} </span>
  721. </div>
  722. {/block:PermalinkPage}
  723. </div> <!-- END OF POST DIV -->
  724.  
  725. {block:PermaLinkPage}
  726. {block:PostNotes}
  727. <div class="notes_wrapper">
  728. <div class="notes">{PostNotes}</div>
  729. </div>
  730. {/block:PostNotes}
  731. {/block:PermalinkPage}
  732. {/block:Posts}
  733. </div>
  734. </div>
  735.  
  736. </body>
  737. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement