Advertisement
florels

theme #18 - moondust

Jan 1st, 2014
13,936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.39 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. moondust theme made by florels
  6. don't remove the credit 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.  
  19. <meta name="color:background" content="#ffffff" />
  20. <meta name="color:blogtitle" content="#000" />
  21. <meta name="color:description" content="#000" />
  22. <meta name="color:header" content="#ffffff" />
  23. <meta name="color:hover" content="#cfcfcf" />
  24. <meta name="color:link" content="#444444" />
  25. <meta name="color:navlink" content="#000" />
  26. <meta name="color:navlink hover" content="#fff" />
  27. <meta name="color:permalink" content="#fff" />
  28. <meta name="color:permalink bg" content="#969696" />
  29. <meta name="color:permalink border" content="#000" />
  30. <meta name="color:permalink hover" content="#5a5a5a" />
  31. <meta name="color:post bg" content="#fff" />
  32. <meta name="color:post border" content="#000" />
  33. <meta name="color:text" content="#000" />
  34. <meta name="color:scrollbar" content="#000" />
  35.  
  36. <meta name="image:background" content="" />
  37.  
  38. <meta name="if:show custom link a" content="1" />
  39. <meta name="if:show custom link b" content="1" />
  40. <meta name="if:show custom link c" content="1" />
  41. <meta name="if:solid header" content="0" />
  42. <meta name="if:3 columns" content="0" />
  43.  
  44. <meta name="text:asklink" content="/ask" />
  45. <meta name="text:linka url" content="/" />
  46. <meta name="text:linka title" content="linka" />
  47. <meta name="text:linkb url" content="/" />
  48. <meta name="text:linkb title" content="linkb" />
  49. <meta name="text:linkc url" content="/" />
  50. <meta name="text:linkc title" content="linkc" />
  51.  
  52.  
  53. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  54.  
  55.  
  56. {block:indexpage}
  57. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  58. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  59.  
  60. <script type="text/javascript">
  61. $(window).load(function () {
  62. $('#posts').masonry(),
  63. $('.masonryWrap').infinitescroll({
  64. navSelector : "div.navigation",
  65. // selector for the paged navigation (it will be hidden)
  66. nextSelector : ".navigation a#next",
  67. // selector for the NEXT link (to page 2)
  68. itemSelector : ".post",
  69. // selector for all items you'll retrieve
  70. bufferPx : 10000,
  71. extraScrollPx: 10000,
  72. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  73. loadingText : "<em></em>",
  74. },
  75. // call masonry as a callback.
  76. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  77. );
  78. });
  79. </script>
  80. {/block:indexpage}
  81.  
  82.  
  83. <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>
  84.  
  85.  
  86.  
  87. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  88. <script>
  89. (function($){
  90. $(document).ready(function(){
  91. $("[title]").style_my_tooltips({
  92. tip_follows_cursor:true,
  93. tip_delay_time:0,
  94. tip_fade_speed:0
  95. }
  96. );
  97. });
  98. })(jQuery);
  99. </script>
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. <style type="text/css">
  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:11px;
  122. color:{color:text};
  123. background-color:{color:background};
  124. background-image:url('{image:background}');
  125. background-attachment: fixed; }
  126.  
  127. a {
  128. color:{color:link};
  129. text-decoration:underline;
  130. -webkit-transition: all 0.3s ease;
  131. -moz-transition: all 0.3s ease;
  132. -o-transition: all 0.3s ease;
  133. transition: all 0.3s ease;}
  134.  
  135. a:hover {
  136. color:{color:hover};
  137. cursor:help;}
  138.  
  139. a:active,a:focus {outline:0;}
  140.  
  141. ::-webkit-scrollbar-thumb{
  142. background-color:{color:scrollbar};
  143. border: 2px solid #ffffff;
  144. height:5px;
  145. -moz-border-radius: 20px;
  146. border-radius: 20px;
  147. }
  148.  
  149. ::-webkit-scrollbar {
  150. height:5px;
  151. width:9px;
  152. background-color: #000;
  153. border: 4px solid #fff;}
  154.  
  155. #s-m-t-tooltip{
  156. font-family:'calibri'; /* font family */
  157. font-size: 9px; /* font size */
  158. color:#fff; /* text colour */
  159. background-color:#8C8C8C; /* background colour */
  160. text-align: center;/* uppercase */
  161. letter-spacing:1px; /* letter spacing */
  162. min-width:50px;
  163. max-width:120px;
  164. border: 1px solid #fff;
  165. overflow:auto;
  166. display: none;
  167. border-radius:8px;
  168. position: absolute;
  169. z-index: 999999999999;
  170. padding: 3px; /* padding */
  171. margin:20px 20px 15px 0px;}
  172.  
  173. #header {
  174. width:100%;
  175. height:auto;
  176. position:fixed;
  177. text-align:center;
  178. background-color:rgba(255, 255, 255, 0.9);
  179. {block:ifsolidheader}
  180. background-color:{color:header};
  181. {/block:ifsolidheader}
  182. z-index:1;
  183. padding-bottom:15px;}
  184.  
  185. .blogtitle {
  186. width:500px;
  187. margin-left:-250px;
  188. left:50%;
  189. margin-top:45px;
  190. text-align:center;
  191. position:relative;
  192. color:{color:blogtitle};
  193. text-transform:lowercase;
  194. font-size:17px;
  195. letter-spacing:3px;
  196. font-family:'cambria';}
  197.  
  198.  
  199. .blogtitle:hover{
  200. cursor:help;}
  201.  
  202. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  203.  
  204.  
  205. .navlinks{
  206. z-index:1;
  207. font-family:'cambria';
  208. font-size:11px;
  209. text-align:center;
  210. width:400px;
  211. left:50%;
  212. margin-left:-200px;
  213. margin-top:13px;
  214. position:relative;
  215. text-transform:lowercase;}
  216.  
  217. .navlinks a{
  218. color:{color:navlink};
  219. text-decoration:none;
  220. padding:0px 7px;}
  221.  
  222. .navlinks a:hover{
  223. text-decoration:none;
  224. color:{color:navlink hover};}
  225.  
  226. .description {
  227. text-align:center;
  228. font-family:'cambria';
  229. font-size:11px;
  230. margin-top:20px;
  231. position:relative;
  232. color:{color:description};
  233. left:50%;
  234. width:400px;
  235. margin-left:-200px;}
  236.  
  237. .description a{
  238. color:{color:description};}
  239.  
  240. .notes {
  241. font-size:10px;}
  242.  
  243. li.notes {
  244. float:left;
  245. width:500px;
  246. margin-top:10px;
  247. overflow-x:hidden;
  248. over-flow-y:scroll;
  249. list-style-type:none;
  250. font-weight:normal;
  251. font-size:10px;
  252. text-transform:none;}
  253.  
  254. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  255.  
  256. li.note {
  257. padding-top:2px;
  258. opacity:1;
  259. -moz-transition:0.1s ease-in;
  260. -webkit-transition:0.1s ease-in;
  261. -o-transition:0.1s ease-in;
  262. transition:0.1s ease-in;}
  263.  
  264. li.note img.avatar {
  265. width:14px;
  266. height:14px;}
  267.  
  268. .permalink{
  269. border-radius:3px 3px 0px 0px;
  270. margin-left:-10px;
  271. margin-bottom:5px;
  272. width:270px;
  273. text-align:right;
  274. background-color:{color:permalink bg};}
  275.  
  276. .permalink a{
  277. border-radius:100%;
  278. background:{color:permalink};
  279. margin:4px 5px 2px 0px;
  280. border:1px solid {color:permalink border};
  281. padding:5px;
  282. display:inline-block;
  283. -webkit-transition: all 0.3s ease-in-out;
  284. -moz-transition: all 0.3s ease-in-out;
  285. transition: all 0.3s ease-in-out;}
  286.  
  287. .permalink a:hover {
  288. background:{color:permalink hover};
  289. text-align:center;
  290. border:1px solid {color:permalink border};}
  291.  
  292. .headings{
  293. font-size:16px;
  294. text-align:left;
  295. font-style:italic;}
  296.  
  297. .headings a{
  298. text-decoration:none;}
  299.  
  300. .albumart {
  301. width:100px;
  302. height:100px;
  303. {block:permalinkpage}
  304. width:200px;
  305. height:200px;
  306. {/block:permalinkpage}
  307. position:absolute;}
  308.  
  309. .albumart img {
  310. width:100px;
  311. height:100px;
  312. padding-bottom:5px;
  313. {block:permalinkpage}
  314. width:200px;
  315. height:200px;
  316. {/block:permalinkpage}
  317. float:left;}
  318.  
  319. .player{
  320. padding-top:110px;
  321. margin-left:20px;}
  322.  
  323. .yeye {
  324. margin-left:110px;
  325. float:left;
  326. color:{color:Text};
  327. width:120px;
  328. padding:2px;
  329. margin-top:35px;
  330. line-height:150%;}
  331.  
  332. .yeyeye {
  333. margin-left:110px;
  334. float:left;
  335. color:{color:Text};
  336. width:120px;
  337. padding:2px;
  338. margin-top:0px;
  339. line-height:150%;}
  340.  
  341.  
  342. #posts {
  343. position:relative;
  344. float:left;
  345. margin-top:90px;
  346. left:50%;
  347. {block:indexpage}
  348. width:624px;
  349. margin-left:-312px;
  350. {block:if3columns}
  351. width:936px;
  352. margin-left:-468px;
  353. {/block:if3columns}
  354. {/block:indexpage}
  355. {block:permalinkpage}
  356. width:500px;
  357. margin-left:-250px;
  358. {/block:permalinkpage}}
  359.  
  360. .post {
  361. {block:indexpage}
  362. width:250px;
  363. margin:20px;
  364. padding:0px 10px 10px 10px;
  365. float:left;
  366. position:relative;
  367. text-align:justify;
  368. border-radius:5px;
  369. background-color:{color:post bg};
  370. font-family:'cambria';
  371. font-size:11px;
  372. border:1px solid {color:post border};
  373. color:{color:text}
  374. {/block:indexpage}
  375. {block:permalinkpage}
  376. width:500px;
  377. padding:15px;
  378. margin-top:15px;
  379. {/block:permalinkpage}}
  380.  
  381. .post img{
  382. max-width:100%;}
  383.  
  384. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  385.  
  386. .quote {
  387. text-align:left;
  388. font-size:12px;}
  389.  
  390. .quotesource {
  391. text-align:right;}
  392.  
  393. .image{
  394. margin-top:10px;}
  395.  
  396. .chat { text-align:right; line-height:11px; }
  397.  
  398. .captions { margin-top:-8px;}
  399.  
  400.  
  401. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  402.  
  403. .under{
  404. display:none;
  405. text-align:center;}
  406.  
  407.  
  408. </style>
  409. </head>
  410.  
  411. <body>
  412.  
  413.  
  414. <script type="text/javascript">
  415. $(document).ready(function(){
  416. $(".under").hide(0);
  417. $(".blogtitle").click(function(){
  418. $(".under").slideToggle(300);
  419. });
  420. });
  421. </script>
  422.  
  423. <div id="header">
  424.  
  425. <div class="blogtitle">{title}</div>
  426.  
  427. <div class="under">
  428. <div class="description"> {description}</div>
  429. <div class="navlinks">
  430.  
  431. <a href="/">home</a>
  432. <a href="{text:asklink}">mailbox</a>
  433. <a href="/archive">archive</a>
  434. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  435. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  436. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  437. <a href="http://emmalucys.com">theme</a></div></div></div>
  438.  
  439.  
  440.  
  441. <div id="posts">
  442.  
  443. {block:Posts}
  444.  
  445.  
  446. {block:Text}
  447. <div class="post">
  448. {block:indexpage}
  449. <div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  450. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  451. </div>
  452. {/block:Text}
  453.  
  454.  
  455. {block:Photo}
  456. <div class="post">
  457. {block:IndexPage}
  458. <div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
  459. <a href="{permalink}"title="posted {shortmonth} {dayofmonthwithzero}">
  460. <div class="image"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"></a></div>{/block:IndexPage}
  461. {block:PermalinkPage}<img src="{photourl-500}"/>{/block:PermalinkPage}
  462. </div>
  463. {/block:Photo}
  464.  
  465.  
  466. {block:Photoset}
  467. <div class="post">
  468. {block:indexpage}<div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
  469. {block:Photos}<img src="{PhotoURL-500}" width="250" />{/block:Photos}{/block:indexpage}
  470. {block:permalinkpage}{block:Photos}<img src="{PhotoURL-500}"/>{/block:Photos}{/block:permalinkpage}
  471. </div>
  472. {/block:Photoset}
  473.  
  474.  
  475. {block:Quote}
  476. <div class="post">
  477. {block:indexpage}<div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  478. <div class="quote">'<i>{Quote}</i>'</div>
  479. <div class="quotesource">— {Source}</div></div>
  480. {/block:Quote}
  481.  
  482.  
  483. {block:Link}
  484. <div class="post">
  485. {block:indexpage}<div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  486. <div class="headings"><a href="{URL}">{Name}</a></div>
  487. {block:Description}{Description}{/block:Description}</div>
  488. {/block:Link}
  489.  
  490.  
  491. {block:Chat}
  492. <div class="post">
  493. {block:indexpage}<div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  494. {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. {/block:Chat}
  498.  
  499.  
  500. {block:Audio}
  501. {block:indexpage}
  502. <div class="post">
  503. <div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
  504. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  505. {block:TrackName}<div class="yeye"><b>Title:</b> {TrackName}</div>{/block:TrackName}
  506. {block:Artist}<div class="yeyeye"><b>Artist:</b> {Artist}</div>{/block:Artist}
  507. <div class="player">{AudioPlayerWhite}</div>
  508. {/block:indexpage}
  509. {block:permalinkpage}{AudioPlayerWhite}{/block:permalinkpage}</div>
  510. {/block:Audio}
  511.  
  512.  
  513. {block:Answer}
  514. <div class="post">
  515. {block:indexpage}<div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  516. {Question}</br>- {Asker} <br><i> {Answer} </i></div>
  517. {/block:Answer}
  518.  
  519.  
  520. {block:Video}
  521. <div class="post">
  522. {block:IndexPage}<div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
  523. {Video-250}</div>
  524. {/block:IndexPage}
  525. {block:PermalinkPage}
  526. {Video-500}
  527. {/block:PermalinkPage}
  528. {/block:Video}
  529.  
  530.  
  531. {block:PermalinkPage}
  532. <div class="notes">
  533. {Caption}
  534. posted {TimeAgo}
  535. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  536. {block:RebloggedFrom}
  537. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  538. {/block:RebloggedFrom}
  539. {block:ContentSource}
  540. originally from <a href="{SourceURL}">{SourceTitle} </a>
  541. {/block:ContentSource}
  542. <br>
  543. {block:hastags}{block:tags}<a href="/tagged/{Tag}">#{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  544. <br><br>{PostNotes}</div>
  545. {/block:PermalinkPage}
  546.  
  547.  
  548. {/block:posts} </div></div> </div>
  549.  
  550.  
  551.  
  552. </div>
  553. </body>
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement