Advertisement
Seedfawn

Theme 8

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