Advertisement
noziam

theme 20 custom

Mar 26th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.                                        
  7.        .                                 .o8       oooo              
  8.      .o8                                "888       `888              
  9.    .o888oo oooo  oooo  ooo. .oo.  .oo.   888oooo.   888  oooo d8b    
  10.      888   `888  `888  `888P"Y88bP"Y88b  d88' `88b  888  `888""8P    
  11.      888    888   888   888   888   888  888   888  888   888        
  12.      888 .  888   888   888   888   888  888   888  888   888    .o.
  13.      "888"  `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b   Y8P    
  14.  
  15. -->
  16.  
  17.  
  18. <!--
  19.  
  20. THEME 20 DUO BY JAE @ HE1975
  21.  
  22. PLEASE SEND ME A MESSAGE IF YOU HAVE ANY QUESTIONS.
  23.  
  24. THANK YOU.
  25. ENJOY!
  26.  
  27.  
  28. -->
  29.  
  30. <meta name="color:Background" content="#369fa0" />
  31. <meta name="color:border" content="#000000" />
  32. <meta name="color:links" content="#615151" />
  33. <meta name="color:text" content="#1d1818" />
  34. <meta name="color:sidebar background" content="#0a0303" />
  35. <meta name="color:sidebar links" content="#b9b8b8" />
  36. <meta name="color:sidebar text" content="#868484" />
  37. <meta name="color:Post color" content="#ffffff" />
  38. <meta name="color:Text highlight" content="#d83e3e" />
  39. <meta name="font:Body" content='Helvetica Neue'/>
  40. <meta name="if:Infinite scroll" content="1"/>
  41. <meta name="if:Menu" content="1"/>
  42. <meta name="if:UnHideCaption" content="1"/>
  43. <meta name="if:PostBorder" content="1"/>
  44. <meta name="text:Menu 1" content="" />
  45. <meta name="text:Menu 1 Title" content="" />
  46. <meta name="text:Menu 2" content="" />
  47. <meta name="text:Menu 2 Title" content="" />
  48. <meta name="text:Menu 3" content="" />
  49. <meta name="text:Menu 3 Title" content="" />
  50.  
  51. <meta name="image:Background" content="" />
  52. <meta name="image:favicon" content=""/>
  53.  
  54.  
  55. <meta name="text:Post margin" content='10px'/>
  56. <meta name="text:Post width" content='38%'/>
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />
  59. {/block:Description}
  60. <meta charset="utf-8">
  61. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  62. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  63. <link rel="shortcut icon" href="{image:favicon}">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65.  
  66.  
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68.  
  69.  
  70.  
  71. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  73.  
  74. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75.  
  76. <script>
  77.  
  78. (function($){
  79.  
  80. $(document).ready(function(){
  81.  
  82. $("a[title]").style_my_tooltips({
  83.  
  84. tip_follows_cursor:true,
  85.  
  86. tip_delay_time:30,
  87.  
  88. tip_fade_speed:300,
  89.  
  90. attribute:"title"
  91.  
  92. });
  93.  
  94. });
  95.  
  96. })(jQuery);
  97.  
  98. </script>
  99.  
  100. <style type="text/css">
  101. /*Basic styles*/
  102.  
  103. #s-m-t-tooltip{
  104.     position:absolute;
  105.     margin-top: 15px;
  106.     z-index:9999;
  107.     background:#ffffff;
  108. }
  109.  
  110.  
  111.  
  112. ::-moz-selection {
  113.     background: {color:Text highlight};
  114.     color: #fff;
  115. }
  116. ::selection {
  117.     background: {color:Text highlight};
  118.     color: #fff;
  119. }
  120. #content {
  121.     margin: 2%;
  122.     width: 64%;
  123.     float: right;
  124. }
  125. body {
  126.    
  127. color:{color:text};
  128. background-image:url(url goes here ) ;
  129. background-color:{color:background};
  130.  
  131. background-repeat:fill;
  132. background-attachment:fixed;
  133. background-position:left top;
  134.  
  135. font-family:helvetica;
  136. font-size:10px;
  137. text-align:justify;
  138. margin:0;
  139. line-height:16px;
  140. }
  141. a {
  142.     color: {color:links};
  143.     text-decoration: none;
  144.    
  145.    
  146. }
  147.  
  148. a:hover {
  149.     color: {color:text};
  150.     text-decoration:underline;
  151.  
  152.    
  153. }
  154. blockquote {padding:0px 0 0px 5px;
  155. border-left:1px solid {color:text};
  156. margin-left:10px;
  157.  
  158. }
  159. iframe, img, embed, object, video {
  160.     max-width: 100%;
  161. }
  162. img {
  163.     height: auto;
  164.     width: auto;
  165. }
  166. #sidebar {
  167.     background: #fff;
  168.     color: {color:text};
  169.     width: 130px;
  170.     position:fixed;
  171.    
  172.     margin-left: 15%;
  173.     margin-top:100px;
  174.     padding:5px;
  175.     margin-bottom:-90px;
  176.       {block:ifPostBorder}border:1px solid {color:border};{/block:ifPostBorder}
  177. }
  178. #sidebar a {
  179.     color: {color:sidebar links};
  180. }
  181. nav li {
  182.     display: inline;
  183. }
  184. /*Article*/
  185. article {
  186.     background:#ffffff;
  187.    
  188.     margin: {text:Post margin};
  189.     padding: 1%;
  190.     width: {text:Post width};
  191.  
  192.     margin-top:0px;
  193.     {block:ifPostBorder}border:1px solid {color:border};{/block:ifPostBorder}
  194. }
  195. .chat span {
  196.     float: left;
  197.     margin-right: 1%;
  198. }
  199. /*Metadata*/
  200. .metadata {
  201.     text-align:right;
  202.  
  203.     width: 100%;
  204.     font-size:10px;
  205. }
  206. .notecount {
  207.     text-align:right;
  208.  
  209. }
  210. .reblogged {
  211.     text-align:right;
  212.  
  213.     margin: 1% ;
  214.     width: 100%;
  215.     line-height:120%;
  216. }
  217. /*Tags and notes*/
  218. #tags, nav ul, .chat ul {
  219.     list-style: none;
  220.     list-style-image: none;
  221.     margin: 0;
  222.     padding: 0;
  223. }
  224. #tags li {
  225.     float: left;
  226.     margin-right: 1%;
  227. }
  228. .notes {
  229.     clear: both;
  230.     padding: 10px;
  231. }
  232.  
  233.  
  234.  
  235.  
  236. #updates {
  237.     font-size:9px;
  238.     color:{color:Text};
  239.     text-align:left;
  240.     height:13px;
  241.     width:100px;
  242.     padding:4px;
  243.     top:15px;
  244.     left:20px;
  245.     z-index:10;
  246.     position:fixed;
  247.     overflow:hidden;
  248.     line-height:100%;
  249.     -webkit-transition: all 0.5s ease-in-out;
  250.     -moz-transition: all 0.5s ease-in-out;
  251.     -o-transition: all 0.5s ease-in-out;
  252. }
  253.  
  254. #updates:hover {
  255.     height:185px;
  256.     -webkit-transition: all 0.5s ease-in-out;
  257.     -moz-transition: all 0.5s ease-in-out;
  258.     -o-transition: all 0.5s ease-in-out;
  259. }
  260.  
  261. #updatestitle {
  262.     font-size:10px;
  263.     text-transform:uppercase;
  264.     font-family:arial;
  265.     font-weight:none;
  266.     color:transparent;
  267. }
  268.  
  269.  
  270.  
  271.  
  272.  
  273. /*Custom CSS*/
  274. {CustomCSS}
  275. </style>
  276. </head>
  277. <body>
  278.  
  279. <div id="updates">
  280. <div id="updatestitle">ooh</div>
  281. <br>
  282. <div style="padding-top:10px;">
  283. <script language="JavaScript">var fhsf = document.createElement('script');
  284. fhsf.src = "http://tc.freehostedscripts.net/tcounter.php?url=he1975.tumblr.com&name=&a=1";
  285. document.head.appendChild(fhsf);document.write("<span id='f_counter'></span>");
  286. </script>
  287. <br>
  288.  
  289. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "4203692";
  290. var ref = (''+document.referrer+'');var pn =  window.location;var w_h = window.screen.width + " x " + window.screen.height;
  291. fhs.src = "http://s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  292. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  293. </script>-
  294.  
  295. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "2590743";
  296. fhsh.src = "http://s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  297. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  298. </script>
  299.  
  300.  
  301.  
  302. </div></div>
  303. <!--Sidebar/sidebar-->
  304. <header id="sidebar">
  305.     <!--Details: portrait (optional), title and description-->
  306.     <div id="header">
  307.       <center>
  308.        
  309.         <a href="/"><big>{Title}</big></a>
  310.         <br>
  311.         {block:Description}
  312.         {Description}</p>
  313.         {block:Description}
  314.         {block:ifMenu}
  315. <select onChange="location.href=this.options[this.selectedIndex].value;" style="width: 100px; font-family: helvetica, sans-serif; font-size:10px; border-radius:0px; background-color:transparent; color:{color:Text}; margin-bottom:5px; border-color:{color:border}">
  316. <option value="/">more</option>
  317. <option value="/">home</option>
  318. <option value="/faq">ask</option>
  319. <option value="{text:Menu 1}">{text:Menu 1 Title}</option>
  320. <option value="{text:Menu 2}">{text:Menu 2 Title}</option>
  321. <option value="{text:Menu 3}">{text:Menu 3 Title}</option>
  322.  
  323. </select>
  324. {/block:ifMenu} </center></div>
  325.  
  326.  
  327.         {block:Pagination}
  328. <div class="pagination"><center>
  329.     {block:PreviousPage}<a href="{PreviousPage}">last</a>{/block:PreviousPage}
  330.     {block:NextPage}<a href="{NextPage}" title="next page"></a>{/block:NextPage}
  331. </div></center>
  332. {/block:Pagination}
  333.     </div>
  334.     <!--Navigation-->
  335.    
  336.  
  337. </header>
  338. <!--Content holder-->
  339. <div id="content">
  340. {block:Posts}
  341. <article>
  342. <!--Metadata: date, note count-->
  343.  
  344. <!--Unique code for each post type-->
  345. {block:Text}
  346. <div class="text">
  347.     {block:Title}<h1 class="title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  348.     {Body}
  349. {/block:Text}
  350.  
  351. {block:Photo}
  352. <div class="photo">
  353.     {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  354.     {block:ifUnHideCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifUnHideCaption}
  355. {/block:Photo}
  356.  
  357. {block:Photoset}
  358. <div class="photoset">
  359.     {block:IndexPage}{Photoset-250}{/block:IndexPage}
  360.     {block:PermalinkPage}{Photoset-700}{/block:PermalinkPage}
  361.     {block:ifUnHideCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifUnHideCaption}
  362. {/block:Photoset}
  363.  
  364. {block:Quote}
  365. <div class="quote">
  366.     <blockquote>{Quote}</blockquote>
  367.     {block:Source}<cite> {Source} </cite>{/block:Source}
  368. {/block:Quote}
  369.  
  370. {block:Link}
  371. <div class="link">
  372.     <h1 class="title"><a href="{URL}">{Name}</a></h1>
  373.     {block:Description}{Description}{/block:Description}
  374. {/block:Link}
  375.  
  376. {block:Chat}
  377. <div class="chat">
  378.     <ul>
  379.         {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}<p> {Line} </p></li>{/block:Lines}
  380.     </ul>
  381. {/block:Chat}
  382.  
  383. {block:Audio}
  384. <div class="audio">
  385.     {block:TrackName}{/block:TrackName}
  386.     <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="500" height="500"/>{/block:AlbumArt}</div>
  387.     <div class="player">{AudioPlayerBlack}</div>
  388.     {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  389.     {block:ifUnHideCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifUnHideCaption}
  390. {/block:Audio}
  391.  
  392. {block:Video}
  393. <div class="video">
  394.     <div class="video-player">{Video-500}</div>
  395.     {block:ifUnHideCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifUnHideCaption}
  396. {/block:Video}
  397.  
  398. {block:Answer}
  399. <div class="answer">
  400.     <h1 class="title"></h1>
  401.     <div class="user"><p><b><big>{Asker} said:</b> {Question}</big></p></div>
  402.     {Answer}
  403. {/block:Answer}
  404. </div>
  405. <footer class="details">
  406.  
  407. <div class="reblogged">
  408. <!--Content source-->
  409.  {block:Date} <a href="{Permalink}"> {12Hour}:{Minutes} {AmPm}. </a> {/block:Date}
  410.  
  411.     {block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName}.</a> {/block:RebloggedFrom}{block:NoteCount} <a class="notecount" href="{Permalink}#notes">{NoteCount}. </a> {/block:NoteCount}{block:ContentSource}<a href="{ReblogRootName}">{ReblogRootName}</a>{/block:ContentSource}  <a href="{ReblogURL}" target="_blank" title="reblog"></a>
  412. {block:Permalink}
  413. <!--Tags and notes on displayed on permalink pages-->
  414. {block:HasTags}
  415.     <ul id="tags">
  416.         {block:Tags}<li> <a href="{TagURL}">#{Tag}</a> </li>{/block:Tags}
  417.     </ul>
  418. {/block:HasTags}
  419. {block:PostNotes}
  420.  
  421. <div id="notes">
  422.     {PostNotes}
  423. </div>
  424. {/block:PostNotes}
  425. {/block:Permalink}
  426. </footer>
  427. <header class="metadata">
  428.  
  429. </header>
  430.  </article>
  431. {/block:Posts}
  432. <!--Close of article-->
  433. </div>
  434.  
  435. <div style="position:fixed;bottom:5px;right:5px;z-index:999"><a href="http://he1975.tumblr.com" title="he1975">jae.</a></div>
  436.  
  437. <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
  438. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  439. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  440. {block:IfInfiniteScroll}
  441. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  442. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  443. {/block:IfInfiniteScroll}
  444. <!--Code for infinite scroll and grid layout-->
  445. <script>
  446. (function() {
  447.     var $tumblelog = $('#content');
  448.     {block:IfInfiniteScroll}
  449.     $tumblelog.infinitescroll({
  450.         navSelector  : ".pagination",            
  451.         nextSelector : ".pagination a:first",    
  452.         itemSelector : "article",
  453.         bufferPx     : 50,
  454.         done : "",
  455.         loading: {
  456.             img : "",
  457.             msgText: ""
  458.         },
  459.     },
  460.       function( newElements ) {
  461.             var $newElems = $( newElements ).css({ opacity: 0 });
  462.             $newElems.imagesLoaded(function(){
  463.                 $newElems.animate({ opacity: 1 });
  464.                 $tumblelog.masonry( 'appended', $newElems);
  465.             });
  466.           }
  467.     );
  468.     {/block:IfInfiniteScroll}
  469.     $tumblelog.imagesLoaded( function(){
  470.       $tumblelog.masonry({
  471.         columnWidth: function( containerWidth ) {
  472.             return containerWidth / 100;
  473.           }
  474.       });
  475.     });
  476. })();
  477. </script>
  478. <!--For users adding Google Analytics ID-->
  479. <script>
  480. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  481. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  482. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  483. s.parentNode.insertBefore(g,s)}(document,'script'));
  484. </script>
  485.  
  486. <!--
  487. ╭╮╱╭╮╭━━━╮╱╭╮╱╭━━━╮╭━━━╮╭━━━╮
  488. ┃┃╱┃┃┃╭━━╯╭╯┃╱┃╭━╮┃┃╭━╮┃┃╭━━╯
  489. ┃╰━╯┃┃╰━━╮╰╮┃╱┃╰━╯┃╰╯╭╯┃┃╰━━╮
  490. ┃╭━╮┃┃╭━━╯╱┃┃╱╰━━╮┃╱╱┃╭╯╰━━╮┃
  491. ┃┃╱┃┃┃╰━━╮╭╯╰╮╭━━╯┃╱╱┃┃╱╭━━╯┃
  492. ╰╯╱╰╯╰━━━╯╰━━╯╰━━━╯╱╱╰╯╱╰━━━╯
  493. -->
  494. </body>
  495. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement