Advertisement
ammetrine

Poudretteite Theme by Ammetrine

Oct 5th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  5. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37.  
  38.  
  39.  
  40.  
  41. <title>{Title}</title>
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47.  
  48. <meta name="image:Background" content=""/>
  49. <meta name="color:Background" content="#ffffff"/>
  50. <meta name="color:Blog Title" content="#000000"/>
  51. <meta name="color:Description" content="#000000" />
  52. <meta name="color:Text" content="#000000"/>
  53. <meta name="color:Link" content="#ddc1b2"/>
  54. <meta name="color:Link Hover" content="#666666"/>
  55. <meta name="color:Scrollbar" content="#ddc1b2"/>
  56. <meta name="color:Credit BG" content="#ddc1b2"/>
  57. <meta name="color:Header" content="#666666"/>
  58. <meta name="color:Navlink" content="#ddc1b2"/>
  59. <meta name="color:Navlink Hover" content="#666666"/>
  60. <meta name="color:Navlink Hover BG" content="#ddc1b2"/>
  61. <meta name="color:Question Border" content="#ddc1b2"/>
  62. <meta name="color:Answer Border" content="#666666"/>
  63. <meta name="color:Popup Shadow" content="#ddc1b2"/>
  64. <meta name="color:Popup Border" content="#666666"/>
  65. <meta name="color:Permalink" content="#000000"/>
  66. <meta name="color:Permalink Hover" content="#ddc1b2"/>
  67.  
  68.  
  69. <meta name="if:Show Custom Link 1" content="1"/>
  70. <meta name="if:Show Custom Link 2" content="1"/>
  71. <meta name="if:Show Custom Link 3" content="1"/>
  72.  
  73.  
  74. <meta name="text:Link 1 URL" content="" />
  75. <meta name="text:Link 1 Title" content="" />
  76. <meta name="text:Link 2 URL" content="" />
  77. <meta name="text:Link 2 Title" content="" />
  78. <meta name="text:Link 3 URL" content="" />
  79. <meta name="text:Link 3 Title" content="" />
  80.  
  81.  
  82. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  83.  
  84.  
  85. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  86. <script>
  87. (function($){
  88. $(document).ready(function(){
  89. $("[title]").style_my_tooltips({
  90. tip_follows_cursor:true,
  91. tip_delay_time:0,
  92. tip_fade_speed:0
  93. }
  94. );
  95. });
  96. })(jQuery);
  97. </script>
  98.  
  99.  
  100. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  101.  
  102.  
  103. <style type="text/css">
  104.  
  105. ::-webkit-scrollbar-thumb{
  106. background-color:{color:scrollbar};
  107. border:1px solid {color:background};
  108. height:6px;
  109. }
  110.  
  111. ::-webkit-scrollbar {
  112. height:6px;
  113. width:4px;
  114. background-color:{color:background};
  115. }
  116.  
  117. #s-m-t-tooltip{
  118. position:absolute;
  119. margin-top: 15px;
  120. z-index:9999;
  121. background:{color:background};
  122. }
  123.  
  124.  
  125. body {
  126. background:{color:Background};
  127. color:{color:text};
  128. font-family: 'Raleway', sans-serif;family:courier;
  129. font-size:11px;
  130. text-align:justify;
  131. margin:0;
  132. line-height:16px;
  133.  
  134.  
  135. background-color:{color:Background};
  136. background-image:url('{image:background}');
  137. background-attachment:fixed;
  138.  
  139. }
  140.  
  141.  
  142. a {
  143. color:{color:link};
  144. text-decoration:none;
  145. -webkit-transition: all 0.2s ease-in-out;
  146. -moz-transition: all 0.2s ease-in-out;
  147. -o-transition: all 0.2s ease-in-out;
  148. }
  149.  
  150.  
  151. #header {
  152. text-align:left;
  153. position:fixed;
  154. left:0px;
  155. bottom:0px;
  156. width:100%;
  157. padding:7px;
  158. background:{color:Header};
  159. z-index:999999;
  160. }
  161.  
  162.  
  163. #blogt {
  164. font-size:22px;
  165. text-align:left;
  166. font-family: 'Raleway', sans-serif;
  167. text-transform:uppercase;
  168. color:{color:Blog Title};
  169. }
  170.  
  171.  
  172. .navlinks {
  173. line-height:16px;
  174. text-transform:lowercase;
  175. position:relative;
  176. font-family: 'Raleway', sans-serif;
  177. text-align:left;
  178. }
  179.  
  180.  
  181. .navlinks a {
  182. margin-right:5px;
  183. margin-bottom:0px;
  184. display:inline-block;
  185. color:{color:Navlink};
  186. }
  187.  
  188.  
  189. .navlinks a:hover {
  190. color:{color:Navlink Hover};
  191. background:{color:Navlink Hover BG};
  192. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  193. -webkit-transition:all 0.3s ease-in-out;
  194. -moz-transition:all 0.3s ease-in-out;
  195. transition:all 0.3s ease-in-out;
  196. }
  197.  
  198.  
  199. #description {
  200. margin-top:5px;
  201. color:{color:Description};
  202. font-family: 'Raleway', sans-serif;
  203. text-align:left;
  204. }
  205.  
  206.  
  207. #con {
  208. left:50%;
  209. margin-left:-250px;
  210. position:absolute;
  211. }
  212.  
  213.  
  214. #entries {
  215. width:650px;
  216. margin-top:50px;
  217. margin-left:5px;
  218. {block:PermalinkPage}
  219. width:500px;
  220. {/block:PermalinkPage}
  221. }
  222.  
  223.  
  224. .posts {
  225. width:230px;
  226. float:left;
  227. margin-right:40px;
  228. padding:7px 7px 0px 7px;
  229. {block:IndexPage}
  230. margin-bottom:20px;
  231. {/block:IndexPage}
  232.  
  233.  
  234. {block:PermalinkPage}
  235. width:500px;
  236. margin-bottom:30px;
  237. position:relative;
  238. float:left;
  239. {/block:PermalinkPage}
  240. }
  241.  
  242.  
  243. .posts img {
  244. max-width:250px;
  245. }
  246.  
  247. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  248. .caption {width:100%;
  249. margin-top:10px;
  250.  
  251. }
  252.  
  253. #title {
  254. font-size:12px;
  255. line-height:18px;
  256. font-weight:bold;
  257. margin-bottom:10px;
  258. text-transform:uppercase;
  259. text-align:left;
  260. }
  261.  
  262.  
  263. .text {
  264. font-size:11px;
  265. font-family: 'Raleway', sans-serif;
  266. }
  267.  
  268.  
  269. .text a:hover {
  270. text-decoration:underline;
  271. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  272. -webkit-transition:all 0.3s ease-in-out;
  273. -moz-transition:all 0.3s ease-in-out;
  274. transition:all 0.3s ease-in-out;
  275. }
  276.  
  277.  
  278. #quote{
  279. text-align:left;
  280. font-size:14px;
  281. line-height:18px;
  282. font-weight:bold;
  283. }
  284.  
  285.  
  286. #quote a:hover {
  287. text-decoration:underline;
  288. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  289. -webkit-transition:all 0.3s ease-in-out;
  290. -moz-transition:all 0.3s ease-in-out;
  291. transition:all 0.3s ease-in-out;
  292. }
  293.  
  294.  
  295. #quotesource {
  296. margin-top:15px;
  297. margin-left:15px;
  298.  
  299. }
  300.  
  301.  
  302. .player {
  303. width:25px;
  304. height:25px;
  305. overflow:hidden;
  306. position:absolute;
  307. margin-left:12px;
  308. margin-top:12px;
  309. background:white;
  310. }
  311.  
  312.  
  313. .audioinfo {
  314. margin-left:70px;
  315. }
  316.  
  317.  
  318. .albumart {
  319. position:absolute;
  320. {block:IndexPage}
  321. width:60px;
  322. height:60px;
  323. {/block:IndexPage}
  324. {block:PermalinkPage}
  325. width:60px;
  326. height:60px;
  327. {/block:PermalinkPage}
  328. }
  329.  
  330.  
  331. .albumart img {
  332. float:left;
  333. {block:IndexPage}
  334. width:60px;
  335. height:60px;
  336. {/block:IndexPage}
  337. {block:PermalinkPage}
  338. width:60px;
  339. height:60px;
  340. {/block:PermalinkPage}
  341. }
  342.  
  343.  
  344. .question {
  345. margin-bottom:10px;
  346. border-bottom:solid 1px {color:Question Border};
  347. }
  348.  
  349. .asker {
  350. font-weight:bold;
  351. }
  352.  
  353.  
  354. .answer {
  355. padding:5px;
  356. border:solid 1px {color:Answer Border};
  357. }
  358.  
  359.  
  360. .chat ol {
  361. padding:0;
  362. list-style:none;
  363. }
  364.  
  365.  
  366. .line {
  367. padding:5px 0;
  368. }
  369.  
  370.  
  371. .label {
  372. font-weight:bold;
  373. }
  374.  
  375.  
  376. #permalink {
  377. font-size:11px;
  378. text-align:center;
  379. padding:3px;
  380. background:#fff;
  381. border-radius:3px;
  382. }
  383.  
  384.  
  385. #permalink a {
  386. margin-left:10px;
  387. color:{color:Permalink};
  388. padding:3px;
  389. }
  390.  
  391.  
  392. #permalink a:hover {
  393. padding:3px;
  394. color:{color:Permalink Hover};
  395. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  396. -webkit-transition:all 0.3s ease-in-out;
  397. -moz-transition:all 0.3s ease-in-out;
  398. transition:all 0.3s ease-in-out;
  399. }
  400.  
  401.  
  402. .pagination {
  403. display:none;
  404. }
  405.  
  406.  
  407. .popup_block{
  408. display:none;
  409. background:#fff;
  410. padding:20px;
  411. border:1px solid {color:Popup Border};
  412. float:left;
  413. position:fixed;
  414. top:50%;left:50%;
  415. z-index: 99999;
  416. -webkit-box-shadow: 0px 0px 20px {color:Popup Shadow};
  417. -moz-box-shadow: 0px 0px 20px {color:Popup Shadow};
  418. box-shadow: 0px 0px 20px {color:Popup Shadow};
  419. }
  420.  
  421. *html #fade {position: absolute;}
  422. *html .popup_block {position: absolute;}
  423. #fade {
  424. display:none;
  425. position:fixed;
  426. left:0px;
  427. top:0px;
  428. width:100%;
  429. height:100%;
  430. z-index:9999;
  431. background:#000; /* change to #fff for solid white */
  432. opacity:0.5; /* change to opacity:1; */
  433. }
  434.  
  435.  
  436. .notes {
  437. padding-left:20px;
  438. font-size:11px;
  439. }
  440.  
  441. .pagination {
  442. display: none;
  443. }
  444.  
  445.  
  446. #credit {
  447. position:fixed;
  448. right:0px;
  449. bottom:0px;
  450. background:{color:Credit BG};
  451. padding-top:5px;
  452. padding-right:5px;
  453. padding-left:5px;
  454. padding-bottom:2px;
  455. font-size:12px;
  456. font-family: 'Raleway', sans-serif;
  457. z-index:9999999999999;
  458. }
  459.  
  460. #credit a{
  461. color:{color:Text};
  462. }
  463.  
  464. {CustomCSS}
  465. </style>
  466.  
  467. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  468.  
  469. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  470.  
  471. <script>
  472. $(function(){
  473. var $container = $('#entries');
  474. $container.imagesLoaded(function(){
  475. $container.masonry({
  476. itemSelector: '.posts',
  477. });
  478. });
  479. $container.infinitescroll({
  480. itemSelector : ".posts",
  481. navSelector : "div.pagination",
  482. nextSelector : ".pagination a#next",
  483. loadingImg : "",
  484. loadingText : "<em></em>",
  485. bufferPx : 10000,
  486. extraScrollPx: 12000,
  487. },
  488. // trigger Masonry as a callback
  489. function( newElements ) {
  490. var $newElems = $( newElements ).css({ opacity: 0 });
  491. // ensure that images load before adding to masonry layout
  492. $newElems.imagesLoaded(function(){
  493. $newElems.animate({ opacity: 1 });
  494. $container.masonry( 'appended', $newElems, true );
  495. });
  496. }
  497. );
  498. });
  499. </script>
  500.  
  501.  
  502. </head>
  503.  
  504. <body>
  505.  
  506. <div id="con">
  507.  
  508. <div id="credit"><a href="http://ammetrine.tumblr.com/">AT</a></div>
  509.  
  510. <div id="header">
  511. <div id="blogt">{Title}</div>
  512. <div id="description">{Description}</div>
  513.  
  514. <div class="navlinks">
  515. <a href="/">home</a>
  516. <a href="#?w=400" rel="box1" class="poplight">inbox</a>
  517. <a href="/archive">archive</a>
  518. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  519. {/block:ifShowCustomLink1}
  520. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" >{text:Link 2 Title}</a>{/block:ifShowCustomLink2}
  521. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifShowCustomLink3}
  522. <a href="http://ammetrine.tumblr.com" target="_blank"><i class="fa fa-copyright"></i>
  523. </a>
  524. </div>
  525.  
  526. </div>
  527.  
  528.  
  529. <div id="entries">
  530.  
  531. {block:Posts}
  532.  
  533. <div class="posts">
  534.  
  535. {block:Quote}
  536. <div class="quote">
  537. '<strong><i>{Quote}</i></strong>'
  538. </div>
  539. {block:Source}
  540. <br><div class="quotesource">— {Source}</div>
  541. {/block:Source}
  542.  
  543. {block:IndexPage}
  544. <div id="permalink">
  545. <a href="{Permalink}" >{NoteCount}</a>
  546. <a href="{ReblogURL}">reblog</a>
  547. <br> {TimeAgo}
  548. </div>
  549. {/block:IndexPage}
  550. {/block:Quote}
  551.  
  552.  
  553. {block:Text}
  554. {block:Title}
  555. <div id="title">{Title}</div>
  556. {/block:Title}
  557. <div class="text">
  558. {Body}
  559. </div>
  560.  
  561. {block:IndexPage}
  562. <div id="permalink">
  563. <a href="{Permalink}" >{NoteCount}</a>
  564. <a href="{ReblogURL}">reblog</a>
  565. <br> {TimeAgo}
  566. </div>
  567. {/block:IndexPage}
  568. {/block:Text}
  569.  
  570.  
  571. {block:Link}
  572. <div id="title">
  573. <a href="{URL}">{Name}</a>
  574. </div>
  575. {block:Description}{Description}{/block:Description}
  576.  
  577. {block:IndexPage}
  578. <div id="permalink">
  579. <a href="{Permalink}" >{NoteCount}</a>
  580. <a href="{ReblogURL}">reblog</a>
  581. <br> {TimeAgo}
  582. </div>
  583. {/block:IndexPage}
  584. {/block:Link}
  585.  
  586.  
  587. {block:Chat}
  588. {block:Title}
  589. <h1>{Title}</h1>
  590. {/block:Title}
  591. <div class="chat">
  592. <ol>{block:Lines}
  593. <li class="line {Alt}">
  594. {block:Label}
  595. <span class="label">
  596. {Label}</span>
  597. {/block:Label}{Line}</li>
  598. {/block:Lines}
  599. </ol>
  600. </div>
  601.  
  602. {block:IndexPage}
  603. <div id="permalink">
  604. <a href="{Permalink}" >{NoteCount}</a>
  605. <a href="{ReblogURL}"</a>
  606. <br> {TimeAgo}
  607. </div>
  608. {/block:IndexPage}
  609. {/block:Chat}
  610.  
  611.  
  612. {block:Photo}
  613. {block:IndexPage}
  614. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  615.  
  616. <div id="permalink">
  617. <a href="{Permalink}" >{NoteCount}</a>
  618. <a href="{ReblogURL}">reblog</a>
  619. <br> {TimeAgo}
  620. </div>
  621. {/block:IndexPage}
  622.  
  623. {block:PermalinkPage}
  624. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  625. <br>
  626. {/block:PermalinkPage}
  627. {/block:Photo}
  628.  
  629.  
  630. {block:Photoset}
  631. <center>
  632. {block:Photos}
  633. {block:indexpage}
  634. <a href="{permalink}"><img src="{PhotoURL-500}" width="468px"/></a>
  635. {/block:indexpage}
  636. {block:permalinkpage}
  637. <img src="{PhotoURL-500}"/>
  638. {/block:permalinkpage}
  639. {/block:Photos}
  640. </center>
  641. <div id="permalink">
  642. <a href="{Permalink}">{NoteCount}</a> <br>
  643. <a href="{ReblogURL}">reblog</a>
  644. <br> {TimeAgo}
  645. </div>
  646. {/block:Photoset}
  647.  
  648.  
  649. {block:Video}
  650. {Video-250}
  651.  
  652. {block:IndexPage}
  653. <div id="permalink">
  654. <a href="{Permalink}" >{NoteCount}</a>
  655. <a href="{ReblogURL}">reblog</a>
  656. <br> {TimeAgo}
  657. </div>
  658. {/block:IndexPage}
  659. {/block:Video}
  660.  
  661.  
  662. {block:Audio}
  663. {block:AlbumArt}
  664. <div class="albumart">
  665. <img src="{AlbumArtURL}">
  666. </div>
  667. {/block:AlbumArt}
  668. <div class="player">{AudioPlayerWhite}</div>
  669.  
  670. <div class="audioinfo">
  671. Title: {block:TrackName}{TrackName}{/block:TrackName}<br>
  672.  
  673. Artist: {block:Artist}{Artist}{/block:Artist}<br>
  674.  
  675. Plays: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}
  676.  
  677. {block:IndexPage}
  678. <div id="permalink">
  679. <a href="{Permalink}" >{NoteCount}</a>
  680. <a href="{ReblogURL}">reblog</a>
  681. <br> {TimeAgo}
  682. </div>
  683. {/block:IndexPage}
  684. </div>
  685. {/block:Audio}
  686.  
  687.  
  688. {block:Answer}
  689. <div class="question">
  690. <i><div class="asker">{Asker}</i> asked:</div>
  691. {Question}
  692. </div>
  693. <div class="answer">{Answer}</div>
  694.  
  695. {block:IndexPage}
  696. <div id="permalink">
  697. <a href="{Permalink}" >{NoteCount}</a>
  698. <a href="{ReblogURL}">reblog</a>
  699. <br> {TimeAgo}
  700. </div>
  701. {/block:IndexPage}
  702. {/block:Answer}
  703.  
  704.  
  705.  
  706. {block:PermalinkPage}
  707. <div class="notes">
  708. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  709. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  710. {block:RebloggedFrom}
  711. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  712. {/block:RebloggedFrom}
  713. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  714. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  715. <br>{PostNotes}
  716. </div>
  717. {/block:PermalinkPage}
  718.  
  719. </div>
  720. {/block:Posts}
  721.  
  722. <div class="pagination">
  723. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  724. </div>
  725.  
  726.  
  727.  
  728. </div>
  729.  
  730. </div>
  731.  
  732. </body>
  733.  
  734. <div id="box1" class="popup_block">
  735. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  736.  
  737. </div>
  738.  
  739.  
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement