Advertisement
rowrz

Untitled

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