Advertisement
florels

theme #36 - LUNA (version 2)

Jan 4th, 2015
11,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.32 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 (VERSION 2) THEME by
  6. F L O R E L S (✿◠‿◠) ////
  7. started jan 04, 2015
  8. finished jan 04, 2015
  9. published jan 22, 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. #sidebar {
  171. left:50%;
  172. width:250px;
  173. height:auto;
  174. top:125px;
  175. {block:if1column}
  176. margin-left:-420px;
  177. {/block:if1column}
  178. {block:if2columns}
  179. margin-left:-500px;
  180. {/block:if2columns}
  181. {block:if3columns}
  182. margin-left:-600px;
  183. {/block:if3columns}
  184. position:fixed;
  185. background-color:{color:background};
  186. background-image:url('{image:background}');
  187. background-attachment:fixed;}
  188.  
  189. .blogtitle{
  190. left:50%;
  191. text-align:center;
  192. margin-left:-225px;
  193. position:relative;
  194. text-transform:uppercase;
  195. height:auto;
  196. z-index:5;
  197. color:{color:blogtitle};
  198. font-size:25px;
  199. font-family:'times';
  200. padding:10px;
  201. width:250px;}
  202.  
  203. .description {
  204. text-align:center;
  205. color:{color:text};
  206. font-family:'times';
  207. font-size:10px;
  208. padding:10px;
  209. margin-top:-20px;
  210. position:relative;
  211. margin-left:-80px;
  212. z-index:6;
  213. width:200px;}
  214.  
  215. .description a{
  216. z-index:7;
  217. position:relative;
  218. text-decoration:underline;}
  219.  
  220. .description a:hover{
  221. text-decoration:none;}
  222.  
  223. .navlinks{
  224. border:1px solid {color:nav links border};
  225. text-align:center;
  226. width:250px;
  227. line-height:170%;
  228. background-color:{color:nav links bg};
  229. padding:10px;
  230. left:50%;
  231. margin-left:-225px;
  232. margin-top:20px;
  233. position:relative;}
  234.  
  235. .navlinks a{
  236. padding:1px 10px 3px 10px;
  237. font-family:'times';
  238. white-space:nowrap;
  239. font-size:10px;
  240. font-style:italic;
  241. text-decoration:none;
  242. color:{color:nav links};}
  243.  
  244. .navlinks a:hover{
  245. color:{color:nav links hover};
  246. text-decoration:underline;}
  247.  
  248. .notes {
  249. padding-left:20px;
  250. font-size:10px;
  251. padding-bottom:15px;}
  252.  
  253. li.notes {
  254. float:left;
  255. width:500px;
  256. padding-left:5px;
  257. margin-top:10px;
  258. overflow-x:hidden;
  259. over-flow-y:scroll;
  260. list-style-type:none;
  261. font-weight:normal;
  262. font-size:10px;
  263. text-transform:none;}
  264.  
  265. li.note {
  266. padding-top:2px;
  267. opacity:1;}
  268.  
  269. li.note img.avatar {
  270. width:14px;
  271. height:14px;}
  272.  
  273. .permalink {
  274. margin-top:2px;
  275. padding:2px;
  276. text-align:right;
  277. word-spacing:5px;
  278. {block:permalinkpage}
  279. opacity:0;
  280. {/block:permalinkpage}}
  281.  
  282. .permalink a{
  283. color:{color:permalink};
  284. font-style:italic;
  285. text-decoration:none;}
  286.  
  287. .permalink a:hover{
  288. color:rgba(0,0,0,0);}
  289.  
  290. .buttons {
  291. position:absolute;
  292. top:10px;
  293. opacity:0;
  294. padding:10px;
  295. font-size:10px;
  296. left:4px;
  297. font-family:times;
  298. list-style:none;
  299. -webkit-transition: all 0.3s linear;
  300. -webkit-transition: all 0.3s linear;
  301. -moz-transition: all 0.3s linear;
  302. transition: all 0.3s linear;}
  303.  
  304. .buttons li {
  305. border:1px solid {color:buttons border};
  306. float:left;
  307. background-color:{color:buttons bg};
  308. padding:2px 5px 3px 5px;
  309. margin-left:6px;
  310. margin-bottom:5px;}
  311.  
  312. .buttons a{
  313. font-style:italic;
  314. color:{color:buttons text};
  315. text-decoration:none;}
  316.  
  317. .buttons a:hover{
  318. color:rgba(0,0,0,0)}
  319.  
  320. .post:hover .buttons{
  321. opacity:1;
  322. display:block;
  323. -webkit-transition: all 0.2s linear;
  324. -webkit-transition: all 0.2s linear;
  325. -moz-transition: all 0.2s linear;
  326. transition: all 0.2s linear;}
  327.  
  328. .buttons a:hover{
  329. background-color:rgba(0, 0, 0, 0);}
  330.  
  331. .headings{
  332. font-size:16px;
  333. text-align:left;
  334. font-style:italic;}
  335.  
  336. .audiopost {
  337. {block:IndexPage}
  338. {block:ifnot1column}
  339. width:200px;
  340. padding-bottom:10px;
  341. {block:ifnot1column}
  342. {block:if1column}
  343. width:400px;
  344. padding-bottom:60px;
  345. {/block:if1column}
  346. {/block:IndexPage}
  347. {block:PermalinkPage}
  348. width:500px;
  349. padding-bottom:110px;
  350. {/block:PermalinkPage}}
  351.  
  352. .albumart {
  353. position:absolute;
  354. {block:IndexPage}
  355. {block:ifnot1column}
  356. width:50px;
  357. height:50px;
  358. {/block:ifnot1column}
  359. {block:if1column}
  360. width:100px;
  361. height:100px;
  362. {/block:if1column}
  363. {/block:IndexPage}
  364. {block:PermalinkPage}
  365. width:150px;
  366. height:150px;
  367. {/block:PermalinkPage}}
  368.  
  369. .albumart img {
  370. float:left;
  371. {block:IndexPage}
  372. {block:ifnot1column}
  373. width:50px;
  374. height:50px;
  375. {/block:ifnot1column}
  376. {block:if1column}
  377. width:100px;
  378. height:100px;
  379. {/block:if1column}
  380. {/block:IndexPage}
  381. {block:PermalinkPage}
  382. width:150px;
  383. height:150px;
  384. {/block:PermalinkPage}}
  385.  
  386. .playbox {
  387. opacity:0.6;
  388. width:27px;
  389. height:30px;
  390. overflow:hidden;
  391. position:absolute;
  392. z-index:2;
  393. {block:IndexPage}
  394. {block:ifnot1column}
  395. margin-left:11px;
  396. margin-top:12px;
  397. {/block:ifnot1column}
  398. {block:if1column}
  399. margin-left:37px;
  400. margin-top:36px;
  401. {/block:if1column}
  402. {block:IndexPage}
  403. {block:PermalinkPage}
  404. margin-left:60px;
  405. margin-top:61px;
  406. {/block:PermalinkPage}}
  407.  
  408. .info {
  409. margin-top:2px;
  410. line-height:12px;
  411. font-size:8px;
  412. text-transform:uppercase;
  413. {block:IndexPage}
  414. {block:ifnot1column}
  415. margin-left:58px;
  416. {/block:ifnot1column}
  417. {block:if1column}
  418. margin-left:108px;
  419. {/block:if1column}
  420. {block:IndexPage}
  421. {block:PermalinkPage}
  422. margin-left:158px;
  423. {/block:PermalinkPage}}
  424.  
  425. #posts {
  426. position:absolute;
  427. float:left;
  428. margin-top:40px;
  429. left:50%;
  430. {block:IndexPage}
  431. {block:if1column}
  432. width:464px;
  433. margin-left:-232px;
  434. {/block:if1column}
  435. {block:if2columns}
  436. width:528px;
  437. margin-left:-264px;
  438. {/block:if2columns}
  439. {block:if3columns}
  440. width:792px;
  441. margin-left:-396px;
  442. {/block:if3columns}
  443. {/block:IndexPage}
  444. {block:PermalinkPage}
  445. margin-left:-250px;
  446. width:500px;
  447. {/block:PermalinkPage}}
  448.  
  449. .post {
  450. {block:indexpage}
  451. width:200px;
  452. margin:20px;
  453. padding:12px;
  454. {block:if1column}
  455. width:400px;
  456. {/block:if1column}
  457. {/block:indexpage}
  458. {block:permalinkpage}
  459. width:500px;
  460. margin-top:15px;
  461. {/block:permalinkpage}
  462. float:left;
  463. position:relative;
  464. text-align:justify;
  465. font-family:'times';
  466. font-size:10px;
  467. color:{color:text};}
  468.  
  469. .post img{
  470. max-width:100%;}
  471.  
  472. .quote {
  473. text-align:center;
  474. font-size:12px;}
  475.  
  476. .quotesource {
  477. text-align:right;}
  478.  
  479. .chat {
  480. text-align:right;
  481. line-height:11px;}
  482.  
  483. .captions {
  484. margin-top:-8px;}
  485.  
  486. .video embed, .video object, .video iframe {
  487. {block:IndexPage}
  488. {block:ifnot1column}
  489. width:200px;
  490. height:auto;
  491. {/block:ifnot1column}
  492. {block:if1column}
  493. width:400px;
  494. {/block:if1column}
  495. {/block:IndexPage}
  496. {block:PermalinkPage}
  497. width:500px;
  498. {/block:PermalinkPage}}
  499.  
  500. #pleasedontremove{
  501. position:fixed;
  502. right:5px;
  503. z-index:6;
  504. top:27px;}
  505.  
  506. </style>
  507. </head>
  508.  
  509. <body>
  510.  
  511. <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>
  512.  
  513. <div id="sidebar">
  514. <div class="blogtitle">{title}</div>
  515. <div class="description"> {description} </div>
  516.  
  517.  
  518.  
  519. <div class="navlinks">
  520. <a href="/">home</a>
  521. <a href="{text:ask link}">message</a>
  522. <a href="/archive">archive</a>
  523. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  524. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  525. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  526. <a href="http://emmalucys.com">theme</a>
  527. </div></div>
  528.  
  529.  
  530.  
  531.  
  532. <div id="posts">
  533.  
  534. {block:Posts}
  535.  
  536. {block:Text}
  537. <div class="post">
  538. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  539. <div class="permalink">
  540. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  541. </div>
  542. {/block:Text}
  543.  
  544.  
  545. {block:Photo}
  546. <div class="post">
  547. {block:IndexPage}<div class="buttons">
  548. <li><a href="{ReblogURL}" target="_blank">reblog</a></li></br>
  549. <li><a href="{Permalink}">{NoteCount}</a></li>
  550. </div>
  551. {block:ifnot1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"/></a>{/block:ifnot1column}
  552. {block:if1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/></a>{/block:if1column}
  553. {/block:IndexPage}
  554.  
  555. {block:PermalinkPage}
  556. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  557. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  558. {/block:Photo}
  559.  
  560.  
  561. {block:Photoset}
  562. <div class="post">
  563. {block:Indexpage}
  564. {Photoset}
  565. <div class="permalink">
  566. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  567. {/block:Indexpage}
  568. {block:PermalinkPage}<img src="{Photoset-500}" />{/block:PermalinkPage}</div>
  569. {/block:Photoset}
  570.  
  571.  
  572. {block:Quote}
  573. <div class="post">
  574. <div class="quote">'<i>{Quote}</i>'</div>
  575. <div class="quotesource">— {Source}</div>
  576. <div class="permalink">
  577. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  578. {/block:Quote}
  579.  
  580.  
  581. {block:Link}
  582. <div class="post">
  583. <div class="headings"><a href="{URL}">{Name}</a></div>
  584. {block:Description}{Description}{/block:Description}
  585. <div class="permalink">
  586. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  587. {/block:Link}
  588.  
  589.  
  590. {block:Chat}
  591. <div class="post">
  592. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  593. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  594. {/block:Label}{/block:Lines}</div>
  595. <div class="permalink">
  596. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  597. {/block:Chat}
  598.  
  599.  
  600. {block:Video}
  601. <div class="post">
  602. {block:IndexPage}
  603. <div class="video">{Video-500}</div><div class="permalink">
  604. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  605. {/block:IndexPage}
  606. {block:PermalinkPage}
  607. {Video-500}
  608. {/block:PermalinkPage}</div>
  609. {/block:Video}
  610.  
  611.  
  612. {block:Audio}
  613. <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>
  614. {block:IndexPage}<div class="permalink">
  615. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}</div>
  616. {/block:Audio}
  617.  
  618.  
  619. {block:Answer}
  620. <div class="post">
  621. {Question}<br>- {Asker} <br><i> {Answer} </i>
  622. <div class="permalink">
  623. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  624. {/block:Answer}
  625.  
  626.  
  627. {block:PermalinkPage}
  628. <div class="notes">
  629. {Caption}
  630. posted {TimeAgo}
  631. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  632. {block:RebloggedFrom}
  633. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  634. {/block:RebloggedFrom}
  635. {block:ContentSource}
  636. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  637. {/block:ContentSource}
  638. <br><br>{PostNotes}</div>
  639. {/block:PermalinkPage}
  640.  
  641.  
  642. {/block:posts}
  643.  
  644.  
  645. </div></div>
  646.  
  647. </body>
  648.  
  649. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement