Advertisement
Guest User

Untitled

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