Advertisement
ammetrine

Orangy Beryl Theme by Ammetrine

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