Advertisement
creamify

MOONLITE THEME

Feb 4th, 2013
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
  2. <head>
  3. <!--
  4. Disappears Theme
  5. Kelsey (http://www.atonals.tumblr.com)
  6. This text should never be deleted, nor should the credit link placed in the theme code.
  7.  
  8. credits to:
  9. http://masonry.desandro.com/docs/methods.html
  10.  
  11.  
  12. >> THEME TWEAKED BY
  13. >> ---------------------------------------------
  14. >> HTTP://THEMESBYC.TUMBLR.COM ||| HTTP://CREAMIFY.TUMBLR.COM
  15.  
  16.  
  17. -->
  18.  
  19. <title>{Title}</title>
  20.  
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26.  
  27. <meta name="color:text" content="#7c7a7a"/>
  28. <meta name="color:links" content="#bbbbbb"/>
  29. <meta name="color:link hover" content="#fce4dc"/>
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="if:endless scroll" content="1" />
  32. <meta name="if:show captions" content="0"/>
  33. <meta name="if:italic title" content="0"/>
  34. <meta name="text:blogtitle size" content="15" />
  35. <meta name="text:text size" content="9" />
  36.  
  37. <meta name="font:body" content="trebuchet ms" />
  38. <meta name="font:title" content="trebuchet ms" />
  39.  
  40. <meta name="image:Title" content=""/>
  41.  
  42. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  43. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  44. {block:ifendlessscroll}<script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js">
  45. </script>{/block:ifendlessscroll}
  46.  
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. {block:IndexPage}
  53.  
  54. img:hover {
  55.  
  56. opacity:1.0;
  57.  
  58. -moz-transition: 0.4s ease-in;
  59.  
  60. -webkit-transition: 0.4s ease-in;
  61.  
  62. -o-transition: 0.4s ease-in;
  63.  
  64. transition: 0.4s ease-in;
  65. }
  66.  
  67. img {
  68. -webkit-transition: opacity 0.7s linear;
  69. opacity: 0.7;
  70. }{/block:IndexPage}
  71.  
  72. {block:IndexPage}{block:ifImagePop}img, img a {border: none; -webkit-transition-duration: .5s;}
  73.  
  74. img:hover {-webkit-transform: scale(1.0);}{/block:ifImagePop}{/block:IndexPage}
  75.  
  76.  
  77.  
  78. iframe#tumblr_controls {
  79. top: 0% !important;
  80. right:0% !important;
  81. position: absolute !important;
  82. position:fixed !important;
  83. -webkit-filter: invert(90%) }
  84.  
  85. body {background: {color:background};font-family: {font:body};font-size: {text:text size}px;color: {color:Text};line-height:15px;text-align:justify;}
  86.  
  87. a:hover {color: {color:link hover};-webkit-transition-duration: .5s;}
  88. a {color: {color:Links};text-decoration: none;-webkit-transition-duration: .5s;}
  89.  
  90. .caption {margin-top:5px;margin-bottom:5px;text-align:left;}
  91. .title {font-size:{text:blogtitle size}px; text-transform:uppercase;text-align:center;}
  92. .content{width:1140px;margin-top:20px;margin:auto;padding-bottom:200px;{block:permalinkpage}width:510px;{/block:permalinkpage}}
  93.  
  94.  
  95. .post{margin:15px;margin-top:25px; margin-bottom:3px;width:250px; font-size:{text:text size}px;position:absolute;{block:permalinkpage}width:500px;{/block:permalinkpage}}
  96.  
  97. .audio {background-color:#000000;width:250px;}
  98.  
  99. ::-webkit-scrollbar-thumb:vertical { background-color:{color:Text}; height:100px; }
  100. ::-webkit-scrollbar-thumb:horizontal { background-color:{color:background}; height:10px !important; }
  101. ::-webkit-scrollbar { height:10px; width:10px; background-color:{color:background}; }
  102.  
  103.  
  104. .permalink {text-align:right;}
  105. .notetitle {padding-left:14px;text-transform:none;padding-bottom:10px; text-align:left;}
  106. .notes {margin-top:-4px; margin-bottom:25px; text-align:left;margin-left:-10px;}
  107. ol.notes li.note {padding:5px;}
  108. ol.notes {max-height: 250px;width:480px; overflow: auto;}
  109. img.avatar {display: none;}
  110.  
  111.  
  112. .blogtitle {{block:ifitalictitle}font-style:italic;{/block:ifitalictitle}font-size:{text:blogtitle size}px; font-family:{font:title};display:inline-block;}
  113. .header {position:fixed;bottom:0px;padding:10px;background-color:{color:background};z-index:1000;margin:auto;width:100%;line-height:20px;text-align:center;}
  114. .description {z-index:1000; position:fixed;opacity:.7;-webkit-transition-duration: .5s;width:100%;margin:auto;line-height:20px;text-align:center;background-color:{color:background}}
  115. .description:hover {opacity:1;-webkit-transition-duration: .5s;}
  116. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  117. #infscr-loading {opacity:0;}
  118.  
  119.  
  120. .header img {margin-left:0px; padding:0px; max-width:450; max-height:60px;}
  121.  
  122. .post:hover #hover
  123. {opacity:0.8;}
  124.  
  125. #notes
  126. {opacity:0.5;
  127. letter-spacing:1px;
  128. z-index:999;}
  129.  
  130. #reblog
  131. {text-transform:uppercase;
  132. color:{color:text};
  133. font-size:9px;
  134. letter-spacing:2px;}
  135.  
  136. #hover
  137. {background-color:#ffffff;
  138. color:{color:Infos};
  139. position:absolute;
  140. padding-right:3px;
  141. opacity:0;
  142. overflow:hidden;
  143. z-index:999;
  144. -webkit-transition: opacity 0.6s linear;
  145. -webkit-transition: all 0.6s ease-in-out;
  146. -moz-transition: all 0.6s ease-in-out;
  147. -o-transition: all 0.6s ease-in-out;
  148. }
  149.  
  150. .navigation{{block:ifendlessscroll}display:none;{/block:ifendlessscroll}{block:ifnotendlessscroll}font-style:italic;{/block:ifnotendlessscroll}}
  151. {CustomCSS}
  152. </style>
  153.  
  154. <script>
  155. $(function(){
  156. var $container = $('.content');
  157. $container.imagesLoaded(function(){
  158. $container.masonry({
  159. itemSelector: '.post'
  160. });
  161. });
  162. $container.infinitescroll({
  163. navSelector : '.navigation',
  164. nextSelector : '.navigation a#next',
  165. itemSelector : '.post',
  166. animate:false,
  167. donetext: "No more posts to load" ,},
  168. function( newElements ) {
  169. var $newElems = $( newElements ).css({ opacity: 0 });
  170. $newElems.imagesLoaded(function(){
  171. $newElems.animate({ opacity: 1 });
  172. $container.masonry( 'appended', $newElems );
  173. });
  174. });
  175. });
  176. </script>
  177. </head>
  178. <body>
  179. <div class="header">{block:IfTitleImage}<a href="/"><img src="{image:Title}" alt="{Title}" border="0" /></a>{/block:IfTitleImage}<div class="blogtitle">{block:IfNotTitleImage}
  180. <a href="/">{Title}</a>{/block:IfNotTitleImage}</div><br>
  181. <a href="/ask">/ message</a>&nbsp;/&nbsp;<a href="/archive">&nbsp;archive&nbsp;/</a>&nbsp;{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>&nbsp;/&nbsp;{/block:Pages}<a href="http://creamify.tumblr.com/"><big>©</big></a> /{/block:HasPages}</div>
  182. <div class="description">
  183. {block:description}{description}{/block:description}
  184. <div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a href="{NextPage}" id="next">older</a>{/block:NextPage}{block:PreviousPage} // <a href="{PreviousPage}">newer</a></p>{/block:PreviousPage}{/block:Pagination}</div></div>
  185.  
  186.  
  187.  
  188. <div class="content">
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. {block:Posts}
  196.  
  197. {block:Text}
  198. <div class="post">
  199. {block:Title}<div class="title">{Title}</div>{/block:Title}
  200. {Body}
  201. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a></div>
  202. {/block:IndexPage}
  203.  
  204. {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
  205. Posted {TimeAgo} with {NoteCount} Notes
  206. {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  207.  
  208. <div class="notes">
  209. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  210. {/block:PermalinkPage}
  211.  
  212. </div>
  213. {/block:Text}
  214.  
  215.  
  216. {block:Photo}
  217. <div class="post"align="center"><div id="hover">
  218. <a href="{ReblogURL}" target="_blank"><div id="reblog">&nbsp;reblog</div></a>
  219. <a href="{Permalink}"><div id="notes">&nbsp;{NoteCount}&nbsp;♥</div></a></div>
  220. {block:IndexPage}
  221. <a href="{Permalink}">
  222. <img src="{PhotoURL-250}" alt="{PhotoAlt}" />
  223. {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{/block:IndexPage}</a>
  224.  
  225. {block:PermalinkPage}
  226. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/><div class="notetitle">{block:caption}{Caption}{/block:caption}
  227. Posted {TimeAgo} with {NoteCount} Notes
  228. {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  229.  
  230. <div class="notes">
  231. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  232. {/block:PermalinkPage}
  233.  
  234.  
  235. </div>
  236. {/block:Photo}
  237.  
  238.  
  239.  
  240. {block:Photoset}
  241. <div class="post">
  242. {photoset-250}
  243. {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  244. {/block:IndexPage}
  245.  
  246. {block:IndexPage}<div class="permalink"><a href="{Permalink}"><br>{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:IndexPage}
  247.  
  248. {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
  249. Posted {TimeAgo} with {NoteCount} Notes
  250. {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  251.  
  252. <div class="notes">
  253. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  254. {/block:PermalinkPage}
  255. </div>
  256.  
  257. {/block:Photoset}
  258.  
  259. {block:Quote}
  260. <div class="post">
  261. {Quote}{block:Source}<br>written by <i>{Source}</i>{/block:Source}
  262. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:IndexPage}
  263. {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
  264. Posted {TimeAgo} with {NoteCount} Notes
  265. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  266.  
  267. <div class="notes">
  268. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  269. {/block:PermalinkPage}
  270. </div>
  271. {/block:Quote}
  272.  
  273. {block:Link}
  274. <div class="post">
  275. <div class="title"><a href="{URL}">{Name}</a></div>
  276. {block:Description}{Description}{/block:Description}
  277. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a></div>
  278. {/block:IndexPage}
  279. </div>
  280. {/block:Link}
  281.  
  282. {block:Chat}
  283. <div class="post">
  284. {block:Title}<b>{Title}</b>{/block:Title}
  285. {block:Lines}{block:Label}<b>{Label}</b> "{Line}"<br>{/block:Label}{/block:Lines}
  286. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a></div>
  287. {/block:IndexPage}
  288. {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
  289. Posted {TimeAgo} with {NoteCount} Notes
  290. {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  291.  
  292. <div class="notes">
  293. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  294. {/block:PermalinkPage}
  295. </div>
  296. {/block:Chat}
  297.  
  298. {block:Video}
  299. <div class="post">
  300. {video-250}
  301. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  302. </div>{/block:Video}
  303.  
  304. {block:Audio}
  305. <div class="post">
  306. <div class="audio">
  307. {AudioPlayerBlack}</div>
  308. {Caption}
  309. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>
  310. </div>{/block:IndexPage}
  311. {block:permalinkpage}<div class="notetitle">{block:caption}{Caption}{/block:caption}
  312. Posted {TimeAgo} with {NoteCount} Notes
  313. {block:HasTags}{block:Tags}<br><a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  314.  
  315. <div class="notes">
  316. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  317. {/block:PermalinkPage}
  318. </div>
  319. {/block:Audio}
  320.  
  321.  
  322.  
  323.  
  324. {/block:Posts}
  325.  
  326.  
  327. </div>
  328. </body>
  329. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement