Advertisement
vrisky

blanche

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