Advertisement
Seedfawn

Theme 14

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