Advertisement
florels

theme #4 - another life

Jul 21st, 2013
9,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.79 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. another life theme made by florels
  6. don't remove the credits 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.  
  20.  
  21.  
  22. <meta name="color:background" content="#fff" />
  23. <meta name="color:text" content="#000" />
  24. <meta name="color:title" content="#000" />
  25. <meta name="color:link" content="#000" />
  26. <meta name="color:hover" content="#000" />
  27.  
  28. <meta name="image:background" content="" />
  29. <meta name="image:banner" content="" />
  30.  
  31. <meta name="if:2 columns" content="0" />
  32. <meta name="if:long description" content="0"/>
  33. <meta name="if:show banner" content="0"/>
  34. <meta name="if:show custom link a" content="1" />
  35. <meta name="if:show custom link b" content="1" />
  36. <meta name="if:show custom link c" content="1" />
  37.  
  38. <meta name="text:ask url" content="/ask" />
  39. <meta name="text:linka url" content="/" />
  40. <meta name="text:linka title" content="linka" />
  41. <meta name="text:linkb url" content="/" />
  42. <meta name="text:linkb title" content="linkb" />
  43. <meta name="text:linkc url" content="/" />
  44. <meta name="text:linkc title" content="linkc" />
  45.  
  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"><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}
  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. a {
  102. color:{color:link};
  103. text-decoration:underline;}
  104.  
  105. a:hover {
  106. ;-webkit-transition-duration: 0.4s;
  107. color:{color:hover};
  108. background-color:{color:background};
  109. text-decoration:none;}
  110.  
  111. a:active,a:focus {outline:0;}
  112.  
  113. ::-webkit-scrollbar {width: 5px; height: 0px; background:#ffffff;}
  114. ::-webkit-scrollbar-thumb {background:{color:link};}
  115.  
  116. #header {
  117. left:50%;
  118. width:600px;
  119. height:150px;
  120. margin-left:-400px;
  121. position:absolute;
  122. background-color:{color:background};
  123. background-image:url('{image:background}');}
  124.  
  125. .blogtitle {
  126. color:{color:title};
  127. margin-top:45px;
  128. margin-left:90px;
  129. left:50%;
  130. text-align:right;
  131. position:absolute;
  132. width:420px;
  133. font-size:29px;
  134. font-family:'playfair display';
  135. text-transform:uppercase;}
  136.  
  137. #navlinks{
  138. z-index:1;
  139. font-family:'playfair display';
  140. font-size:10px;
  141. position:absolute;
  142. width:380px;
  143. left:50%;
  144. margin-left:-405px;
  145. margin-top:55px;
  146. {block:ifshowbanner}
  147. margin-top:95px;
  148. {/block:ifshowbanner}}
  149.  
  150. #navlinks a{
  151. padding:2px;
  152. line-height:18px;
  153. color:{color:link};
  154. background-color:{color:background};
  155. background-image:url('{image:background}');
  156. text-decoration:none;}
  157.  
  158. #navlinks a:hover {
  159. color:{color:background};
  160. background-color:{color:link};
  161. text-decoration:none;}
  162.  
  163. .description {
  164. text-align:left;
  165. margin-top:80px;
  166. left:50%;
  167. font-family:'playfair display';
  168. font-size:11px;
  169. width:420px;
  170. {block:ifshowbanner}
  171. margin-top:120px;
  172. {/block:ifshowbanner}
  173. font-style:italic;
  174. position:absolute;
  175. margin-left:-305px;
  176. {block:iflongdescription}
  177. width:840px;
  178. {/block:iflongdescription}}
  179.  
  180. .description a{
  181. z-index:1;
  182. color:{color:link};
  183. font-style:normal;
  184. text-decoration:underline;}
  185.  
  186. .description a:hover{
  187. text-decoration:none;}
  188.  
  189. .notes {
  190. padding-left:20px;
  191. font-size:10px;}
  192.  
  193. li.notes {
  194. float:left;
  195. width:500px;
  196. padding-left:5px;
  197. margin-top:10px;
  198. overflow-x:hidden;
  199. over-flow-y:scroll;
  200. list-style-type:none;
  201. font-weight:normal;
  202. font-size:10px;
  203. text-transform:none;}
  204.  
  205. li.note {
  206. padding-top:2px;
  207. opacity:1;
  208. -moz-transition:0.1s ease-in;
  209. -webkit-transition:0.1s ease-in;
  210. -o-transition:0.1s ease-in;
  211. transition:0.1s ease-in;}
  212.  
  213. li.note img.avatar {
  214. width:14px;
  215. height:14px;}
  216.  
  217. .permalink {
  218. padding:2px;
  219. text-align:right;
  220. font-family:cambria;
  221. {block:permalinkpage}
  222. opacity:0;
  223. {/block:permalinkpage}}
  224.  
  225. .headings{
  226. font-size:14px;
  227. text-align:left;
  228. font-style:italic;}
  229.  
  230. #audioplayer{
  231. background-color:#000;
  232. height:27px;
  233. margin-bottom:-4px;
  234. width:250px;}
  235.  
  236. #posts {
  237. {block:if2columns}
  238. width:640px;
  239. margin-left:-320px;
  240. {/block:if2columns}
  241. {block:ifnot2columns}
  242. width:840px;
  243. margin-left:-420px;
  244. {/block:ifnot2columns}
  245. position:relative;
  246. float:left;
  247. margin-top:120px;
  248. {block:ifshowbanner}
  249. margin-top:160px;
  250. {/block:ifshowbanner}
  251. left:50%;
  252. {block:PermalinkPage}
  253. width:500px;
  254. margin-left:-250px;
  255. {/block:PermalinkPage}}
  256.  
  257. .post {
  258. {block:indexpage}
  259. width:250px;
  260. {block:ifnot2columns}
  261. margin:15px;
  262. {block:ifnot2columns}
  263. {block:if2columns}
  264. margin:25px;
  265. padding:10px;
  266. {/block:if2columns}
  267. {/block:indexpage}
  268. {block:permalinkpage}
  269. width:500px;
  270. padding:20px;
  271. margin-top:15px;
  272. {/block:permalinkpage}
  273. float:left;
  274. position:relative;
  275. text-align:justify;
  276. font-family:'cambria';
  277. font-size:10px;
  278. color:{color:text};}
  279.  
  280. .quote {
  281. text-align:left;
  282. font-size:12px;}
  283.  
  284. .quotesource {
  285. text-align:right;}
  286.  
  287. .image:hover{
  288. opacity:1;}
  289.  
  290. .chat { text-align:right; line-height:11px; }
  291.  
  292. .captions { margin-top:-8px;}
  293.  
  294. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  295. #infscr-loading {display:none;}
  296. .navigation {display:none!important;}
  297.  
  298. </style>
  299. </head>
  300.  
  301. <body>
  302. <div id="header">
  303.  
  304. <div class="description"> {description}</div>
  305.  
  306. {block:ifnotshowbanner}<div class="blogtitle">{title}</div>{/block:ifnotshowbanner}
  307.  
  308. {block:ifshowbanner}<div style="margin-top:35px;margin-left:450px;"><img style="max-width:350px; max-height:75px" src="{image:banner}"/></div>{/block:ifshowbanner}
  309. </div>
  310.  
  311.  
  312.  
  313. <div id="navlinks">
  314. <a href="/">home</a> •
  315. <a href="/archive">archive</a> •
  316. <a href="{text:ask url}">message</a> •
  317. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a> •{/block:ifshowcustomlinka}
  318. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a> •{/block:ifshowcustomlinkb}
  319. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a> •{/block:ifshowcustomlinkc}
  320. <span style="text-decoration:underline;">
  321. <a href="http://emmalucys.com">theme</a></div></div>
  322.  
  323.  
  324.  
  325. <div id="posts">
  326.  
  327. {block:Posts}
  328.  
  329.  
  330.  
  331. {block:Text}
  332. <div class="post">
  333. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  334. <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>{/block:Text}
  335.  
  336.  
  337. {block:Photo}
  338. <div class="post">
  339. <div class="image">
  340. {block:IndexPage}<a href="{permalink}"target="_blank"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"</a>
  341. <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> // <a href="{reblogurl}"target="_blank">reblog</a></div>
  342. {/block:IndexPage}
  343.  
  344.  
  345. {block:PermalinkPage}
  346. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br> {/block:PermalinkPage}
  347. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div></div>
  348. {/block:Photo}
  349.  
  350.  
  351. {block:Photoset}
  352. <div class="post">
  353. {block:Photos}
  354. {block:indexpage}<img src="{PhotoURL-500}" width="250" />{/block:indexpage}
  355. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  356. {/block:Photos}
  357. <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
  358. {/block:Photoset}
  359.  
  360.  
  361. {block:Quote}
  362. <div class="post">
  363. <div class="quote">'<i>{Quote}</i>'</div>
  364. <div class="quotesource">— {Source}</div>
  365. <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
  366. {/block:Quote}
  367.  
  368.  
  369. {block:Link}
  370. <div class="post">
  371. <div class="headings"><a href="{URL}">{Name}</a></div>
  372. {block:Description}{Description}{/block:Description}
  373. <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
  374. {/block:Link}
  375.  
  376.  
  377. {block:Chat}
  378. <div class="post">
  379. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  380. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  381. {/block:Label}{/block:Lines}</div>
  382. <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
  383. {/block:Chat}
  384.  
  385.  
  386. {block:Audio}
  387. <div class="post">
  388. <div id="audioplayer">{AudioPlayerBlack}</div>
  389. {block:Caption}{Caption}{/block:Caption}
  390. <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div> </div> {/block:Audio}
  391.  
  392.  
  393. {block:Answer}
  394. <div class="post">
  395. {Question}<br>- {Asker} <br><i> {Answer} </i>
  396. <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
  397. {/block:Answer}
  398.  
  399.  
  400. {block:PermalinkPage}
  401. <div class="notes">
  402. {Caption}
  403. posted {TimeAgo}
  404. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  405. {block:RebloggedFrom}
  406. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  407. {/block:RebloggedFrom}
  408. {block:ContentSource}
  409. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  410. {/block:ContentSource}
  411. <br><br>{PostNotes}<div>
  412. {/block:PermalinkPage}
  413.  
  414.  
  415. {/block:posts} </div></div> </div>
  416.  
  417.  
  418.  
  419. </div>
  420. </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement