Advertisement
gnny

THEME 001

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