Advertisement
Seedfawn

Theme 21

Oct 10th, 2015
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.00 KB | None | 0 0
  1. <!-- THIS THEME WAS MADE BY SEEDFAWN. PLEASE KEEP THE CREDIT AND HAVE A NICE DAY!-->
  2.  
  3. <html lang="en">
  4. <script type="text/javascript">
  5. <!--
  6.  
  7. // Disable Right Click Script
  8.  
  9. function IE(e)
  10. {
  11. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  12. {
  13. return false;
  14. }
  15. }
  16. function NS(e)
  17. {
  18. if (document.layers || (document.getElementById && !document.all))
  19. {
  20. if (e.which == "2" || e.which == "3")
  21. {
  22. }
  23. }
  24. }
  25. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  26.  
  27. //-->
  28. </script>
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  32. <script>
  33. (function($){
  34. $(document).ready(function(){
  35. $("[title]").style_my_tooltips();
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41.  
  42. <link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  43.  
  44. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  45.  
  46. <meta name="image:Background" content=""/>
  47. <meta name="image:Sidebar" content=""/>
  48. <meta name="image:Transparent" content=""/>
  49. <meta name="if:Transparent Tree" content="1"/>
  50. <meta name="if:Transparent" content="1"/>
  51. <meta name="color:Background" content="#f5f5f5"/>
  52. <meta name="color:Title" content="#874527"/>
  53. <meta name="color:Text" content="#707070"/>
  54. <meta name="color:Link" content="#874527"/>
  55. <meta name="color:Hover" content="#2c2921"/>
  56. <meta name="color:Sidebar" content="#874527"/>
  57. <meta name="color:Sidebar2" content="#bd6236"/>
  58. <meta name="color:Blogtitle" content="#874527"/>
  59. <meta name="color:Navigation" content="#bd6236"/>
  60. <meta name="color:Scrollbar" content="#bd6236"/>
  61. <meta name="color:Permalink" content="#bd6236"/>
  62. <meta name="color:Ask" content="#874527"/>
  63. <meta name="color:Selection" content="#bd6236"/>
  64. <meta name="text:Blogtitle" content="Autumn"/>
  65. <meta name="text:Your Name" content="Name"/>
  66. <meta name="text:Link One" content="" />
  67. <meta name="text:Link Two" content="" />
  68. <meta name="text:Link Three" content="" />
  69. <meta name="text:Link Four" content="http://seedfawn.tumblr.com"/>
  70. <meta name="text:Link One Title" content="Refresh"/>
  71. <meta name="text:Link Two Title" content="Inbox"/>
  72. <meta name="text:Link Three Title" content="Links"/>
  73. <meta name="text:Link Four Title" content="Credit"/>
  74. </script>
  75.  
  76. <style type="text/css">
  77.  
  78. @-webkit-keyframes pop-in {
  79. 0% { opacity: 0; -webkit-transform: scale(0); }
  80. 100% { opacity: 1; -webkit-transform: scale(1); }
  81. }
  82. @-moz-keyframes pop-in {
  83. 0% { opacity: 0; -moz-transform: scale(0); }
  84. 100% { opacity: 1; -moz-transform: scale(1); }
  85. }
  86. @keyframes pop-in {
  87. 0% { opacity: 0; transform: scale(0); }
  88. 100% { opacity: 1; transform: scale(1); }
  89. }
  90.  
  91. .tmblr-iframe{
  92. z-index:9999999999!important;
  93. opacity:.2 !important;
  94. -webkit-filter:invert(100%);
  95. top:5px !important;
  96. right:5px !important;
  97. position:fixed!important;
  98. }
  99.  
  100. body {
  101. color:{color:Text};
  102. font-family:calibri;
  103. text-transform:none;
  104. font-size:8px;
  105. line-height:12px;
  106. background-size:repeat;
  107. background-attachment:fixed;
  108. background-image:url({image:Background});
  109. background-color:{color:Background};
  110. cursor: url(http://static.tumblr.com/p3mk1pa/zzqnm79h1/cur817.gif), auto;
  111. }
  112.  
  113. a:link, a:active, a:visited{
  114. color:{color:Link};
  115. text-decoration:none;
  116. -webkit-transition:all 0.6s ease-out;
  117. -moz-transition:all 0.6s ease-out;
  118. -o-transition:all 0.6s ease-out;
  119. transition:all 0.6s ease-out;
  120. cursor: url(http://static.tumblr.com/p3mk1pa/zzqnm79h1/cur817.gif), auto;
  121. }
  122.  
  123. a:hover{
  124. color:{color:Hover};
  125. text-decoration:none;
  126. -webkit-transition:all 0.5s ease-out;
  127. -moz-transition:all 0.5s ease-out;
  128. -o-transition:all 0.5s ease-out;
  129. transition:all 0.5s ease-out;
  130. cursor: url(http://static.tumblr.com/p3mk1pa/zzqnm79h1/cur817.gif), auto;
  131. }
  132.  
  133. ::-webkit-scrollbar-thumb{
  134. background-color:{color:scrollbar};
  135. border:0px solid transparent;
  136. height:auto;
  137. -moz-border-radius:0px;
  138. border-radius:0px;
  139. }
  140.  
  141. ::-webkit-scrollbar{
  142. width:10px;
  143. border:0px solid transparent;
  144. }
  145.  
  146. ::selection {
  147. background:transparent;
  148. color:{color:selection};
  149. }
  150.  
  151. ::-moz-selection {
  152. background:transparent;
  153. color:{color:selection};
  154. }
  155.  
  156. #s-m-t-tooltip{
  157. max-width:300px;
  158. margin:10px;
  159. padding:5px 8px;
  160. color:white;
  161. font-family:calibri;
  162. font-size:8px;
  163. text-transform:uppercase;
  164. letter-spacing:2px;
  165. background:rgba(0, 0, 0, .7);
  166. border-radius:5px;
  167. z-index:9999999999!important;
  168. -webkit-animation:pop-in 0.5s;
  169. -moz-animation:pop-in 0.5s;
  170. -ms-animation:pop-in 0.5s;
  171. }
  172.  
  173. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  174. #audio {
  175. width:200px;
  176. height:auto;
  177. min-height:60px;
  178. padding-bottom:0px;
  179. }
  180.  
  181. .cover {
  182. position:absolute;
  183. z-index:1;
  184. width:60px;
  185. height:60px;
  186. z-index:999;
  187. }
  188.  
  189. .cover img {
  190. float:left;
  191. width:60px;
  192. height:60px;
  193. outline:1px solid #fff;
  194. outline-offset:-2px;
  195. }
  196.  
  197. .playbox {
  198. opacity:0.6;
  199. width:27px;
  200. height:30px;
  201. overflow:hidden;
  202. position:absolute;
  203. z-index:1000;
  204. margin-left:17px;
  205. margin-top:17px;
  206. text-align:center;
  207. }
  208.  
  209. .info {
  210. margin-left:73px;
  211. margin-top:4px;
  212. line-height:14px;
  213. }
  214.  
  215. #cunt{width:250px; height:auto;}
  216. {block:PermalinkPage}
  217. width:10px;
  218. {/block:PermalinkPage}
  219. }
  220.  
  221. #center{
  222. padding-top:3px;
  223. padding-bottom:3px;
  224. position:fixed !important;
  225. width:250px;
  226. height:207px;
  227. background-color:#fff;
  228. {block:PermalinkPage}
  229. width:410px;
  230. height:207px;
  231. {/block:PermalinkPage}
  232. }
  233.  
  234. #posts{
  235. float:center;
  236. {block:indexpage}
  237. width:650px;
  238. {/block:indexpage}
  239. {block:permalinkpage}
  240. width:630px;
  241. {/block:permalinkpage}
  242. margin-left:380px;
  243. z-index:99;
  244. }
  245.  
  246. #entry img{
  247. {block:indexpage}
  248. background:#fff;
  249. max-width:250px;
  250. opacity:1;
  251. z-index:999;
  252. -webkit-transition:all 0.7s ease-out;
  253. -moz-transition:all 0.7s ease-out;
  254. transition:all 0.7s ease-out;
  255. {/block:indexpage}
  256. {block:PermalinkPage}
  257. outline:1px solid #fff;
  258. outline-offset:-2px;
  259. {/block:PermalinkPage}
  260. }
  261.  
  262. #entry{
  263. z-index:999;
  264. margin:18px;
  265. float:left;
  266. background:#fff;
  267. font-size:10px;
  268. line-height:13px;
  269. text-transform:normal;
  270. width:255px;
  271. padding:12px;
  272. border:1px solid #eee;
  273. box-shadow:rgba(0,0,0,.04) 6px 6px;
  274. {block:PermalinkPage}
  275. opacity:.9;
  276. width:580px;
  277. margin-top:20px;
  278. margin-left:8px;
  279. box-shadow:rgba(0,0,0,0) 0px 0px;
  280. z-index:999;
  281. {/block:PermalinkPage}
  282. -moz-transition: all 0.7s ease-out;
  283. -o-transition: all 0.7s ease-out;
  284. -webkit-transition: all 0.7s ease-out;
  285. transition: all 0.7s ease-out;
  286. }
  287.  
  288. #entry .perma{
  289. width:15px;
  290. height:15px;
  291. top:50%;
  292. line-height:15px;
  293. margin-left:100px;
  294. font-size:14px;
  295. background:transparent;
  296. color:white;
  297. position:absolute;
  298. z-index:99;
  299. overflow:hidden;
  300. background:rgba(0, 0, 0, .7);
  301. padding-top:5px;
  302. padding-bottom:5px;
  303. padding-left:6px;
  304. padding-right:4px;
  305. border-radius:15px;
  306. opacity:0;
  307. }
  308.  
  309. #entry:hover .perma{
  310. overflow:visible;
  311. opacity:1;
  312. }
  313.  
  314. #entry .perma2{
  315. width:15px;
  316. height:15px;
  317. top:50%;
  318. line-height:15px;
  319. margin-left:130px;
  320. font-size:14px;
  321. background:transparent;
  322. color:white;
  323. position:absolute;
  324. z-index:99;
  325. overflow:hidden;
  326. background:rgba(0, 0, 0, .7);
  327. padding-top:6px;
  328. padding-bottom:4px;
  329. padding-left:7px;
  330. padding-right:3px;
  331. border-radius:15px;
  332. opacity:0;
  333. }
  334.  
  335. #entry:hover .perma2{
  336. overflow:visible;
  337. opacity:1;
  338. }
  339.  
  340. #entry .perma3{
  341. position:absolute;
  342. overflow:hidden;
  343. width:auto;
  344. height:15px;
  345. margin-top:6px;
  346. margin-left:64px;
  347. font-family:calibri;
  348. font-size:8px;
  349. text-align:center;
  350. text-transform:uppercase;
  351. letter-spacing:2px;
  352. color:white;
  353. background:{color:permalink};
  354. padding:5px;
  355. opacity:0;
  356. z-index:99;
  357. -webkit-transform: scale(0);
  358. -webkit-transition:opacity 0.5 linear;
  359. -webkit-transition:all 0.5s linear;
  360. -moz-transition:all 0.5s linear;
  361. transition:all 0.5s linear;
  362. }
  363.  
  364. #entry:hover .perma3{
  365. overflow:visible;
  366. -webkit-transform: scale(1);
  367. opacity:1;
  368. }
  369.  
  370. #entry .perma4{
  371. position:absolute;
  372. overflow:hidden;
  373. width:40px;
  374. height:15px;
  375. margin-top:6px;
  376. margin-left:194px;
  377. font-family:calibri;
  378. font-size:8px;
  379. text-align:center;
  380. text-transform:uppercase;
  381. letter-spacing:2px;
  382. color:white;
  383. background:{color:permalink 2};
  384. padding:5px;
  385. opacity:0;
  386. z-index:99;
  387. -webkit-transform: scale(1.5);
  388. -webkit-transition:opacity 0.5 linear;
  389. -webkit-transition:all 0.5s linear;
  390. -moz-transition:all 0.5s linear;
  391. transition:all 0.5s linear;
  392. }
  393.  
  394. #entry:hover .perma4{
  395. overflow:visible;
  396. -webkit-transform: scale(1);
  397. opacity:1;
  398. }
  399.  
  400. #entry .fade{
  401. position:absolute;
  402. width:250px;
  403. height:calc(100% - 27px);
  404. background:black;
  405. margin-left:0px;
  406. margin-top:0px;
  407. opacity:0;
  408. z-index:9;
  409. }
  410.  
  411. #entry:hover .fade{
  412. opacity:.2;
  413. }
  414.  
  415. #entry .box1{
  416. position:absolute;
  417. width:70px;
  418. height:70px;
  419. background:transparent;
  420. border-left:2px solid #fff;
  421. border-top:2px solid #fff;
  422. margin-left:10px;
  423. margin-top:10px;
  424. opacity:0;
  425. z-index:99;
  426. }
  427.  
  428. #entry:hover .box1{
  429. opacity:1;
  430. }
  431.  
  432. #entry .box2{
  433. position:absolute;
  434. width:70px;
  435. height:70px;
  436. bottom:25px;
  437. right:27px;
  438. background:transparent;
  439. border-right:2px solid #fff;
  440. border-bottom:2px solid #fff;
  441. opacity:0;
  442. z-index:99;
  443. }
  444.  
  445. #entry:hover .box2{
  446. opacity:1;
  447. }
  448.  
  449. #permalinktext{
  450. position:absolute;
  451. display:block;
  452. width:10px;
  453. height:10px;
  454. font-size:12px;
  455. color:white;
  456. margin-top:-35px;
  457. margin-left:-10px;
  458. text-transform:uppercase;
  459. background:{color:permalink};
  460. border-radius:10px;
  461. padding-top:4px;
  462. padding-bottom:6px;
  463. padding-left:4.5px;
  464. padding-right:5.5px;
  465. opacity:0;
  466. -webkit-transform: scale(2);
  467. -webkit-transition:all 0.5s ease-in-out;
  468. -moz-transition:all 0.5s ease-in-out;
  469. transition:all 0.5s ease-in-out;
  470. }
  471.  
  472. #permalinktext:hover{
  473. opacity:1;
  474. }
  475.  
  476. #entry:hover #permalinktext{
  477. -webkit-transform: scale(1);
  478. opacity:1;
  479. }
  480.  
  481. #permalinktext2{
  482. position:absolute;
  483. display:block;
  484. width:10px;
  485. height:10px;
  486. font-size:12px;
  487. color:white;
  488. margin-top:-35px;
  489. margin-left:15px;
  490. text-transform:uppercase;
  491. background: rgba( {RGBcolor:Permalink}, 0.7);
  492. border-radius:10px;
  493. padding-top:4px;
  494. padding-bottom:6px;
  495. padding-left:5px;
  496. padding-right:5px;
  497. opacity:0;
  498. -webkit-transform: scale(0);
  499. -webkit-transition:all 0.5s ease-in-out;
  500. -moz-transition:all 0.5s ease-in-out;
  501. transition:all 0.5s ease-in-out;
  502. }
  503.  
  504. #permalinktext2:hover{
  505. opacity:1;
  506. }
  507.  
  508. #entry:hover #permalinktext2{
  509. -webkit-transform: scale(1);
  510. opacity:1;
  511. }
  512.  
  513. .title{
  514. font-family: 'Allura', cursive;
  515. color:{color:title};
  516. font-size:40px;
  517. line-height:30px;
  518. }
  519.  
  520. .title:hover{
  521. text-decoration:none;
  522. }
  523.  
  524. #blogtitle{
  525. position: fixed !important;
  526. width:130px;
  527. margin-top:-33px;
  528. margin-left:5px;
  529. color:{color:Blogtitle};
  530. font-family: 'Allura', cursive;
  531. font-size:45px;
  532. padding:15px;
  533. letter-spacing:2px;
  534. text-transform:none;
  535. text-align:center;
  536. opacity:1;
  537. z-index:99;
  538. text-shadow: white 1.1px 1.1px, white 0 1.1px, white -1.1px 1.1px, white -1.1px 0, white -1.1px -1.1px, white 0 -1.1px, white 1.1px -1.1px, white 1.1px 0;
  539. -webkit-transition:all 0.7s ease-in-out;
  540. -moz-transition:all 0.7s ease-in-out;
  541. transition:all 0.7s ease-in-out;
  542. }
  543.  
  544. #sidebar{
  545. overflow:auto;
  546. position:fixed !important;
  547. margin-top:170px;
  548. margin-left:50px;
  549. width:200px;
  550. height:165px;
  551. background:transparent;
  552. opacity:1;
  553. z-index:99;
  554. -webkit-transition:all 0.7s ease-in-out;
  555. -moz-transition:all 0.7s ease-in-out;
  556. transition:all 0.7s ease-in-out;
  557. }
  558.  
  559. #sidebar .desc{
  560. position:absolute !important;
  561. margin-top:300px;
  562. margin-left:40px;
  563. line-height:15px;
  564. text-align:justify;
  565. opacity:1;
  566. z-index:999;
  567. -webkit-transition:all 0.7s ease-in-out;
  568. -moz-transition:all 0.7s ease-in-out;
  569. transition:all 0.7s ease-in-out;
  570. }
  571.  
  572. #sidebar:hover .desc{
  573. opacity:1;
  574. margin-top:100px;
  575. }
  576.  
  577. #links{
  578. position:fixed!important;
  579. margin-left:-15px;
  580. margin-top:200px;
  581. opacity:1;
  582. z-index:9999;
  583. -webkit-transition:all 0.7s ease-in-out;
  584. -moz-transition:all 0.7s ease-in-out;
  585. transition:all 0.7s ease-in-out;
  586. }
  587.  
  588. #links a{
  589. width:auto;
  590. margin-left:5px;
  591. display:inline-block;
  592. color:{color:text};
  593. text-align:center;
  594. font-family:calibri;
  595. font-size:8px;
  596. text-transform:uppercase;
  597. letter-spacing:2px;
  598. padding:3px;
  599. opacity:1;
  600. }
  601.  
  602. #links a:hover{
  603. background:{color:navigation};
  604. color:white;
  605. }
  606.  
  607. #l{
  608. position:fixed;
  609. height:220px;
  610. margin-left:200px;
  611. margin-top:0px;
  612. font-family:calibri;
  613. font-size:8px;
  614. color:white;
  615. border-left:1px solid {color:sidebar};
  616. padding:0px;
  617. z-index:1;
  618. }
  619.  
  620. #stat{
  621. position:fixed;
  622. bottom:10px;
  623. left:10px;
  624. z-index:9999;
  625. }
  626.  
  627. #stats{
  628. width:auto;
  629. height:20px;
  630. background:{color:navigation};
  631. padding:3px;
  632. opacity:1;
  633. font-family:calibri;
  634. font-size:8px;
  635. text-transform:uppercase;
  636. letter-spacing:2px;
  637. line-height:20px;
  638. z-index:9999;
  639. -webkit-transition: all 0.5s ease-in-out;
  640. -moz-transition: all 0.5s ease-in-out;
  641. -o-transition: all 0.5s ease-in-out;
  642. }
  643.  
  644. #update{
  645. position:fixed;
  646. bottom:10px;
  647. left:55px;
  648. z-index:9999;
  649. }
  650.  
  651. #updates{
  652. width:auto;
  653. height:20px;
  654. background:{color:navigation};
  655. padding:3px;
  656. opacity:1;
  657. font-family:calibri;
  658. font-size:8px;
  659. text-transform:uppercase;
  660. letter-spacing:2px;
  661. line-height:20px;
  662. z-index:9999;
  663. -webkit-transition: all 0.5s ease-in-out;
  664. -moz-transition: all 0.5s ease-in-out;
  665. -o-transition: all 0.5s ease-in-out;
  666. }
  667.  
  668. #cred{
  669. position:fixed;
  670. bottom:10px;
  671. left:115px;
  672. z-index:9999;
  673. }
  674.  
  675. #creds{
  676. width:auto;
  677. height:20px;
  678. background:{color:navigation};
  679. padding:3px;
  680. opacity:1;
  681. font-family:calibri;
  682. font-size:8px;
  683. text-transform:uppercase;
  684. letter-spacing:2px;
  685. line-height:20px;
  686. z-index:9999;
  687. -webkit-transition: all 0.5s ease-in-out;
  688. -moz-transition: all 0.5s ease-in-out;
  689. -o-transition: all 0.5s ease-in-out;
  690. }
  691.  
  692. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  693. #infscr-loading{
  694. bottom: -70px;
  695. position: absolute;
  696. left: 50%;
  697. margin-left:-8px;
  698. width:16px;
  699. height:11px;
  700. overflow:hidden;
  701. margin-bottom: 50px;
  702. }
  703.  
  704. #postnotes{
  705. text-align: justify;}
  706.  
  707. #postnotes blockquote{
  708. border: 0px;}
  709.  
  710. blockquote{
  711. padding:0px 0px 2px 5px;
  712. margin:0px 0px 2px 10px;
  713. border-left: 1px dotted #eee;
  714. }
  715.  
  716. blockquote p, ul{
  717. margin:0px;
  718. padding:0px;
  719. }
  720.  
  721. </style>
  722.  
  723. <title>{Title}</title>
  724.  
  725. <link rel="shortcut icon" href="{favicon}">
  726.  
  727. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  728. <meta name="viewport" content="width=720" />
  729.  
  730. </head>
  731.  
  732. <body>
  733. <div id="center">
  734. <div id="content">
  735.  
  736. <div id="sidebar">
  737.  
  738. <div id="blogtitle">{text:Blogtitle}</div>
  739.  
  740. <div class="desc"><div style="overflow:auto; width:140px; height:55px; padding:5px; background:rgba(0, 0, 0, .5); color:white; text-transform:uppercase; border-top:4px double #ddd; font-family:calibri; opacity:1; font-size:8px; letter-spacing:2px;">
  741. {description}
  742. </div>
  743. </div>
  744.  
  745. <div id="links">
  746. <a href="{text:Link One}">{text:Link One Title} <i class="fa fa-spinner"></i></a>
  747. <a href="{text:Link Two}">{text:Link Two Title} <i class="fa fa-pencil"></i></a>
  748. <a href="{text:Link Three}">{text:Link Three Title} <i class="fa fa-list"></i></a>
  749. <a href="{text:Link Four}">{text:Link Four Title} <i class="fa fa-heart"></i></a>
  750. </div>
  751.  
  752. <img src="{image:sidebar}" style="margin-left:25px; position:fixed; border:15px solid {color:sidebar}; background:{color:sidebar2}; padding:10px; opacity:1; width:130px; height:130px"></div>
  753.  
  754. {block:iftransparenttree}<img style="position:fixed; margin-top:84px; margin-left:20px; opacity:.85; width:300px; height:auto; z-index:1;" src="http://static.tumblr.com/p3mk1pa/HETnvz664/autumn_tree_with_falling_leaves_transparent_picture.png">{/block:iftransparenttree}
  755.  
  756. {block:iftransparent}<img style="position:fixed; bottom:10px; right:20px; opacity:1; width:300px; height:auto; z-index:1;" src="{image:transparent}">{/block:iftransparent}
  757.  
  758. </div></div></div></div>
  759.  
  760. <div id="posts">
  761. {block:Posts}
  762. <div id="entry">
  763.  
  764. {block:Text}
  765. {block:indexpage}
  766. <div id="permalinktext">
  767. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  768. <div id="permalinktext2">
  769. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a>
  770. {/block:indexpage}
  771. </div>
  772. {block:Title}<span class="title">{Title}</span>{/block:Title}
  773. <span class="entrytext">{Body}</span></a>
  774. {/block:Text}
  775.  
  776. {block:Link}
  777. {block:indexpage}
  778. <div id="permalinktext">
  779. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  780. <div id="permalinktext2">
  781. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a>
  782. {/block:indexpage}
  783. <a href="{URL}" class="title">{Name}</a>
  784. {block:Description}{Description}{/block:Description}
  785. {block:Link}
  786.  
  787. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  788. <div class="box1"></div>
  789. <div class="box2"></div>
  790. <div class="fade"></div>
  791. <div class="perma">
  792. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  793. <div class="perma2">
  794. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a></div>
  795. {/block:IndexPage}
  796.  
  797. {block:IndexPage}
  798. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=250px;>
  799. {/block:IndexPage}
  800. {block:permalinkpage}{LinkOpenTag}<center>
  801. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=580px;>
  802. {LinkCloseTag}</center>{/block:permalinkpage}
  803. {/block:Photo}
  804.  
  805. {block:Quote}
  806. {block:indexpage}
  807. <div id="permalinktext">
  808. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  809. <div id="permalinktext2">
  810. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a>
  811. {/block:indexpage}
  812. <div class="quote">❝ {quote}</div>
  813. {/block:Quote}
  814.  
  815. {block:Chat}
  816. {block:indexpage}
  817. <div id="permalinktext">
  818. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  819. <div id="permalinktext2">
  820. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a>
  821. {/block:indexpage}
  822. {block:Title}<span class="title">{Title}</span>{/block:Title}
  823. <ul class="chat">
  824. {block:Lines}
  825. <li class="user_{UserNumber}">
  826. {block:Label}
  827. <span class="label">{Label}</span>
  828. {/block:Label}
  829.  
  830. {Line}<br>
  831. {/block:Lines}
  832. {/block:Chat}
  833.  
  834. {block:Audio}
  835. {block:indexpage}
  836. <div id="permalinktext">
  837. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  838. <div id="permalinktext2">
  839. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a>
  840. {/block:indexpage}
  841. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><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}>Lovers</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Touch:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  842. {/block:Audio}
  843.  
  844. {block:Photoset}
  845. {block:IndexPage}
  846. <div id="permalinktext">
  847. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  848. <div id="permalinktext2">
  849. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a></div>
  850. {Photoset-250}
  851. {/block:IndexPage}
  852. {block:permalinkpage}
  853. {photoset-400}
  854. {/block:permalinkpage}
  855. {/block:Photoset}
  856.  
  857. {block:Video}
  858. <center>{block:IndexPage}
  859. <div id="permalinktext">
  860. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  861. <div id="permalinktext2">
  862. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a>
  863. <div style="width:250px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  864. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  865. {block:Video}
  866.  
  867. {block:Answer}
  868. {block:IndexPage}
  869. <div id="permalinktext">
  870. <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh" style="color:white;"></i></a></div>
  871. <div id="permalinktext2">
  872. <a href="{Permalink}" target="_blank" title="posted {timeago} with {notecountwithlabel}"><i class="fa fa-ellipsis-h" style="color:white;"></i></a>
  873. </div>
  874. <askk><div style="font-family: 'Allura', cursive; font-size:25px; text-align:left; margin-left:50px; letter-spacing:1px;">{Asker}—</askk></div><br>
  875. <div style="margin-left:-5px; margin-top:-10px;">
  876. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-top:-15px; margin-left:5px; border:8px solid {color:sidebar}; outline:2px solid white; outline-offset:-8px;"></div>
  877. <div style="border-radius:0px; margin-left:50px; padding:7px; background:{color:ask}; text-align:justify; text-transform:uppercase; font-family:calibri; font-size:8px; color:white; letter-spacing:2px;">
  878. {Question}</div>
  879. <div style="padding:10px; margin-left:0px; width:240px; font-family: 'Allura', cursive; font-size:25px; text-align:left; text-transform:none;">{text:Your Name}</div>
  880. <img src="{PortraitURL-30}" width="30" align="right" style="right:5px; margin-top:-25px; border:8px solid {color:sidebar2}; outline:2px solid white; outline-offset:-8px;">
  881. <div style="text-transform:uppercase; margin-top:-10px; font-family:calibri; font-size:8px; color:{color:text}; letter-spacing:2px; background:#f5f5f5; text-align:justify; padding:5px; width:195px;">{Answer}</div>
  882. {/block:IndexPage}
  883.  
  884. {block:PermalinkPage}
  885. <table style="border-bottom:1px solid {color:ask};padding-bottom:5px;margin-bottom:5px;">
  886. <tr>
  887. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-30}"></td>
  888. <td style="vertical-align:top; width:540px; text-align:justify;"><font style="font-family: 'Lato', sans-serif; font-size:15px; color:{color:ask};">{Asker}:</font> {Question}</td>
  889. </tr>
  890. </table>
  891. {Answer}
  892. {/block:PermalinkPage}
  893. {/block:Answer}
  894.  
  895. {block:PermalinkPage}
  896. <justify><br>
  897. {block:caption}<div style="background:#fbfbfb; width:552px; padding:5px; font-family:calibri; font-size:8px; text-transform:uppercase; letter-spacing:2px;">{caption}</div>{/block:caption}<br>
  898. {block:Date}<div style="background:#eee; width:552px; padding:5px; font-family:calibri; font-size:8px; text-transform:uppercase; letter-spacing:2px;">posted {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes} {/block:Date} {block:NoteCount}with {NoteCount} notes<br></div>{/block:NoteCount}<br>
  899. {block:RebloggedFrom}<div style="background:#fbfbfb; width:552px; padding:5px; font-family:calibri; font-size:8px; text-transform:uppercase; letter-spacing:2px;">source: <a href="{ReblogRootURL}">{ReblogRootName}</a> | Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</div></a><br>{/block:RebloggedFrom}
  900. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</justify>
  901. {/block:PermalinkPage}
  902. {block:PostNotes}
  903. <div id="postnotes"> <div style="overflow:auto; width:562px; height:300px; background-color:#eee; text-align:justify; font-family:calibri; font-size:8px; text-transform:uppercase; letter-spacing:2px;">{PostNotes}</div></div>
  904. {/block:PostNotes}</div>{/block:Posts}
  905. </div></div></div>{/block:NextPage}{/block:Pagination}
  906.  
  907. {block:indexpage}
  908. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  909. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  910. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  911. <script type="text/javascript">
  912. $(window).load(function(){
  913. var $wall = $('#posts');
  914. $wall.imagesLoaded(function(){
  915. $wall.masonry({
  916. itemSelector: '#entry, #entry_photo',
  917. isAnimated : false
  918. });
  919. });
  920.  
  921. $wall.infinitescroll({
  922. navSelector : '#page-nav',
  923. nextSelector : '#page-nav a',
  924. itemSelector : '#entry, #entry_photo',
  925. bufferPx : 2000,
  926. debug : false,
  927. errorCallback: function() {
  928. $('#infscr-loading').fadeOut('normal');
  929. }},
  930. function( newElements ) {
  931. var $newElems = $( newElements );
  932. $newElems.hide();
  933. $newElems.imagesLoaded(function(){
  934. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  935. });
  936. }); $('#content').show(500);
  937. });
  938. </script>
  939. {/block:indexpage}
  940.  
  941. <body onkeydown="return false">
  942. </body>
  943.  
  944. <div style="z-index:9999; position:fixed; bottom:5px; left:5px; opacity:1"><a href="http://seedfawn.tumblr.com" title="Theme by seedfawn"><img src="http://static.tumblr.com/iqvfzph/DyZnm91nx/tumblr_inline_mpa4u8ch0b1r5q3xq.png" width="auto"></a></div>
  945. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement