Advertisement
florels

theme #20 - ANOTHER LOVE

Jan 10th, 2014
11,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.27 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 LOVE theme by
  6. F L O R E L S (✿◠‿◠) ////
  7.  
  8. published jan 10, 2014
  9. edited feb 13, 2015
  10.  
  11. -->
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15.  
  16. <link rel="icon" href="{Favicon}"/>
  17. <title>{Title}</title>
  18. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  19.  
  20.  
  21.  
  22.  
  23. <meta name="color:background" content="#fff" />
  24. <meta name="color:blogtitle" content="#000" />
  25. <meta name="color:border" content="#000" />
  26. <meta name="color:link" content="#000" />
  27. <meta name="color:nav links" content="#fff" />
  28. <meta name="color:nav links bg" content="#000" />
  29. <meta name="color:scrollbar" content="#000" />
  30. <meta name="color:text" content="#000" />
  31.  
  32. <meta name="image:background" content="" />
  33.  
  34. <meta name="if:solid border" content="1"/>
  35. <meta name="if:2 columns" content="0"/>
  36. <meta name="if:dashed border" 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.  
  41. <meta name="text:ask link" content="/ask" />
  42. <meta name="text:linka url" content="/" />
  43. <meta name="text:linka title" content="linka" />
  44. <meta name="text:linkb url" content="/" />
  45. <meta name="text:linkb title" content="linkb" />
  46. <meta name="text:linkc url" content="/" />
  47. <meta name="text:linkc title" content="linkc" />
  48.  
  49.  
  50. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  51.  
  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/o5Nmy3k0o/florels.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.  
  79.  
  80. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  81.  
  82.  
  83.  
  84. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  85. <script>
  86. (function($){
  87. $(document).ready(function(){
  88. $("[title]").style_my_tooltips({
  89. tip_follows_cursor:true,
  90. tip_delay_time:0,
  91. tip_fade_speed:0
  92. }
  93. );
  94. });
  95. })(jQuery);
  96. </script>
  97.  
  98.  
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103.  
  104. @font-face
  105. {font-family: Emma;
  106. src: url('http://static.tumblr.com/bcpenwm/6OJmz4ll3/abrahamlincoln.ttf')}
  107.  
  108.  
  109. iframe#tumblr_controls {
  110. top: 0% !important;
  111. right:0% !important;
  112. position: fixed !important;}
  113.  
  114.  
  115. body{
  116. margin:0px;
  117. padding:0px;
  118. margin-top:0px;
  119. margin-bottom:0px;
  120. font-family:'cambria';
  121. font-size:10px;
  122. color:{color:text};
  123. background-color:{color:background};
  124. background-image:url('{image:background}');
  125. background-attachment: fixed; }
  126.  
  127. #s-m-t-tooltip{
  128. font-family:'calibri'; /* font family */
  129. font-size: 9px; /* font size */
  130. color:#000; /* text colour */
  131. background-color:#fff; /* background colour */
  132. text-align: center;
  133. letter-spacing:1px; /* letter spacing */
  134. min-width:50px;
  135. max-width:120px;
  136. border: 1px solid #000; /* border colour */
  137. overflow:auto;
  138. display: none;
  139. border-radius:10px;
  140. position: absolute;
  141. z-index: 999999999999;
  142. padding: 3px; /* padding */
  143. margin:20px 20px 15px 0px;}
  144.  
  145. a {
  146. color:{color:link};
  147. text-decoration:underline;}
  148.  
  149. a:hover {
  150. ;-webkit-transition-duration: 0.4s;
  151. text-decoration:none;}
  152.  
  153. a:active,a:focus {outline:0;}
  154.  
  155. ::-webkit-scrollbar {width: 5px; height: 0px; background:{color:background}}
  156. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  157.  
  158. #header {
  159. left:50%;
  160. width:700px;
  161. height:120px;
  162. top:1px;
  163. margin-left:-350px;
  164. position:absolute;
  165. background-color:{color:background};
  166. background-image:url('{image:background}');
  167. background-attachment:fixed;}
  168.  
  169. .blogtitle{
  170. left:50%;
  171. text-align:right;
  172. margin-left:65px;
  173. position:relative;
  174. margin-top:30px;
  175. height:auto;
  176. width:300px;
  177. text-align:right;}
  178.  
  179. .blogtitle a{
  180. color:{color:blogtitle};
  181. letter-spacing:1px;
  182. font-size:35px;
  183. text-decoration:none;
  184. text-transform:uppercase;
  185. font-family:'emma';}
  186.  
  187. .description {
  188. text-align:right;
  189. color:{color:text};
  190. font-family:'cambria';
  191. font-size:11px;
  192. margin-top:-5px;
  193. left:50%;
  194. position:relative;
  195. width:350px;
  196. margin-left:15px;}
  197.  
  198. .description a{
  199. z-index:2;
  200. position:relative;
  201. text-decoration:underline;}
  202.  
  203. .description a:hover{
  204. text-decoration:none;}
  205.  
  206. #navlinks{
  207. text-align:left;
  208. width:714px;
  209. background-color:{color:nav links bg};
  210. margin-left:-17px;
  211. padding:10px;
  212. left:50%;
  213. margin-left:-367px;
  214. margin-top:123px;
  215. position:relative;}
  216.  
  217. #navlinks a{
  218. padding:1px 10px 3px 10px;
  219. letter-spacing:1px;
  220. font-family:'cambria';
  221. text-decoration:none;
  222. color:{color:nav links};}
  223.  
  224. #navlinks a:hover{
  225. border-bottom:1px solid {color:nav links};}
  226.  
  227. .notes {
  228. padding-left:20px;
  229. font-size:9px;}
  230.  
  231. ol.notes {
  232. float:left;
  233. width:500px;
  234. padding-left:5px;
  235. margin-top:10px;
  236. overflow-x:hidden;
  237. over-flow-y:scroll;
  238. list-style-type:none;
  239. font-weight:normal;
  240. font-size:9px;
  241. text-transform:none;}
  242.  
  243. ol.notes li.note {
  244. padding-top:2px;
  245. opacity:1;
  246. -moz-transition:0.1s ease-in;
  247. -webkit-transition:0.1s ease-in;
  248. -o-transition:0.1s ease-in;
  249. transition:0.1s ease-in;}
  250.  
  251. ol.notes li.note:hover {
  252. opacity:1;}
  253.  
  254. ol.notes li.note img.avatar {
  255. width:14px;
  256. height:14px;}
  257.  
  258. .permalink {
  259. padding:2px;
  260. text-align:right;
  261. word-spacing:5px;
  262. {block:permalinkpage}
  263. opacity:0;
  264. {/block:permalinkpage}}
  265.  
  266. .permalink a{
  267. text-decoration:none;}
  268.  
  269. .permalink a:hover{
  270. text-decoration:underline;}
  271.  
  272. .buttons {
  273. position:absolute;
  274. top:4px;
  275. opacity:0;
  276. padding:10px;
  277. font-size:10px;
  278. left:2px;
  279. font-family:cambria;
  280. list-style:none;
  281. -webkit-transition: all 0.3s linear;
  282. -webkit-transition: all 0.3s linear;
  283. -moz-transition: all 0.3s linear;
  284. transition: all 0.3s linear;}
  285.  
  286. .buttons li {
  287. float: left;
  288. background-color:rgba(0,0,0,0.5);
  289. padding:5px;
  290. border-left:3px solid #fff;
  291. margin-left:6px;
  292. border-radius:3px;
  293. height:14px;
  294. margin-bottom:5px;}
  295.  
  296. .buttons a{
  297. color:#fff;
  298. text-decoration:none;}
  299.  
  300. .post:hover .buttons{
  301. opacity:1;
  302. top:7px;
  303. display:block;
  304. -webkit-transition: all 0.2s linear;
  305. -webkit-transition: all 0.2s linear;
  306. -moz-transition: all 0.2s linear;
  307. transition: all 0.2s linear;}
  308.  
  309. .buttons a:hover{
  310. background-color:rgba(0, 0, 0, 0);}
  311.  
  312. .headings{
  313. font-size:16px;
  314. text-align:left;
  315. font-style:italic;}
  316.  
  317. #audioplayer{
  318. background-color:#000;
  319. height:27px;
  320. margin-bottom:-4px;
  321. width:250px;
  322. {block:if2columns}
  323. width:300px;
  324. {/block:if2columns}}
  325.  
  326. #posts {
  327. width:774px;
  328. margin-left:-387px;
  329. position:absolute;
  330. float:left;
  331. margin-top:0px;
  332. left:50%;
  333. {block:if2columns}
  334. width:616px;
  335. margin-left:-308px;
  336. {/block:if2columns}
  337. {block:PermalinkPage}
  338. margin-left:-250px;
  339. width:500px;
  340. {/block:PermalinkPage}}
  341.  
  342. .post {
  343. {block:indexpage}
  344. width:200px;
  345. margin:20px;
  346. padding:8px;
  347. border:1px solid {color:background};
  348. {block:if2columns}
  349. width:250px;
  350. {/block:if2columns}
  351. {block:ifsolidborder}
  352. border:1px solid {color:border};
  353. {/block:ifsolidborder}
  354. {block:ifdashedborder}
  355. border:1px dashed {color:border};
  356. {/block:ifdashedborder}
  357. {/block:indexpage}
  358. {block:permalinkpage}
  359. width:500px;
  360. padding:20px;
  361. margin-top:15px;
  362. {/block:permalinkpage}
  363. float:left;
  364. position:relative;
  365. text-align:justify;
  366. font-family:'cambria';
  367. font-size:10px;
  368. color:{color:text};}
  369.  
  370. .post img{
  371. max-width:100%;}
  372.  
  373. .video embed, .video object, .video iframe {
  374. {block:IndexPage}
  375. width:200px /**/ !important;
  376. {/block:IndexPage}
  377. opacity:{text:post opacity};}
  378.  
  379. .quote {
  380. text-align:center;
  381. font-size:12px;}
  382.  
  383. .quotesource {
  384. text-align:right;}
  385.  
  386. .chat { text-align:right; line-height:11px; }
  387.  
  388. .captions { margin-top:-8px;}
  389.  
  390. </style>
  391. </head>
  392.  
  393. <body>
  394. <div id="header">
  395.  
  396.  
  397. <div class="blogtitle"><a href="/" title="welcome!">{title}</a></div>
  398.  
  399.  
  400. <div class="description"> {description} </div>
  401. </div>
  402.  
  403.  
  404. <div id="navlinks">
  405. <a href="/">home</a>
  406. <a href="{text:ask link}">message</a>
  407. <a href="/archive">archive</a>
  408. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  409. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  410. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  411. <a href="http://emmalucys.com">theme</a>
  412. </div>
  413.  
  414.  
  415. <div id="posts">
  416.  
  417. {block:Posts}
  418.  
  419.  
  420.  
  421.  
  422.  
  423. {block:Text}
  424. <div class="post">
  425. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  426. <div class="permalink">
  427. <a href="{Permalink}" target="_blank">{NoteCount}</a> ··· <a href="{ReblogURL}" target="_blank">reblog</a></div>
  428. </div>
  429. {/block:Text}
  430.  
  431.  
  432. {block:Photo}
  433. <div class="post">
  434. {block:IndexPage}<div class="buttons">
  435. <li>{ReblogButton color="white" size="14"}</li>
  436. <li><a href="{Permalink}" target="_blank">{NoteCount}</a></li>
  437. </div>
  438. {block:ifnot2columns}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"/>{/block:ifnot2columns}
  439. {block:if2columns}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"/>{/block:if2columns}
  440. {/block:IndexPage}
  441.  
  442. {block:PermalinkPage}
  443. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  444. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  445. {/block:Photo}
  446.  
  447.  
  448. {block:Photoset}
  449. <div class="post">
  450. {block:IndexPage}
  451. {Photoset}
  452. <div class="permalink">
  453. <a href="{Permalink}" target="_blank">{NoteCount}</a> ··· <a href="{ReblogURL}" target="_blank">reblog</a></div>
  454. {/block:IndexPage}
  455. {block:PermalinkPage}
  456. {Photoset}
  457. {/block:PermalinkPage}
  458. </div>
  459. {/block:Photoset}
  460.  
  461.  
  462. {block:Quote}
  463. <div class="post">
  464. <div class="quote">'<i>{Quote}</i>'</div>
  465. <div class="quotesource">— {Source}</div>
  466. <div class="permalink">
  467. <a href="{Permalink}" target="_blank">{NoteCount}</a> ··· <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  468. {/block:Quote}
  469.  
  470.  
  471. {block:Link}
  472. <div class="post">
  473. <div class="headings"><a href="{URL}">{Name}</a></div>
  474. {block:Description}{Description}{/block:Description}
  475. <div class="permalink">
  476. <a href="{Permalink}" target="_blank">{NoteCount}</a> ··· <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  477. {/block:Link}
  478.  
  479.  
  480. {block:Video}
  481. {block:IndexPage}
  482. <div class="post"><div class="video">{Video-250}</div>
  483. <div class="permalink">
  484. <a href="{Permalink}" target="_blank">{NoteCount}</a> ··· <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  485. {/block:IndexPage}
  486. {block:PermalinkPage}
  487. {Video-500}
  488. {/block:PermalinkPage}
  489. {block:Video}
  490.  
  491.  
  492. {block:Chat}
  493. <div class="post">
  494. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  495. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  496. {/block:Label}{/block:Lines}</div>
  497. <div class="permalink">
  498. <a href="{Permalink}" target="_blank">{NoteCount}</a> ··· <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  499. {/block:Chat}
  500.  
  501.  
  502. {block:Audio}
  503. <div class="post">
  504. <div id="audioplayer">{AudioPlayerBlack}</div>
  505. {block:Caption}{Caption}{/block:Caption}
  506. <div class="permalink">
  507. <a href="{Permalink}" target="_blank">{NoteCount}</a> ··· <a href="{ReblogURL}" target="_blank">reblog</a></div> </div> {/block:Audio}
  508.  
  509.  
  510. {block:Answer}
  511. <div class="post">
  512. {Question}<br>- {Asker} <br><i> {Answer} </i>
  513. <div class="permalink">
  514. <a href="{Permalink}" target="_blank">{NoteCount}</a> ··· <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  515. {/block:Answer}
  516.  
  517.  
  518. {block:PermalinkPage}
  519. <div class="notes">
  520. {Caption}
  521. posted {TimeAgo}
  522. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  523. {block:RebloggedFrom}
  524. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  525. {/block:RebloggedFrom}
  526. {block:ContentSource}
  527. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  528. {/block:ContentSource}
  529. <br><br>{PostNotes}</div>
  530. {/block:PermalinkPage}
  531.  
  532.  
  533. {/block:posts}
  534.  
  535.  
  536. </div></div>
  537.  
  538. </body>
  539.  
  540. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement