Advertisement
florels

theme #15 - half a heart

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