Advertisement
florels

theme #7 - falling for you

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