Advertisement
anonymous-themes

Heart on Fire Theme by florels

Aug 23rd, 2013
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 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. heart on fire theme made by florels.tumblr.com
  6. feel free to edit!
  7. but please keep the credits intact xo
  8.  
  9. anonymous themes
  10. anonymous themes
  11. http://anonymousthemes.tumblr.com
  12. http://anonymousthemes.tumblr.com
  13. http://anonymousthemes.tumblr.com
  14. http://anonymousthemes.tumblr.com
  15.  
  16. -->
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head>
  19.  
  20.  
  21. <link rel="icon" href="{Favicon}"/>
  22. <title>{Title}</title>
  23. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  24.  
  25.  
  26.  
  27.  
  28. <meta name="color:background" content="#fff" />
  29. <meta name="color:text" content="#101010" />
  30. <meta name="color:blogtitle" content="#000" />
  31. <meta name="color:link" content="#000" />
  32. <meta name="color:nav links" content="#000" />
  33. <meta name="color:border" content="#000" />
  34.  
  35. <meta name="image:background" content="" />
  36.  
  37. <meta name="text:asklink" content="/ask" />
  38. <meta name="text:linka url" content="/" />
  39. <meta name="text:linka title" content="linka" />
  40. <meta name="text:linkb url" content="/" />
  41. <meta name="text:linkb title" content="linkb" />
  42. <meta name="text:linkc url" content="/" />
  43. <meta name="text:linkc title" content="linkc" />
  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"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}">Newer</a></p></span>{/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. ;-webkit-transition-duration: 0.4s;
  103. text-decoration:none;}
  104.  
  105. a:active,a:focus {outline:0;}
  106.  
  107. ::-webkit-scrollbar {width: 5px; height: 0px; background:#ffffff;}
  108. ::-webkit-scrollbar-thumb {background:{color:link};}
  109.  
  110. #header {
  111. left:50%;
  112. width:700px;
  113. height:120px;
  114. top:1px;
  115. margin-left:-350px;
  116. position:absolute;
  117. background-color:{color:background};
  118. background-image:url('{image:background}');
  119. background-attachment:fixed;}
  120.  
  121. #blogtitle {
  122. color:{color:blogtitle};
  123. margin-top:45px;
  124. left:50%;
  125. text-align:center;
  126. margin-left:-350px;
  127. letter-spacing:2px;
  128. position:absolute;
  129. width:200px;
  130. text-align:right;
  131. font-size:16px;
  132. font-family:'cambria';
  133. text-transform:uppercase;
  134. padding-right:5px;
  135. padding-top:20px;
  136. padding-bottom:20px;
  137. border-right:3px solid {color:border};}
  138.  
  139. .description {
  140. text-align:justify;
  141. color:{color:text};
  142. font-family:'cambria';
  143. font-size:11px;
  144. position:absolute;
  145. margin-left:-80px;
  146. left:50%;
  147. margin-top:40px;
  148. width:350px;
  149. padding-top:5px;
  150. padding-bottom:5px;}
  151.  
  152. .description a{
  153. z-index:2;
  154. position:relative;
  155. text-decoration:underline;}
  156.  
  157. .description a:hover{
  158. text-decoration:none;}
  159.  
  160. .navlinks{
  161. text-align:right;
  162. width:370px;
  163. margin-left:300px;
  164. margin-top:90px;
  165. position:absolute;
  166. word-spacing:3px;}
  167.  
  168. .navlinks a{
  169. padding:2px;
  170. font-family:'cambria';
  171. color:{color:nav links};
  172. text-decoration:underline;}
  173.  
  174. .navlinks a:hover{
  175. text-decoration:none;
  176. background-color:{color:nav links};
  177. color:{color:background};}
  178.  
  179. .notes {
  180. padding-left:20px;
  181. font-size:9px;}
  182.  
  183. ol.notes {
  184. float:left;
  185. width:500px;
  186. padding-left:5px;
  187. margin-top:10px;
  188. overflow-x:hidden;
  189. over-flow-y:scroll;
  190. list-style-type:none;
  191. font-weight:normal;
  192. font-size:9px;
  193. text-transform:none;}
  194.  
  195. ol.notes li.note {
  196. padding-top:2px;
  197. opacity:1;
  198. -moz-transition:0.1s ease-in;
  199. -webkit-transition:0.1s ease-in;
  200. -o-transition:0.1s ease-in;
  201. transition:0.1s ease-in;}
  202.  
  203. ol.notes li.note:hover {
  204. opacity:1;}
  205.  
  206. ol.notes li.note img.avatar {
  207. width:14px;
  208. height:14px;}
  209.  
  210.  
  211. .permalink {
  212. padding:2px;
  213. text-align:right;
  214. {block:permalinkpage}
  215. opacity:0;
  216. {/block:permalinkpage}}
  217.  
  218. .headings{
  219. font-size:14px;
  220. text-align:left;
  221. font-style:italic;}
  222.  
  223. #audioplayer{
  224. background-color:#000;
  225. height:27px;
  226. margin-bottom:-4px;
  227. width:250px;}
  228.  
  229. #posts {
  230. width:850px;
  231. position:relative;
  232. float:left;
  233. margin-top:120px;
  234. left:50%;
  235. margin-left:-425px;
  236. {block:PermalinkPage}
  237. left:50%;
  238. margin-left:-250px;
  239. width:500px;
  240. {/block:PermalinkPage}}
  241.  
  242. .post {
  243. {block:indexpage}
  244. width:250px;
  245. margin:10px;
  246. padding:5px;
  247. border:1px solid {color:border};
  248. {/block:indexpage}
  249. {block:permalinkpage}
  250. width:500px;
  251. padding:20px;
  252. margin-top:15px;
  253. {/block:permalinkpage}
  254. float:left;
  255. position:relative;
  256. text-align:justify;
  257. font-family:'cambria';
  258. font-size:10px;
  259. color:{color:text};}
  260.  
  261. {block:indexpage}
  262. .post .photoset iframe {
  263. width:250px;}
  264. {/block:indexpage}
  265.  
  266. .quote {
  267. text-align:center;
  268. font-size:12px;}
  269.  
  270. .quotesource {
  271. text-align:right;}
  272.  
  273. .image:hover{
  274. opacity:1;}
  275.  
  276. .chat { text-align:right; line-height:11px; }
  277.  
  278. .captions { margin-top:-8px;}
  279.  
  280. </style>
  281. </head>
  282.  
  283. <body>
  284. <div id="header">
  285. <div id="blogtitle"> {title} </div>
  286. <div class="description"> {description} </div>
  287.  
  288. <div class="navlinks">
  289. <a href="/">home</a>
  290. <a href="{text:asklink}">message</a>
  291. <a href="/archive">archive</a>
  292. <a href="{text:linka url}">{text:linka title}</a>
  293. <a href="{text:linkb url}">{text:linkb title}</a>
  294. <a href="{text:linkc url}">{text:linkc title}</a>
  295. <u><a href="http://florels.tumblr.com">theme</a></u>
  296. <u><a href="http://anonymousthemes.tumblr.com">anonymous</a></u>
  297. </div>
  298. </div>
  299.  
  300.  
  301.  
  302.  
  303. <div id="posts">
  304.  
  305. {block:Posts}
  306.  
  307.  
  308.  
  309.  
  310.  
  311. {block:Text}
  312. <div class="post">
  313. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  314. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  315. {/block:Text}
  316.  
  317.  
  318. {block:Photo}
  319. <div class="post">
  320. <div class="image">
  321. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  322. {block:IndexPage} <a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"/></a>{/block:IndexPage}
  323. {block:PermalinkPage}
  324. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br> {/block:PermalinkPage}
  325. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div></div>
  326. {/block:Photo}
  327.  
  328.  
  329. {block:Photoset}
  330. <div class="post">
  331. <div class="photoset">{Photoset-250}</div>
  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>
  340. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  341. {/block:Quote}
  342.  
  343.  
  344. {block:Link}
  345. <div class="post">
  346. <div class="headings"><a href="{URL}">{Name}</a></div>
  347. {block:Description}{Description}{/block:Description}
  348. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  349. {/block:Link}
  350.  
  351.  
  352. {block:Chat}
  353. <div class="post">
  354. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  355. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  356. {/block:Label}{/block:Lines}</div>
  357. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  358. {/block:Chat}
  359.  
  360.  
  361. {block:Audio}
  362. <div class="post">
  363. <div id="audioplayer">{AudioPlayerBlack}</div>
  364. {block:Caption}{Caption}{/block:Caption}
  365. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
  366.  
  367.  
  368. {block:Answer}
  369. <div class="post">
  370. {Question}<br>- {Asker} <br><i> {Answer} </i>
  371. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  372. {/block:Answer}
  373.  
  374.  
  375. {block:PostNotes}
  376. <div class="notes">
  377. {block:Caption} {Caption} {/block:Caption}
  378. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{PostNotes} </div>
  379. {/block:PostNotes}
  380.  
  381.  
  382. {/block:posts}
  383.  
  384.  
  385. </div></div></div></div>
  386. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement