Advertisement
Guest User

#2

a guest
Jan 17th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 KB | None | 0 0
  1. <!-- quintessence theme by modernise (modernise.us) // please leave credit xo -->
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. <meta name="font:text" content="baskerville" />
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="text:font size" content="11" />
  12. <meta name="if:CustomLink1" content="0">
  13. <meta name="if:CustomLink2" content="0">
  14. <meta name="if:CustomLink3" content="0">
  15. <meta name="if:CustomLink4" content="0">
  16. <meta name="if:CustomLink5" content="0">
  17. <meta name="text:Link 1 Title" content="custom link">
  18. <meta name="text:Link 1" content="http://">
  19. <meta name="text:Link 2 Title" content="custom link">
  20. <meta name="text:Link 2" content="http://">
  21. <meta name="text:Link 3 Title" content="custom link">
  22. <meta name="text:Link 3" content="http://">
  23. <meta name="text:Link 4 Title" content="custom link">
  24. <meta name="text:Link 4" content="http://">
  25. <meta name="text:Link 5 Title" content="custom link">
  26. <meta name="text:Link 5" content="http://">
  27. <meta name="image:Sidebar" content="" />
  28. <meta name="image:Left Background" content""/>
  29. <meta name="image:Right Background" content""/>
  30. <meta name="image:Cover Background" content""/>
  31. {/block:Description}
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35.  
  36. <style type="text/css">
  37.  
  38. iframe#tumblr_controls {
  39. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;position:fixed;}
  40.  
  41. body {
  42. font-family:{font:Text};
  43. font-size:11px;
  44. background-color:{color:Background};
  45. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  46. background-attachment: fixed;
  47. background-position: bottom 0px left 0px, bottom 0px right 0px;
  48. background-repeat: no-repeat, no-repeat, no-repeat;
  49. -webkit-background-size: auto, auto, auto;
  50. -moz-background-size: auto, auto, auto;
  51. -o-background-size: auto, auto, auto;
  52. background-size: auto, auto, cover;
  53. }
  54.  
  55. a {
  56. text-decoration:none;
  57. color:black;
  58. }
  59.  
  60. #content {
  61. width:100%;
  62. }
  63.  
  64.  
  65. #content .posts {
  66. width:564px;
  67. margin-left:auto;margin-right:auto;
  68. }
  69. .entry {
  70. {block:IndexPage}width:250px;margin-right:20px;margin-bottom:20px;{/block:IndexPage}
  71. {block:PermalinkPage}width:700px;
  72. margin-left:auto;margin-right:auto;{/block:PermalinkPage} border:1px #888 solid;padding:3px;padding-bottom:5px;
  73. }
  74. .entry img {-webkit-transition: all 0.6s linear;
  75. {block:IndexPage}width:250px;{/block:IndexPage}
  76. {block:PermalinkPage}width:700px;{/block:PermalinkPage}
  77. margin-bottom:-2px;
  78. }
  79. .entry img:hover {-webkit-transition: all 0.6s linear; opacity:.5;
  80. margin-bottom:1px;
  81. }
  82. }
  83.  
  84.  
  85. blockquote {
  86. margin-left:5px;
  87. padding-left:5px;
  88. line-height:180%;
  89. border-left:1px solid black;
  90. }
  91.  
  92.  
  93. .audiobox {width: 26px!important;background-color:white;top:45%;left:45%;display:block;position:absolute;padding-right:10px;padding-left:10px;padding-top:10px;padding-bottom:10px;border-radius:50px;opacity:0.7;}
  94. {block:IndexPage}
  95. .entry:hover {
  96. -webkit-transition-duration:0.5s;
  97. padding-bottom:3px;
  98. }
  99. {/block:IndexPage}
  100. .cl a {
  101. font-style:italic;padding-left:7px;padding-right:7px;
  102. }
  103.  
  104. .cl a:hover {
  105. font-style:normal;
  106. }
  107.  
  108.  
  109. .header {
  110. margin-top:20%;margin-bottom:25px;
  111. border-bottom:1px solid black;
  112. padding:10px;width:300px;margin-left:auto;margin-left:50px;
  113. text-align:right;position:fixed;background:white;opacity:.6;
  114. }
  115.  
  116. .pn ul{
  117. list-style-type: none;}
  118. .pn li{
  119. list-style-type: none;}
  120. .pn {height:200px;width:700px;overflow:scroll;list-style-type: none;}
  121. </style>
  122.  
  123.  
  124. {block:IndexPage}
  125. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  126. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  127. <script type="text/javascript">
  128. $(window).load(function(){
  129. var $wall = $('.posts');
  130. $wall.imagesLoaded(function(){
  131. $wall.masonry({
  132. itemSelector: '.entry',
  133. isAnimated : true
  134. });
  135. });
  136. $wall.infinitescroll({
  137. navSelector : "div#navigation",
  138. nextSelector : "div#navigation a#nextPage",
  139. itemSelector : '.entry',
  140. loadingImg : "",
  141. loadingText : " ",
  142. donetext : " ",
  143. extraScrollPx : 0,
  144. bufferPx : 10000,
  145. debug : false,
  146. errorCallback: function() {
  147. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  148. }},
  149. function( newElements ) {
  150. var $newElems = $( newElements );
  151. $newElems.hide();
  152. $newElems.imagesLoaded(function(){
  153. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  154. });
  155. }); $('.posts').show(500);
  156. });
  157. </script>
  158. {/block:IndexPage}
  159.  
  160. <script type="text/javascript">
  161. $(window).load(function(){
  162. $("p").remove(":contains('(Source:')");
  163. $("p").remove(":contains('(source:')");
  164. $("p").remove(":contains('(via ')");
  165. });
  166. </script>
  167.  
  168.  
  169. {block:indexpage}
  170. <script language="JavaScript">
  171. function function1(){
  172. window.scrollTo(0,5);
  173. }
  174. function function2(){
  175. window.scroll(0,2);
  176. }
  177. </script>
  178.  
  179. {/block:indexpage}
  180.  
  181. </head>
  182. <body>
  183. <div id="content">
  184. <div class="header"><A href="/"><big><big><i>{Title}</i></big></big></a>{block:Description}<br><br>{Description}{/block:Description}<span class="cl">
  185. <br><br><a href="/">home</a>
  186. <a href="/ask">inbox</a>
  187. {block:IfCustomLink1}
  188. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  189. {/block:IfCustomLink1}
  190. {block:IfCustomLink2}
  191. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  192. {/block:IfCustomLink2}
  193. {block:IfCustomLink3}
  194. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  195. {/block:IfCustomLink3}
  196. {block:IfCustomLink4}
  197. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  198. {/block:IfCustomLink4}
  199. {block:IfCustomLink5}
  200. <a href="{text:Link 5}">{text:Link 5 Title}</a>
  201. {/block:IfCustomLink5}
  202. {block:HasPages}
  203. {block:Pages}
  204. <a href="{URL}">{Label}</a>
  205. {/block:Pages}
  206. {/block:HasPages}
  207. <a href="http://modernise.us">theme</a>
  208. </span></div>
  209. <div class="posts">
  210.  
  211. {block:IndexPage}<div class="column navigation" id="navigation">
  212. {block:Pagination}
  213. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  214. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  215. </div>{/block:IndexPage}
  216.  
  217. <br style="clear:both;" />
  218.  
  219.  
  220. {block:Posts}<div class="entry">
  221.  
  222. {block:Text}
  223. {block:Title}
  224. <span style="font-size:12px;"><a href="{Permalink}"> {Title}</a></span>
  225. {/block:Title}
  226. <div class="text">{Body}</div>
  227. {/block:Text}
  228.  
  229. {block:Photo}
  230. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:IndexPage}
  231. {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}"></a>{/block:PermalinkPage}
  232. {/block:Photo}
  233.  
  234.  
  235.  
  236. {block:Photoset}
  237. <div class="padding-title">
  238. {block:IndexPage}
  239. {Photoset-250}
  240.  
  241.  
  242. {/block:IndexPage}
  243.  
  244. {block:PermalinkPage}
  245. <div class="photoSet">{Photoset-700}</div>
  246.  
  247. {/block:PermalinkPage}
  248. </div>
  249. {/block:Photoset}
  250.  
  251.  
  252.  
  253. {block:Quote}
  254. <i>"{Quote}"</i>
  255. {block:Source}
  256. <div align="right">— {Source}</div>
  257. {/block:Source}
  258. {/block:Quote}
  259.  
  260. {block:Link}
  261. <span style="font-size:12px;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  262.  
  263. {block:Description}
  264. <div class="description">{Description}</div>
  265. {/block:Description}
  266. {/block:Link}
  267.  
  268. {block:Chat}
  269. {block:Title}
  270. <h3><a href="{Permalink}">{Title}</a></h3>
  271. {/block:Title}
  272.  
  273. <ul>
  274. {block:Lines}
  275. <li style="list-style-type: none;margin-left:-40px;">
  276. {block:Label}
  277. <span style="font-weight:bold;">{Label}</span>
  278. {/block:Label}
  279. {Line}
  280. </li>
  281. {/block:Lines}
  282. </ul>
  283. {/block:Chat}
  284.  
  285. {block:Video}
  286. {Video-250}
  287. {/block:Video}
  288.  
  289. {block:Audio}
  290. {block:AlbumArt}
  291. <img src="{AlbumArtURL}" width="{block:IndexPage}250px;{/block:IndexPage}{block:PermalinkPage}700px;{/block:PermalinkPage}">
  292. <div class="audiobox"><Div style="width:25px;overflow:hidden;">{AudioPlayerWhite}</div></div>
  293. {/block:AlbumArt}
  294. {/block:Audio}
  295.  
  296.  
  297. </div>
  298.  
  299. {block:PermalinkPage}<div style="width:700px;margin-left:auto;margin-right:auto;"><center>
  300. {block:Caption}{Caption}<Br>{/block:Caption}{block:Date}{TimeAgo}, {NoteCountWithLabel}{/block:Date}<i>{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</i><br><div class="pn">{PostNotes}</div></center></div>
  301. {/block:PermalinkPage}
  302.  
  303. {block:ContentSource}
  304. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  305. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  306. {/block:SourceLogo}
  307. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  308. {/block:ContentSource}
  309. <!-- {block:NoRebloggedFrom}
  310. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  311. {/block:NoRebloggedFrom} -->
  312. {/block:Posts}
  313. </div></div></div>
  314.  
  315. </body>
  316. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement