Advertisement
Seedfawn

Theme 13

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