Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.53 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4.         <title>{Title}{block:PostSummary} : {PostSummary}{/block:PostSummary}</title>
  5.         <!--
  6.  
  7.           Alva theme for GE.
  8.  
  9.         -->
  10.  
  11.         <meta name="color:Background" content="#FFFFFF"/>
  12.         <meta name="color:Box Background" content="#333333"/>
  13.         <meta name="color:Text" content="#FFFFFF"/>
  14.         <meta name="color:Post Text" content="#3976B1"/>
  15.         <meta name="color:Post Text Link" content="#66B5E0"/>
  16.         <meta name="color:Post Photo" content="#F42D33"/>
  17.         <meta name="color:Post Quote" content="#7AB762"/>
  18.         <meta name="color:Post Link" content="#000116"/>
  19.         <meta name="color:Post Chat" content="#F42D33"/>
  20.         <meta name="color:Post Chat Bubble" content="#FFFFFF"/>
  21.         <meta name="color:Post Audio" content="#FF9E28"/>
  22.         <meta name="color:Post Video" content="#F42D33"/>
  23.  
  24.         <meta name="text:Disqus Shortname" content="" />
  25.  
  26.         <meta name="font:Body" content="'ge_geek', Arial, helvetica, sans-serif;"/>
  27.         <meta name="font:Details" content="Arial, Helvetica, sans-serif"/>
  28.  
  29.         <meta name="image:Background" content="0" />
  30.         <meta name="if:Background Image Repeat" content="0" />
  31.  
  32.         <meta name="if:Italic Text" content="1"/>
  33.         <meta name="if:Nav Unit Ask Archive" content="1"/>
  34.         <meta name="if:Nav Unit Search Box" content="1"/>
  35.         <meta name="if:Nav Unit Social Buttons" content="1"/>
  36.         <meta name="if:Nav Unit Background Credit" content="1"/>
  37.         <meta name="if:Use Default Background" content="1"/>
  38.         <meta name="if:Box Shadow" content="1"/>
  39.         <meta name="if:Infinite Scroll" content="1"/>
  40.        
  41.         <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  42.         <link rel="icon" href="{Favicon}"/>
  43.         <meta name="description" content="{MetaDescription}"/>
  44.        
  45.         <!--[if lt IE 9]>
  46.   <script>
  47.      document.createElement('header');
  48.      document.createElement('nav');
  49.      document.createElement('section');
  50.      document.createElement('article');
  51.      document.createElement('aside');
  52.      document.createElement('footer');
  53.   </script>
  54. <![endif]-->
  55.        
  56.        
  57.         <link href='https://static.tumblr.com/ychvj87/0nzmpbuvm/style_built.css' rel='stylesheet' type='text/css'>
  58.         <style type="text/css">
  59.             body {
  60.                 font-family: {font:Body};
  61.                 color: {color:Text};
  62.                 /*{block:ifNotUseDefaultBackground}
  63.                     background: {color:Background};*/
  64.                     {block:IfBackgroundImage}
  65.                         background: url('{image:Background}') no-repeat;
  66.                     {block:IfBackgroundImageRepeat}
  67.                         background-repeat: repeat;
  68.                     {/block:IfBackgroundImageRepeat}
  69.                     {/block:IfBackgroundImage}
  70.                     /*background-position: top;
  71.                     background-repeat: repeat;
  72.                 {/block:ifNotUseDefaultBackground}*/
  73.  
  74.                 {block:IfNotBackgroundImage}
  75.                     background: url(https://static.tumblr.com/ychvj87/rekmavotn/geek_bg.gif);
  76.                 {/block:IfNotBackgroundImage}
  77.                
  78.                 background: {color:Background} url('{image:Background}') top left fixed repeat;
  79.             }
  80.             blockquote{
  81.     padding:5px;
  82.     padding-left:10px;
  83.     margin:5px;
  84.     border-left:2px solid #FFFFFF;
  85.     }
  86.    
  87. blockquote img{
  88.     display:block;
  89.     }
  90.    
  91. blockquote p{
  92.     padding:0px;
  93.     margin:0px;
  94.     }
  95.    
  96. blockquote blockquote{
  97.     position:relative;
  98.     left:-5px;
  99.     margin-top:0px;
  100.     margin-right:0px;
  101.     padding-right:0px;
  102.     }
  103.             a, .sound .postInner { color: {color:Text}; }
  104.             .link .postInner h3 a { border-color: {color:Text}; }
  105.             #search, .noteCount, .date, .tags li, .postBase .source { font-family: {font:Details}; }
  106.             #icon, #mask, #baseCircle, .unit, article, .pagination a { background:{color:Box Background}; }
  107.             .notFound { color: {color:Box Background}; }
  108.             .cssgradients #edge-top:after, .cssgradients #edge-bottom:after, .unitWrap, .quote .quoteMeta:before, .quoteMeta:after, .nextPage:after, .nextPage:before { border-color: {color:Box Background}; }
  109.             .cssgradients #mask {
  110.                 background-image: -moz-radial-gradient(-10px 32px, circle closest-corner, transparent 0, transparent 36px, {color:Box Background} 37px, {color:Box Background} 38px);
  111.                 background-image: -webkit-radial-gradient(-10px 32px, circle closest-corner, rgba(0,0,0,0) 0, rgba(0,0,0,0) 36px, {color:Box Background} 37px, {color:Box Background} 38px);
  112.                 background-image: -ms-radial-gradient(-10px 32px, circle closest-corner, rgba(0,0,0,0) 0, rgba(0,0,0,0) 36px, {color:Box Background} 37px, {color:Box Background} 38px);
  113.                 background-image: -o-radial-gradient(-10px 32px, circle closest-corner, rgba(0,0,0,0) 0, rgba(0,0,0,0) 36px, {color:Box Background} 37px, {color:Box Background} 38px);
  114.                 background-image: radial-gradient(-10px 32px, circle closest-corner, rgba(0,0,0,0) 0, rgba(0,0,0,0) 36px, {color:Box Background} 37px, {color:Box Background} 38px);
  115.             }
  116.             .text .postInner { background: {color:Post Text}; }
  117.             .text .postInner a, .text .postText a {color:{color:Post Text Link};}
  118.             .text .post blockquote {
  119.       border-left: 5px;
  120.       padding-left: 15px;
  121.       padding-top: 10px;
  122.       margin: 10px;
  123.    }
  124.             .photo .caption a { color:{color:Post Photo}; }
  125.             .photosets .caption a { color:{color:Post Photo}; }
  126.             .quote .postInner { background: {color:Post Quote};
  127.                                 color: {color:Box Background} !important; }
  128.             .link .postInner { background: {color:Post Link}; }
  129.             .link .caption a { color:{color:Post Photo}; }
  130.             .conversation .postInner { background: {color:Post Chat}; color: {color:Box Background}; }
  131.             .conversation .convo li { background: {color:Post Chat Bubble}; }
  132.             .conversation .convo li:after { border-top: 20px solid {color:Post Chat Bubble} !important; }
  133.             .sound .postInner { background: {color:Post Audio}; }
  134.             .vid .caption a { color:{color:Post Photo}; }
  135.             #pages a:hover { color: {color:Post Audio}; }
  136.             #links a:hover { color: {color:Post Quote}; }
  137.             #details a:hover { color: {color:Post Text}; }
  138.  
  139.             {block:ifNotItalicText}
  140.                 .colLeft, .colRight { font-style: normal; }
  141.             {/block:ifNotItalicText}
  142.             {block:ifNotBoxShadow}
  143.                 #mask, .unit, article { box-shadow: 0px 0px 0px rgba(50, 50, 50, 0); }
  144.             {/block:ifNotBoxShadow}
  145.             #content blockquote {
  146.       border-left: solid 2px black;
  147.       margin: 0;
  148.       padding-left: 10px;
  149. }
  150.             {CustomCSS}
  151.         </style>
  152.        
  153.         <!--[if lt IE 9]>
  154.         <link rel="stylesheet" href="https://static.tumblr.com/k2ux24d/b1ymd92ex/geek_ie.css">
  155.         <![endif]-->
  156.     </head>
  157.  
  158.     <body>
  159.    
  160.         <div class="wrapper">
  161.            
  162.             <div class="colLeft">
  163.                 <div id="stuck">
  164.                     <a href="/"><div id="icon" class="inversePair" style="background: url('{PortraitURL-64}')"></div></a>
  165.                     <div id="mask" class="inversePair">
  166.                         {block:Description}<span class="description">{Description}</span>{/block:Description}
  167.                     </div>
  168.                     <div class="unitWrap">
  169.                         {block:ifNavUnitAskArchive}
  170.                         <div id="details" class="unit">
  171.                             <ul>
  172.                             {block:Pages}
  173.                                 <li><a href="{URL}">{Label}</a></li>
  174.                                 {/block:Pages}
  175.                             {block:AskEnabled}
  176.                                 <li><a href="/ask">{AskLabel}</a></li>
  177.                             {/block:AskEnabled}
  178.                             <li><a href="/archive">Archive</a></li>
  179.                             </ul>
  180.                         </div>
  181.                         {/block:ifNavUnitAskArchive}
  182.                         {block:ifNavUnitSearchBox}
  183.                         <div id="search" class="unit">
  184.                             <form id="searchForm" onsubmit="return tagSearch(this)">
  185.                                 <input name="tag" type="text" value="Search Tags..."
  186.                                     onfocus="if(this.value == 'Search Tags...') { this.value = ''; }"
  187.                                     onblur="if(this.value == '') { this.value = 'Search Tags...'; }" />
  188.                                 <input type="submit" value="S" />
  189.                             </form>
  190.                         </div>
  191.                         {/block:ifNavUnitSearchBox}
  192.                     </div>
  193.                     <div id="baseCircle"></div>
  194.                 </div>
  195.             </div>
  196.  
  197.             <div class="colRight">
  198.                
  199.                 <div class="autopagerize_page_element" id="posts">
  200.                 {block:Posts}
  201.                     <article class="{block:Quote}quote{/block:Quote}{block:Photo}photo{/block:Photo}{block:Photoset}photosets{/block:Photoset}{block:Text}text{/block:Text}{block:Link}link{/block:Link}{block:Chat}conversation{/block:Chat}{block:Audio}sound{/block:Audio}{block:Video}vid{/block:Video}">
  202.  
  203.                         <div class="noteCount">
  204.                             {block:RebloggedFrom}
  205.                                 Reblogged from <a href="{ReblogParentURL}" class="reblogLink">{ReblogParentName}</a>&nbsp;
  206.                             {/block:RebloggedFrom}
  207.  
  208.                             {block:NoteCount}
  209.                                 <a href="{permalink}">{NoteCountWithLabel}</a>
  210.                             {/block:NoteCount}
  211.                         </div>
  212.                        
  213.                         {block:Date}<div class="date"><a href="{Permalink}">Posted {DayOfMonth}, {Month}, {Year}</a></div>{/block:Date}
  214.  
  215.                         {block:Text}
  216.                        
  217.                             <div class="postInner">
  218.                                 {block:Title}<h4><a href="{Permalink}">{Title}</a></h4>{/block:Title}
  219.                                 {Body}{block:More}<span class="moreLink">... <a href="{Permalink}" class="readMore">Read more</a></span>{/block:More}
  220.                             </div>
  221.                            
  222.                         {/block:Text}
  223.  
  224.                         {block:Photo}
  225.                             {block:IndexPage}<a href="{Permalink}" class="imageLink">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="bustImage" /></a>
  226.                             {block:Caption}
  227.                                 <div class="caption">{Caption}{block:More}<span class="moreLink">... <a href="{Permalink}" class="readMore">Read more</a></span>{/block:More}</div>
  228.                             {/block:Caption}
  229.                         {/block:Photo}
  230.  
  231.                         {block:Photoset}
  232.                             {Photoset-700}
  233.                             {block:Caption}
  234.                                 <div class="caption">{Caption}{block:More}<span class="moreLink">... <a href="{Permalink}" class="readMore">Read more</a></span>{/block:More}</div>
  235.                             {/block:Caption}
  236.                         {/block:Photoset}
  237.  
  238.                         {block:Quote}
  239.                             <div class="postInner">
  240.                                 <h2>{Quote}
  241.                                     {block:Source}
  242.                                         <span class="quoteMeta">By {Source}</span>
  243.                                     {/block:Source}
  244.                                 </h2>
  245.                             </div>
  246.                         {/block:Quote}
  247.  
  248.                         {block:Link}
  249.                             <div class="postInner">
  250.                                 <h3><a href="{URL}" {Target}>{Name}</a></h3>
  251.                             </div>
  252.                             {block:Description}
  253.                                 <div class="caption">{Description}{block:More}<span class="moreLink">... <a href="{Permalink}" class="readMore">Read more</a></span>{/block:More}</div>
  254.                             {/block:Description}
  255.                         {/block:Link}
  256.  
  257.                         {block:Answer}
  258.                         <div class="question">
  259.                             <div class="nipple"></div>
  260.                             {Question}
  261.                         </div>
  262.                         <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  263.                         <div class="copy">{Answer}</div>
  264.                     {/block:Answer}
  265.  
  266.                         {block:Chat}
  267.                             <div class="postInner">
  268.                                 <ul class="convo">
  269.                                     {block:Lines}
  270.                                     <li class="{Alt} user_{UserNumber}">
  271.                                         {block:Label}<span class="name">{Label}</span>{/block:Label}
  272.                                         <p>{Line}</p>
  273.                                     </li>
  274.                                     {/block:Lines}
  275.                                 </ul>
  276.                             </div>
  277.                         {/block:Chat}
  278.                        
  279.                         {block:Audio}
  280.                             <div class="postInner">
  281.                                 {block:AlbumArt}<img src="{AlbumArtURL}" class="albumArt">{/block:AlbumArt}
  282.                                 <div class="soundMeta">
  283.                                     {block:AudioPlayer}<div class="audio" id="{PostID}">{AudioPlayerBlack}</div>{/block:AudioPlayer}
  284.                                     {block:Caption}
  285.                                         <p>{Caption}</p>
  286.                                     {/block:Caption}
  287.                                     <ul>
  288.                                         {block:TrackName}<li>Track: {TrackName}</li>{/block:TrackName}
  289.                                         {block:Artist}<li>Artist: {Artist}</li>{/block:Artist}
  290.                                         {block:Album}<li>Album: {Album}</li>{/block:Album}
  291.                                         {block:PlayCount}<li>Plays: {PlayCount}</li>{/block:PlayCount}
  292.                                     </ul>
  293.                                 </div>
  294.                             </div>
  295.                         {/block:Audio}
  296.  
  297.                         {block:Video}
  298.                             <div class="postInner">
  299.                                 {Video-700}
  300.                             </div>
  301.                             {block:Caption}
  302.                                 <div class="caption">{Caption}{block:More}<span class="moreLink">... <a href="{Permalink}" class="readMore">Read more</a></span>{/block:More}</div>
  303.                             {/block:Caption}
  304.                         {/block:Video}
  305.  
  306.                         <div class="postBase">
  307.                             {block:HasTags}
  308.                             <ul class="tags">
  309.                             {block:Tags}
  310.                             <li><a href="{TagURL}">#{Tag}</a></li>
  311.                             {/block:Tags}
  312.                             </ul>
  313.                             {/block:HasTags}
  314.  
  315.                             {block:Date}
  316.                             <div class="socialButtons">
  317.                                 <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">&nbsp;</div></a>
  318.                                
  319.                             </div>
  320.                             {block:ContentSource}
  321.                                 <!-- ><a href="{SourceURL}" class="source">
  322.                                     {lang:Source}: {SourceTitle}
  323.                                 </a> -->
  324.                             {/block:ContentSource}
  325.                             {/block:Date}
  326.  
  327.  
  328.                         </div>
  329.                     </article>
  330.  
  331.                     {block:Permalink}
  332.                     {block:Date}
  333.  
  334.                         {block:PostNotes}
  335.                         <article class="commentBox">{PostNotes}</article>
  336.                         {/block:PostNotes}
  337.  
  338.                         {block:IfDisqusShortname}
  339.                         <article class="commentBox"><div id="disqus_thread"></div></article>
  340.                         <script type="text/javascript" src="https://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  341.                         <noscript><a href="https://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  342.                         {/block:IfDisqusShortname}
  343.  
  344.                     {/block:Date}
  345.                     {/block:Permalink}
  346.                    
  347.                 {/block:Posts}
  348.                 </div>
  349.  
  350.                 {block:IfNotInfiniteScroll}
  351.                 {block:Pagination}
  352.                     <div class="pagination">
  353.                     {block:PreviousPage}
  354.                         <a href="{PreviousPage}" class="prevPage">Previous</a>
  355.                     {/block:PreviousPage}
  356.                     {block:NextPage}
  357.                         <a href="{NextPage}" class="nextPage">Next</a>
  358.                     {/block:NextPage}
  359.                     </div>
  360.                 {/block:Pagination}
  361.                 {/block:IfNotInfiniteScroll}
  362.  
  363.             </div>
  364.         </div>
  365.  
  366.         <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
  367.         <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.1/modernizr.min.js"></script>
  368.         <script src="https://static.tumblr.com/ychvj87/1Uempbuul/geek_built.js"></script>
  369.         {block:IfInfiniteScroll}
  370.         <script src="https://static.tumblr.com/ychvj87/dE7mavh6p/geek_infinite_built.js"></script>
  371.         {/block:IfInfiniteScroll}
  372.         <script>
  373.             var url = window.location.href
  374.             ,   fbShare = 'https://www.facebook.com/share.php?u='+url+'&title={Title}'
  375.             ,   twShare = 'https://twitter.com/home?status='+url+'+{Title}'
  376.             ,   ggShare = 'https://plus.google.com/share?url='+url
  377.             ,   stShare = 'https://www.stumbleupon.com/submit?url='+url+'&title={Title}';
  378.  
  379.             $('#social .facebook').attr('href',fbShare);
  380.             $('#social .twitter').attr('href',twShare);
  381.             $('#social .googleplus').attr('href',ggShare);
  382.             $('#social .stumble').attr('href',stShare);
  383.         </script>
  384.         {block:IfDisqusShortname}
  385.         <script type="text/javascript">
  386.           //<![CDATA[
  387.           (function() {
  388.             var links = document.getElementsByTagName('a');
  389.             var query = '?';
  390.             for(var i = 0; i < links.length; i++) {
  391.               if(links[i].href.indexOf('#disqus_thread') >= 0) {
  392.                 query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  393.               }
  394.             }
  395.             document.write('<script charset="utf-8" type="text/javascript" src="https://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  396.           })();
  397.         //]]>
  398.         </script>
  399.         {/block:IfDisqusShortname}
  400.  
  401.         <iframe id="my-like-frame" style="display:none;"></iframe>
  402.     </body>
  403. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement