Advertisement
Seedfawn

Theme 10

Jun 24th, 2015
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.65 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="image:Background" content=""/>
  36. <meta name="image:Sidebar" content=""/>
  37. <meta name="image:Sidebar2" content=""/>
  38. <meta name="image:Transparent" content=""/>
  39. <meta name="image:Transparent2" content=""/>
  40. <meta name="color:Background" content="#fafafa"/>
  41. <meta name="color:Title" content="#ff8d8d"/>
  42. <meta name="color:Text" content="#a5a5a5"/>
  43. <meta name="color:Link" content="#ffb3b3"/>
  44. <meta name="color:Hover" content="#bad0f1"/>
  45. <meta name="color:Navigation" content="#ffb3b3"/>
  46. <meta name="color:Navigation Hover" content="#ff6767"/>
  47. <meta name="color:Sidebar Border" content="#ffb3b3"/>
  48. <meta name="color:Permalink" content="#ffb3b3"/>
  49. <meta name="color:Permalink Title" content="#ffb3b3"/>
  50. <meta name="color:Scrollbar" content="#ff8d8d"/>
  51. <meta name="color:Posts Border" content="#ff8d8d"/>
  52. <meta name="color:Quote Bar" content="#ffd9d9"/>
  53. <meta name="color:Selection" content="#ff6767"/>
  54. <meta name="text:Blogtitle" content=""/>
  55. <meta name="text:Quote" content="Enter Quote here"/>
  56. <meta name="text:Transparent Position Top" content="0"/>
  57. <meta name="text:Transparent Position Left" content="0"/>
  58. <meta name="text:Transparent2 Position Bottom" content="-20"/>
  59. <meta name="text:Transparent2 Position Left" content="100"/>
  60. <meta name="text:Link One" content="" />
  61. <meta name="text:Link Two" content="" />
  62. <meta name="text:Link Three" content="" />
  63. <meta name="text:Link Four" content="" />
  64. <meta name="text:Link Five" content="http://seedfawn.tumblr.com" />
  65. <meta name="text:Link One Title" content="Refresh" />
  66. <meta name="text:Link Two Title" content="Inbox" />
  67. <meta name="text:Link Three Title" content="Links" />
  68. <meta name="text:Link Four Title" content="Credit" />
  69. </script>
  70.  
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("[title]").style_my_tooltips();
  77. });
  78. })(jQuery);
  79. </script>
  80.  
  81. <style type="text/css">
  82.  
  83. #s-m-t-tooltip {
  84. background:#fff;
  85. height:8px;
  86. padding: 4px 7px 4px 8px;
  87. display:block;
  88. text-align:center;
  89. font-size:8px;
  90. font-family:calibri;
  91. line-height:8px;
  92. letter-spacing:1px;
  93. border-radius:0px;
  94. z-index: 9999999999!important;
  95. color:{color:text};
  96. text-transform:uppercase;
  97. letter-spacing:1px;
  98. margin: 15px 14px 7px 12px;
  99. -webkit-transition:all 0.7s ease-in-out;
  100. -moz-transition:all 0.7s ease-in-out;
  101. transition:all 0.7s ease-in-out;
  102. }
  103.  
  104.  
  105. body {
  106. padding:0px;
  107. margin:0px;
  108. color:{color:Text};
  109. font-family:calibri;
  110. font-size:10px;
  111. line-height:12px;
  112. text-transform:normal;
  113. background-size:repeat;
  114. background-color:{color:Background};
  115. background-image:url({image:Background});
  116. background-attachment:fixed;
  117. background-repeat:cover;
  118. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  119.  
  120. .tmblr-iframe{
  121. z-index:9999999999!important;
  122. opacity:.2 !important;
  123. -webkit-filter:invert(100%);
  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};
  164. }
  165.  
  166. ::-moz-selection {
  167. background:transparent;
  168. color:{color:selection};
  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:550px;
  239. background:#fff;
  240. height:100%;
  241. width:640px;
  242. padding-left:10px;
  243. padding-top:30px;
  244. z-index:1;
  245. }
  246.  
  247. #entry img{
  248. {block:indexpage}
  249. background:#fff;
  250. max-width:250px;
  251. border:3px solid {color:posts border};
  252. outline:1px solid #fff;
  253. outline-offset:-5px;
  254. -webkit-transition:all 0.7s ease-out;
  255. -moz-transition:all 0.7s ease-out;
  256. transition:all 0.7s ease-out;
  257. {/block:indexpage}
  258. {block:PermalinkPage}
  259. outline:1px solid #fff;
  260. outline-offset:-2px;
  261. {/block:PermalinkPage}
  262. }
  263.  
  264. #entry img:hover{
  265. opacity:1;
  266. }
  267.  
  268. #entry{
  269. margin:18px;
  270. float:left;
  271. background:#fff;
  272. font-size:8px;
  273. line-height:13px;
  274. text-transform:uppercase;
  275. font-family:calibri;
  276. letter-spacing:1px;
  277. width:257px;
  278. padding:10px;
  279. border:1px solid #eee;
  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. width:24px;
  296. height:24px;
  297. margin-top:10px;
  298. margin-left:px;
  299. background:{color:permalink};
  300. border:1px solid #fff;
  301. outline:1px solid #fff;
  302. outline-offset:-3px;
  303. position:absolute;
  304. z-index:99;
  305. overflow:hidden;
  306. padding:5px;
  307. opacity:0;
  308. -webkit-transition:opacity 0.7s linear;
  309. -webkit-transition:all 0.7s linear;
  310. -moz-transition:all 0.7s linear;
  311. transition:all 0.7s linear;
  312. }
  313.  
  314. #entry:hover .perma{
  315. overflow:visible;
  316. margin-left:10px;
  317. opacity:1;
  318. }
  319.  
  320. #entry .perma2{
  321. width:24px;
  322. height:24px;
  323. margin-top:10px;
  324. margin-left:0px;
  325. background:{color:permalink};
  326. border:1px solid #fff;
  327. outline:1px solid #fff;
  328. outline-offset:-3px;
  329. position:absolute;
  330. z-index:99;
  331. overflow:hidden;
  332. padding:5px;
  333. opacity:0;
  334. -webkit-transition:opacity 0.7s linear;
  335. -webkit-transition:all 0.7s linear;
  336. -moz-transition:all 0.7s linear;
  337. transition:all 0.7s linear;
  338. }
  339.  
  340. #entry:hover .perma2{
  341. overflow:visible;
  342. margin-left:50px;
  343. opacity:1;
  344. }
  345.  
  346. #entry .perma3{
  347. position:absolute;
  348. overflow:hidden;
  349. width:139px;
  350. height:auto;
  351. margin-top:11px;
  352. margin-left:0px;
  353. color:{color:permalink text};
  354. font-family:consolas;
  355. font-size:8px;
  356. text-align:justify;
  357. text-transform:uppercase;
  358. letter-spacing:1px;
  359. background:#fff;
  360. border-left:5px solid {color:permalink};
  361. outline:1px solid {color:permalink};
  362. padding:5px;
  363. opacity:0;
  364. z-index:99;
  365. -webkit-transition:opacity 0.7s linear;
  366. -webkit-transition:all 0.7s linear;
  367. -moz-transition:all 0.7s linear;
  368. transition:all 0.7s linear;
  369. }
  370.  
  371. #entry:hover .perma3{
  372. overflow:visible;
  373. height:auto;
  374. margin-left:91px;
  375. opacity:1;
  376. }
  377.  
  378. .tabtop {
  379. width:100%;
  380. height:10px;
  381. line-height:15px;
  382. padding:7px 0px;
  383. -webkit-transition: all .5s linear;
  384. -moz-transition: all .5s linear;
  385. transition: all .5s linear;
  386. overflow:hidden;
  387. }
  388.  
  389. .tabtop:hover {
  390. height:95px;
  391. }
  392.  
  393. .permalinktext{
  394. display:block;
  395. width:100px;
  396. text-align:center;
  397. font-size:8px;
  398. letter-spacing:1px;
  399. font-size:8px;
  400. font-family:consolas;
  401. text-transform:uppercase;
  402. background:{color:permalink};
  403. border:1px solid #fff;
  404. padding:10px;
  405. color:white;
  406. outline:1px solid #fff;
  407. outline-offset:-3px;
  408. }
  409.  
  410. .permalinktext2{
  411. display:block;
  412. width:100px;
  413. margin-left:130px;
  414. margin-top:-35px;
  415. text-align:center;
  416. font-size:8px;
  417. letter-spacing:1px;
  418. font-size:8px;
  419. font-family:consolas;
  420. text-transform:uppercase;
  421. background:{color:permalink};
  422. border:1px solid #fff;
  423. padding:10px;
  424. color:white;
  425. outline:1px solid #fff;
  426. outline-offset:-3px;
  427. }
  428.  
  429. .permalinktext:hover{
  430. text-decoration:underline;
  431. }
  432.  
  433. .permalinktext2:hover{
  434. text-decoration:underline;
  435. }
  436.  
  437. #entry .fade{
  438. position:absolute;
  439. width:257px;
  440. height:calc(100% - 20px);
  441. margin-left:0px;
  442. background:white;
  443. opacity:.2;
  444. z-index:9;
  445. -webkit-transition: all 1s ease;
  446. -moz-transition: all 1s ease;
  447. -o-transition: all 1s ease;
  448. transition: all 1s ease;
  449. }
  450.  
  451. #entry:hover .fade{
  452. width:0px;
  453. opacity:.2;
  454. -webkit-transition: all 1s ease;
  455. -moz-transition: all 1s ease;
  456. -o-transition: all 1s ease;
  457. transition: all 1s ease;
  458. }
  459.  
  460. #entry .fade2{
  461. position:absolute;
  462. width:256px;
  463. height:calc(100% - 30px);
  464. margin-left:-1px;
  465. background:white;
  466. opacity:.2;
  467. z-index:9;
  468. -webkit-transition: all 1s ease;
  469. -moz-transition: all 1s ease;
  470. -o-transition: all 1s ease;
  471. transition: all 1s ease;
  472. }
  473.  
  474. #entry:hover .fade2{
  475. width:0px;
  476. opacity:.2;
  477. margin-left:255px;
  478. -webkit-transition: all 1s ease;
  479. -moz-transition: all 1s ease;
  480. -o-transition: all 1s ease;
  481. transition: all 1s ease;
  482. }
  483.  
  484. .title{
  485. line-height:12px;
  486. color:{color:Title};
  487. font-weight:normal;
  488. font-family:Tunga;
  489. font-size:20px;
  490. }
  491.  
  492. #line1{
  493. position:fixed;
  494. width:7px;
  495. height:100%;
  496. background:{color:quote bar};
  497. font-family:calibri;
  498. font-size:11px;
  499. color:#000;
  500. outline:1px solid #fff;
  501. outline-offset:-2px;
  502. margin-left:545px;
  503. margin-top:-2px;
  504. text-transform:uppercase;
  505. text-align:center;
  506. padding-bottom:3px;
  507. z-index:9999;
  508. }
  509.  
  510. #line2{
  511. position:fixed;
  512. width:7px;
  513. height:100%;
  514. background:{color:quote bar};
  515. font-family:calibri;
  516. font-size:11px;
  517. color:#000;
  518. outline:1px solid #fff;
  519. outline-offset:-2px;
  520. margin-left:1193px;
  521. margin-top:-2px;
  522. text-transform:uppercase;
  523. text-align:center;
  524. padding-bottom:3px;
  525. z-index:9999;
  526. }
  527.  
  528. #quotebar{
  529. position:fixed;
  530. width:637px;
  531. height:15px;
  532. background:{color:quote bar};
  533. font-family:calibri;
  534. font-size:8px;
  535. color:white;
  536. border-bottom:1px solid #fff;
  537. outline:1px solid {color:quote bar};
  538. outline-offset:0px;
  539. margin-left:548px;
  540. margin-top:0px;
  541. text-transform:uppercase;
  542. text-align:center;
  543. letter-spacing:2px;
  544. line-height:15px;
  545. padding:5px;
  546. z-index:999;
  547. box-shadow:rgba(0,0,0,.04) 4px 4px;
  548. }
  549.  
  550. #blogtitle{
  551. position: fixed !important;
  552. z-index:9;
  553. width:auto;
  554. padding-top:7px;
  555. padding-left:8px;
  556. margin-top:210px;
  557. margin-left:125px;
  558. color:{color:blogtitle};
  559. font-family:'Alex Brush', cursive;
  560. text-transform:none;
  561. font-size:0px;
  562. opacity:1;
  563. text-shadow:3px 3px 0px #eee;
  564. }
  565.  
  566. #sidebar{
  567. position:fixed !important;
  568. width:186px;
  569. height:186px;
  570. margin-top:200px;
  571. margin-left:140px;
  572. padding:12px;
  573. -webkit-transition:all 0.7s ease-in-out;
  574. -moz-transition:all 0.7s ease-in-out;
  575. transition:all 0.7s ease-in-out;
  576. }
  577.  
  578. #picture{
  579. position:fixed !important;
  580. width:100px;
  581. height:100px;
  582. margin-top:30px;
  583. margin-left:-20px;
  584. border:8px solid #fff;
  585. outline:5px solid {color:Sidebar Border};
  586. outline-offset:0px;
  587. opacity:.7;
  588. background-image:url('{image:sidebar}');
  589. background-size:100px 100px;
  590. background-color:#fff;
  591. z-index:9999;
  592. box-shadow:rgba(0,0,0,.07) 10px 10px;
  593. -webkit-transition:all 1s ease-in-out;
  594. -moz-transition:all 1s ease-in-out;
  595. transition:all 1s ease-in-out;
  596. }
  597.  
  598. #sidebar:hover #picture{
  599. margin-left:250px;
  600. opacity:1;
  601. }
  602.  
  603. #picture2{
  604. position:fixed !important;
  605. width:100px;
  606. height:100px;
  607. margin-top:30px;
  608. margin-left:130px;
  609. border:8px solid #fff;
  610. outline:5px solid {color:Sidebar Border};
  611. outline-offset:0px;
  612. opacity:.7;
  613. background-image:url('{image:sidebar2}');
  614. background-size:100px 100px;
  615. background-color:white;
  616. box-shadow:rgba(0,0,0,.07) 10px 10px;
  617. z-index:9;
  618. -webkit-transition:all 1s ease-in-out;
  619. -moz-transition:all 1s ease-in-out;
  620. transition:all 1s ease-in-out;
  621. }
  622.  
  623. #sidebar:hover #picture2{
  624. margin-left:-120px;
  625. opacity:1;
  626. }
  627.  
  628. div#desc{
  629. position:fixed !important;
  630. background:transparent;
  631. padding:0px;
  632. color:{color:text};
  633. margin-top:40px;
  634. margin-left:12px;
  635. text-align:center;
  636. font-size:8px;
  637. line-height:15px;
  638. font-family:calibri;
  639. text-transform:uppercase;
  640. letter-spacing:1px;
  641. padding:8px;
  642. opacity:0;
  643. -webkit-transform: scale(0);
  644. -webkit-transition:all 1s ease-in-out;
  645. -moz-transition:all 1s ease-in-out;
  646. transition:all 1s ease-in-out;
  647. }
  648.  
  649. #sidebar:hover #desc{
  650. opacity:.90;
  651. background:{color:background};
  652. -webkit-transform: scale(1);
  653. }
  654.  
  655. #links{
  656. position:fixed!important;
  657. margin-left:6px;
  658. margin-top:100px;
  659. opacity:0;
  660. z-index:9999;
  661. -webkit-transform: scale(0);
  662. -webkit-transition: all 1s ease-in-out;
  663. -moz-transition: all 1s ease-in-out;
  664. -o-transition: all 1s ease-in-out;
  665. }
  666.  
  667. #sidebar:hover #links{
  668. opacity:1;
  669. -webkit-transform: scale(1);
  670. }
  671.  
  672. #links a{
  673. width:30px;
  674. margin:5px;
  675. display:inline-block;
  676. padding:8px 8px 8px 8px;
  677. opacity:1;
  678. text-align:center;
  679. background:{color:navigation};
  680. border:1px solid white;
  681. outline:1px solid white;
  682. outline-offset:-3px;
  683. color:white;
  684. -webkit-transition: all 0.7s ease-in-out;
  685. -moz-transition: all 0.7s ease-in-out;
  686. -o-transition: all 0.7s ease-in-out;
  687. }
  688.  
  689. #links a:hover{
  690. box-shadow:inset 50px 0px 50px 0px {color:navigation hover};
  691. -webkit-transition: all 0.9s ease-in-out;
  692. -webkit-transition: all 0.9s ease-in-out;
  693. -moz-transition: all 0.9s ease-in-out;
  694. -o-transition: all 0.9s ease-in-out;
  695. }
  696.  
  697. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  698. #infscr-loading{
  699. bottom: -70px;
  700. position: absolute;
  701. left: 50%;
  702. margin-left:-8px;
  703. width:16px;
  704. height:11px;
  705. overflow:hidden;
  706. margin-bottom: 50px;
  707. }
  708.  
  709. #postnotes{
  710. text-align: justify;}
  711.  
  712. #postnotes blockquote{
  713. border: 0px;}
  714.  
  715. blockquote{
  716. padding:0px 0px 2px 5px;
  717. margin:0px 0px 2px 10px;
  718. border-left: 1px dotted #eee;
  719. }
  720.  
  721. blockquote p, ul{
  722. margin:0px;
  723. padding:0px;
  724. }
  725.  
  726. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  727. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  728. </style>
  729.  
  730. <title>{Title}</title>
  731.  
  732. <link rel="shortcut icon" href="https://lh4.googleusercontent.com/-v0soe-ievYE/AAAAAAAAAAI/AAAAAAACA9k/yYNwMLEaeGU/w800-h800/photo.jpg">
  733.  
  734. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  735. <meta name="viewport" content="width=720" />
  736. </head>
  737.  
  738. <body>
  739.  
  740. <div id="line1"></div>
  741. <div id="line2"></div>
  742.  
  743. <div id="quotebar">{text:quote}</div>
  744.  
  745. <div id="center">
  746. <div id="content">
  747.  
  748. <img src="{image:transparent}" style="position:fixed; width:350px; height:309px; opacity:0.9; top:{text:transparent position top}px; left:{text:transparent position left}px; z-index:-999;"/>
  749.  
  750. <img src="{image:transparent2}" style="position:fixed; width:350px; height:309px; opacity:0.7; bottom:{text:transparent2 position bottom}px; left:{text:transparent2 position left}px; z-index:-999;"/>
  751.  
  752. <div id="blogtitle">{text:Blogtitle}</div>
  753.  
  754. <div id="sidebar">
  755.  
  756. <div id="desc"><div style="overflow:auto; width:200px; max-height:60px; height:40px; border:1px solid #ddd; padding:5px; text-align:justify;">{description}
  757. </div></div>
  758.  
  759. <div class="triangle"></div>
  760.  
  761. <div id="links">
  762. <a href="{text:Link One}">{text:Link One Title}</a>
  763. <a href="{text:Link Two}">{text:Link Two Title}</a>
  764. <a href="{text:Link Three}">{text:Link Three Title}</a>
  765. <a href="{text:Link Four}">{text:Link Four Title}</a>
  766. </div>
  767.  
  768. <div id="picture" style="position:fixed; z-index:999999;"></div>
  769. <div id="picture2" style="position:fixed;"></div>
  770.  
  771. </div></div></div></div></div>
  772.  
  773.  
  774. <div id="posts">
  775. {block:Posts}
  776. <div id="entry">
  777.  
  778. {block:Text}
  779. {block:Title}<span class="title">{Title}</span>{/block:Title}
  780. <span class="entrytext">{Body}</span></a>
  781. {block:IndexPage}
  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:Text}
  788.  
  789. {block:Link}
  790. <a href="{URL}" class="title">{Name}</a>
  791. {block:Description}{Description}{/block:Description}
  792. {block:IndexPage}<br>
  793. <div class="permalinktext">
  794. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  795. <div class="permalinktext2">
  796. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  797. {/block:IndexPage}
  798. {block:Link}
  799.  
  800. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  801. <div class="fade"></div>
  802. <div class="fade2"></div>
  803. <div class="perma">
  804. <a href="{Like}" title="Like" target="_blank">{LikeButton color="white" size="24"}</a></div>
  805. <div class="perma2">
  806. <a href="{ReblogURL}" title="Reblog" target="_blank">{ReblogButton color="white" size="24"}</a></div>
  807. <div class="perma3">
  808. <div class="tabtop">
  809. <a style="color:{color:permalink Title}; font-size:19px; text-transform:none; text-decoration:none; text-align:center; border-bottom:1px solid {color:permalink}; padding-bottom:5px; font-family:'Alex Brush', cursive; text-shadow:3px 3px 0px #eee;">More Information</a>
  810. <br><br>
  811. <a href="{Permalink}" target="_blank">- Posted {timeago}</a><br>
  812. <a href="{Permalink}" target="_blank">- {notecount} notes</a><br>
  813. {block:RebloggedFrom}- source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>- reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  814. </div></div>{/block:IndexPage}
  815.  
  816. {block:IndexPage}
  817. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;>
  818. {/block:IndexPage}
  819. {block:permalinkpage}{LinkOpenTag}<center>
  820. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=560px;/>
  821. {LinkCloseTag}</center>{/block:permalinkpage}
  822. {/block:Photo}
  823.  
  824. {block:Quote}
  825. <div class="quote">❝ {quote}</div>
  826. {block:IndexPage}<br>
  827. <div class="permalinktext">
  828. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  829. <div class="permalinktext2">
  830. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  831. {/block:IndexPage}
  832. {/block:Quote}
  833.  
  834. {block:Chat}
  835. {block:Title}<span class="title">{Title}</span>{/block:Title}
  836. <ul class="chat">
  837. {block:Lines}
  838. <li class="user_{UserNumber}">
  839. {block:Label}
  840. <span class="label">{Label}</span>
  841. {/block:Label}
  842.  
  843. {Line}<br>
  844. {/block:Lines}
  845. {block:IndexPage}<br>
  846. <div class="permalinktext">
  847. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  848. <div class="permalinktext2">
  849. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  850. {/block:IndexPage}
  851. {/block:Chat}
  852.  
  853. {block:Audio}
  854. <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>
  855. {block:IndexPage}<br>
  856. <div class="permalinktext">
  857. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  858. <div class="permalinktext2">
  859. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  860. {/block:IndexPage}
  861. {/block:Audio}
  862.  
  863. {block:Video}
  864. <center>{block:IndexPage}
  865. <div class="fade"></div>
  866. <div class="perma">
  867. <a href="{Like}" title="Like" target="_blank">{LikeButton color="white" size="24"}</a></div>
  868. <div class="perma2">
  869. <a href="{ReblogURL}" title="Reblog" target="_blank">{ReblogButton color="white" size="24"}</a></div>
  870. <div class="perma3">
  871. <div class="tabtop">
  872. <a style="color:{color:permalink Title}; font-size:19px; text-transform:none; text-decoration:none; text-align:center; border-bottom:1px solid {color:permalink}; padding-bottom:5px; font-family:'Alex Brush', cursive; text-shadow:3px 3px 0px #eee;">More Information</a>
  873. <br><br>
  874. <a href="{Permalink}" target="_blank">- Posted {timeago}</a><br>
  875. <a href="{Permalink}" target="_blank">- {notecount} notes</a><br>
  876. {block:RebloggedFrom}- source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>- reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}</div></div>
  877. <div style="width:250px; overflow-x:hidden; overflow-y:hidden;opacity:.9;
  878. -webkit-filter:grayscale(0%);">{Video-250}</div>{/block:IndexPage}</center>
  879. <center><center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center></center>
  880. {block:Video}
  881.  
  882. {block:Answer}
  883. {block:IndexPage}
  884. <div style="margin:3px; width:240px; margin-top:0px; min-height:30px; margin-left:0px; padding:5px; outline:1px solid #eee; outline-offset:-3px; background:#fff; border:1px solid #eee; box-shadow:rgba(0,0,0,.02) 4px 4px;">
  885. <askk><font style="letter-spacing:1px; font-family: 'Alex Brush', cursive; font-size:30px; line-height:35px; text-decoration:none; text-shadow: -1px 0 #ddd, 0 1px #ddd, 1px 0 #ddd, 0 -1px #ddd; color:white; padding:10px; text-transform:none;">{Asker}:</font></askk> <font style="padding-bottom:3px;">{Question}</font></div>
  886. <div style="margin-top:10px; box-shadow:rgba(0,0,0,.02) 4px 4px 0px 0px; min-height:30px; margin-left:0px; padding:10px; border:1px solid {color:sidebar border}; color:{color:text}; letter-spacing:1px; width:230px; outline:1px solid {color:sidebar border}; outline-offset:-3px;">{Answer}</div><br>
  887. <div class="permalinktext">
  888. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  889. <div class="permalinktext2">
  890. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  891. {/block:IndexPage}
  892.  
  893. {block:PermalinkPage}
  894. <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;">
  895. <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>
  896. <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>
  897. {/block:PermalinkPage}
  898. {/block:Answer}
  899.  
  900. {block:PermalinkPage}
  901. <justify><br>
  902. {block:caption}<div style="background:#fbfbfb; border:1px solid #eee; width:550px; padding:5px;">{caption}</div>{/block:caption}<br>
  903. {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>
  904. {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}
  905. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</justify>
  906. {/block:PermalinkPage}
  907. {block:PostNotes}
  908. <div id="postnotes"> <div style="overflow:auto; width:560px; height:200px; border: 1px solid #eee; background-color:#fbfbfb; text-align:justify;">{PostNotes}</div></div>
  909. {/block:PostNotes}</div>{/block:Posts}
  910. </div></div>
  911.  
  912. {block:indexpage}
  913. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  914. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  915. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  916. <script type="text/javascript">
  917. $(window).load(function(){
  918. var $wall = $('#posts');
  919. $wall.imagesLoaded(function(){
  920. $wall.masonry({
  921. itemSelector: '#entry, #entry_photo',
  922. isAnimated : false
  923. });
  924. });
  925.  
  926. $wall.infinitescroll({
  927. navSelector : '#page-nav',
  928. nextSelector : '#page-nav a',
  929. itemSelector : '#entry, #entry_photo',
  930. bufferPx : 2000,
  931. debug : false,
  932. errorCallback: function() {
  933. $('#infscr-loading').fadeOut('normal');
  934. }},
  935. function( newElements ) {
  936. var $newElems = $( newElements );
  937. $newElems.hide();
  938. $newElems.imagesLoaded(function(){
  939. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  940. });
  941. }); $('#content').show(500);
  942. });
  943. </script>
  944. {/block:indexpage}
  945.  
  946. <body onkeydown="return false">
  947. </body>
  948. <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>
  949. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement