Advertisement
Seedfawn

Theme 22

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