Advertisement
Ahannahh

Apprise Theme 08 by ambientthemes/swlft

Apr 6th, 2014
1,274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.18 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3. <meta name="color:posts background" content="#ffffff">
  4. <meta name="color:links" content="#c2c2c2">
  5. <meta name="color:links hover" content="#e2e2e2">
  6. <meta name="color:text" content="#8b8b8b">
  7. <meta name="color:navigation links" content="#f5f5f5">
  8. <meta name="color:header and sidebar background" content="#ededed">
  9.  
  10.  
  11. <meta name="text:ask link label" content="ask">
  12. <meta name="text:youtube username" content="">
  13. <meta name="text:instagram username" content="">
  14. <meta name="text:facebook page" content="">
  15.  
  16. <meta name="if:show submit link" content="1">
  17. <meta name="if:show ask link" content="1">
  18. <meta name="if:show archive link" content="1">
  19. <meta name="if:show random post link" content="1">
  20.  
  21.  
  22. <script src="http://static.tumblr.com/1023xue/0Lan3bdfl/jquery.js">
  23. </script>
  24. <script>
  25. $(document).ready(function() {
  26. $('a[href=#top]').click(function() {
  27. $('#top').animate({scrollTop: 0},600);
  28. return false;
  29. });
  30. });
  31. </script>
  32.  
  33. <script>
  34. $(document).ready(function(){
  35. var divs = $('#backtotop');
  36. $(window).on('scroll', function() {
  37. var st = $(this).scrollTop();
  38. divs.css({ 'opacity' : (st/2000) });
  39. });
  40. });
  41. </script>
  42.  
  43. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}{block:TagPage} | {Tag}{/block:TagPage}{block:SearchPage} | {SearchQuery}{/block:SearchPage}</title>
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48. <script language="JavaScript" src="http://static.tumblr.com/1023xue/FH1n3b2dd/qtip.js" type="text/JavaScript"></script>
  49.  
  50. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. div#qTip {
  56. margin:4px;
  57. padding: 5px;
  58. display: none;
  59. text-align: center;
  60. position: absolute;
  61. font-size:10px;
  62. line-height:10px;
  63. font-family:Arial;
  64. text-transform:lowercase;
  65. z-index: 9999;
  66. background-color:{BackgroundColor};
  67. color: {color:text};
  68. }
  69.  
  70. body {
  71. background-color:{BackgroundColor};
  72. font-family:Arial;
  73. font-weight:normal;
  74. margin:0px;
  75. top:0;
  76. left:0;
  77. word-wrap:break-word;
  78. }
  79. a {
  80. color:{color:links};
  81. text-decoration:none;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. }
  86.  
  87. a:hover {
  88. color:{color:links hover};
  89. text-decoration:none;
  90. -moz-transition-duration:0.5s;
  91. -webkit-transition-duration:0.5s;
  92. -o-transition-duration:0.5s;
  93. }
  94.  
  95. h2 {
  96. text-decoration:none;
  97. font-size:18px;
  98. text-align:left;
  99. line-height:100%;
  100. color:{color:text};
  101. padding-bottom:0px;
  102. font-weight:bold;
  103. }
  104.  
  105. h3 {
  106. font-weight:bold;
  107. font-size:16px;
  108. text-align:left;
  109. font-style:normal;
  110. color:{color:text};
  111. padding:0px 10px 0px 10px;
  112. line-height:110%;
  113. }
  114.  
  115. h2 img {
  116. border:10px solid {color:navigation links};
  117. max-width:450px;
  118. }
  119.  
  120. blockquote {
  121. border-left:2px solid {color:text};
  122. padding-left:15px;
  123. margin:5px;
  124. padding-top:2px;
  125. padding-bottom:2px;
  126. }
  127.  
  128. blockquote img {
  129. max-width:450px;
  130. border:10px solid {color:navigation links};
  131. }
  132.  
  133. sub {
  134. font-size:10px;
  135. }
  136.  
  137. sup {
  138. font-size:10px;
  139. }
  140.  
  141. small {
  142. font-size:10px;
  143. }
  144.  
  145. pre {
  146. background-color:#f5f5f5;
  147. padding:10px;
  148. }
  149.  
  150. #theme {
  151. margin:auto;
  152. width:800px;
  153. height:100%;
  154. background-color:{BackgroundColor};
  155. z-index:9990;
  156. position:relative;
  157. }
  158.  
  159.  
  160. #header {
  161. width:800px;
  162. color: {color:text};
  163. }
  164.  
  165. #header img {
  166. width:800px;
  167. }
  168.  
  169. #titleandstuff {
  170. padding:0px 20px 20px 20px;
  171. margin:-4px 0px 0px 0px;
  172. background-color:{color:header and sidebar background};
  173. }
  174.  
  175. #description {
  176. text-align:justify;
  177. font-size:11px;
  178. }
  179.  
  180. h1 {
  181. font-size:25px;
  182. font-weight:bold;
  183. font-style:normal;
  184. letter-spacing:-1px;
  185. line-height:100%;
  186. text-align:left;
  187. display:inline-block;
  188. }
  189.  
  190. h1 a{
  191. color:{color:text};
  192. }
  193.  
  194. h1 a:hover {
  195. color:{color:links};
  196. }
  197.  
  198. .links {
  199. display:inline-block;
  200. font-size:10px;
  201. text-shadow:none;
  202. font-style:none;
  203. padding:0px 0px 0px 0px;
  204. text-transform:lowercase;
  205. background-color:{color:navigation links};
  206. width:800px;
  207. }
  208.  
  209. .links a {
  210. background-color:{color:navigation links};
  211. display:inline-block;
  212. padding:15px 20px 15px 20px;
  213. text-align:center;
  214. color:{color:links};
  215. -moz-transition-duration:0.5s;
  216. -webkit-transition-duration:0.5s;
  217. -o-transition-duration:0.5s;
  218. }
  219. .links a:hover {
  220. background-color:{color:header and sidebar background};
  221. color:{color:text};
  222. -moz-transition-duration:0.5s;
  223. -webkit-transition-duration:0.5s;
  224. -o-transition-duration:0.5s;
  225. }
  226.  
  227. #side {
  228. width:230px;
  229. background-color:{color:header and sidebar background};
  230. position:absolute;
  231. padding:0px 10px 10px 10px;
  232. margin-left:550px;
  233. }
  234.  
  235. .pagi {
  236. background-color:transparent;
  237. padding:5px 0px 5px 0px;
  238. font-size:12px;
  239. text-transform:lowercase;
  240. text-align:center;
  241. color:{color:links};
  242. letter-spacing:-1px;
  243. width:500px;
  244. margin-bottom:50px;
  245. margin-left:20px;
  246. }
  247.  
  248. .pagi a {
  249. background-color:{color:header and sidebar background};
  250. padding:3px 6px 3px 6px;
  251. margin-right:-1px;
  252. display:inline-block;
  253. color:{color:links};
  254. }
  255.  
  256. .pagi a:hover {
  257. background-color:{color:navigation links};
  258. }
  259.  
  260. #postscontainer {
  261. padding:0px;
  262. margin-top:20px;
  263. width:540px;
  264. position:relative;
  265. text-align:justify;
  266. background-color:{BackgroundColor};
  267. color:{color:text};
  268. z-index:999;
  269. }
  270.  
  271. .posts {
  272. background-color:{color:posts background};
  273. padding:20px;
  274. width:500px;
  275. margin-bottom:30px;
  276. text-align:justify;
  277. font-size:11px;
  278. line-height:100%;
  279. letter-spacing:0px;
  280. color:{color:text};
  281. }
  282.  
  283. .caption {
  284. width:500px;
  285. text-align:justify;
  286. line-height:120%;
  287. }
  288.  
  289. .caption img {
  290. border:10px solid {color:navigation links};
  291. }
  292.  
  293. .postinfo {
  294. color:{color:text};
  295. width:470px;
  296. margin-bottom:5px;
  297. padding:8px 15px 8px 15px;
  298. text-align:left;
  299. line-height:100%;
  300. display:inline-block;
  301. background-color:{color:header and sidebar background};
  302. }
  303.  
  304. .postinfo a {
  305. color:{color:text};
  306. }
  307.  
  308. .postinfo a:hover {
  309. text-decoration:underline;
  310. }
  311.  
  312. .dates {
  313. display:inline-block;
  314. font-size:14px;
  315. font-weight:bold;
  316. letter-spacing:0px;
  317. letter-spacing:-1px;
  318. }
  319.  
  320. .dates a:hover {
  321. text-decoration:none;
  322. color:{color:links hover};
  323. }
  324.  
  325. .notesetc {
  326. margin-top:8px;
  327. text-transform:lowercase;
  328. display:inline-block;
  329. max-width:330px;
  330. }
  331.  
  332. .tags {
  333. margin-left:5px;
  334. text-transform:none;
  335. font-size:10px;
  336. text-align:left;
  337. margin-top:2px;
  338. }
  339.  
  340. .tags a {
  341. color:{color:text};
  342. padding:5px;
  343. display:inline-block;
  344. margin-right:2px;
  345. }
  346.  
  347. .tags a:hover {
  348. color:{color:links};
  349. }
  350.  
  351. .buttons {
  352. border-top:3px solid {color:navigation links};
  353. border-bottom:3px solid {color:navigation links};
  354. width:40px;
  355. display:inline-block;
  356. float:right;
  357. padding:5px 5px 4px 0px;
  358. background-color:#fff;
  359. border-right:3px solid {color:navigation links};
  360. }
  361.  
  362. .like {
  363. display:inline-block;
  364. }
  365.  
  366. .reblogg {
  367. padding-left:4px;
  368. padding-right:5px;
  369. display:inline-block;
  370. }
  371.  
  372. .chat ol {
  373. margin-top:0px;
  374. line-height:170%;
  375. list-style:none;
  376. width:500px;
  377. margin-left:-40px;
  378. }
  379.  
  380. .line.odd {
  381. background:{color:header and sidebar background};
  382. margin-bottom:2px;
  383. padding:4px;
  384. }
  385.  
  386. .line.even {
  387. background:{color:navigation links};
  388. margin-bottom:2px;
  389. padding:4px;
  390. }
  391.  
  392. .label {
  393. padding-right:2px;
  394. text-transform:normal;
  395. font-weight:bold;
  396. color:{color:link};
  397. }
  398.  
  399. .note {
  400. opacity:1;
  401. display:inline;
  402. text-transform:none;
  403. font-style:normal;
  404. letter-spacing:0px;
  405. font-size: 11px;
  406. text-align:left;
  407. line-height:100%;
  408. margin-left:-40px;
  409. }
  410.  
  411. .note img {
  412. border:5px solid {color:navigation links};
  413. margin:0px 2px 2px 0px;
  414. vertical-align:middle;
  415. }
  416.  
  417. .note li {
  418. margin:0px;
  419. list-style-type:none;
  420. text-align:left;
  421. }
  422.  
  423.  
  424. .question {
  425. background-color:{color:navigation links};
  426. padding: 20px;
  427. padding-left:65px;
  428. width:415px;
  429. min-height:20px;
  430. }
  431.  
  432. .questionimg {
  433. position: absolute;
  434. border: 10px solid {color:navigation links};
  435. width: 40px;
  436. margin-top: 0px;
  437. display: block;
  438. }
  439.  
  440. /*** audio player start **/
  441. #audio {
  442. background-color:{color:navigation links};
  443. height:100px;
  444. padding:12px;
  445. display:table;
  446. width:475px;
  447. }
  448.  
  449. #audioinfo {
  450. display:table-cell;
  451. vertical-align:middle;
  452. padding-left:110px;
  453. padding-right:10px;
  454. line-height:120%;
  455. text-align:left;
  456. font-size:12px;
  457. }
  458.  
  459. #audioinfo li{
  460. list-style:none;
  461. padding:5px;
  462. margin-left:-40px;
  463. }
  464.  
  465. #audioinfo li:nth-of-type(even) {
  466. background-color:{color:header and sidebar background};
  467. }
  468.  
  469. #albumart {
  470. position:absolute;
  471. }
  472.  
  473. #albumart img {
  474. width:100px;
  475. height:100px;
  476. z-index:901;
  477. }
  478.  
  479. #player {
  480. position:absolute;
  481. border:37px solid #fff;
  482. border-right:36px solid #fff;
  483. border-bottom:36px solid #fff;
  484. margin:0px 0px 0px 0px;
  485. height:27px;
  486. width:27px;
  487. overflow:hidden;
  488. opacity:0.6;
  489. z-index:903;
  490. -moz-transition-duration:0.5s;
  491. -webkit-transition-duration:0.5s;
  492. -o-transition-duration:0.5s;
  493. }
  494.  
  495. #player:hover {
  496. opacity:1;
  497. -moz-transition-duration:0.5s;
  498. -webkit-transition-duration:0.5s;
  499. -o-transition-duration:0.5s;
  500. }
  501. /*** audio player end **/
  502.  
  503. #top {
  504. }
  505.  
  506. #backtotop {
  507. position:fixed;
  508. padding:10px 15px 10px 15px;
  509. background-color:{color:navigation links};
  510. letter-spacing:-1px;
  511. font-size:15px;
  512. bottom:30px;
  513. right:35px;
  514. opacity:0;
  515. z-index:9999;
  516. }
  517. {CustomCSS}
  518.  
  519. #social {
  520. width:230px;
  521. border-bottom:20px solid {color:navigation links};
  522. padding:5px 0px 5px 0px;
  523. font-size:20px;
  524. margin-bottom:10px;
  525. }
  526.  
  527. #social a {
  528. display:inline-block;
  529. padding:5px 4px 5px 8px;
  530. color:{color:text};
  531. }
  532.  
  533. #social a:hover {
  534. color:{color:links};
  535. }
  536.  
  537. #twitter {
  538. padding-bottom:20px;
  539. border-bottom:20px solid {color:navigation links};
  540. }
  541.  
  542. #twitter a {
  543. color:{color:text};
  544. }
  545.  
  546. #twitter a:hover {
  547. color:{color:links};
  548. }
  549.  
  550. div::-webkit-scrollbar {
  551. width: 10px;
  552. }
  553.  
  554. div::-webkit-scrollbar-track {
  555. background-color:{BackgroundColor};
  556. }
  557.  
  558. div::-webkit-scrollbar-thumb {
  559. border:2px solid {BackgroundColor};
  560. background-color:{color:header and sidebar background};
  561. }
  562.  
  563. div::-webkit-scrollbar-thumb:horizontal {
  564. background-color:{color:header and sidebar background};
  565. }
  566.  
  567. div::-webkit-scrollbar-track:horizontal {
  568. background-color:{color:header and sidebar background};
  569. }
  570.  
  571. #tweets {
  572. font-size:11px;
  573. overflow:scroll;
  574. height:150px;
  575. }
  576.  
  577. #tweets a {
  578. margin:0px 0px 3px 0px;
  579. display:inline-block;
  580. width:200px;
  581. background-color:{BackgroundColor};
  582. padding:5px;
  583. }
  584.  
  585. #searchh {
  586. margin:20px 0px 10px 5px;
  587. }
  588.  
  589. #search1 {
  590. }
  591.  
  592. #search2 {
  593. font-family:Calibri;
  594. color:{color:text};
  595. border:0px;
  596. padding:4px;
  597. }
  598.  
  599. #search3 {
  600. padding:5px 7px 5px 7px;
  601. font-size:11px;
  602. text-transform:lowercase;
  603. font-family:Calibri;
  604. color:{color:links};
  605. border:0px;
  606. background-color:#fff;
  607. -moz-transition-duration:0.5s;
  608. -webkit-transition-duration:0.5s;
  609. -o-transition-duration:0.5s;
  610. }
  611.  
  612. #search3:hover {
  613. color:{color:links hover};
  614. cursor:pointer;
  615. }
  616.  
  617. #members {
  618. padding-bottom:10px;
  619. border-bottom:20px solid {color:navigation links};
  620. margin-bottom:10px;
  621. }
  622.  
  623. #members img {
  624. display:inline-block;
  625. margin:0px 0px 5px 5px;
  626. border:6px solid {color:navigation links};
  627. }
  628.  
  629. #members img:hover {
  630. }
  631.  
  632. #credit {
  633. text-align:center;
  634. font-size:11px;
  635. margin-bottom:20px;
  636. }
  637.  
  638. .sharepost {
  639. background-color:#fff;
  640. }
  641.  
  642. .sharepost a {
  643. border-bottom:3px solid {color:navigation links};
  644. border-top:3px solid {color:navigation links};
  645. display:inline-block;
  646. float:right;
  647. padding:5px 8px 5px 8px;
  648. color:#cccccc;
  649. background-color:#fff;
  650. }
  651.  
  652. {Custom CSS}
  653.  
  654. </style></head>
  655. <body id="top">
  656.  
  657. <div id="theme">
  658.  
  659. <div id="header">
  660. {block:ShowHeaderImage}<img src="{HeaderImage}">{/block:ShowHeaderImage}<div id="titleandstuff">{block:ShowTitle}<h1><a href="/">{title}</a></h1>{/block:ShowTitle}
  661. <div id="description">{block:ShowDescription}
  662. {block:Description}{description}{/block:Description}{/block:ShowDescription}
  663. </div>
  664. </div>
  665. <div class="links">
  666. {block:IfShowAskLink}{block:AskEnabled}<a href="/ask">{text:ask link label}</a>{/block:AskEnabled}{/block:IfShowAskLink}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}{block:IfShowSubmitLink}{block:SubmissionsEnabled}<a href="/submit" >submit</a>{/block:SubmissionsEnabled}{/block:IfShowSubmitLink}{block:IfShowArchiveLink}<a href="/archive">{lang:Archive}</a>{/block:IfShowArchiveLink}{block:IfShowRandomPostLink}<a href="/random">{lang:Random post}</a>{/block:IfShowRandomPostLink}
  667. </div>
  668.  
  669. </div>
  670.  
  671. <div id="side">
  672.  
  673. <div id="social">{block:IfFacebookPage}
  674. <a href="http://www.facebook.com/{text:facebook page}"><i class="fa fa-facebook-square"></i></a>{/block:IfFacebookPage}{block:IfInstagramUsername}<a href="http://www.instagram.com/{text:instagram username}"><i class="fa fa-instagram"></i></a>{/block:IfInstagramUsername}{block:IfYoutubeUsername}<a href="http://www.youtube.com/{text:youtube username}"><i class="fa fa-youtube-play"></i></a>{/block:IfYoutubeUsername}</div>
  675.  
  676. {block:Twitter}
  677. <div id="twitter" style="display:none;">
  678. <h3><a href="http://twitter.com/{TwitterUsername}"><i class="fa fa-twitter"></i> {lang:Latest Tweets}</a></h3>
  679.  
  680. <div id="tweets"></div>
  681. </div>
  682.  
  683. <script type="text/javascript">
  684. function recent_tweets(data) {
  685. for (i=0; i<data.length; i++) {
  686. document.getElementById("tweets").innerHTML =
  687. document.getElementById("tweets").innerHTML +
  688. '<a href="http://twitter.com/{TwitterUsername}/status/' +
  689. (data[i].id_str ? data[i].id_str : data[i].id) +
  690. '"><div class="content">' + data[i].text +
  691. '</div></a>';
  692. }
  693. document.getElementById("twitter").style.display = 'block';
  694. }
  695. </script>
  696. {/block:Twitter}
  697.  
  698. {block:GroupMembers}<div id="members">
  699. <h3>{lang:Members}</h3>
  700. {block:GroupMember}<a href="{GroupMemberURL}" title="{GroupMemberName}">
  701. <img src="{GroupMemberPortraitURL-30}"></a>{/block:GroupMember}</div>
  702. {/block:GroupMembers}
  703.  
  704. <div id="searchh">
  705. <form action="/search" method="get" class="search1">
  706. <input type="text" name="q" value="{SearchQuery}" id="search2"/>
  707. <input type="submit" value="{lang:Search}" id="search3"/>
  708. </form>
  709. </div>
  710.  
  711. </div>
  712.  
  713.  
  714. <div id="postscontainer">
  715.  
  716. {block:TagPage}<h2 style="width:500px; padding:10px 20px 30px 20px;">{lang:Posts tagged Tag 3}</h2>{/block:TagPage}
  717.  
  718. {block:SearchPage}<h2 style="width:500px; padding:10px 20px 30px 20px;">{lang:SearchResultCount results for SearchQuery 2}</h2>
  719. {block:NoSearchResults}<h2 style="width:500px; padding:10px 20px 30px 20px;">{lang:Sorry no posts found}</h2>{/block:NoSearchResults}
  720. {/block:SearchPage}
  721.  
  722. {block:Posts}
  723. <div class="posts">
  724.  
  725. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  726.  
  727. {block:Quote}<h3 style="word-wrap:normal;"><b style="margin:-8px 0px 0px -10px; line-height:80%; position:absolute; font-size:60px; opacity:0.3;">“</b>{Quote}</h3><h2 style="font-size:13px;">— {Source}</h2>{/block:Quote}
  728.  
  729. {block:Link}<a href="{URL}"><h2 style="padding:18px; background-color:{color:navigation links}; margin:0px;">{Name} →</h2></a>
  730. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  731.  
  732. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  733.  
  734. {block:Panorama}
  735. {LinkOpenTag}
  736. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  737. {LinkCloseTag}
  738. {block:Caption}{Caption}{/block:Caption}
  739. {/block:Panorama}
  740.  
  741. {block:Photoset}<center>{Photoset-500}</center>
  742. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  743.  
  744. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol> {block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  745.  
  746. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  747.  
  748. {block:Answer}
  749. <img src="{AskerPortraitURL-40}" class="questionimg"><div class="question"><b>{lang:Asker asked 2}:</b> {Question}</div>
  750. {Answer}
  751. {/block:Answer}
  752.  
  753. {block:Audio}<div id="audio">{block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  754. <div id="player">{AudioPlayerWhite}</div>
  755. <div id="audioinfo"><ul>
  756. {block:TrackName}
  757. <li><b>{TrackName}</b></li>
  758. {/block:TrackName}
  759. {block:Artist}
  760. <li>{Artist}</li>
  761. {/block:Artist}
  762. {block:PlayCount}<li>{PlayCountWithLabel}</li>{/block:PlayCount}</ul>
  763. </div>
  764. </div>
  765. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  766.  
  767.  
  768. {block:date}
  769. <div class="postinfo"><div class="buttons"><div class="reblogg">{ReblogButton size="14"}</div><div class="like">{LikeButton size="14"}</div></div>
  770. <div class="notesetc"><b><a href="{permalink}" title="{lang:Permalink}">{NoteCountWithLabel}</a></b> {lang:Posted TimeAgo by PostAuthorName 2}{block:RebloggedFrom}, {lang:Via} <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}, {lang:Originally from ReblogRootName 2}{/block:ContentSource}
  771. </div>
  772. <span class="sharepost">
  773. <a href="https://twitter.com/share?url={Permalink}" target="_blank" title="{lang:Tweet this}" style="padding-left:3px;"><i class="fa fa-twitter"style="font-size:15px;"></i></a>
  774. <a href="https://plus.google.com/share?url={Permalink}" target="_blank"> <i class="fa fa-google-plus"style="font-size:15px;"></i></a>
  775. <a href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank" style="border-left:3px solid {color:navigation links};">
  776. <i class="fa fa-facebook"style="font-size:15px;"></i>
  777. </a></span>
  778. </div>
  779. {/block:date}
  780. {block:HasTags}<div class="tags"><i class="fa fa-tag" style="font-size:13px;"></i>
  781. {block:Tags}<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>
  782. {/block:HasTags}
  783.  
  784. <div class="note">
  785. {block:PostNotes}
  786. {PostNotes}{/block:PostNotes}</div>
  787.  
  788. </div>
  789. {/block:posts}
  790.  
  791. {block:Pagination}
  792. <div class="pagi"><span style="background-color:{color:header and sidebar background}; padding:3px 5px 3px 5px;">{lang:CurrentPage of TotalPages} </span>
  793. {block:PreviousPage}
  794. &nbsp;<a href="{PreviousPage}">{lang:Prev}</a>
  795. {/block:PreviousPage}
  796. {block:JumpPagination length="5"}
  797. {block:CurrentPage}
  798. <span class="current_page" style="padding:2px;padding-left:5px; padding-right:5px; background-color:{BackgroundColor};">{PageNumber}</span>
  799. {/block:CurrentPage}
  800. {block:JumpPage}
  801. <a class="jump_page" href="{URL}">{PageNumber}</a>
  802. {/block:JumpPage}
  803. {/block:JumpPagination}
  804. {block:NextPage}
  805. <a href="{NextPage}">{lang:Next}</a>
  806. {/block:NextPage}
  807. </div>
  808. {/block:Pagination}
  809.  
  810. <div id="credit">&copy; {CopyrightYears}<br>
  811. <a href="http://ambientthemes.tumblr.com">{lang:Install this theme}</a> | <a href="/rss">{lang:RSS feed}</a> <br>{lang:Powered by Tumblr 2}</div>
  812. </div>
  813. </div>
  814.  
  815. </div>
  816.  
  817. <div id="backtotop">
  818. <a href="#top"><i class="fa fa-chevron-up"></i></a></div>
  819. {block:Twitter}
  820. <script type="text/javascript" src="/tweets.js"></script>
  821. {/block:Twitter}
  822. </body>
  823. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement