Advertisement
Seedfawn

Theme 6

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