Advertisement
tomkirk

50/50

Jun 8th, 2014
11,569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.62 KB | None | 0 0
  1. <!--
  2. [ T H E M E B Y ]
  3.  
  4. ○ ● ○
  5.  
  6. [ T O M K I R K ]
  7. -->
  8. <html>
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <!--Default Variables-->
  13. <!--Colors-->
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#696969"/>
  16. <meta name="color:Link" content="#f3baba"/>
  17. <meta name="color:Link Hover" content="#e8e8e8"/>
  18. <meta name="color:Scrollbar" content="#faeded"/>
  19. <meta name="color:Ask Background" content="#f7f7f7"/>
  20. <meta name="color:Ask Text" content="#696969"/>
  21. <meta name="color:Border" content="#000000"/>
  22. <meta name="color:Nav Text" content="#000000"/>
  23. <meta name="color:Desc Text" content="#000000"/>
  24. <meta name="color:Tool Tip" content="#000000"/>
  25. <meta name="color:Tool Tip Text" content="#ffffff"/>
  26.  
  27. <!--Images-->
  28. <meta name="image:Background" content""/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Infinite Scroll" content="1"/>
  32. <meta name="if:Custom Scrollbar" content="1"/>
  33. <meta name="if:Alt Permalink" content=""/>
  34. <meta name="if:Captions" content=""/>
  35. <meta name="if:Box Shadow" content=""/>
  36. <meta name="if:Faded Images" content=""/>
  37. <meta name="if:Inverted Images" content=""/>
  38. <meta name="if:Tiny Cursor" content=""/>
  39. <meta name="if:Crosshair Cursor" content=""/>
  40. <meta name="if:Full Bkg Img" content="1" />
  41.  
  42. <!--Links-->
  43. <meta name="text:Link 1 URL" content="/"/>
  44. <meta name="text:Link 1 Name" content=""/>
  45. <meta name="text:Link 1 Title" content=""/>
  46. <meta name="text:Link 2 URL" content="/"/>
  47. <meta name="text:Link 2 Name" content=""/>
  48. <meta name="text:Link 2 Title" content=""/>
  49. <meta name="text:Link 3 URL" content="/"/>
  50. <meta name="text:Link 3 Name" content=""/>
  51. <meta name="text:Link 3 Title" content=""/>
  52. <meta name="text:Link 4 URL" content="/"/>
  53. <meta name="text:Link 4 Name" content=""/>
  54. <meta name="text:Link 4 Title" content=""/>
  55.  
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />
  58. {/block:Description}
  59. <meta charset="utf-8">
  60. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  61. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  62. <link rel="shortcut icon" href="{Favicon}">
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  64. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  65. <style type="text/css">
  66. /*Basic styles*/
  67. {block:ifInvertedImages}img{
  68. opacity: 1;
  69. filter:alpha(opacity=10);
  70. -moz-opacity: 0.1;
  71. -moz-transition: all .9s ease;
  72. -o-transition: all .9s ease;
  73. transition: all .9s ease;
  74. -webkit-transition: all .9s ease;}
  75. {/block:ifInvertedImages}
  76.  
  77.  
  78. {block:ifInvertedImages} img:hover{
  79. opacity: .8;
  80. filter:alpha(opacity=100);
  81. -moz-opacity: 1;
  82. -moz-transition: all .9s ease;
  83. -o-transition: all .9s ease;
  84. transition: all .9s ease;
  85. -webkit-transition: all .9s ease;}
  86. {/block:ifInvertedImages}
  87.  
  88. {block:ifFadedImages}img{
  89. opacity: .8;
  90. filter:alpha(opacity=10);
  91. -moz-opacity: 0.1;
  92. -moz-transition: all .9s ease;
  93. -o-transition: all .9s ease;
  94. transition: all .9s ease;
  95. -webkit-transition: all .9s ease;}
  96. {/block:ifFadedImages}
  97.  
  98.  
  99. {block:ifFadedImages} img:hover{
  100. opacity: 1;
  101. filter:alpha(opacity=100);
  102. -moz-opacity: 1;
  103. -moz-transition: all .9s ease;
  104. -o-transition: all .9s ease;
  105. transition: all .9s ease;
  106. -webkit-transition: all .9s ease;}
  107. {/block:ifFadedImages}
  108.  
  109. {block:ifInvertedImages}.photo {
  110. opacity: 1;
  111. filter:alpha(opacity=10);
  112. -moz-opacity: 0.1;
  113. -moz-transition: all .9s ease;
  114. -o-transition: all .9s ease;
  115. transition: all .9s ease;
  116. -webkit-transition: all .9s ease;}
  117. {/block:ifInvertedImages}
  118.  
  119.  
  120. {block:ifInvertedImages}.photo:hover{
  121. opacity: .8;
  122. filter:alpha(opacity=100);
  123. -moz-opacity: 1;
  124. -moz-transition: all .9s ease;
  125. -o-transition: all .9s ease;
  126. transition: all .9s ease;
  127. -webkit-transition: all .9s ease;}
  128. {/block:ifInvertedImages}
  129.  
  130. {block:ifFadedImages}.photo {
  131. opacity: .8;
  132. filter:alpha(opacity=10);
  133. -moz-opacity: 0.1;
  134. -moz-transition: all .9s ease;
  135. -o-transition: all .9s ease;
  136. transition: all .9s ease;
  137. -webkit-transition: all .9s ease;}
  138. {/block:ifFadedImages}
  139.  
  140.  
  141. {block:ifFadedImages}.photo:hover{
  142. opacity: 1;
  143. filter:alpha(opacity=100);
  144. -moz-opacity: 1;
  145. -moz-transition: all .9s ease;
  146. -o-transition: all .9s ease;
  147. transition: all .9s ease;
  148. -webkit-transition: all .9s ease;}
  149. {/block:ifFadedImages}
  150.  
  151.  
  152. iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  153.  
  154. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  155.  
  156. {block:ifCustomScrollbar}
  157. ::-webkit-scrollbar {width:10px;height:10px;background:{color:Background};}
  158. ::-webkit-scrollbar-thumb {background:url('https://31.media.tumblr.com/11d20ed5ea2d2d73c17903d0a334eb64/tumblr_inline_n6tknhUgcl1rh7826.gif');border:0px solid {color:Border}}
  159. {/block:ifCustomScrollbar}
  160.  
  161. body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:courier new;font-size:12px;line-height:15px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}}
  162. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  163. a:hover{color:{color:Link Hover};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
  164. #s-m-t-tooltip {max-width:300px;padding:4px 7px 4px 8px;margin:25px 20px 25px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};font-size:13px;line-height:14px;z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.07) 3px 3px;border:0px solid rgba(0,0,0,0.07);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;border:4px double {color:Border};}
  165. #content {margin:auto;padding:120px 0 80px 100px;}
  166. blockquote{padding-left:10px;margin-left:10px;margin-right:0px;margin-top:5px;margin-bottom:0px;border-left:1px solid {color:Link};}
  167. blockquote p, ul{margin:0px;padding:0px;margin-left:0px;}
  168. .p { padding-top: 5px; }
  169. .ol, ul { margin-left: 30px; padding: 5px; }
  170. .ul { list-style-type: square; }
  171. .posttitle{font-size:20px;line-height:20px;font-weight:bold;}
  172. .audiop{background:black;padding:10px;}
  173. .audioplayer {position:relative;margin-top:3px;}
  174. .audiop img{max-width:470px;display:block;}
  175. .notes img{width:10px;margin-right:5px; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px;}
  176. .notes{line-height:20px;}
  177. #ask {padding:10px;background:{color:Ask Background};color:{color:Ask Text};border:4px double {color:Border};}
  178. .askername a{color:{color:Ask Text};}
  179. iframe, img, embed, object, video {max-width: 100%;}
  180. img {height:auto;width:auto}
  181. article img {{block:IndexPage}display:block;{/block:IndexPage}{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}}
  182. article {position:relative;margin:5%;padding:15px;{block:IndexPage}width:20%;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}background:white;border:4px double {color:Border};}
  183. article #accent{position:absolute;height:100%;width:100%;background:url('https://31.media.tumblr.com/11d20ed5ea2d2d73c17903d0a334eb64/tumblr_inline_n6tknhUgcl1rh7826.gif');margin:-30px 0 0 -30px;z-index:-1;}
  184. article #permalink{position:absolute;{block:ifNotAltPermalink}opacity:1;margin-top:8px;background:{color:Background};padding:0 4px 0 4px;{block:ifNotAltPermalink}{block:ifAltPermalink}opacity:0;margin:30px 0 0 -20px;background:white;padding:2px 6px 2px 6px;border:4px double {color:Border};{/block:ifAltPermalink}-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  185. article:hover #permalink{opacity:1;}
  186. article #tags{position:absolute;{block:ifNotAltPermalink}right:15px;opacity:1;margin-top:8px;background:{color:Background};padding:0 4px 0 4px;{block:ifNotAltPermalink}{block:ifAltPermalink}right:-3px;opacity:0;margin:30px 0 0 -20px;background:white;padding:2px 6px 2px 6px;border:4px double {color:Border};{/block:ifAltPermalink}-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  187. article:hover #tags{opacity:1;}
  188. #permalinkpage{position:relative;padding-top:5px;}
  189. .chat .line{padding: 2px;}
  190. .chat .line .odd{padding:2px;{color:Ask Text};background:{color:Ask Background};}
  191. .label {font-weight:bold;}
  192. .pagination{margin:50px 0 50px 150px;}
  193. .cr{position:fixed;right:0;bottom:0;padding-right:35px;padding-bottom:39px;z-index:9999999;}
  194. #top{position:fixed;padding:70px 0 0 170px;z-index:99999;color:{color:Desc Text};}
  195. #top a{font-size:40px;font-weight:bold;margin-right:30px;color:{color:Nav Text};}
  196. {CustomCSS}
  197. </style>
  198. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  199.  
  200. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  201.  
  202. <script>
  203. (function($){
  204. $(document).ready(function(){
  205. $("a[title]").style_my_tooltips({
  206. tip_follows_cursor:true,
  207. tip_delay_time:90,
  208. tip_fade_speed:100,
  209. attribute:"title"
  210. });
  211. });
  212. })(jQuery);
  213. </script>
  214. </head>
  215. <body>
  216. <div id="top">
  217. <a title="{text:Link 1 Title}"href="{text:Link 1 URL}">{text:Link 1 Name}</a>
  218. <a title="{text:Link 2 Title}"href="{text:Link 2 URL}">{text:Link 2 Name}</a>
  219. <a title="{text:Link 3 Title}"href="{text:Link 3 URL}">{text:Link 3 Name}</a>
  220. <a title="{text:Link 4 Title}"href="{text:Link 4 URL}">{text:Link 4 Name}</a>
  221. <div style="margin-top:1px;">{Description}</div>
  222. </div>
  223. <div id="content">
  224. {block:Posts}
  225. <article>
  226. {block:ifBoxShadow}<div id="accent"></div>{/block:ifBoxShadow}
  227.  
  228. {block:Text}
  229. {block:Title}
  230. <div class="posttitle">{Title}</div>
  231. {/block:Title}
  232. {Body}
  233. {/block:Text}
  234.  
  235. {block:Link}
  236. <div class="posttitle">
  237. <a href="{URL}">{Name} »</a>
  238. </div>
  239. {block:Description}{Description}{/block:Description}
  240. {/block:Link}
  241.  
  242. {block:Photo}
  243. <div class="photo">
  244. {LinkOpenTag}
  245. <a href="{permalink}">
  246. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  247. </a>
  248. {LinkCloseTag}
  249. {block:ifCaptions}
  250. {block:Caption}{Caption}{/block:Caption}
  251. {/block:ifCaptions}
  252. {block:ifNotCaptions}
  253. {block:PermalinkPage}
  254. {block:Caption}{Caption}{/block:Caption}
  255. {/block:PermalinkPage}
  256. {/block:ifNotCaptions}
  257. {block:ContentSource}
  258. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  259. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  260. {/block:SourceLogo}
  261. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  262. {/block:ContentSource}
  263. {block:ReblogParentURL}
  264. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  265. {/block:ReblogParentURL}
  266. {/block:Photo}
  267.  
  268. {block:Photoset}
  269. <center>
  270. <div class="photoset">
  271. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  272. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  273. </center>
  274. {block:ifCaptions}
  275. {block:Caption}{Caption}{/block:Caption}
  276. {/block:ifCaptions}
  277. {block:ifNotCaptions}
  278. {block:PermalinkPage}
  279. {block:Caption}{Caption}{/block:Caption}
  280. {/block:PermalinkPage}
  281. {/block:ifNotCaptions}
  282. {/block:Photoset}
  283.  
  284. {block:Quote}
  285. <div class="posttitle">"{Quote}"</div>
  286. {block:Source}
  287. <i> - {Source}</i>
  288. {/block:Source}
  289. {/block:Quote}
  290.  
  291. {block:Chat}
  292. {block:Title}
  293. <div class="posttitle">
  294. {Title}
  295. </div>
  296. {/block:Title}
  297. <div class="chat">
  298. {block:Lines}
  299. <div class="chat">
  300. <div class="line {Alt}">
  301. <div class="{Alt} user_{UserNumber}">
  302. {block:Label}
  303. <b>{Label} </b>
  304. {/block:Label}
  305. {Line}
  306. </div>
  307. </div>
  308. </div>
  309. {/block:Lines}
  310. </div>
  311. {/block:Chat}
  312.  
  313. {block:Audio}
  314. <div class="audio">
  315. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="500" height="500">{/block:AlbumArt}</div>
  316. <div class="audiop">{AudioPlayerBlack}</div>
  317. {block:Caption}{Caption}{/block:Caption}
  318. {/block:Audio}
  319.  
  320. {block:Video}
  321. {block:IndexPage}
  322. {Video-250}
  323. {/block:IndexPage}
  324. {block:PermalinkPage}
  325. {Video-400}
  326. {/block:PermalinkPage}
  327. {block:ifCaptions}
  328. {block:Caption}{Caption}{/block:Caption}
  329. {/block:ifCaptions}
  330. {block:ifNotCaptions}
  331. {block:PermalinkPage}
  332. {block:Caption}{Caption}{/block:Caption}
  333. {/block:PermalinkPage}
  334. {/block:ifNotCaptions}
  335. {/block:Video}
  336.  
  337. {block:Panorama}
  338. {block:IndexPage}
  339. <div class="permap">
  340. <a href="{Permalink}">{NoteCount}
  341. </div>
  342. {/block:IndexPage}
  343. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  344. {block:ifCaptions}
  345. {block:Caption}{Caption}{/block:Caption}
  346. {/block:ifCaptions}
  347. {block:ifNotCaptions}
  348. {block:PermalinkPage}
  349. {block:Caption}{Caption}{/block:Caption}
  350. {/block:PermalinkPage}
  351. {/block:ifNotCaptions}
  352. {/block:Panorama}
  353.  
  354. {block:Answer}
  355. <div id="ask">
  356. <div class="askername">{Asker} asked:</div>
  357. {Question}
  358. </div>
  359. {Answer}
  360. {/block:Answer}
  361.  
  362. {block:IndexPage}
  363. <div id="permalink">
  364. <a title="{TimeAgo}"href="{Permalink}">{NoteCount}</a>
  365. </div>
  366. {block:HasTags}
  367. <div id="tags">
  368. <a title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</a>
  369. </div>{/block:HasTags}
  370. {/block:IndexPage}
  371.  
  372. {block:PermalinkPage}
  373. <div id="permalinkpg">
  374. {block:Date}
  375. <b>Posted:</b> {TimeAgo} on
  376. {ShortMonth} {DayofMonth},{Year} at
  377. {12Hour}:{Minutes} {CapitalAmPm}
  378. {/block:Date}
  379. {block:NoteCount}<br>
  380. <b>Notes:</b>
  381. {NoteCount}
  382. {/block:NoteCount}
  383. {block:HasTags}
  384. <br>
  385. <b>Tags:</b>
  386. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  387. {/block:Tags}
  388. {/block:HasTags}
  389. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  390. {block:PostNotes}
  391. {PostNotes}
  392. {/block:PostNotes}
  393. </div>
  394. {/block:PermalinkPage}
  395.  
  396. </article>
  397. {/block:Posts}
  398. <!--Close of article-->
  399.  
  400. </div>
  401.  
  402. <!--Pagination: previous/next page links-->
  403. {block:Pagination}
  404. <div class="pagination">
  405. {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
  406. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  407. </div>
  408. {/block:Pagination}
  409. <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
  410. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  411. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  412. {block:IfInfiniteScroll}
  413. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  414. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  415. {/block:IfInfiniteScroll}
  416. <!--Code for infinite scroll and grid layout-->
  417. <script>
  418. (function() {
  419. var $tumblelog = $('#content');
  420. {block:IfInfiniteScroll}
  421. $tumblelog.infinitescroll({
  422. navSelector : ".pagination",
  423. nextSelector : ".pagination a:first",
  424. itemSelector : "article",
  425. bufferPx : 50,
  426. done : "",
  427. loading: {
  428. finishedMsg: "<p> </p>",
  429. img : "https://31.media.tumblr.com/e6b1589f37690aee2efc30766c2cda35/tumblr_inline_n6tkfg08aE1rh7826.png",
  430. msg: null,
  431. msgText: "<p> </p>"
  432. },
  433. },
  434. function( newElements ) {
  435. var $newElems = $( newElements ).css({ opacity: 0 });
  436. $newElems.imagesLoaded(function(){
  437. $newElems.animate({ opacity: 1 });
  438. $tumblelog.masonry( 'appended', $newElems);
  439. });
  440. }
  441. );
  442. {/block:IfInfiniteScroll}
  443. $tumblelog.imagesLoaded( function(){
  444. $tumblelog.masonry({
  445. columnWidth: function( containerWidth ) {
  446. return containerWidth / 100;
  447. }
  448. });
  449. });
  450. })();
  451. </script>
  452. <!--For users adding Google Analytics ID-->
  453. <script>
  454. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  455. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  456. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  457. s.parentNode.insertBefore(g,s)}(document,'script'));
  458. </script>
  459. <div class="cr"><a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a></div>
  460. </body>
  461. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement