Advertisement
timbllr

SUBSTITUTE THEME CREATED BY TIMBLLR

Mar 3rd, 2013
7,769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.97 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. SUBSTITUTE THEME CREATED BY TIMBLLR
  6.  
  7. by using this theme you agree to not do any of the following:
  8.  
  9. - remove or change the credit of this theme
  10. - edit this html and take all credit
  11. - steal any parts of this code or redistribute it
  12.  
  13. -> this theme is licensed under the creative commons attribution 3.0 unported license <-
  14.  
  15. -->
  16.  
  17. <title>{title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic|Lato' rel='stylesheet' type='text/css'>
  22.  
  23. <meta name="color:background" content="#ffffff" />
  24. <meta name="color:body links" content="#000"/>
  25. <meta name="color:hover background" content="#d4ff00" />
  26. <meta name="color:links" content="#d4ff00"/>
  27. <meta name="color:text" content="#000" />
  28. <meta name="color:title" content="#000" />
  29.  
  30. <meta name="if:Disable Right Click" content="0"/>
  31. <meta name="if:Show A Home Link" content="1"/>
  32. <meta name="if:Show Ask Link" content="1"/>
  33. <meta name="if:Show Archive Link" content="1"/>
  34. <meta name="if:Show Two Custom Links" content="0"/>
  35. <meta name="if:Show Three Custom Links" content="0"/>
  36. <meta name="if:Show Four Custom Links" content="0"/>
  37. <meta name="if:Infinite scroll" content="1"/>
  38. <meta name="if:Use Banner" content="0">
  39.  
  40. <meta name="text:Ask Page" content="/ask" />
  41. <meta name="text:Reblog Word" content="REBLOG" />
  42. <meta name="text:Custom Link One Title" content="" />
  43. <meta name="text:Custom Link One" content="" />
  44. <meta name="text:Custom Link Two Title" content="" />
  45. <meta name="text:Custom Link Two" content="" />
  46. <meta name="text:Custom Link Three Title" content="" />
  47. <meta name="text:Custom Link Three" content="" />
  48. <meta name="text:Custom Link Four Title" content"" />
  49. <meta name="text:Custom Link Four" content="" />
  50.  
  51. <meta name="image:Banner" content="">
  52.  
  53. <head>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;position:fixed;}
  59.  
  60. .headertext {text-transform:uppercase;}
  61.  
  62. ::-moz-selection {
  63. background: #fdfdfd;
  64. color: {color:text};
  65. }
  66. ::selection {
  67. background: #fdfdfd;
  68. color: {color:hover background};
  69. }
  70.  
  71. #content {
  72. margin: 2%;
  73. margin-left:80px;
  74.  
  75.  
  76. {block:PermalinkPage} width:3000px;
  77. margin-left:fixed; padding-left:435px{/block:PermalinkPage}
  78.  
  79. }
  80. body {
  81. background: {color:Background};
  82. background-size: cover;
  83. color: #1d1818;
  84. font-family: 'Didact Gothic', sans-serif;
  85. font-size: 0.8em;
  86. margin: 0;
  87. color:{color:text};
  88. }
  89.  
  90. a {
  91. color: {color:body links};
  92. text-decoration: none;
  93. }
  94.  
  95. iframe, img, embed, object, video {
  96. max-width: 100%;
  97. }
  98. img {
  99. height: auto;
  100. width: auto;
  101. }
  102.  
  103. #menu {
  104. width:100%;
  105. height:auto;
  106. z-index:503;
  107. text-align: center;
  108. padding: 1%;
  109.  
  110. }
  111.  
  112. nav li {
  113. display: inline;
  114. }
  115.  
  116. article {
  117. background: {color:background};
  118. margin: 25px;
  119. margin-left: 25px;
  120. padding: 0%;
  121. width: 20%;
  122. }
  123.  
  124.  
  125. .chat span {
  126. float: left;
  127. margin-right: 1%;
  128. }
  129.  
  130. #tags, nav ul, .chat ul {
  131. list-style: none;
  132. list-style-image: none;
  133. margin: 0;
  134. padding: 0;
  135. }
  136. #tags li {
  137. float: left;
  138. margin-right: 1%;
  139. }
  140.  
  141. .links {
  142. font-family: 'Lato', sans-serif;
  143. font-size:14px;
  144. }
  145.  
  146. .blogtitle {
  147. font-family: 'Lato', sans-serif;
  148. font-size:30px;
  149. letter-spacing:2px;
  150. text-transform:uppercase;
  151.  
  152. }
  153.  
  154. .description {
  155. font-family: 'Didact Gothic', sans-serif;
  156. font-size:12px;
  157. max-width:140px;
  158. color:{color:text}
  159. }
  160.  
  161. .credit {opacity:0.7;font-size:24px;position:fixed;bottom:5px;left:5px;color:#000;}
  162.  
  163. .perma {position:absolute;
  164. padding:15px;
  165. opacity:0;
  166. -webkit-transition: 0.2s ease-in;}
  167. .photo:hover .perma {-webkit-transition: 0.2s ease-in;
  168. opacity:0.4;}
  169.  
  170. .photo:hover .perma {
  171. -webkit-transition: 0.3s ease-in;
  172. position:absolute;
  173. margin:8px;
  174. padding:7px;
  175. background:#fff;
  176. opacity:0.7;
  177. }
  178.  
  179. .photo:hover .perma:hover{
  180. background-color:{color:hover background};
  181. }
  182.  
  183. .pset:hover .perma {-webkit-transition: 0.2s ease-in;
  184. opacity:0.4;}
  185.  
  186. .pset:hover .perma {
  187. -webkit-transition: 0.3s ease-in;
  188. position:absolute;
  189. margin:8px;
  190. padding:7px;
  191. background:#fff;
  192. opacity:0.7;
  193. }
  194.  
  195. .pset:hover .perma:hover{
  196. background-color:{color:hover background};
  197. }
  198.  
  199.  
  200. .link:hover .perma{margin-top: -5px; opacity:1}
  201. .text:hover .perma{margin-top: -5px; opacity:1}
  202. .quote:hover .perma{margin-top: -5px;opacity:1}
  203. .video:hover .perma{margin-top: -5px; opacity:1}
  204. .chat:hover .perma{margin-top: -5px; opacity:1}
  205. .video embed:hover .perma{margin-top: -5px; opacity:1}
  206. .video iframe:hover .perma{margin-top: -5px; opacity:1}
  207. .audio:hover .perma{margin-top: -5px; opacity:1}
  208.  
  209.  
  210. </style>
  211.  
  212. </head>
  213.  
  214. <body>
  215.  
  216. {block:ifdisablerightclick}
  217.  
  218. <script language=JavaScript>
  219. <!--
  220.  
  221. //Disable right mouse click Script
  222. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  223. //For full source code, visit http://www.dynamicdrive.com
  224.  
  225. var message="";
  226.  
  227. ///////////////////////////////////
  228. function clickIE4(){
  229. if (event.button==2){
  230. alert(message);
  231. return false;
  232. }
  233. }
  234.  
  235. function clickNS4(e){
  236. if (document.layers||document.getElementById&&!document.all){
  237. if (e.which==2||e.which==3){
  238. alert(message);
  239. return false;
  240. }
  241. }
  242. }
  243.  
  244. if (document.layers){
  245. document.captureEvents(Event.MOUSEDOWN);
  246. document.onmousedown=clickNS4;
  247. }
  248. else if (document.all&&!document.getElementById){
  249. document.onmousedown=clickIE4;
  250. }
  251.  
  252. document.oncontextmenu=new Function("return false")
  253.  
  254. // -->
  255. </script>
  256.  
  257. {/block:ifdisablerightclick}
  258.  
  259. <header id="menu">
  260.  
  261. <div style="text-align: center;margin-left:-40px;">
  262. {block:ifnotusebanner}<div class="blogtitle"><a style="color:{color:title};" href="/">{Title}</a></div><Br><br>{/block:ifnotusebanner}
  263.  
  264. <div style="text-align: center;">{block:ifusebanner}<Br><img style="max-width:300px; max-height:220px" src="{image:banner}"/><Br><br>{/block:ifusebanner}
  265.  
  266. <span class="headertext"> <div class="links">
  267. {block:ifShowAHomeLink}
  268. <a style="color:{color:links};" href="/">home</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:ifShowAHomeLink}
  269. {block:ifShowArchiveLink} <a style="color:{color:links};" href="/archive">history</a>&nbsp;&nbsp;&nbsp;&nbsp; {/block:ifShowArchiveLink}
  270. {block:ifShowAskLink}<a style="color:{color:links};" href="{text:ask page}">message</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:ifShowAskLink}
  271.  
  272. {block:ifShowTwoCustomLinks}
  273. <a style="color:{color:links};" href="{text:Custom Link One}">{text:Custom Link One Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  274. <a style="color:{color:links};" href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  275. {/block:ifShowTwoCustomLinks}
  276.  
  277. {block:ifShowThreeCustomLinks}
  278. <a style="color:{color:links};" href="{text:Custom Link One}">{text:Custom Link One Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  279. <a style="color:{color:links};" href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  280. <a style="color:{color:links};" href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  281. {/block:ifShowThreeCustomLinks}
  282.  
  283. {block:ifShowFourCustomLinks}
  284. <a style="color:{color:links};" href="{text:Custom Link One}">{text:Custom Link One Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  285. <a style="color:{color:links};" href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  286. <a style="color:{color:links};" href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  287. <a style="color:{color:links};" href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  288.  
  289. {/block:ifShowFourCustomLinks}
  290.  
  291. <a style="color:{color:links};" href="http://timbllr.tumblr.com">theme</a>
  292.  
  293. </div></div>
  294.  
  295. </span><br>
  296.  
  297. <description>{description}</description>
  298.  
  299. </div>
  300.  
  301.  
  302. </div> </header>
  303.  
  304. <div id="content">
  305.  
  306. {block:Posts}
  307.  
  308. <article>
  309.  
  310.  
  311. {block:Photo}
  312. {block:IndexPage}<div class="photo"><span class="perma" style="top:-8px;left:-8px;text-align:center;width:95%;"><a href="{Permalink}">{Notecount} ✩</a> <a href="{ReblogURL}" target="_blank">{text:Reblog Word}</a></span><img src="{PhotoURL-500}" alt="{PhotoAlt}" /></div>{/block:IndexPage}
  313.  
  314. {block:permalinkpage}<div style="width:600px;"><img src="{PhotoURL-500}" alt="{PhotoAlt}" /></div>{/block:permalinkpage}
  315.  
  316. {/block:photo}
  317.  
  318. {block:Text}
  319. <div class="text"><div style="padding:1px;">
  320. {block:indexpage} {block:Title}<h1 class="title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  321. {Body}
  322. <div class="perma" style="float:right;width:100%;text-align:right;"><a href="{Permalink}"style="color:gray;">{NoteCount}</a></div></div><div>{/block:indexpage}
  323. {block:permalinkpage} {block:Title}<h1 class="title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  324. {Body}
  325. {/block:permalinkpage}
  326. {/block:Text}
  327.  
  328. {block:Photoset}
  329.  
  330. {block:IndexPage}<div class="pset"><span class="perma" style="top:-8px;left:-8px;text-align:center;width:95%;"><a href="{Permalink}">{Notecount}</a> ✩ <a href="{ReblogURL}" target="_blank">REBLOG</a></span>{/block:IndexPage}{block:Photos}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">{/block:Photos}</div>{/block:IndexPage}
  331.  
  332. {block:permalinkpage}<div style="margin-left:500px;">{/block:permalinkpage}
  333.  
  334. {/block:Photoset}
  335.  
  336. {block:Quote}
  337. <div class="quote">"{Quote}"<Br><Br><div style=" float:left;width:100%;text-align:right;"> ― <b><i>{Source}</b></i><div class="perma" style=" float:right;width:100%;text-align:right;"><a href="{Permalink}"style="color:gray;">{NoteCount}</a></div></div>
  338.  
  339. {/block:Quote}
  340.  
  341. {block:Chat}
  342. <div class="chat">
  343. {block:indexpage} <ul>
  344. {block:Lines}<li class="{Alt}"><b>{block:Label}<span class="label">{Label}</span>{/block:Label}</b><p> {Line} </p></li>{/block:Lines}
  345. </ul>
  346. <div class="perma" style=" float:right;width:100%;text-align:right;"><a href="{Permalink}"style="color:gray;">{NoteCount}</a></div></div>{/block:indexpage}
  347. {block:permalinkpage}<ul>
  348. {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}<p> {Line} </p></li>{/block:Lines}
  349. </ul>{/block:permalinkpage}
  350. {/block:Chat}
  351.  
  352. {block:Audio}
  353. <div class="audio">
  354. {block:TrackName}<h1 class="title"><a href="{Permalink}">{TrackName}</a></h1>{/block:TrackName}
  355. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="500" height="500"/>{/block:AlbumArt}</div>
  356. <div class="player">{AudioPlayerBlack}</div>
  357. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  358. <div class="perma" style=" float:right;width:100%;text-align:right;"><a href="{Permalink}"style="color:gray;">{NoteCount}</a></div></div>
  359. {/block:Audio}
  360.  
  361. {block:Video}
  362. <div class="video"><div class="video-player">{Video-500}</div>
  363. {/block:Video}
  364.  
  365. {block:Link}
  366. {block:IndexPage}<div class="link"><h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}<div class="perma" style=" float:right;width:100%;text-align:right;"><a href="{Permalink}" style="color:gray;">{NoteCount}</a></div></div>{/block:IndexPage}
  367.  
  368. {block:Permalinkpage} <h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Permalinkpage}
  369. {/block:Link}
  370.  
  371. {block:Answer}
  372. {block:IndexPage}<div class="text"><div style="padding:15px;">{Question}<br><b>asked by {Asker}</b><br>{Answer}<div class="perma" style=" float:right;width:100%;text-align:right;"><a href="{Permalink}"style="color:gray;">{NoteCount}</a></div></div>{/block:IndexPage}
  373. {block:PermalinkPage}<div style="width:500px">{Question}<br><b>asked by {Asker}</b><br>{Answer}</div>{/block:PermalinkPage}
  374. {/block:Answer}
  375.  
  376. {block:Permalink}
  377. <footer class="details">
  378. {block:PostNotes}
  379. <br>{block:RebloggedFrom}<b>reblogged from</b>: {ReblogParentName}{/block:RebloggedFrom}<br>{block:ContentSource}<b>original source</b>: {SourceURL} {/block:ContentSource}<br><br>{block:HasTags}<b>tagged with</b>: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br><b><u>this post has {NoteCountWithLabel}</b></u>
  380. <br><br>
  381. {PostNotes}
  382. {/block:PostNotes}
  383. {/block:Permalink}
  384. </article>
  385. {/block:Posts}
  386.  
  387.  
  388. </div>
  389.  
  390. {block:Pagination}
  391. <div class="pagination">
  392. {block:PreviousPage}<a href="{PreviousPage}">Previous page</a>{/block:PreviousPage}
  393. {block:NextPage}<a href="{NextPage}">Next page</a>{/block:NextPage}
  394. </div>
  395. {/block:Pagination}
  396.  
  397. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  398. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  399. {block:IfInfiniteScroll}
  400. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  401. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  402. {/block:IfInfiniteScroll}
  403.  
  404. <script>
  405. (function() {
  406. var $tumblelog = $('#content');
  407. {block:IfInfiniteScroll}
  408. $tumblelog.infinitescroll({
  409. navSelector : ".pagination",
  410. nextSelector : ".pagination a:first",
  411. itemSelector : "article",
  412. bufferPx : 50,
  413. done : "",
  414. loading: {
  415. finishedMsg: "<p> </p>",
  416. img : " ",
  417. msg: null,
  418. msgText: "<p> </p>"
  419. },
  420. },
  421. function( newElements ) {
  422. var $newElems = $( newElements ).css({ opacity: 0 });
  423. $newElems.imagesLoaded(function(){
  424. $newElems.animate({ opacity: 1 });
  425. $tumblelog.masonry( 'appended', $newElems);
  426. });
  427. }
  428. );
  429. {/block:IfInfiniteScroll}
  430. $tumblelog.imagesLoaded( function(){
  431. $tumblelog.masonry({
  432. columnWidth: function( containerWidth ) {
  433. return containerWidth / 100;
  434. }
  435. });
  436. });
  437. })();
  438. </script>
  439. </body>
  440. <div class="credit"><a href="http://timbllr-themes.tumblr.com/">ⓣ</a></div>
  441. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement