Advertisement
florels

theme #24 - LUNA

Mar 30th, 2014
33,261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 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. LUNA theme by
  6. F L O R E L S (✿◠‿◠) ////
  7.  
  8. published mar 30, 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. <meta name="color:background" content="#fff" />
  22. <meta name="color:blogtitle" content="#000" />
  23. <meta name="color:buttons border" content="#000" />
  24. <meta name="color:buttons bg" content="#fff" />
  25. <meta name="color:buttons text" content="#000" />
  26. <meta name="color:link" content="#000" />
  27. <meta name="color:link hover" content="#000" />
  28. <meta name="color:nav links" content="#000" />
  29. <meta name="color:nav links hover" content="#000" />
  30. <meta name="color:nav links bg" content="#fff" />
  31. <meta name="color:nav links border" content="#000" />
  32. <meta name="color:permalink" content="#000" />
  33. <meta name="color:scrollbar" content="#000" />
  34. <meta name="color:text" content="#000" />
  35.  
  36. <meta name="image:background" content="" />
  37.  
  38. <meta name="if:1 column" content="0"/>
  39. <meta name="if:2 columns" content="1"/>
  40. <meta name="if:3 columns" content="0"/>
  41. <meta name="if:show custom link a" content="1" />
  42. <meta name="if:show custom link b" content="0" />
  43. <meta name="if:show custom link c" content="0" />
  44.  
  45. <meta name="text:ask link" content="/ask" />
  46. <meta name="text:linka url" content="/" />
  47. <meta name="text:linka title" content="linka" />
  48. <meta name="text:linkb url" content="/" />
  49. <meta name="text:linkb title" content="linkb" />
  50. <meta name="text:linkc url" content="/" />
  51. <meta name="text:linkc title" content="linkc" />
  52.  
  53.  
  54. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  55.  
  56.  
  57. {block:indexpage}
  58. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  59. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  60.  
  61. <script type="text/javascript">
  62. $(window).load(function () {
  63. $('#posts').masonry(),
  64. $('.masonryWrap').infinitescroll({
  65. navSelector : "div.navigation",
  66. // selector for the paged navigation (it will be hidden)
  67. nextSelector : ".navigation a#next",
  68. // selector for the NEXT link (to page 2)
  69. itemSelector : ".post",
  70. // selector for all items you'll retrieve
  71. bufferPx : 10000,
  72. extraScrollPx: 10000,
  73. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  74. loadingText : "<em></em>",
  75. },
  76. // call masonry as a callback.
  77. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  78. );
  79. });
  80. </script>
  81. {/block:indexpage}
  82.  
  83.  
  84. <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>
  85.  
  86.  
  87.  
  88. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  89. <script>
  90. (function($){
  91. $(document).ready(function(){
  92. $("[title]").style_my_tooltips({
  93. tip_follows_cursor:true,
  94. tip_delay_time:0,
  95. tip_fade_speed:0
  96. }
  97. );
  98. });
  99. })(jQuery);
  100. </script>
  101.  
  102.  
  103.  
  104.  
  105. <style type="text/css">
  106.  
  107.  
  108. @font-face
  109. {font-family: Emma;
  110. src: url('http://static.tumblr.com/bcpenwm/6OJmz4ll3/abrahamlincoln.ttf')}
  111.  
  112.  
  113. iframe#tumblr_controls {
  114. top: 0% !important;
  115. right:0% !important;
  116. position: fixed !important;}
  117.  
  118.  
  119. body{
  120. margin:0px;
  121. padding:0px;
  122. margin-top:0px;
  123. margin-bottom:0px;
  124. font-family:'times';
  125. font-size:10px;
  126. color:{color:text};
  127. background-color:{color:background};
  128. background-image:url('{image:background}');
  129. background-attachment: fixed; }
  130.  
  131. #s-m-t-tooltip{
  132. font-family:'calibri'; /* font family */
  133. font-size: 8px; /* font size */
  134. color:#000; /* text colour */
  135. background-color:#fff; /* background colour */
  136. text-align: center;
  137. letter-spacing:1px; /* letter spacing */
  138. min-width:50px;
  139. max-width:120px;
  140. border: 1px solid #000; /* border colour */
  141. overflow:auto;
  142. text-transform:uppercase;
  143. display: none;
  144. position: absolute;
  145. z-index: 999999999999;
  146. padding: 3px; /* padding */
  147. margin:20px 20px 15px 0px;}
  148.  
  149. a {
  150. color:{color:link};
  151. text-decoration:none;}
  152.  
  153. a:hover {
  154. ;-webkit-transition-duration: 0.4s;
  155. color:{color:link hover};
  156. text-decoration:underline;}
  157.  
  158. a:active,a:focus {outline:0;}
  159.  
  160. ::-webkit-scrollbar-thumb{
  161. background-color:{color:scrollbar};
  162. border:1px solid {color:background};
  163. height:6px;}
  164.  
  165. ::-webkit-scrollbar {
  166. height:6px;
  167. width:6px;
  168. background-color:{color:background};}
  169.  
  170. #header {
  171. left:50%;
  172. width:550px;
  173. height:auto;
  174. top:25px;
  175. margin-left:-275px;
  176. position:relative;
  177. background-color:{color:background};
  178. background-image:url('{image:background}');
  179. background-attachment:fixed;}
  180.  
  181. .blogtitle{
  182. left:50%;
  183. text-align:center;
  184. margin-left:-260px;
  185. position:relative;
  186. text-transform:uppercase;
  187. height:auto;
  188. z-index:5;
  189. color:{color:blogtitle};
  190. font-size:25px;
  191. font-family:'times';
  192. padding:10px;
  193. width:500px;}
  194.  
  195. .description {
  196. text-align:center;
  197. color:{color:text};
  198. font-family:'times';
  199. font-size:10px;
  200. padding:10px;
  201. margin-top:-20px;
  202. left:50%;
  203. position:relative;
  204. z-index:6;
  205. width:250px;
  206. margin-left:-135px;}
  207.  
  208. .description a{
  209. z-index:7;
  210. position:relative;
  211. text-decoration:underline;}
  212.  
  213. .description a:hover{
  214. text-decoration:none;}
  215.  
  216. .navlinks{
  217. border:1px solid {color:nav links border};
  218. text-align:center;
  219. width:320px;
  220. line-height:170%;
  221. background-color:{color:nav links bg};
  222. padding:10px;
  223. left:50%;
  224. margin-left:-160px;
  225. margin-top:20px;
  226. position:relative;}
  227.  
  228. .navlinks a{
  229. padding:1px 10px 3px 10px;
  230. font-family:'times';
  231. white-space:nowrap;
  232. font-size:10px;
  233. font-style:italic;
  234. text-decoration:none;
  235. color:{color:nav links};}
  236.  
  237. .navlinks a:hover{
  238. color:{color:nav links hover};
  239. text-decoration:underline;}
  240.  
  241. .notes {
  242. padding-left:20px;
  243. font-size:10px;
  244. padding-bottom:15px;}
  245.  
  246. li.notes {
  247. float:left;
  248. width:500px;
  249. padding-left:5px;
  250. margin-top:10px;
  251. overflow-x:hidden;
  252. over-flow-y:scroll;
  253. list-style-type:none;
  254. font-weight:normal;
  255. font-size:10px;
  256. text-transform:none;}
  257.  
  258. li.note {
  259. padding-top:2px;
  260. opacity:1;}
  261.  
  262. li.note img.avatar {
  263. width:14px;
  264. height:14px;}
  265.  
  266. .permalink {
  267. margin-top:2px;
  268. padding:2px;
  269. text-align:right;
  270. word-spacing:5px;
  271. {block:permalinkpage}
  272. opacity:0;
  273. {/block:permalinkpage}}
  274.  
  275. .permalink a{
  276. color:{color:permalink};
  277. font-style:italic;
  278. text-decoration:none;}
  279.  
  280. .permalink a:hover{
  281. color:rgba(0,0,0,0);}
  282.  
  283. .buttons {
  284. position:absolute;
  285. top:10px;
  286. opacity:0;
  287. padding:10px;
  288. font-size:10px;
  289. left:4px;
  290. font-family:times;
  291. list-style:none;
  292. -webkit-transition: all 0.3s linear;
  293. -webkit-transition: all 0.3s linear;
  294. -moz-transition: all 0.3s linear;
  295. transition: all 0.3s linear;}
  296.  
  297. .buttons li {
  298. border:1px solid {color:buttons border};
  299. float:left;
  300. background-color:{color:buttons bg};
  301. padding:2px 5px 3px 5px;
  302. margin-left:6px;
  303. margin-bottom:5px;}
  304.  
  305. .buttons a{
  306. font-style:italic;
  307. color:{color:buttons text};
  308. text-decoration:none;}
  309.  
  310. .buttons a:hover{
  311. color:rgba(0,0,0,0)}
  312.  
  313. .post:hover .buttons{
  314. opacity:1;
  315. display:block;
  316. -webkit-transition: all 0.2s linear;
  317. -webkit-transition: all 0.2s linear;
  318. -moz-transition: all 0.2s linear;
  319. transition: all 0.2s linear;}
  320.  
  321. .buttons a:hover{
  322. background-color:rgba(0, 0, 0, 0);}
  323.  
  324. .headings{
  325. font-size:16px;
  326. text-align:left;
  327. font-style:italic;}
  328.  
  329. .audiopost {
  330. {block:IndexPage}
  331. {block:ifnot1column}
  332. width:200px;
  333. padding-bottom:10px;
  334. {block:ifnot1column}
  335. {block:if1column}
  336. width:400px;
  337. padding-bottom:60px;
  338. {/block:if1column}
  339. {/block:IndexPage}
  340. {block:PermalinkPage}
  341. width:500px;
  342. padding-bottom:110px;
  343. {/block:PermalinkPage}}
  344.  
  345. .albumart {
  346. position:absolute;
  347. {block:IndexPage}
  348. {block:ifnot1column}
  349. width:50px;
  350. height:50px;
  351. {/block:ifnot1column}
  352. {block:if1column}
  353. width:100px;
  354. height:100px;
  355. {/block:if1column}
  356. {/block:IndexPage}
  357. {block:PermalinkPage}
  358. width:150px;
  359. height:150px;
  360. {/block:PermalinkPage}}
  361.  
  362. .albumart img {
  363. float:left;
  364. {block:IndexPage}
  365. {block:ifnot1column}
  366. width:50px;
  367. height:50px;
  368. {/block:ifnot1column}
  369. {block:if1column}
  370. width:100px;
  371. height:100px;
  372. {/block:if1column}
  373. {/block:IndexPage}
  374. {block:PermalinkPage}
  375. width:150px;
  376. height:150px;
  377. {/block:PermalinkPage}}
  378.  
  379. .playbox {
  380. opacity:0.6;
  381. width:27px;
  382. height:30px;
  383. overflow:hidden;
  384. position:absolute;
  385. z-index:2;
  386. {block:IndexPage}
  387. {block:ifnot1column}
  388. margin-left:11px;
  389. margin-top:12px;
  390. {/block:ifnot1column}
  391. {block:if1column}
  392. margin-left:37px;
  393. margin-top:36px;
  394. {/block:if1column}
  395. {block:IndexPage}
  396. {block:PermalinkPage}
  397. margin-left:60px;
  398. margin-top:61px;
  399. {/block:PermalinkPage}}
  400.  
  401. .info {
  402. margin-top:2px;
  403. line-height:12px;
  404. font-size:8px;
  405. text-transform:uppercase;
  406. {block:IndexPage}
  407. {block:ifnot1column}
  408. margin-left:58px;
  409. {/block:ifnot1column}
  410. {block:if1column}
  411. margin-left:108px;
  412. {/block:if1column}
  413. {block:IndexPage}
  414. {block:PermalinkPage}
  415. margin-left:158px;
  416. {/block:PermalinkPage}}
  417.  
  418. #posts {
  419. position:absolute;
  420. float:left;
  421. margin-top:40px;
  422. left:50%;
  423. {block:IndexPage}
  424. {block:if1column}
  425. width:464px;
  426. margin-left:-232px;
  427. {/block:if1column}
  428. {block:if2columns}
  429. width:528px;
  430. margin-left:-264px;
  431. {/block:if2columns}
  432. {block:if3columns}
  433. width:792px;
  434. margin-left:-396px;
  435. {/block:if3columns}
  436. {/block:IndexPage}
  437. {block:PermalinkPage}
  438. margin-left:-250px;
  439. width:500px;
  440. {/block:PermalinkPage}}
  441.  
  442. .post {
  443. {block:indexpage}
  444. width:200px;
  445. margin:20px;
  446. padding:12px;
  447. {block:if1column}
  448. width:400px;
  449. {/block:if1column}
  450. {/block:indexpage}
  451. {block:permalinkpage}
  452. width:500px;
  453. margin-top:15px;
  454. {/block:permalinkpage}
  455. float:left;
  456. position:relative;
  457. text-align:justify;
  458. font-family:'times';
  459. font-size:10px;
  460. color:{color:text};}
  461.  
  462. .post img{
  463. max-width:100%;}
  464.  
  465. .quote {
  466. text-align:center;
  467. font-size:12px;}
  468.  
  469. .quotesource {
  470. text-align:right;}
  471.  
  472. .chat {
  473. text-align:right;
  474. line-height:11px;}
  475.  
  476. .captions {
  477. margin-top:-8px;}
  478.  
  479. .video embed, .video object, .video iframe {
  480. {block:IndexPage}
  481. {block:ifnot1column}
  482. width:200px;
  483. {/block:ifnot1column}
  484. {block:if1column}
  485. width:400px;
  486. {/block:if1column}
  487. {/block:IndexPage}
  488. {block:PermalinkPage}
  489. width:500px;
  490. {/block:PermalinkPage}}
  491.  
  492. #pleasedontremove{
  493. position:fixed;
  494. right:5px;
  495. z-index:6;
  496. top:27px;}
  497.  
  498. </style>
  499. </head>
  500.  
  501. <body>
  502.  
  503. <div id="pleasedontremove"><a href="http://emmalucys.com/" target="_blank" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  504.  
  505. <div id="header">
  506.  
  507.  
  508. <div class="blogtitle">{title}</div>
  509.  
  510.  
  511. <div class="description"> {description} </div>
  512.  
  513.  
  514.  
  515. <div class="navlinks">
  516. <a href="/">home</a>
  517. <a href="{text:ask link}">message</a>
  518. <a href="/archive">archive</a>
  519. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  520. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  521. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  522. <a href="http://emmalucys.com">theme</a>
  523. </div></div>
  524.  
  525.  
  526.  
  527.  
  528. <div id="posts">
  529.  
  530. {block:Posts}
  531.  
  532. {block:Text}
  533. <div class="post">
  534. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  535. <div class="permalink">
  536. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  537. </div>
  538. {/block:Text}
  539.  
  540.  
  541. {block:Photo}
  542. <div class="post">
  543. {block:IndexPage}<div class="buttons">
  544. <li><a href="{ReblogURL}" target="_blank">reblog</a></li></br>
  545. <li><a href="{Permalink}">{NoteCount}</a></li>
  546. </div>
  547. {block:ifnot1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"/></a>{/block:ifnot1column}
  548. {block:if1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/></a>{/block:if1column}
  549. {/block:IndexPage}
  550.  
  551. {block:PermalinkPage}
  552. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  553. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  554. {/block:Photo}
  555.  
  556.  
  557. {block:Photoset}
  558. <div class="post">
  559. {Photoset}
  560. {block:IndexPage}
  561. <div class="permalink">
  562. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  563. {/block:IndexPage}
  564. </div>
  565. {/block:Photoset}
  566.  
  567.  
  568. {block:Quote}
  569. <div class="post">
  570. <div class="quote">'<i>{Quote}</i>'</div>
  571. <div class="quotesource">— {Source}</div>
  572. <div class="permalink">
  573. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  574. {/block:Quote}
  575.  
  576.  
  577. {block:Link}
  578. <div class="post">
  579. <div class="headings"><a href="{URL}">{Name}</a></div>
  580. {block:Description}{Description}{/block:Description}
  581. <div class="permalink">
  582. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  583. {/block:Link}
  584.  
  585.  
  586. {block:Chat}
  587. <div class="post">
  588. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  589. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  590. {/block:Label}{/block:Lines}</div>
  591. <div class="permalink">
  592. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  593. {/block:Chat}
  594.  
  595.  
  596. {block:Video}
  597. <div class="post">
  598. {block:IndexPage}
  599. <div class="video">{Video-500}</div><div class="permalink">
  600. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  601. {/block:IndexPage}
  602. {block:PermalinkPage}
  603. {Video-500}
  604. {/block:PermalinkPage}</div>
  605. {/block:Video}
  606.  
  607.  
  608. {block:Audio}
  609. <div class="post"><div class="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  610. {block:IndexPage}<div class="permalink">
  611. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}</div>
  612. {/block:Audio}
  613.  
  614.  
  615. {block:Answer}
  616. <div class="post">
  617. {Question}<br>- {Asker} <br><i> {Answer} </i>
  618. <div class="permalink">
  619. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  620. {/block:Answer}
  621.  
  622.  
  623. {block:PermalinkPage}
  624. <div class="notes">
  625. {Caption}
  626. posted {TimeAgo}
  627. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  628. {block:RebloggedFrom}
  629. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  630. {/block:RebloggedFrom}
  631. {block:ContentSource}
  632. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  633. {/block:ContentSource}
  634. <br><br>{PostNotes}</div>
  635. {/block:PermalinkPage}
  636.  
  637.  
  638. {/block:posts}
  639.  
  640.  
  641. </div></div>
  642.  
  643. </body>
  644.  
  645. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement