aethemes

Mino Theme

Aug 10th, 2014
2,333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 22.58 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!---
  4. Mino Theme designed and created by Luis (veneser.tumblr.com), brought to you by Aesthetic Themes.
  5. Version: 1.0 (August 10, 2014)
  6. More themes at aesthetic-themes.tumblr.com
  7.  
  8. By using this theme you are agreeing to our Terms and Conditions (aesthetic-themes.tumblr.com/terms).
  9.  
  10. Thank you for choosing us!
  11. --->
  12.  
  13. <head>
  14.  
  15. <!--- Fonts --->
  16. <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,700' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Dosis:400,700' rel='stylesheet' type='text/css'>
  19.  
  20. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
  21. <script type="text/javascript" async src="http://static.tumblr.com/fna2ccp/5ixmx5ji6/pinit.js"></script>
  22. <script type="text/javascript" src="http://static.tumblr.com/qkgmvnb/KwSmqd1od/jquerymasonry.js"></script>
  23. {block:ifInfiniteScrolling}
  24. <script type="text/javascript" src="http://static.tumblr.com/qkgmvnb/1S4mqd23i/jqueryinfintescroll.js"></script>
  25. {/block:ifInfiniteScrolling}
  26.  
  27. <title>{Title}</title>
  28.  
  29. <link rel="shortcut icon" href="{Favicon}"/>
  30.  
  31. <meta name="select:Body Font" content="'Dosis', sans-serif" title="Dosis"/>
  32. <meta name="select:Body Font" content="'Roboto Slab', serif" title="Roboto Slab"/>
  33. <meta name="select:Title Alignment" content="left" title="Left"/>
  34. <meta name="select:Title Alignment" content="right" title="Right"/>
  35. <meta name="select:Title Alignment" content="center" title="center"/>
  36.  
  37. <meta name="color:Background" content="#f8f8f8"/>
  38. <meta name="color:Text" content="#1b1c1e"/>
  39. <meta name="color:Links" content="#1b1c1e"/>
  40. <meta name="color:Hover" content="#78c9a1"/>
  41. <meta name="color:Title" content="#666"/>
  42. <meta name="color:Title Hover" content="#78c9a1"/>
  43. <meta name="color:Posts Background" content="#fff"/>
  44. <meta name="color:Posts Background" content="#fff"/>
  45. <meta name="color:Scrollbar" content="#ccc"/>
  46. <meta name="color:Header" content="#fff"/>
  47.  
  48. <meta name="if:Three Columns" content="0"/>
  49. <meta name="if:Four Columns" content="0"/>
  50. <meta name="if:Go To Top" content="1"/>
  51. <meta name="if:Photo Permalink" content="1"/>
  52. <meta name="if:Infinite Scrolling" content="1"/>
  53.  
  54. <meta name="image:Background" content/>
  55. <meta name="image:Banner" content=""/>
  56.  
  57. <meta name="text:Title Font Size" content="14"/>
  58. <meta name="text:Home Title" content="Home"/>
  59. <meta name="text:Ask Title" content="Contact"/>
  60. <meta name="text:Ask Link" content="/ask"/>
  61. <meta name="text:Archive Title" content="Archive"/>
  62. <meta name="text:Custom Link One" content=""/>
  63. <meta name="text:Custom Link One Title" content=""/>
  64. <meta name="text:Custom Link Two" content=""/>
  65. <meta name="text:Custom Link Two Title" content=""/>
  66. <meta name="text:Custom Link Three" content=""/>
  67. <meta name="text:Custom Link Three Title" content=""/>
  68.  
  69. <script type="text/javascript">
  70. $(window).load(function () {
  71. var pageNumber = {CurrentPage};
  72. var $content = $('#content');
  73. $content.masonry({itemSelector: '.entry'}),
  74. $content.infinitescroll({
  75. navSelector : 'div#pagination',
  76. nextSelector : 'div#pagination a#nextPage',
  77. itemSelector : '.entry',
  78. loading: {
  79. finishedMsg: '',
  80. img: 'http://static.tumblr.com/qkgmvnb/1X5n5e6ek/294.gif'
  81. },
  82. bufferPx : 600,
  83. debug : false,},
  84. // call masonry as a callback.
  85. function(newElements) {
  86. pageNumber++;
  87. Tumblr.LikeButton.get_status_by_page(pageNumber);
  88. var $newElems = $( newElements );
  89. $newElems.hide();
  90. // ensure that images load before adding to masonry layout
  91. $newElems.imagesLoaded(function(){
  92. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});
  93.  
  94. $(function() {
  95. $("#gotopA").click(function(){
  96. var target = $("html");  
  97. $('html, body').animate({
  98. scrollTop: target.offset().top  
  99. }, 1000);});
  100.  
  101. var gotop = $("#gotopA");
  102. var gotopTop = "300";
  103. var view = $( window );
  104. view.bind("scroll resize", function(){
  105. var viewTop = view.scrollTop();
  106. if (viewTop > gotopTop){
  107. gotop.fadeIn(200);
  108. }
  109. else if (viewTop <= gotopTop){
  110. gotop.fadeOut(200);}});});
  111.  
  112. $(function() {
  113. $(".btn").click(function(){
  114. $(".menuwrap").slideToggle(800);});});
  115. </script>
  116.  
  117. <style type="text/css">
  118. ::-webkit-scrollbar{width:7px;height:0;background:transparent;}
  119. ::-webkit-scrollbar-thumb {background:{color:Scrollbar};}
  120.  
  121. #tumblr_controls{
  122. -webkit-filter: invert(98%);}
  123.  
  124. #infscr-loading{
  125. position:fixed;
  126. bottom:10px;
  127. left:0px;
  128. width:100%;}
  129.  
  130. #infscr-loading img {
  131. display: block;
  132. position:relative;
  133. z-index:4;bottom:50px;
  134. margin: 0px auto;}
  135.  
  136. #tumblr_controls{
  137. top:1px !important;
  138. margin:0;
  139. right:1px !important;
  140. position:fixed !important;}
  141.  
  142. a{
  143. text-decoration:none;
  144. color:{color:Links};
  145. -moz-transition: 0.2s ease-in;
  146. -webkit-transition: 0.2s ease-in;
  147. -o-transition: 0.2s ease-in;
  148. transition: 0.2s ease-in;}
  149.  
  150. a:link, a:active, a:visited{
  151. color:{color:Links};}
  152.  
  153. a:hover{
  154. color:{color:Hover};}
  155.  
  156. body{
  157. width:100%;
  158. margin:0;
  159. font-size:10pt;
  160. font-family:{select:Body Font};
  161. font-weight:400;
  162. line-height:15px;
  163. color:{color:Text};
  164. background:{color:Background} url("{image:Background}");}
  165.  
  166. .header{
  167. width:100%;
  168. margin:0 auto;
  169. height:auto;
  170. text-align:left;
  171. z-index:6;
  172. color:{color:Text};
  173. background:{color:Header};}
  174.  
  175. .title{
  176. height:auto;
  177. font-family:'Ubuntu', sans-serif;
  178. font-weight:700;
  179. width:600px;
  180. margin:0 auto;
  181. padding:80px 0;
  182. line-height:100%;
  183. text-align:{select:Title Alignment};
  184. color:{color:Title};
  185. font-size:{text:Title Font Size}pt;
  186. {block:ifThreeColumns}
  187. width:950px;
  188. {/block:ifThreeColumns}
  189. {block:ifFourColumns}
  190. width:1090px;
  191. {/block:ifFourColumns}
  192. {block:PermalinkPage}
  193. width:810px;
  194. {/block:PermalinkPage}}
  195.  
  196. .title a,.title a:link,.title a:active,.title a:visited{
  197. text-decoration:none;
  198. color:{color:Title};
  199. -moz-transition: 0.2s ease-in;
  200. -webkit-transition: 0.2s ease-in;
  201. -o-transition: 0.2s ease-in;
  202. transition: 0.2s ease-in;}
  203.  
  204. .title a:hover{
  205. color:{color:Title Hover};}
  206.  
  207. .banner{
  208. max-height:150px;
  209. width:auto;}
  210.  
  211. .button{
  212. height:auto;
  213. width:600px;
  214. margin:30px auto auto auto;
  215. overflow:hidden;
  216. line-height:100%;
  217. {block:ifThreeColumns}
  218. width:950px;
  219. {/block:ifThreeColumns}
  220. {block:ifFourColumns}
  221. width:1090px;
  222. {/block:ifFourColumns}
  223. {block:PermalinkPage}
  224. width:810px;
  225. {/block:PermalinkPage}}
  226.  
  227. .menuwrap{
  228. display:none;
  229. height:auto;
  230. width:600px;
  231. margin:10px auto auto auto;
  232. line-height:100%;
  233. {block:ifThreeColumns}
  234. width:950px;
  235. {/block:ifThreeColumns}
  236. {block:ifFourColumns}
  237. width:1090px;
  238. {/block:ifFourColumns}
  239. {block:PermalinkPage}
  240. width:810px;
  241. {/block:PermalinkPage}}
  242.  
  243. .desc{
  244. margin:0;
  245. padding:5px 0 10px 0;
  246. overflow:hidden;
  247. width:100%;
  248. height:auto;}
  249.  
  250. .menu{
  251. line-height:15px;
  252. padding:5px 0;
  253. height:auto;
  254. width:100%;}
  255.  
  256. .links{
  257. padding:0;
  258. margin-right:15px;
  259. width:auto;
  260. height:auto;}
  261.  
  262. {block:ifnotInfiniteScrolling}
  263. .navi{
  264. width:600px;
  265. margin:0 auto 30px auto;
  266. font-size:12pt;
  267. overflow:hidden;
  268. {block:ifThreeColumns}
  269. width:950px;
  270. {/block:ifThreeColumns}
  271. {block:ifFourColumns}
  272. width:1090px;
  273. {/block:ifFourColumns}}
  274.  
  275. #navigation{
  276. margin:0 auto;}
  277. {/block:ifnotInfiniteScrolling}
  278.  
  279. #content{
  280. position:relative;
  281. clear:both;
  282. width:700px;
  283. margin:0 auto;
  284. {block:ifThreeColumns}
  285. width:1050px;
  286. {/block:ifThreeColumns}
  287. {block:ifFourColumns}
  288. width:1120px;
  289. margin:20px auto;
  290. {/block:ifFourColumns}
  291. {block:PermalinkPage}
  292. width:810px;
  293. margin-top:20px;
  294. {/block:PermalinkPage}}
  295.  
  296. .entry{
  297. padding:0;
  298. margin:50px;
  299. float:left;
  300. height:auto;
  301. background:{color:Posts Background};
  302. width:250px;
  303. {block:ifFourColumns}
  304. margin:15px;
  305. {/block:ifFourColumns}
  306. {block:PermalinkPage}
  307. width:400px;
  308. height:auto;
  309. margin:0;
  310. {/block:PermalinkPage}}
  311.  
  312. .entry img{
  313. {block:PermalinkPage}
  314. margin:0;
  315. width:400px;
  316. height:auto;
  317. {/block:PermalinkPage}
  318. margin-bottom:-3px;
  319. -webkit-transition: all .3s ease-in-out;
  320. -moz-transition: all .3s ease-in-out;
  321. -ms-transition: all .3s ease-in-out;
  322. -o-transition: all .3s ease-in-out;
  323. transition: all .3s ease-in-out;}
  324.  
  325. .entry .video{
  326. background:{color:Posts Background};
  327. padding-top:1px;
  328. margin-bottom:0px;}
  329.  
  330. .video .permalink{
  331. margin-top:0px;}
  332.  
  333. .text_post{
  334. text-align:justify;
  335. padding:10px;}
  336.  
  337. .notes_button{
  338. bottom:0;
  339. right:10px;
  340. font-size:8pt;
  341. font-weight:700;
  342. text-transform:uppercase;
  343. position:absolute;}
  344. .notes_button a:link,.notes_button a:active,.notes_button a:visited {
  345. color:#ccc;}
  346.  
  347. .like_and_reblog_buttons{
  348. list-style:none;
  349. opacity:0;
  350. position:absolute;
  351. bottom:5px;
  352. right:25px;
  353. -webkit-transition: all 300ms linear;
  354. -moz-transition: all 300ms linear;
  355. -ms-transition: all 300ms linear;
  356. -o-transition: all 300ms linear;
  357. transition: all 300ms linear;}
  358.  
  359. .like_and_reblog_buttons li {
  360. width:15px;
  361. height:15px;
  362. float:left;
  363. padding:10px;
  364. background-color:rgba(0,0,0,.6);
  365. border-radius:100%;}
  366.  
  367. .like_and_reblog_buttons li:first-child {
  368. margin-right:5px;}
  369.  
  370. .entry:hover .like_and_reblog_buttons{
  371. opacity:1;
  372. -webkit-transition: all 300ms linear;
  373. -moz-transition: all 300ms linear;
  374. -ms-transition: all 300ms linear;
  375. -o-transition: all 300ms linear;
  376. transition: all 300ms linear;}
  377.  
  378. .permalink{
  379. display:block;
  380. height:40px;
  381. line-height:40px;
  382. background:{color:Permalink};
  383. text-align:right;
  384. padding-right:10px;
  385. font-size:8pt;
  386. font-weight:700;
  387. text-transform:uppercase;
  388. margin-top:10px;}
  389. .permalink a:link,.permalink a:active,.permalink a:visited {
  390. color:#ccc;}
  391.  
  392. .like_and_reblog_buttonsx{
  393. list-style:none;
  394. position:absolute;
  395. left:0;
  396. width:auto;
  397. bottom:0px;}
  398.  
  399. .likexx{
  400. bottom:-15px;
  401. left:10px;
  402. position:absolute;}
  403.  
  404. .reblogxx{
  405. bottom:10px;
  406. left:30px;
  407. position:absolute;}
  408.  
  409. .post_title{
  410. display:block;
  411. font-weight:700;
  412. padding:5px 10px 0 10px;
  413. font-size:11pt;
  414. line-height:24px;
  415. text-transform:none;
  416. {block:PermalinkPage}
  417. margin-top:15px;
  418. {/block:PermalinkPage}}
  419.  
  420. .quote{
  421. text-transform:none;
  422. margin-bottom:5px;}
  423.  
  424. .chat{
  425. padding:10px;}
  426.  
  427. .chat ul{
  428. list-style:none;
  429. margin:0;}
  430.  
  431. .chat li{
  432. list-style:none;
  433. margin-left:-40px;
  434. padding:5px;}  
  435.  
  436. .audio{
  437. {block:IndexPage}
  438. width:240px;
  439. {/block:IndexPage}
  440. {block:PermalinkPage}
  441. width:380px;
  442. {/block:PermalinkPage}
  443. background-color:{color:Posts Background};
  444. padding:5px;
  445. margin-bottom:0;}
  446.  
  447. .audiocap, .videocap{
  448. display:block;
  449. padding:10px;}
  450.  
  451. .albumart, .albumart img{
  452. width:250px;
  453. {block:PermalinkPage}
  454. width:400px;
  455. height:auto;
  456. {/block:PermalinkPage}}
  457.  
  458. .question{
  459. padding:10px 10px 0px 10px;}
  460.  
  461. .answer{
  462. text-align:justify;
  463. padding:0 10px 0 10px;}
  464.  
  465. .captions_title{
  466. display:block;
  467. font-weight:700;
  468. margin-bottom:10px;
  469. margin-top:5px;
  470. font-size:11pt;
  471. line-height:20px;}
  472.  
  473. .share{
  474. position:absolute;
  475. top:0;
  476. left:410px;
  477. padding:15px;
  478. width:370px;
  479. height:70px;
  480. background:{color:Posts Background};}
  481.  
  482. .share .captions_title{
  483. margin-bottom:20px;}
  484.  
  485. .share_icons{
  486. margin-right:5px;}
  487.  
  488. .notex{
  489. position:absolute;
  490. top:110px;
  491. left:410px;
  492. padding:15px;
  493. width:370px;
  494. max-height:250px;
  495. overflow:scroll;
  496. background:{color:Posts Background};}
  497.  
  498. .c a,a:hover,a:active{
  499. color:#fff;}
  500.  
  501. .share img, .notex img{
  502. width:auto;
  503. padding:0;}
  504.  
  505. ol.notes{
  506. list-style-type:none;
  507. margin-left:-35px;
  508. overflow:hidden;}
  509.  
  510. ol.notes li.note{
  511. float:left;
  512. margin:2px;
  513. overflow:hidden;}
  514.  
  515. .action{
  516. display:none;}
  517.  
  518. ol.notes li.note blockquote{
  519. display:none;}
  520.  
  521. ol.notes li.note img.avatar{
  522. width:16px;}
  523.  
  524. ol.notes li.more_notes_link_container{
  525. margin-top:10px;
  526. text-align:center;
  527. width:340px;}
  528.  
  529. {CustomCSS}
  530. </style>
  531. </head>
  532.  
  533. <body>
  534. <div id="fb-root"></div>
  535. <script>(function(d, s, id) {
  536. var js, fjs = d.getElementsByTagName(s)[0];
  537. if (d.getElementById(id)) return;
  538. js = d.createElement(s); js.id = id;
  539. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  540. fjs.parentNode.insertBefore(js, fjs);
  541. }(document, 'script', 'facebook-jssdk'));</script>
  542.  
  543. <div class="header">
  544. <div class="title"><a href="/">{block:ifnotBannerImage}{Title}{/block:ifnotBannerImage}{block:ifBannerImage}<img src="{image:Banner}" class="banner">{/block:ifBannerImage}</a>
  545. </div><!--- Title --->
  546. </div><!--- Header --->
  547. <div class="button">
  548. <div class="btn" style="overflow:hidden;cursor:pointer;">
  549. <div style="float:left;">
  550. <div style="width:15px;height:2px;background:#ccc;margin-bottom:2px;"></div>
  551. <div style="width:15px;height:2px;background:#ccc;margin-bottom:2px;"></div>
  552. <div style="width:15px;height:2px;background:#ccc;"></div>
  553. </div>
  554. <div style="margin-left:5px;height:10px;line-height:10px;color:#ccc;float:left;">Menu</div>
  555. </div>
  556. </div>
  557.  
  558. <div class="menuwrap">
  559. <div class="menu">
  560. {block:ifHomeTitle}<a href="/"><span class="links">{text:Home Title}</span></a>{/block:ifHomeTitle}
  561. {block:AskEnabled}<a href="{text:Ask Link}" ><span class="links">{text:Ask Title}</span></a>{/block:AskEnabled}
  562. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" ><span class="links">{text:Custom Link One Title}</span></a>{/block:ifCustomLinkOneTitle}
  563. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" ><span class="links">{text:Custom Link Two Title}</span></a>{/block:ifCustomLinkTwoTitle}
  564. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" ><span class="links">{text:Custom Link Three Title}</span></a>{/block:ifCustomLinkThreeTitle}
  565. {block:ifArchiveTitle}<a href="/archive" ><span class="links">{text:Archive Title}</span></a>{/block:ifArchiveTitle}
  566. <!-- DO NOT REMOVE -->
  567. <a href="http://aesthetic-themes.tumblr.com/" ><span class="links">&copy;</span></a>
  568. <div class="desc">
  569. {block:Description}{Description}{/block:Description}
  570. </div>
  571. </div><!--- Menu --->
  572. </div><!--- MenuWrap --->
  573.  
  574. <div id="content">
  575. <div class="posts">
  576. {block:Posts}
  577. <div class="entry">
  578.  
  579. {block:Text}
  580. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  581. <div class="text_post">{Body}</div>
  582. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
  583. <li class="likexx">{LikeButton color="gray" size="15"}</li>
  584. <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
  585. <li class="permalinkx"></li>
  586. </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  587. {/block:Text}
  588.  
  589. {block:Photo}
  590. {block:IndexPage}
  591. {block:ifPhotoPermalink}
  592. <ul class="like_and_reblog_buttons">
  593. <li>{ReblogButton color="white" size="15"}</li>
  594. <li>{LikeButton color="white" size="15"}</li>
  595. </ul>
  596. {block:ifshowpostcaptions}
  597. {block:Caption}{Caption}{/block:Caption}
  598. {/block:ifshowpostcaptions}
  599. {/block:ifPhotoPermalink}
  600. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"></a>{LinkCloseTag}{/block:IndexPage}
  601. {block:PermalinkPage}
  602. {LinkOpenTag}<a href="{permalink}"><img
  603. class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  604. width="400px"/></a>{LinkCloseTag}
  605. {/block:PermalinkPage}
  606. {/block:Photo}
  607.  
  608. {block:Photoset}
  609. <div class="photoset">
  610. {block:IndexPage}
  611. {block:ifPhotoPermalink}
  612. <div class="permalinkk">
  613. <ul class="like_and_reblog_buttons">
  614. <li class="likex">{LikeButton color="white" size="15"}</li>
  615. <li class="reblogx">{ReblogButton color="white" size="15"}</li>
  616. </ul>
  617. </div>
  618. {/block:ifPhotoPermalink}
  619. {LinkOpenTag}<a href="{Permalink}">
  620. {block:Photos}
  621. <img src="{PhotoURL-HighRes}" width="100%"/>
  622. {/block:Photos}
  623. </a>{LinkCloseTag}{/block:IndexPage}
  624. {block:PermalinkPage}{LinkOpenTag}<a href="{Permalink}">
  625. {block:Photos}
  626. <img src="{PhotoURL-HighRes}" width="100%"/>
  627. {/block:Photos}
  628. </a>{LinkCloseTag}{/block:PermalinkPage}
  629. </div>
  630. {/block:Photoset}
  631.  
  632. {block:Quote}
  633. <div class="quote"><div class="text_post"><b><i>" </i></b>{Quote} <b><i>"</i></b><br><br>
  634. {block:Source}<small>– {Source}</small>{/block:Source}</div></div>
  635. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
  636. <li class="likexx">{LikeButton color="gray" size="15"}</li>
  637. <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
  638. <li class="permalinkx"></li>
  639. </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  640. {/block:Quote}
  641.  
  642. {block:Link}
  643. <a href="{URL}"{Target}><span class="post_title">{Name}</span></a>
  644. <div class="text_post">{block:Description}<small>{Description}</small>{/block:Description}</div>
  645. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
  646. <li class="likexx">{LikeButton color="gray" size="15"}</li>
  647. <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
  648. <li class="permalinkx"></li>
  649. </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  650. {/block:Link}
  651.  
  652. {block:Video}
  653. <div class="video">
  654. {block:IndexPage}
  655. <center>
  656. {Video-250}</center>
  657. <div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
  658. <li class="likexx">{LikeButton color="gray" size="15"}</li>
  659. <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
  660. <li class="permalinkx"></li>
  661. </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  662. {block:PermalinkPage}
  663. <center>
  664. {Video-400}</center>
  665. {/block:PermalinkPage}
  666. </div>
  667. {block:Video}
  668.  
  669. {block:Chat}
  670. {block:Title}<div class="post_title">{Title}</div>{/block:Title}<div class="chat"><ul>{block:Lines}<li {Alt} class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  671. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
  672. <li class="likexx">{LikeButton color="gray" size="15"}</li>
  673. <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
  674. <li class="permalinkx"></li>
  675. </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  676. {/block:Chat}
  677.  
  678. {block:Audio}
  679. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  680. <div class="audio">{AudioPlayerWhite}</div>
  681. {block:IndexPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:18px; "></div><a href="{Permalink}">{Caption}</a></div>{/block:Caption}
  682. <div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
  683. <li class="likexx">{LikeButton color="gray" size="15"}</li>
  684. <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
  685. <li class="permalinkx"></li>
  686. </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  687. {/block:IndexPage}
  688. {block:PermalinkPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:18px; "></div>{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  689. {/block:Audio}
  690.  
  691. {block:Answer}
  692. <div class="question">
  693. <b>{Asker} asked:&nbsp;{Question}</b></div>
  694. <div class="answer">
  695. {Answer}
  696. </div>
  697. {block:IndexPage}
  698. <div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
  699. <li class="likexx">{LikeButton color="gray" size="15"}</li>
  700. <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
  701. <li class="permalinkx"></li>
  702. </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  703. {/block:IndexPage}
  704. {/block:Answer}
  705.  
  706. {block:PermalinkPage}
  707. {block:PostNotes}
  708. <div class="share">
  709. <div class="captions_title">Share post</div>
  710. <!-- Pinterest -->
  711. <span class="share_icons"><a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></span>
  712. <!-- Facebook -->
  713. <span class="share_icons"><div class="fb-like" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></span>
  714. <!-- Twitter -->
  715. <span class="share_icons"><a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
  716. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></span>
  717. <!-- Google+ -->
  718. <span class="share_icons" style="margin-left:-30px;"><div class="g-plusone" data-size="medium"></div>
  719. <script type="text/javascript">
  720. (function() {
  721. var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  722. po.src = 'https://apis.google.com/js/platform.js';
  723. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  724. })();
  725. </script></span>
  726. </div>
  727. <div class="notex">
  728. {block:Caption}
  729. <span class="captions_title">Caption</span>
  730. {Caption}{/block:Caption}
  731. {block:HasTags}
  732. <span class="captions_title">Tags</span>
  733. {block:Tags}
  734. <a href="{TagURL}">#{Tag}</a>
  735. {/block:Tags}
  736. {/block:HasTags}
  737. <span class="captions_title">{NoteCountWithLabel}</span>
  738. {PostNotes-64}
  739. {/block:PostNotes}
  740.  
  741. {/block:PermalinkPage}
  742. </div> <!-- Entry -->
  743. {/block:Posts}
  744.  
  745. {block:SearchPage}
  746. {block:NoSearchResults}{lang:Sorry no search results found}{/block:NoSearchResults}
  747. {/block:SearchPage}
  748. </div> <!-- Posts -->
  749.  
  750. {block:IndexPage}
  751. {block:Pagination}
  752. <div id="pagination">
  753. {block:NextPage}
  754. <a id="nextPage" href="{NextPage}"></a>
  755. {/block:NextPage}
  756. {block:PreviousPage}
  757. <a href="{PreviousPage}"></a>
  758. {/block:PreviousPage}
  759. </div> <!-- Pagination -->
  760. {/block:Pagination}
  761. {/block:IndexPage}
  762. </div> <!-- Content -->
  763.  
  764. {block:ifnotinfinitescrolling}
  765. <div class="navi">
  766. <div id="navigation">
  767. {block:Pagination}{block:PreviousPage}
  768. <a href="{PreviousPage}" style="float:left;">Previous</a>
  769. {/block:PreviousPage}{block:NextPage}
  770. <a href="{NextPage}" style="float:right;">Next</a>
  771. {/block:NextPage}{/block:Pagination}
  772. </div></div>
  773. {/block:ifnotinfinitescrolling}
  774.  
  775. {block:ifGoToTop}
  776. <a href="javascript:void(0);" id="gotopA" style="display:none;"><span style="background:url(http://static.tumblr.com/qkgmvnb/nnFmohzys/scroll_arrow.png)no-repeat 50% 50%;background-color:{color:Go To TOp};width:28px;height:22px;text-align:center;position:fixed;right:15px;bottom:15px;-webkit-border-radius:2px;border-radius:2x;"></span></a>
  777. {/block:ifGoToTop}
  778.  
  779. <!-- DO NOT REMOVE -->
  780. <div class="c" style="-webkit-filter: invert(98%);position:fixed;z-index:99999999;!important;top:27px;right:4px;color:#fff;border: 1px solid rgba(0,0,0,0.18);text-indent: .2em;background: #3e3e3e;border-radius: 2px;background: rgba(0,0,0,0.38);white-space: nowrap;outline: 0;text-decoration: none;cursor: pointer;overflow: hidden;font-weight:600;font-size:12px;font-family: HelveticaNeue,Helvetica,Arial,sans-serif;height: 20px;padding: 0 5px;line-height: 18px;-webkit-font-smoothing: antialiased;-webkit-user-select: none;text-shadow: 1px 1px 0 rgba(0,0,0,0.08);"><a href="http://aesthetic-themes.tumblr.com/" ><img src="http://static.tumblr.com/qkgmvnb/Eotna4906/download.png" style="float:left;">Install Theme</a></div>
  781. </body>
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment