Advertisement
harreyeh

Lilac

Dec 28th, 2014
1,457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <meta name="color:Text" content="#eee" />
  11. <meta name="color:Title" content="#fff" />
  12. <meta name="color:Desc" content="#fff" />
  13. <meta name="color:Bar" content="#000" />
  14. <meta name="color:Bar Links" content="#fff" />
  15. <meta name="color:Link" content="#fff" />
  16. <meta name="color:Link Hover" content="#333" />
  17. <meta name="color:Accent" content="#E60000" />
  18. <meta name="color:Header" content="#777" />
  19. <meta name="color:Header Border" content="#eee" />
  20. <meta name="color:Post BG" content="#000" />
  21. <meta name="color:Post Border" content="#fff" />
  22. <meta name="color:Post BG Hover" content="#777" />
  23. <meta name="color:Post Border Hover" content="#eee" />
  24. <meta name="color:Caption" content="#333" />
  25. <meta name="color:Borders" content="#888" />
  26. <meta name="color:Ask BG" content="#333" />
  27. <meta name="color:Ask Text" content="#eee" />
  28. <meta name="color:Asker" content="#fff" />
  29.  
  30. <meta name="image:Avatar" content="" />
  31.  
  32. <meta name="if:500px Posts" content="0" />
  33.  
  34. <meta name="text:Link 1" content="index" />
  35. <meta name="text:Link 1 URL" content="/" />
  36. <meta name="text:Link 2" content="message" />
  37. <meta name="text:Link 2 URL" content="/ask" />
  38. <meta name="text:Link 3" content="archive" />
  39. <meta name="text:Link 3 URL" content="/archive" />
  40. <meta name="text:Link 4" content="link" />
  41. <meta name="text:Link 4 URL" content="/" />
  42. <meta name="text:Link 5" content="link" />
  43. <meta name="text:Link 5 URL" content="/" />
  44.  
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("[title]").style_my_tooltips();
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. #s-m-t-tooltip {display: block;background:{color:Accent};font-size: 8px;font-family: calibri;letter-spacing: 1px;text-transform: uppercase;line-height:130%;color: white;text-align: center;margin-left: 25px;margin-right:25px;padding:3px 5px 3px 5px;min-width: 40px;z-index: 9999999999;}
  62.  
  63. ::-webkit-scrollbar-thumb {
  64. height:1px;
  65. background-color:#555;
  66. }
  67.  
  68. ::-webkit-scrollbar-button {
  69. background-color:#555;
  70. height:1px;
  71. }
  72.  
  73. ::-webkit-scrollbar {
  74. width:1px;
  75. height:1px;
  76. background:#eee;
  77. }
  78.  
  79.  
  80. body{
  81. background: {color:Background};
  82. background:#fff url(http://static.tumblr.com/1f1tzta/Pfpnen2w0/untitled-1.png) fixed repeat top left;
  83. background:none;
  84. background-size:50px;
  85. overflow-x:hidden;
  86. position:absolute;
  87. font-size:10px;
  88. width:100%;height:100%;left:0;top:0;padding:0;margin:0;
  89. font-family:Corbel;
  90. color:{color:Text};
  91. }
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. color:{color:Link};
  97. -webkit-transition: all 0.5s ease-in-out;
  98. -moz-transition: all 0.5s ease-in-out;
  99. -o-transition: all 0.5s ease-in-out;
  100. }
  101.  
  102. a:hover {
  103. color:{color:Link Hover};
  104. -webkit-transition: all 0.5s ease-in-out;
  105. -moz-transition: all 0.5s ease-in-out;
  106. -o-transition: all 0.5s ease-in-out;
  107. }
  108.  
  109. blockquote {
  110. border-left:1px solid {color:Borders};
  111. padding:5px;
  112. margin:0;margin-left:10px;
  113. padding-left:10px;
  114. text-align: justify;
  115. }
  116.  
  117. blockquote img {
  118. max-width: 100%;
  119. display: block;
  120. margin-bottom: 5px;
  121. }
  122.  
  123. blockquote blockquote {
  124. margin: 10px;
  125. padding: 10px;
  126. }
  127.  
  128. pre {
  129. white-space: pre-wrap;
  130. white-space: -moz-pre-wrap;
  131. white-space: -pre-wrap;
  132. white-space: -o-pre-wrap;
  133. word-wrap: break-word;
  134. }
  135.  
  136. h1{
  137. display:block;
  138. text-transform:uppercase;
  139. padding:5px;
  140. text-align:center;
  141. background:{color:Accent};
  142. color:{color:Title};
  143. font-size:15px;
  144. }
  145.  
  146. h2{
  147. text-transform:uppercase;
  148. }
  149.  
  150. h2:before{
  151. content:'>>';
  152. color:{color:Borders};
  153. margin-right:10px;
  154. font-weight:normal;
  155. transition-duration:.5s;
  156. margin-top:-5px;
  157. }
  158.  
  159. h2:hover:before{
  160. color:{color:Accent};
  161. }
  162.  
  163. .header{
  164. width:400px;
  165. padding:30px;
  166. padding-top:80px;
  167. padding-bottom:50px;
  168. background:{color:Header};
  169. color:black;
  170. margin-left:-600px;
  171. border-left:600px solid {color:Header Border};
  172. border-right:600px solid {color:Header Border};
  173. text-align:center;
  174. {block:if500pxPosts}
  175. width:500px;
  176. {/block:if500pxPosts}
  177. }
  178.  
  179. .title{
  180. color:white;
  181. font:bold 24px consolas, monospace;
  182. text-transform:uppercase;
  183. letter-spacing:2px;
  184. word-spacing:-10px;
  185. text-shadow:1px 1px {color:Header Border};
  186. }
  187.  
  188. .title a{
  189. color:white;
  190. }
  191.  
  192. .title a:hover{
  193. color:{color:Accent};
  194. }
  195.  
  196. .avatar{
  197. height:70px;
  198. width:70px;
  199. background:url("{image:Avatar}");
  200. background-position:center;
  201. background-size:cover;
  202. border-radius:50%;
  203. display:inline-block;
  204. border:4px solid {color:Title};
  205. margin-bottom:10px;
  206. margin-top:20px;
  207. box-shadow:1px 1px {color:Header Border};
  208. }
  209.  
  210. .desc{
  211. border-radius:2px;
  212. display:inline-block;
  213. padding:2px;
  214. font:bold 8px Calibri;
  215. letter-spacing:1px;
  216. text-transform:uppercase;
  217. color:{color:Desc};
  218. }
  219.  
  220. .desc a{
  221. display:inline-block;
  222. }
  223.  
  224. .desc i, .desc em{
  225. color:{color:Accent};
  226. }
  227.  
  228. .desc b{
  229. color:{color:Header Border};
  230. }
  231.  
  232. .desc a:hover{
  233. color:{color:Link Hover};
  234. }
  235.  
  236. #links{
  237. position:fixed;
  238. top:0;
  239. left:0;
  240. background:{color:Bar};
  241. width:100%;
  242. text-align:center;
  243. z-index:9;
  244. line-height:40px;
  245. }
  246.  
  247. #links a{
  248. font:9px consolas, monospace;
  249. text-transform:uppercase;
  250. letter-spacing:3px;
  251. padding:2px;
  252. margin:-1px;
  253. line-height:40px;
  254. height:37px;
  255. width:90px;
  256. display:inline-block;
  257. color:{color:Bar Links};
  258. }
  259.  
  260. #links a:last-child{
  261. margin-right:-1px;
  262. }
  263. #links a:first-child{
  264. margin-left:-1px;
  265. }
  266.  
  267. #links a:hover{
  268. color:{color:Accent};
  269. }
  270.  
  271.  
  272.  
  273. /* POSTS ! */
  274.  
  275. #stuff{
  276. position:absolute;
  277. width:460px;
  278. left:50%;
  279. margin-left:-230px;
  280. {block:if500pxPosts}
  281. width:560px;
  282. margin-left:-280px;
  283. {/block:if500pxPosts}
  284. }
  285.  
  286.  
  287. #entries{
  288. position:absolute;
  289. width:460px;
  290. left:50%;
  291. margin-left:-230px;
  292. background:{color:Post BG};
  293. {block:if500pxPosts}
  294. width:560px;
  295. margin-left:-280px;
  296. {/block:if500pxPosts}
  297. }
  298.  
  299. #post{
  300. width:400px;
  301. overflow:hidden;
  302. margin-top:0px;
  303. padding:30px;
  304. background:{color:Post BG};
  305. border-left:600px solid {color:Post Border};
  306. border-right:600px solid {color:Post Border};
  307. margin-left:-600px;
  308. color:{color:Text};
  309. {block:if500pxPosts}
  310. width:500px;
  311. {/block:if500pxPosts}
  312. {block:PermalinkPage}
  313. margin-bottom:30px;
  314. {/block:PermalinkPage}
  315. -webkit-transition: all 0.5s ease-in-out;
  316. -moz-transition: all 0.5s ease-in-out;
  317. -o-transition: all 0.5s ease-in-out;
  318. }
  319.  
  320. #post:hover{
  321. border-color:{color:Post Border Hover};
  322. background:{color:Post BG Hover};
  323. -webkit-transition: all 0.5s ease-in-out;
  324. -moz-transition: all 0.5s ease-in-out;
  325. -o-transition: all 0.5s ease-in-out;
  326. }
  327.  
  328. #pagination{
  329. text-align:center;
  330. margin-bottom:120px;
  331. margin-top:50px;
  332. width:460px;
  333. {block:if500pxPosts}
  334. width:560px;
  335. {/block:if500pxPosts}
  336. border-top:1px dotted #aaa;
  337. }
  338.  
  339. #pagination a, #pagination span{
  340. text-transform:uppercase;
  341. font:bold 10px Calibri;
  342. letter-spacing:2px;
  343. display:inline-block;
  344. padding:5px;
  345. color:#aaa;
  346. margin-top:-1px;
  347. border-top:1px solid transparent;
  348. transition-duration:0s;
  349. }
  350.  
  351. #pagination span{
  352. border-top:1px solid white;
  353. color:white;
  354. }
  355.  
  356. #pagination a:hover{
  357. border-top:1px solid white;
  358. color:white;
  359. transition-duration:0s;
  360. }
  361.  
  362. #perminfo{
  363. padding:20px;
  364. text-transform:uppercase;
  365. font:bold 9px calibri;
  366. letter-spacing:1px;
  367. margin-top:15px;
  368. line-height:200%;
  369. }
  370.  
  371. #perminfo a{
  372. color:{color:Links};
  373. }
  374.  
  375. #perminfo a:hover{
  376. color:{color:Links Hover};
  377. }
  378.  
  379. .notes{
  380. margin-bottom:200px;
  381. margin-left:40px;
  382. }
  383.  
  384. .notes ol{
  385. list-style-type:upper-roman;
  386. }
  387.  
  388. .notes img{
  389. display:none;
  390. }
  391.  
  392. .notes li{
  393. padding:10px;
  394. margin-left:-40px;
  395. text-transform:uppercase;
  396. font:9px calibri;
  397. letter-spacing:1px;
  398. }
  399.  
  400. .notes blockquote{
  401. margin-top:10px;
  402. }
  403.  
  404. .notes li a{
  405. font-weight:bold;
  406. color:{color:Accent};
  407. -moz-transition-duration:1s;
  408. -webkit-transition-duration:1s;
  409. -o-transition-duration:1s;
  410. }
  411.  
  412. .notes li:last-child{
  413. display:block;
  414. list-style:none;
  415. margin-left:-40px;
  416. background:{color:Accent};
  417. color:white;
  418. margin-top:5px;
  419. }
  420.  
  421. .notes li:last-child a{
  422. background:{color:Accent};
  423. color:white;
  424. }
  425.  
  426. .notes li a:hover{
  427. color:#666;
  428. -moz-transition-duration:1s;
  429. -webkit-transition-duration:1s;
  430. -o-transition-duration:1s;
  431. }
  432.  
  433. /* QUOTE */
  434.  
  435. .quote span{
  436. float:left;
  437. font:bold oblique 150px Georgia;
  438. opacity:0.2;
  439. margin-left:-20px;
  440. width:87px;
  441. height:80px;
  442. overflow:hidden;
  443. margin-top:-40px;
  444. color:{color:Accent};
  445. position:absolute;
  446. }
  447.  
  448. .quote{
  449. font-style:italic;
  450. line-height:1.5;
  451. }
  452.  
  453. /* CHAT */
  454.  
  455. .chat li{
  456. list-style:none;
  457. font-family:consolas, monospace;
  458. padding:10px;
  459. border-bottom:1px solid {color:Borders};
  460. display:block;
  461. }
  462.  
  463. .chat li:last-child{
  464. border:none;
  465. }
  466.  
  467. /* QUESTION */
  468. .question{
  469. background:{color:Ask BG};
  470. border-bottom:1px dotted white;
  471. padding:15px;
  472. color:{color:Ask Text};
  473. font:bold italic 10px consolas, monospace;
  474. line-height:2;
  475. }
  476.  
  477. .answer{
  478. padding:15px;
  479. font:10px consolas, monospace;
  480. line-height:2;
  481. }
  482.  
  483. .question img{
  484. float:left;
  485. margin-top:4px;
  486. margin-right:10px;
  487. border:5px solid black;
  488. }
  489.  
  490. .question span{
  491. display:block;
  492. padding:3px;
  493. text-transform:uppercase;
  494. letter-spacing:2px;
  495. font-weight:none;
  496. font-style:none;
  497. text-indent:5px;
  498. border-bottom:1px dotted black;
  499. margin-bottom:7px;
  500. color:{color:Asker};
  501. }
  502.  
  503. .question span a{
  504. color:{color:Asker};
  505. }
  506.  
  507. .question span a:hover{
  508. color:{color:Accent};
  509. }
  510.  
  511. /* PHOTO / PHOTOSETS */
  512.  
  513. .pcapn{
  514. margin-top:10px;
  515. border:1px solid #999;
  516. padding:15px;
  517. background:{color:Caption};
  518. }
  519.  
  520. .pcapn blockquote{
  521. border-left:1px solid #aaa;
  522. }
  523.  
  524.  
  525. /* AUDIO */
  526.  
  527. .audio img{
  528. }
  529.  
  530. .im{
  531. width:150px;
  532. height:150px;
  533. float:left;
  534. margin-left:20px;
  535. background:url("http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg");
  536. background-size:cover;
  537. }
  538.  
  539. .audio{
  540. height:160px;
  541. }
  542.  
  543. .audcontent{
  544. display:block;
  545. width:170px;
  546. {block:if500pxPosts}
  547. width:270px;
  548. {/block:if500pxPosts}
  549. background:white;
  550. margin-left:190px;
  551. padding:10px;
  552. border:1px solid {color:Post BG};
  553. max-height:77px;
  554. overflow:hidden;
  555. color:#000;
  556. }
  557.  
  558. .audcontent span{
  559. width:200px;
  560. {block:if500pxPosts}
  561. width:300px;
  562. {/block:if500pxPosts}
  563. display:block;
  564. padding:3px;
  565. text-indent:0px;
  566. -webkit-transition: all 0.5s ease-in-out;
  567. -moz-transition: all 0.5s ease-in-out;
  568. -o-transition: all 0.5s ease-in-out;
  569. }
  570.  
  571. .audcontent span:before{
  572. width:0px;
  573. height:1px;
  574. background:#000;
  575. position:absolute;
  576. content:'';
  577. margin-top:6px;
  578. left:235px;
  579. -webkit-transition: all 0.5s ease-in-out;
  580. -moz-transition: all 0.5s ease-in-out;
  581. -o-transition: all 0.5s ease-in-out;
  582. }
  583.  
  584. .audcontent span:hover:before{
  585. width:20px;
  586. -webkit-transition: all 0.5s ease-in-out;
  587. -moz-transition: all 0.5s ease-in-out;
  588. -o-transition: all 0.5s ease-in-out;
  589. }
  590.  
  591. .audcontent span:hover{
  592. text-indent:25px;
  593. -webkit-transition: all 0.5s ease-in-out;
  594. -moz-transition: all 0.5s ease-in-out;
  595. -o-transition: all 0.5s ease-in-out;
  596. }
  597.  
  598. .audcontent span:first-child{
  599. font-weight:bold;
  600. text-indent:25px;
  601. }
  602.  
  603. .audcontent span:first-child:before{
  604. width:20px;
  605. }
  606.  
  607. .player{
  608. border:1px solid {color:Post BG};
  609. width:190px;
  610. {block:if500pxPosts}
  611. width:290px;
  612. {/block:if500pxPosts}
  613. margin-left:190px;
  614. margin-top:15px;
  615. background:white;
  616. overflow:hidden;
  617. }
  618.  
  619. .playerinner{
  620. border:5px solid #fff;
  621. height:20px;
  622. padding:0 5px 5px 0;
  623. }
  624.  
  625. #info{
  626. text-align:center;
  627. line-height:1.7;
  628. margin-top:10px;
  629. border-top:1px dotted {color:Borders};
  630. padding-top:10px;
  631. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  632. -webkit-transition: all 0.5s ease-in-out;
  633. -moz-transition: all 0.5s ease-in-out;
  634. -o-transition: all 0.5s ease-in-out;
  635. }
  636.  
  637. #post:hover .op1{
  638. opacitY:1;
  639. -webkit-transition: all 0.5s ease-in-out;
  640. -moz-transition: all 0.5s ease-in-out;
  641. -o-transition: all 0.5s ease-in-out;
  642. }
  643.  
  644. .op1{
  645. opacity:1;
  646. {block:PermalinkPage}
  647. opacity:1;
  648. {/block:PermalinkPage}
  649. -webkit-transition: all 0.5s ease-in-out;
  650. -moz-transition: all 0.5s ease-in-out;
  651. -o-transition: all 0.5s ease-in-out;
  652. }
  653.  
  654. #info a{
  655. border-radius:2px;
  656. display:inline-block;
  657. padding:2px;
  658. font:bold 8px Calibri;
  659. letter-spacing:1px;
  660. text-transform:uppercase;
  661. color:{color:Link};
  662. }
  663.  
  664. #info .op1 a{
  665. color:{color:Accent};
  666. border-radius:2px;
  667. display:inline-block;
  668. padding:2px;
  669. font:bold 8px Calibri;
  670. letter-spacing:1px;
  671. text-transform:uppercase;
  672. }
  673.  
  674. #info a:hover{
  675. color:{color:Link Hover};
  676. }
  677.  
  678. #info .op1 a:hover{
  679. color:white;
  680. }
  681.  
  682.  
  683. #credit{
  684. position:fixed;
  685. right:20px;
  686. bottom:20px;
  687. text-align:right;
  688. }
  689.  
  690. #credit a{
  691. padding:4px 8px;
  692. width:17px;
  693. margin:-1px -2px;
  694. text-align:center;
  695. border:1px solid #ccc;
  696. color:#ccc;
  697. display:inline-block;
  698. background:white;
  699. }
  700.  
  701. #credit a:hover{
  702. background:black;
  703. border-color:black;
  704. color:white;
  705. }
  706.  
  707.  
  708. </style>
  709.  
  710. </head>
  711.  
  712.  
  713. <body>
  714.  
  715. <div id="links">
  716. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  717. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  718. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  719. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  720. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  721. </div>
  722.  
  723. <div class="side"></div>
  724.  
  725. <div id="stuff">
  726. <div class="header">
  727. <div class="avatar"></div>
  728. <div class="title"><a href="/">{Title}</a></div>
  729. <span class="desc">{Description}</span>
  730. </div>
  731.  
  732.  
  733.  
  734.  
  735. <div id="entries">
  736. {block:Posts}
  737. <div id="post">
  738.  
  739. <!----- TEXT POSTS ---->
  740. {block:Text}{block:Title}<h1>{title}</h1>{/block:Title}{Body}{/block:Text}
  741.  
  742.  
  743. <!----- QUOTE POSTS ---->
  744. {block:Quote}
  745. <div class="quote">
  746. <span>“</span><h3>{Quote}</h3>
  747. <div class="source">— {Source}</div>
  748. </div>
  749. {/block:Quote}
  750.  
  751.  
  752. <!----- LINK POSTS ---->
  753. {block:Link}
  754. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>
  755. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  756.  
  757.  
  758. <!----- PHOTO POSTS ---->
  759. {block:Photo}
  760. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  761. {block:Caption}<div class="pcapn">{Caption}</div>{/block:Caption}
  762. {/block:Photo}
  763.  
  764.  
  765. <!----- PHOTOSET POSTS ---->
  766. {block:Photoset}
  767. {block:if500pxPosts}
  768. <center>{Photoset-500}</center>
  769. {/block:if500pxPosts}
  770. {block:ifnot500pxPosts}
  771. <center>{Photoset-400}</center>
  772. {/block:ifnot500pxPosts}
  773. {block:Caption}<div class="pcapn">{Caption}</div>{/block:Caption}
  774. {/block:Photoset}
  775.  
  776.  
  777. <!----- CHAT POSTS ---->
  778. {block:Chat}
  779. <div class="chat">
  780. {block:Title}<h1>{Title}</h1>{/block:Title}
  781. {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
  782. </div>
  783. {/block:Chat}
  784.  
  785.  
  786. <!----- VIDEO POSTS ---->
  787. {block:Video}
  788. {block:if500pxPosts}
  789. <center>{Video-500}</center>
  790. {/block:if500pxPosts}
  791. {block:ifnot500pxPosts}
  792. <center>{Video-400}</center>
  793. {/block:ifnot500pxPosts}
  794. {block:Caption}{Caption}{/block:Caption}
  795. {/block:Video}
  796.  
  797.  
  798. <!----- AUDIO POSTS ---->
  799. {block:Audio}
  800. <div class="audio">
  801. {block:AlbumArt}
  802. <div class="im">
  803. <img src="{AlbumArtURL}" width="150px" />
  804. </div>
  805. {/block:AlbumArt}
  806. <div class="audcontent">
  807. {block:TrackName}<span>{TrackName}{/block:TrackName}</span>
  808. {block:Artist}<span>{Artist}</span>{/block:Artist}
  809. {block:Album}<span>{Album}</span>{/block:Album}
  810. {block:Playcount}<span>{FormattedPlayCount} plays</span>{/block:Playcount}
  811. </div>
  812. <div class="player">
  813. {block:AudioPlayer}
  814. <div class="playerinner">{AudioPlayerWhite}</div>{/block:AudioPlayer}
  815. </div></div>
  816. {block:Caption}{Caption}{/block:Caption}
  817. {/block:Audio}
  818.  
  819. <!----- QUESTION POSTS ---->
  820. {block:Answer}
  821. <div class="question">
  822. <img src="{AskerPortraitURL-30}">
  823. <span>{Asker} said:</span>
  824. {Question}
  825. </div>
  826. <div class="answer">
  827. {Answer}
  828. </div>
  829. {/block:Answer}
  830.  
  831. {block:PermalinkPage}{block:Date}
  832. <div id="perminfo">
  833. Posted {TimeAgo} with {NoteCountWithLabel}<br>
  834. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  835. {block:ContentSource}<br>originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}<br>{/block:RebloggedFrom}
  836. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  837. </div>
  838. {/block:Date}{/block:PermalinkPage}
  839.  
  840. <div id="info">
  841. {block:Date}
  842.  
  843. <a href="{Permalink}">{TimeAgo}</a>
  844. {block:NoteCount}<img src="http://static.tumblr.com/3yblkz0/T3An46s86/crss.png"> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  845. {block:RebloggedFrom}<img src="http://static.tumblr.com/3yblkz0/T3An46s86/crss.png"> <a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}">{ReblogParentName}</a>{block:ContentSource} <img src="http://static.tumblr.com/3yblkz0/T3An46s86/crss.png"> <a title="posted by {ReblogRootName}" href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  846. <div class="op1">
  847. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  848. </div>
  849. {/block:Date}</div>
  850.  
  851. </div>
  852. {/block:Posts}
  853. {block:Pagination}
  854. <div id="pagination">
  855. {block:PreviousPage}
  856.  
  857. <a href="{PreviousPage}">Previous</a>
  858. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  859. <span class="current_page">{PageNumber}</span>
  860. {/block:CurrentPage}{block:JumpPage}
  861. <a class="jump_page" href="{URL}">{PageNumber}</a>
  862. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  863. <a href="{NextPage}">Next</a>
  864. {/block:NextPage}
  865. </div>
  866. {/block:Pagination}
  867. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  868. </div>
  869. </div>
  870.  
  871.  
  872. <div id="credit">
  873. <a href="http://hardziam.tumblr.com" title="theme by zsu">HZ</a>
  874. </div>
  875.  
  876.  
  877. {block:ContentSource}
  878. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  879. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  880. {/block:SourceLogo}
  881. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  882. {/block:ContentSource}
  883.  
  884.  
  885. </body>
  886. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement