Advertisement
florels

theme #8 - heart on fire

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