Advertisement
vrisky

nympho

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