Advertisement
florels

theme #3 - counting stars

Jul 18th, 2013
5,292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.35 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. counting stars theme made by florels
  6. don't remove the credit or i'll remove your internal organs xx
  7.  
  8. -->
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12.  
  13. <link rel="icon" href="{Favicon}"/>
  14. <title>{Title}</title>
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  16.  
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  20.  
  21.  
  22.  
  23. <meta name="color:background" content="#fff" />
  24. <meta name="color:text" content="#101010" />
  25. <meta name="color:title" content="#000" />
  26. <meta name="color:link" content="#000" />
  27. <meta name="color:hover" content="#000" />
  28.  
  29. <meta name="image:background" content="" />
  30. <meta name="image:banner" content="" />
  31.  
  32. <meta name="if:show banner" content="0">
  33. <meta name="if:show custom link a" content="1" />
  34. <meta name="if:show custom link b" content="1" />
  35. <meta name="if:show custom link c" content="1" />
  36.  
  37. <meta name="text:linka url" content="/" />
  38. <meta name="text:linka title" content="linka" />
  39. <meta name="text:linkb url" content="/" />
  40. <meta name="text:linkb title" content="linkb" />
  41. <meta name="text:linkc url" content="/" />
  42. <meta name="text:linkc title" content="linkc" />
  43.  
  44.  
  45.  
  46. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  47.  
  48. {block:IndexPage}
  49. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  50. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  51.  
  52. <script type="text/javascript">
  53. $(window).load(function () {
  54. $('#posts').masonry(),
  55. $('.masonryWrap').infinitescroll({
  56. navSelector : "div.navigation",
  57. // selector for the paged navigation (it will be hidden)
  58. nextSelector : ".navigation a#next",
  59. // selector for the NEXT link (to page 2)
  60. itemSelector : ".post",
  61. // selector for all items you'll retrieve
  62. bufferPx : 10000,
  63. extraScrollPx: 10000,
  64. loadingImg : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
  65. loadingText : "<em></em>",
  66. },
  67. // call masonry as a callback.
  68. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  69. );
  70. });
  71. </script>
  72. {/block:IndexPage}
  73. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:left" href="{PreviousPage}">Newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  74.  
  75.  
  76.  
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81. 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:1;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  82.  
  83.  
  84. body{
  85. margin:0px;
  86. padding:0px;
  87. margin-top:0px;
  88. margin-bottom:0px;
  89. font-family:'cambria';
  90. font-size:10px;
  91. color:{color:text};
  92. background-color:{color:background};
  93. background-image:url('{image:background}');
  94. background-attachment: fixed; }
  95.  
  96.  
  97. a {
  98. color:{color:link};
  99. text-decoration:underline;}
  100.  
  101. a:hover {
  102. color:{color:background};
  103. background-color:{color:hover;}
  104. text-decoration:none;
  105. }
  106.  
  107. a:active,a:focus {outline:0;}
  108.  
  109. ::-webkit-scrollbar {width: 5px; height: 0px; background:#ffffff;}
  110. ::-webkit-scrollbar-thumb {background:{color:link};}
  111.  
  112. #header {
  113. left:50%;
  114. width:600px;
  115. height:150px;
  116. margin-left:-300px;
  117. position:absolute;
  118. background-color:{color:background};
  119. background-image:url('{image:background}');}
  120.  
  121. .blogtitle {
  122. color:{color:title};
  123. margin-top:30px;
  124. margin-left:-275px;
  125. left:50%;
  126. position:absolute;
  127. width:400px;
  128. font-size:28px;
  129. font-family:'playfair display';
  130. text-transform:uppercase;}
  131.  
  132. #navlinks{
  133. z-index:999999999999;
  134. font-family:'playfair display';
  135. font-size:10px;
  136. position:absolute;
  137. left:50%;
  138. {block:indexpage}
  139. margin-left:280px;
  140. margin-top:120px;
  141. {/block:indexpage}
  142. {block:permalinkpage}
  143. margin-left:225px;
  144. margin-top:130px;
  145. {/block:permalinkpage}
  146. {block:ifshowbanner}
  147. margin-top:190px;
  148. {/block:ifshowbanner}}
  149.  
  150. #navlinks a{
  151. padding:2px;
  152. line-height:18px;
  153. color:{color:link};}
  154.  
  155. #navlinks a:hover {
  156. color:{color:background};
  157. background-color:{color:link};
  158. text-decoration:none;}
  159.  
  160. #description {
  161. text-align:right;
  162. font-family:'playfair display';
  163. font-size:11px;
  164. font-style:italic;
  165. position:absolute;
  166. margin-left:-125px;
  167. left:50%;
  168. width:400px;
  169. margin-top:67px;
  170. {block:ifshowbanner}
  171. margin-top:135px;
  172. {/block:ifshowbanner}}
  173.  
  174. #description a{
  175. z-index:9999999;
  176. position:relative;
  177. color:{color:link};
  178. font-style:normal;
  179. text-decoration:none;}
  180.  
  181. .notes {
  182. padding-left:20px;
  183. font-size:10px;}
  184.  
  185. li.notes {
  186. float:left;
  187. width:500px;
  188. padding-left:5px;
  189. margin-top:10px;
  190. overflow-x:hidden;
  191. over-flow-y:scroll;
  192. list-style-type:none;
  193. font-weight:normal;
  194. font-size:10px;
  195. text-transform:none;}
  196.  
  197. li.note {
  198. padding-top:2px;
  199. opacity:1;
  200. -moz-transition:0.1s ease-in;
  201. -webkit-transition:0.1s ease-in;
  202. -o-transition:0.1s ease-in;
  203. transition:0.1s ease-in;}
  204.  
  205. li.note img.avatar {
  206. width:14px;
  207. height:14px;}
  208.  
  209. .permalink {
  210. padding:2px;
  211. text-align:right;
  212. {block:permalinkpage}
  213. opacity:0;
  214. {/block:permalinkpage}}
  215.  
  216. .headings{
  217. font-size:14px;
  218. text-align:left;
  219. font-style:italic;}
  220.  
  221. #audioplayer{
  222. background-color:#000;
  223. height:27px;
  224. margin-bottom:-4px;
  225. width:250px;}
  226.  
  227. #posts {
  228. width:600px;
  229. position:relative;
  230. float:left;
  231. left:50%;
  232. margin-left:-300px;
  233. {block:PermalinkPage}
  234. width:500px;
  235. {/block:PermalinkPage}
  236. margin-top:100px;
  237. {block:ifshowbanner}
  238. margin-top:170px;
  239. {/block:ifshowbanner}}
  240.  
  241. .post {
  242. {block:indexpage}
  243. width:250px;
  244. margin:25px;
  245. {/block:indexpage}
  246. {block:permalinkpage}
  247. width:500px;
  248. padding:20px;
  249. margin-top:15px;
  250. {/block:permalinkpage}
  251. float:left;
  252. position:relative;
  253. text-align:justify;
  254. font-family:'playfair display';
  255. font-size:10px;
  256. color:{color:text};}
  257.  
  258. .quote {
  259. text-align:center;
  260. font-size:12px;}
  261.  
  262. .quotesource {
  263. text-align:right;}
  264.  
  265. .image:hover{
  266. opacity:1;}
  267.  
  268. .chat { text-align:right; line-height:11px; }
  269.  
  270. .captions { margin-top:-8px;}
  271.  
  272.  
  273. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  274. #infscr-loading {display:none;}
  275. .navigation {display:none!important;}
  276.  
  277. </style>
  278. </head>
  279.  
  280. <body>
  281. <div id="header">
  282.  
  283. {block:ifnotshowbanner}<div class="blogtitle">{title}</div>{/block:ifnotshowbanner}
  284.  
  285. {block:ifshowbanner}<div style="margin-top:20px;margin-left:25px;"><img style="max-width:600px; max-height:100px" src="{image:banner}"/></div>{/block:ifshowbanner}</div>
  286.  
  287. <div id="description"> {description}</div>
  288.  
  289. <div id="navlinks">
  290. <a href="/">home</a></br>
  291. <a href="/archive">archive</a></br>
  292. <a href="/ask">message</a></br>
  293. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a></br>{/block:ifshowcustomlinka}
  294. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a></br>{/block:ifshowcustomlinkb}
  295. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a></br>{/block:ifshowcustomlinkc}
  296. <a href="http://emmalucys.com">theme</a></div>
  297.  
  298.  
  299.  
  300. <div id="posts">
  301.  
  302. {block:Posts}
  303.  
  304.  
  305.  
  306.  
  307.  
  308. {block:Text}
  309. <div class="post">
  310. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  311. <div class="permalink"><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div>{/block:Text}
  312.  
  313.  
  314. {block:Photo}
  315. <div class="post">
  316. <div class="image">
  317. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  318. {block:IndexPage} <a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"/>{/block:IndexPage}
  319.  
  320. {block:PermalinkPage}
  321. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br> {/block:PermalinkPage}
  322. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div></div>
  323. {/block:Photo}
  324.  
  325.  
  326. {block:Photoset}
  327. <div class="post">
  328. {block:Photos}
  329. {block:indexpage}<img src="{PhotoURL-500}" width="250" />{/block:indexpage}
  330. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  331. {/block:Photos}
  332. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  333. {/block:Photoset}
  334.  
  335.  
  336. {block:Quote}
  337. <div class="post">
  338. <div class="quote">'<i>{Quote}</i>'</div>
  339. <div class="quotesource">— {Source}</div><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  340. {/block:Quote}
  341.  
  342.  
  343. {block:Link}
  344. <div class="post">
  345. <div class="headings"><a href="{URL}">{Name}</a></div>
  346. {block:Description}{Description}{/block:Description}
  347. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  348. {/block:Link}
  349.  
  350.  
  351. {block:Chat}
  352. <div class="post">
  353. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  354. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  355. {/block:Label}{/block:Lines}</div>
  356. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  357. {/block:Chat}
  358.  
  359.  
  360. {block:Audio}
  361. <div class="post">
  362. <div id="audioplayer">{AudioPlayerBlack}</div>
  363. {block:Caption}{Caption}{/block:Caption}
  364. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
  365.  
  366.  
  367. {block:Answer}
  368. <div class="post">
  369. {Question}<br>- {Asker} <br><i> {Answer} </i>
  370. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  371. {/block:Answer}
  372.  
  373.  
  374. {block:PostNotes}
  375. <div class="notes">
  376. {Caption}
  377. posted {TimeAgo}
  378. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  379. {block:RebloggedFrom}
  380. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  381. {/block:RebloggedFrom}
  382. {block:ContentSource}
  383. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  384. {/block:ContentSource}
  385. <br><br>{PostNotes}<div>
  386. {/block:PostNotes}
  387.  
  388.  
  389. {/block:posts} </div></div> </div>
  390.  
  391.  
  392. </div> <br> <br>
  393. </body>
  394. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement