Advertisement
Guest User

Theme Asli

a guest
Jul 4th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.93 KB | None | 0 0
  1. <!--
  2.  
  3. THEME 4.0 BY BLOODYNOVAK@TUMBLR
  4. . to view more themes, visit my theme
  5. blog: aresanglant@tumblr
  6.  
  7. . DON'T REMOVE CREDIT
  8. . DON'T USE AS A BASE CODE
  9. . DON'T CLAIM AS YOUR OWN
  10. . RESPECT THE HOURS & HOURS THAT I SPENT ON THIS THEME
  11.  
  12. . thank you for considering my theme!
  13.  
  14. -->
  15.  
  16. <!DOCTYPE html>
  17. <head><title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <!--Default Variables-->
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#252525"/>
  27. <meta name="color:Link" content="#000000"/>
  28. <meta name="color:Border" content="#000000"/>
  29. <meta name="color:Scrollbar" content="#000000"/>
  30.  
  31. <meta name="image:Sidebar Image" content=""/>
  32.  
  33. <meta name="select:Font" content="arial" title="Arial">
  34. <meta name="select:Font" content="times" title="Times New Roman">
  35.  
  36. <meta name="if:BW Images" content="0" />
  37.  
  38. <meta name="text:Link 1 URL" content="" />
  39. <meta name="text:Link 1" content="" />
  40. <meta name="text:Link 2 URL" content="" />
  41. <meta name="text:Link 2" content="" />
  42. <meta name="text:Link 3 URL" content="" />
  43. <meta name="text:Link 3" content="" />
  44. <meta name="text:Link 4 URL" content="" />
  45. <meta name="text:Link 4" content="" />
  46. <meta name="text:Link 5 URL" content="" />
  47. <meta name="text:Link 5" content="" />
  48. <meta name="text:Link 6 URL" content="" />
  49. <meta name="text:Link 6" content="" />
  50.  
  51. <!-- jquery for tooltips-->
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56.  
  57. <script>
  58.  
  59. (function($){
  60.  
  61. $(document).ready(function(){
  62.  
  63. $("a[title]").style_my_tooltips({
  64.  
  65. tip_follows_cursor:true,
  66.  
  67. tip_delay_time:30,
  68.  
  69. tip_fade_speed:300,
  70.  
  71. attribute:"title"
  72.  
  73. });
  74.  
  75. });
  76.  
  77. })(jQuery);
  78.  
  79. </script>
  80.  
  81. <script type="text/javascript">
  82. function unhide(divID) {
  83. var item = document.getElementById(divID);
  84. if (item) {
  85. item.className=(item.className=='hidden')?'unhidden':'hidden';
  86. }
  87. }
  88. </script>
  89.  
  90. <!-- CSS -->
  91.  
  92. <style type="text/css">
  93.  
  94. /* tooltip */
  95.  
  96. #s-m-t-tooltip{
  97. position:absolute;
  98. margin: 15px;
  99. z-index:9999;
  100. -moz-border-radius:5px;
  101. -webkit-border-radius:5px;
  102. background:{color:border};
  103. color:{color:text};
  104. padding:3px;}
  105.  
  106. /* scrollbar */
  107.  
  108. ::-webkit-scrollbar {background-color:{color:background}; border:solid 1.5px {color:border}; height:1px; width:10px}
  109. ::-webkit-scrollbar-thumb:vertical {background-color:{color:background}; height:30px; border-left:1.5px solid {color:scrollbar}; }
  110. ::-webkit-scrollbar-thumb:horizontal {border-radius:20%;background-color:{color:background}; height:4px!important border-top:1px solid {color:scrollbar};}
  111.  
  112.  
  113. /* general */
  114.  
  115. blockquote {padding:5px 0 5px 30px;
  116. border-left:1px solid {color:border};
  117. margin-left:30px;
  118. font-size:10px;}
  119.  
  120. body {
  121. background:{color:background};
  122. color:{color:text};
  123. font-family:arial;
  124. font-size:12px;
  125. text-align:justify;
  126. margin:0;
  127. line-height:2; }
  128.  
  129.  
  130. a {
  131. color:{color:text};
  132. text-decoration:none;
  133. -webkit-transition: all .3s ease-in-out;
  134. -moz-transition: all .3s ease-in-out;
  135. -ms-transition: all .3s ease-in-out;
  136. -o-transition: all .3s ease-in-out;
  137. transition: all .3s ease-in-out;
  138. }
  139.  
  140. a:hover {
  141. color:{color:link};
  142. -webkit-transition: all .3s ease-in-out;
  143. -moz-transition: all .3s ease-in-out;
  144. -ms-transition: all .3s ease-in-out;
  145. -o-transition: all .3s ease-in-out;
  146. transition: all .3s ease-in-out; }
  147.  
  148. img{opacity:1;
  149. border:none;
  150. text-decoration:none}
  151.  
  152. small {
  153. font-size:8px;}
  154.  
  155. big {
  156. font-size:12px;}
  157.  
  158. /* post title */
  159.  
  160. #title {font-size:14px;
  161. line-height:18px;
  162. font-family:times;
  163. font-style:italic;
  164. margin-bottom:10px;
  165. text-transform:uppercase;
  166. text-align:left;}
  167.  
  168.  
  169. /* sidebar im */
  170.  
  171. #sidebarim {
  172. text-align:center;
  173. margin-bottom:20px;
  174. margin-left:30px;}
  175.  
  176. #sidebarim img {
  177. width:60px;
  178. height:60px;
  179. border-radius:100%; }
  180.  
  181. /* sidebar title */
  182.  
  183. #blogt {
  184. border-top:1px solid {color:border};
  185. padding-top:20px;
  186. font-size:15px;
  187. width:180px;
  188. height:40px;
  189. margin-right:;
  190. font-weight:bold;
  191. letter-spacing:-1.5px;
  192. line-height:1.2;
  193. text-transform:uppercase;
  194. text-align:center;
  195. overflow:hidden;
  196. }
  197.  
  198. #blogt a {
  199. color:{color:text}; }
  200.  
  201. #blogt a:hover {
  202. opacity:1; }
  203.  
  204. /* sidebar */
  205.  
  206. #sidebar {
  207. position:fixed;
  208. margin-left:150px;
  209. margin-top:0px;
  210. width:180px;
  211. padding:15px;
  212. background-color:{color:background}; }
  213.  
  214. /* sidebar links */
  215.  
  216. #links {
  217. width:180px;
  218. letter-spacing:0.5px;
  219. line-height:3;
  220. font-size:9px;
  221. font-weight:;
  222. font-family:times;
  223. font-style:italic;
  224. margin-top:25px;
  225. text-align:center;
  226. text-transform:uppercase;
  227. margin-left:4px; }
  228.  
  229. #links a {
  230. margin-right:10px;
  231. display:inline;
  232. margin-bottom:15px;
  233. color:{color:text};
  234. -webkit-transition: all .3s ease-in-out;
  235. -moz-transition: all .3s ease-in-out;
  236. -ms-transition: all .3s ease-in-out;
  237. -o-transition: all .3s ease-in-out;
  238. transition: all .3s ease-in-out; }
  239.  
  240. #links a:hover {
  241. color:{color:link};
  242. -webkit-transition: all .3s ease-in-out;
  243. -moz-transition: all .3s ease-in-out;
  244. -ms-transition: all .3s ease-in-out;
  245. -o-transition: all .3s ease-in-out;
  246. transition: all .3s ease-in-out; }
  247.  
  248. /* desc */
  249.  
  250. #description {
  251. font-size:9px;
  252. margin-top:15px;
  253. padding-bottom:25px;
  254. text-align:justify;
  255. width:180px;
  256. border-bottom:1px solid {color:border}; }
  257.  
  258.  
  259. /* pagination */
  260.  
  261. #pagination {
  262. color:{color:text};
  263. margin-top:30px;
  264. margin-left:66px;
  265. font-size:14px;
  266. font-family:arial;
  267. text-transform:uppercase; }
  268.  
  269. #pagination a {
  270. margin-top:30px;
  271. padding:0 2px; }
  272.  
  273. /* container */
  274.  
  275. #con {
  276. left:65%;
  277. margin-left:-270px;
  278. position:absolute;
  279. padding:95px; }
  280.  
  281. /* posts */
  282.  
  283. #entries {
  284. margin-left:-370px;
  285. margin-top:10px;
  286. width:400px; }
  287.  
  288. #posts {
  289. width:400px;
  290. {block:IndexPage}
  291. margin-bottom:75px;
  292. {/block:IndexPage}
  293. {block:PermalinkPage}
  294. margin-bottom:50px;
  295. {/block:PermalinkPage} }
  296.  
  297. #posts img {
  298. max-width:400px; }
  299.  
  300. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  301. .caption {width:90%;
  302. text-transform:-;
  303. margin-top:30px; }
  304.  
  305.  
  306. /* quote */
  307.  
  308. #titlequote{text-align:left;
  309. font-size:12px;
  310. letter-spacing:0.3px;
  311. font-family:book antiqua;
  312. font-style:-;
  313. text-transform:-;
  314. line-height:1.7;}
  315.  
  316. #source {
  317. font-size:10px;
  318. text-transform:uppercase;
  319. font-style:;
  320. margin-top:15px;
  321. margin-left:5px;}
  322.  
  323. /* audio */
  324.  
  325. .playerbuttonbg {
  326. position: absolute;
  327. left: 20px;
  328. top: 20px;
  329. width: 19px;
  330. height: 19px;
  331. background-color: #ffffff;
  332. padding: 10px;
  333. -webkit-border-radius: 10px;
  334. -moz-border-radius: 10px;
  335. border-radius: 10px;
  336. opacity: .4;
  337. filter: alpha(opacity=40);
  338. -moz-opacity: 0.4;
  339. -khtml-opacity: 0.4;
  340. transition: opacity .7s ease-in-out;
  341. -moz-transition: opacity .7s ease-in-out;
  342. -webkit-transition: opacity .7s ease-in-out;
  343. }
  344.  
  345. .playerbuttonbg:hover {
  346. opacity: 1;
  347. filter: alpha(opacity=100);
  348. -moz-opacity: 1;
  349. -khtml-opacity: 1;
  350. }
  351.  
  352. .newplayerbutton {
  353. position: relative;
  354. width: 19px;
  355. height: 19px;
  356. overflow: hidden;
  357. }
  358.  
  359. .playerbuttonhug {
  360. position: absolute;
  361. top: -18px;
  362. left: -7px;
  363. }
  364.  
  365. .tumblr_audio_player {
  366. height: 90px;
  367. width: 270px;
  368. -moz-transform: scale(0.60, 0.60);
  369. -webkit-transform: scale(0.60, 0.60);
  370. -o-transform: scale(0.60, 0.60);
  371. -ms-transform: scale(0.60, 0.60);
  372. transform: scale(0.60, 0.60);
  373. -moz-transform-origin: top left;
  374. -webkit-transform-origin: top left;
  375. -o-transform-origin: top left;
  376. -ms-transform-origin: top left;
  377. transform-origin: top left;
  378. }
  379.  
  380. .audioimgwrapper {
  381. position: absolute;
  382. left: 0px;
  383. top: 0px;
  384. -webkit-border-radius: 10px;
  385. -moz-border-radius: 10px;
  386. border-radius: 10px;
  387. overflow: hidden;
  388. width: 79px;
  389. height: 79px;
  390. }
  391.  
  392. .audioimgwrapper img {
  393. width: 100%;
  394. height: auto;
  395. -webkit-border-radius: 50px;
  396. -moz-border-radius: 50px;
  397. border-radius: 50px;
  398. }
  399.  
  400. .trackdetails {
  401. width: auto;
  402. display:inline-block;
  403. margin-left: 90px;
  404. min-height: 85px;
  405. }
  406.  
  407. .audiowrapper {
  408. position: relative;
  409. display:inline-block;
  410. }
  411.  
  412. /* messages */
  413.  
  414. .q {
  415. background-color:{color:border};
  416. -moz-border-radius:11px;
  417. -webkit-border-radius:11px;
  418. color:{color:text};
  419. padding:15px;
  420. margin-bottom:20px; }
  421.  
  422. .as {
  423. font-size:8px;
  424. color:{color:text};
  425. letter-spacing:0.1em;
  426. text-transform:uppercase;
  427. padding-bottom:5px;
  428. font-weight:bold;
  429. font-style:italic; }
  430.  
  431. .a {
  432. text-align:center;
  433. margin-top:10px; }
  434.  
  435.  
  436. /* chat */
  437.  
  438. .chat ol {
  439. padding:0;
  440. list-style:none;}
  441.  
  442. .line {padding:5px 0;}
  443.  
  444. .label {font-weight:bold;
  445. text-transform:uppercase;}
  446.  
  447.  
  448. /* permalink & notes */
  449.  
  450. #permalink {
  451. font-weight:;
  452. margin-top:15px;
  453. font-size:10px;
  454. font-family:times;
  455. font-style:italic;
  456. text-transform:lowercase;
  457. text-align:center;
  458. padding-bottom:10px;
  459. border-bottom:1px solid {color:border}; }
  460.  
  461. #permalink a {margin-right:10px; color:{color:text};
  462. -webkit-transition: all .3s ease-in-out;
  463. -moz-transition: all .3s ease-in-out;
  464. -ms-transition: all .3s ease-in-out;
  465. -o-transition: all .3s ease-in-out;
  466. transition: all .3s ease-in-out; }
  467.  
  468. #permalink a:hover {
  469. color:{color:link};
  470. -webkit-transition: all .3s ease-in-out;
  471. -moz-transition: all .3s ease-in-out;
  472. -ms-transition: all .3s ease-in-out;
  473. -o-transition: all .3s ease-in-out;
  474. transition: all .3s ease-in-out; }
  475.  
  476. /* tags */
  477.  
  478. .tags { color:{color:text};
  479. text-align:center;
  480. word-break:break-all;
  481. font-size:10px;
  482. margin-top:5px;
  483. font-family:arial;
  484. font-style:italic;
  485. text-transform:lowercase; }
  486.  
  487. .tags a {
  488. margin-right:15px;
  489. color:{color:text};
  490. -webkit-transition: all .3s ease-in-out;
  491. -moz-transition: all .3s ease-in-out;
  492. -ms-transition: all .3s ease-in-out;
  493. -o-transition: all .3s ease-in-out;
  494. transition: all .3s ease-in-out; }
  495.  
  496. .tags a:hover {
  497. color:{color:link};
  498. -webkit-transition: all .3s ease-in-out;
  499. -moz-transition: all .3s ease-in-out;
  500. -ms-transition: all .3s ease-in-out;
  501. -o-transition: all .3s ease-in-out;
  502. transition: all .3s ease-in-out; }
  503.  
  504. /* pagenotes */
  505.  
  506. .pagenotes {
  507. {block:IndexPage}
  508. display: none!important;
  509. {/block:IndexPage}
  510. width:400px;
  511. text-align:center; }
  512.  
  513. .pagenotes a{
  514. font-style:italic; }
  515.  
  516. .pagenotes img {
  517. display:none!important;}
  518. .pagenotes li {
  519. list-style-type:none;
  520. padding:5px 0px;
  521. line-height:3.5;
  522. text-align:center;
  523. margin:0 0 0 -40px; }
  524.  
  525.  
  526. /* CREDIT - DON'T TOUCH - if you dont like the full name, you can change 'bloody themes' to a symbol, just make sure it is noticeable and don't remove it completely */
  527.  
  528. #credit {
  529. color:{color:text};
  530. font-family:arial;
  531. position:static;
  532. margin-bottom:-150px;
  533. font-size:7px;
  534. letter-spacing:0.1em;
  535. padding:8px;
  536. opacity:0.8;
  537. text-align:center;
  538. text-transform:uppercase; }
  539. #credit a:hover {
  540. color:{color:text}; }
  541.  
  542.  
  543. /* title link effect (don't edit) */
  544.  
  545. *,
  546. *:after,
  547. *::before {
  548. -webkit-box-sizing: border-box;
  549. -moz-box-sizing: border-box;
  550. box-sizing: border-box;
  551. }
  552.  
  553. body {
  554. font-family: 'Raleway', sans-serif;
  555. }
  556.  
  557. nav a {
  558. position: relative;
  559. display: inline-block;
  560. margin: 15px 25px;
  561. outline: none;
  562. color: #fff;
  563. text-decoration: none;
  564. text-transform: uppercase;
  565. letter-spacing: 1px;
  566. font-weight: 400;
  567. text-shadow: 0 0 1px rgba(255,255,255,0.3);
  568. font-size: 1.35em;
  569. }
  570.  
  571. nav a:hover,
  572. nav a:focus {
  573. outline: none;
  574. }
  575.  
  576. /* Effect 1: Brackets */
  577.  
  578. .cl-effect-1 a::before,
  579. .cl-effect-1 a::after {
  580. display: inline-block;
  581. opacity: 0;
  582. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  583. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  584. transition: transform 0.3s, opacity 0.2s;
  585. }
  586.  
  587. .cl-effect-1 a::before {
  588. margin-right: 10px;
  589. content: '[';
  590. -webkit-transform: translateX(20px);
  591. -moz-transform: translateX(20px);
  592. transform: translateX(20px);
  593. }
  594.  
  595. .cl-effect-1 a::after {
  596. margin-left: 10px;
  597. content: ']';
  598. -webkit-transform: translateX(-20px);
  599. -moz-transform: translateX(-20px);
  600. transform: translateX(-20px);
  601. }
  602.  
  603. .cl-effect-1 a:hover::before,
  604. .cl-effect-1 a:hover::after,
  605. .cl-effect-1 a:focus::before,
  606. .cl-effect-1 a:focus::after {
  607. opacity: 1;
  608. -webkit-transform: translateX(0px);
  609. -moz-transform: translateX(0px);
  610. transform: translateX(0px);
  611. }
  612.  
  613. /* bw images effect (don't edit) */
  614.  
  615. {block:IfBWImages}
  616. img,.photoset{
  617. FILTER: URL("DATA:IMAGE/SVG+XML;UTF8,<SVG XMLNS=\'HTTP://WWW.W3.ORG/2000/SVG\'><FILTER ID=\'GRAYSCALE\'><FECOLORMATRIX TYPE=\'MATRIX\'
  618. VALUES=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></FILTER></SVG>#GRAYSCALE"); /* FIREFOX 3.5+ */
  619. FILTER: GRAY; /* IE6-9 */
  620. -WEBKIT-FILTER: GRAYSCALE(100%);
  621. -webkit-transition: all 0.6s ease-in-out;
  622. -moz-transition: all 0.6s ease-in-out;
  623. -o-transition: all 0.6s ease-in-out;
  624. }
  625. {/block:IfBWImages}
  626.  
  627. /* assorted (don't edit) */
  628.  
  629. #tumblr_controls {
  630. -webkit-filter: invert(100%);}
  631.  
  632. .arial {
  633. font-family:arial;}
  634. .times {
  635. font-family:times;}
  636.  
  637. .hidden {display: none;}
  638. .unhidden {display: block;}
  639.  
  640.  
  641. {CustomCSS}
  642.  
  643. </style>
  644. </head>
  645. <body>
  646.  
  647. <div class="{select:Font}" id="con">
  648. <div id="sidebar">
  649. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  650.  
  651. <div class="cl-effect-1" id="cl-effect-1">
  652. <div id="blogt"><a href="/" title="refresh">{Title}</a>
  653. </div></div>
  654.  
  655. <div id="description">{Description}</div>
  656. <div id="links" >
  657.  
  658. {block:ifLink1}<a href="{text:Link 1 URL}"> {text:Link 1} </a>{/block:ifLink1}
  659. / &nbsp;
  660. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  661. / &nbsp;
  662. {block:ifLink3}<a href="{text:Link 3 URL}" >{text:Link 3}</a> {/block:ifLink3}
  663. / &nbsp;
  664. {block:ifLink4}<a href="{text:Link 4 URL}" >{text:Link 4}</a> {/block:ifLink4}
  665. / &nbsp;
  666. {block:ifLink5}<a href="{text:Link 5 URL}" >{text:Link 5}</a> {/block:ifLink5}
  667. / &nbsp;
  668. {block:ifLink6}<a href="{text:Link 6 URL}" >{text:Link 6}</a> {/block:ifLink6}
  669. </div>
  670.  
  671. <div id="pagination">
  672. {block:Pagination}
  673. {block:PreviousPage}
  674. &nbsp; <a href="{PreviousPage}" title="back"> - </a>
  675. {/block:PreviousPage}
  676. &nbsp;
  677.  
  678. {block:NextPage}
  679. &nbsp; <a href="{NextPage}" title="forward"> + </a>
  680. {/block:NextPage}
  681. {/block:Pagination}
  682.  
  683. </div></div>
  684.  
  685. <div id="entries">
  686. {block:Posts}
  687. <div id="posts">
  688.  
  689. {block:Quote}
  690.  
  691. <div id="titlequote"><b>“</b> {Quote} <b>”</b></div>
  692. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  693. {/block:Quote}
  694.  
  695. {block:Text}
  696. {block:Title}
  697. <div id="title"><b>{Title}</b></div>{/block:Title}
  698. {Body}
  699. {/block:Text}
  700.  
  701. {block:Link}
  702. <div id="title"><a href="{URL}">[ {Name} ]</a></div>{block:Description}{Description}{/block:Description}
  703. {/block:Link}
  704.  
  705. {block:Chat}
  706. {block:Title}
  707. <h1>{Title}</h1>
  708. {/block:Title}
  709. <div class="chat">
  710. <ol>{block:Lines}
  711. <li class="line {Alt}">
  712. {block:Label}
  713. <span class="label">
  714. {Label}</span>
  715. {/block:Label}{Line}</li>
  716. {/block:Lines}
  717. </ol></div>
  718. {/block:Chat}
  719.  
  720. {block:Photo}
  721. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  722. {/block:Photo}
  723.  
  724. {block:Photoset}
  725. {Photoset-400}
  726. {/block:Photoset}
  727.  
  728. {block:Video}
  729. {Video-400}
  730. {/block:Video}
  731.  
  732. {block:AudioPlayer}
  733. <div class="audiowrapper">
  734. {block:AlbumArt}
  735. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  736. {/block:AlbumArt}
  737.  
  738. <div class="playerbuttonbg">
  739. <div class="newplayerbutton">
  740. <div class="playerbuttonhug">
  741.  
  742. {AudioPlayerWhite}
  743.  
  744. </div>
  745. </div>
  746. </div>
  747.  
  748. <div class="trackdetails">
  749.  
  750. <b> <a style="letter-spacing:0.2em; font-size:11px; text-transform:uppercase; font-weight:800;"> {block:TrackName}{TrackName}{/block:TrackName}</a></b><br/> <p>
  751. <b> {block:Artist}Artist:</b> {Artist}{/block:Artist}<br/><p>
  752. <b> {block:Album}Album:</b> {Album}{/block:Album}<br/>
  753. </div>
  754. </div>
  755. {/block:AudioPlayer}
  756.  
  757. {block:Answer}
  758. <div class="q">
  759. <div class="as">[ question from {Asker} ] </div>
  760. {Question}</div>
  761. <div class="a">{Answer}</div>
  762. {/block:Answer}
  763.  
  764. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  765.  
  766. {block:Date}
  767. <div id="permalink">
  768. <a href="{Permalink}" title="permalink" style="cursor:help;"> {TimeAgo} </a>
  769. {/block:Date}
  770.  
  771. {block:permalinkpage}
  772. {block:NoteCount} <a title="notes"> {NoteCount} </a>{/block:NoteCount}
  773.  
  774. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">from</a>{block:ContentSource}<a href="{ReblogRootURL}" title="source">by</a>{/block:ContentSource}{/block:RebloggedFrom} {/block:permalinkpage}
  775. </div>
  776. {block:HasTags}<div class="tags">filed under: &nbsp; {block:Tags} <a href="{TagUrl}"> {Tag}</a>{/block:Tags}</div>{/block:HasTags} </div>
  777.  
  778. {block:PostNotes}
  779. <a href="javascript:unhide('displaybx');" style="padding:5px; margin-left:170px; font-family:times; font-style:italic;" > [ pagenotes ] </a>
  780. <div id="displaybx" class="hidden">
  781. <div class="pagenotes">
  782. {PostNotes}
  783. </div></div>
  784. {/block:PostNotes}
  785.  
  786. {/block:Posts}
  787.  
  788. <div class="cl-effect-1" id="cl-effect-1">
  789. <div id="credit"> <a href="http://aresanglant.tumblr.com" target="_blank">
  790. credit: bloody themes </a>
  791. </div></div>
  792.  
  793. </div>
  794.  
  795. {block:ContentSource}
  796. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  797. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  798. {/block:SourceLogo}
  799. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  800. {/block:ContentSource}
  801.  
  802. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement