Advertisement
Seedfawn

Theme 15

Aug 12th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.58 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=Raleway:300' rel='stylesheet' type='text/css'>
  72.  
  73. <meta name="image:Sidebar" content=""/>
  74. <meta name="color:Background" content="#f5f5f5"/>
  75. <meta name="color:Title" content="#888"/>
  76. <meta name="color:Text" content="#444"/>
  77. <meta name="color:Link" content="#ccc"/>
  78. <meta name="color:Hover" content="#222"/>
  79. <meta name="color:Blogtitle" content="#fff"/>
  80. <meta name="color:Navigation" content="#888"/>
  81. <meta name="color:Navigation Hover" content="#666"/>
  82. <meta name="color:Sidebar Top" content="#888"/>
  83. <meta name="color:Sidebar Bottom" content="#444"/>
  84. <meta name="color:Sidebar Lines" content="#222"/>
  85. <meta name="color:Permalink" content="#666"/>
  86. <meta name="color:Quote Bar" content="#888"/>
  87. <meta name="color:Border Top" content="#888"/>
  88. <meta name="color:Border Bottom" content="#666"/>
  89. <meta name="color:Border Right" content="#666"/>
  90. <meta name="color:Border Left" content="#888"/>
  91. <meta name="color:Scrollbar" content="#222"/>
  92. <meta name="color:Selection" content="#222"/>
  93. <meta name="text:Blogtitle" content="Broken —"/>
  94. <meta name="text:Quote" content="Put your quote here"/>
  95. <meta name="text:Link One Title" content="Refresh" />
  96. <meta name="text:Link Two Title" content="Inbox" />
  97. <meta name="text:Link Three Title" content="Links" />
  98. <meta name="text:Link Four Title" content="Credit" />
  99. <meta name="text:Link One" content="/" />
  100. <meta name="text:Link Two" content="" />
  101. <meta name="text:Link Three" content="" />
  102. <meta name="text:Link Four" content="http://seedfawn.tumblr.com" />
  103. </script>
  104.  
  105. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
  106.  
  107. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  108.  
  109. <script>
  110. (function($){
  111. $(document).ready(function(){
  112. $("[title]").style_my_tooltips();
  113. });
  114. })(jQuery);
  115. </script>
  116.  
  117. <style type="text/css">
  118.  
  119. #s-m-t-tooltip {
  120. border:1px solid {color:sidebar top};
  121. height:8px;
  122. padding: 4px 7px 4px 8px;
  123. display:block;
  124. text-align:center;
  125. font-size:8px;
  126. font-family:calibri;
  127. line-height:8px;
  128. letter-spacing:1px;
  129. background:#fff;
  130. border-radius:0px;
  131. z-index: 9999999999;
  132. color:{color:text};
  133. text-transform:uppercase;
  134. letter-spacing:1px;
  135. margin: 15px 14px 7px 12px;
  136. -webkit-transition:all 0.7s ease-in-out;
  137. -moz-transition:all 0.7s ease-in-out;
  138. transition:all 0.7s ease-in-out;
  139. }
  140.  
  141. body {
  142. padding:0px;
  143. margin:0px;
  144. color:{color:Text};
  145. font-family:calibri;
  146. font-size:10px;
  147. line-height:12px;
  148. text-transform:normal;
  149. background-size:repeat;
  150. background-color:{color:Background};
  151. background-image:url({image:Background});
  152. background-attachment:fixed;
  153. background-repeat:cover;
  154. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  155.  
  156. .tmblr-iframe{
  157. z-index:9999999999!important;
  158. opacity:.2 !important;
  159. -webkit-filter:invert(100%);
  160. top:3px !important;
  161. right:8px !important;
  162. position:fixed!important;
  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://img69.imageshack.us/img69/7673/cursorw.png), auto;
  183. }
  184.  
  185. ::-webkit-scrollbar {/*your scrollbar*/
  186. height:7px;
  187. width:7px;
  188. background-color:{color:background};
  189. }
  190.  
  191. ::-webkit-scrollbar-thumb {
  192. height:auto;
  193. background-color:{color:scrollbar};
  194. }
  195.  
  196. ::selection {
  197. background:transparent;
  198. color:{color:selection};
  199. }
  200.  
  201. ::-moz-selection {
  202. background:transparent;
  203. color:{color:selection};
  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:80px;
  218. height:80px;
  219. }
  220.  
  221. .cover img {
  222. float:left;
  223. margin-top:-20px;
  224. margin-left:-20px;
  225. width:80px;
  226. height:80px;
  227. padding:10px;
  228. outline:3px solid #fff;
  229. outline-offset:-15px;
  230. }
  231.  
  232. .playbox {
  233. opacity:0.6;
  234. width:27px;
  235. height:30px;
  236. overflow:hidden;
  237. position:absolute;
  238. z-index:1000;
  239. margin-left:22px;
  240. margin-top:20px;
  241. text-align:center;
  242. }
  243.  
  244. .info {
  245. margin-left:85px;
  246. margin-top:4px;
  247. line-height:20px;
  248. text-align:center;
  249. }
  250.  
  251. #cunt{width:250px; height:auto;}
  252. {block:PermalinkPage}
  253. width:10px;
  254. {/block:PermalinkPage}
  255. }
  256.  
  257. #center{
  258. padding-top:3px;
  259. padding-bottom:3px;
  260. position:fixed !important;
  261. width:250px;
  262. height:207px;
  263. background-color:#fff;
  264. {block:PermalinkPage}
  265. width:410px;
  266. height:207px;
  267. {/block:PermalinkPage}
  268. }
  269.  
  270. #posts{
  271. margin-left:480px;
  272. margin-top:60px;
  273. width:670px;
  274. padding:10px;
  275. }
  276.  
  277. .pagination {
  278. display: none;
  279. }
  280.  
  281. #entry img{
  282. {block:indexpage}
  283. max-width:250px;
  284. background:#fff;
  285. display:block;
  286. -webkit-transition:all 0.7s ease-out;
  287. -moz-transition:all 0.7s ease-out;
  288. transition:all 0.7s ease-out;
  289. {/block:indexpage}
  290. {block:PermalinkPage}
  291. outline:1px solid #fff;
  292. outline-offset:-2px;
  293. {/block:PermalinkPage}
  294. }
  295.  
  296. #entry img:hover{
  297. opacity:1;
  298. }
  299.  
  300. #entry{
  301. position:relative;
  302. margin:18px;
  303. float:left;
  304. background:white;
  305. font-size:8px;
  306. line-height:13px;
  307. text-transform:uppercase;
  308. font-family:calibri;
  309. letter-spacing:1px;
  310. width:250px;
  311. padding:20px;
  312. border:1px solid #ddd;
  313. box-shadow:rgba(0,0,0,.03) 6px 6px;
  314. z-index:99;
  315. {block:PermalinkPage}
  316. opacity:1;
  317. width:560px;
  318. margin-top:15px;
  319. margin-left:30px;
  320. z-index:9;
  321. box-shadow:rgba(0,0,0,.01) 6px 6px;
  322. padding-bottom:20px;
  323. {/block:PermalinkPage}
  324. -moz-transition: all 1s ease-out;
  325. -o-transition: all 1s ease-out;
  326. -webkit-transition: all 1s ease-out;
  327. transition: all 1s ease-out;
  328. }
  329.  
  330. #entry .perma{
  331. overflow:hidden;
  332. width:20px;
  333. height:20px;
  334. margin-top:5px;
  335. margin-left:5px;
  336. background:{color:permalink};
  337. position:absolute;
  338. z-index:99;
  339. padding:5px;
  340. opacity:0;
  341. -webkit-transform: scale(0);
  342. box-shadow:rgba(0,0,0,.07) 4px 4px;
  343. -webkit-transition:all 0.5s ease-in-out;
  344. -moz-transition:all 0.5s ease-in-out;
  345. transition:all 0.5s ease-in-out;
  346. }
  347.  
  348. #entry:hover .perma{
  349. overflow:visible;
  350. opacity:1;
  351. -webkit-transform: scale(1);
  352. }
  353.  
  354. #entry .perma2{
  355. overflow:hidden;
  356. width:20px;
  357. height:20px;
  358. margin-top:5px;
  359. margin-left:50px;
  360. background:{color:permalink};
  361. position:absolute;
  362. z-index:99;
  363. padding:5px;
  364. opacity:0;
  365. box-shadow:rgba(0,0,0,.07) 4px 4px;
  366. -webkit-transform: scale(0);
  367. -webkit-transition:all 0.5s ease-in-out;
  368. -moz-transition:all 0.5s ease-in-out;
  369. transition:all 0.5s ease-in-out;
  370. }
  371.  
  372. #entry:hover .perma2{
  373. overflow:visible;
  374. opacity:1;
  375. -webkit-transform: scale(1);
  376. }
  377.  
  378. #entry .perma3{
  379. position:absolute;
  380. width:281px;
  381. height:10px;
  382. bottom:-30px;
  383. margin-left:-21px;
  384. background:{color:permalink};
  385. color:white;
  386. font-size:8px;
  387. padding:5px;
  388. opacity:0;
  389. text-align:center;
  390. line-height:10px;
  391. z-index:99;
  392. -webkit-transition:all 0.5s ease-in-out;
  393. -moz-transition:all 0.5s ease-in-out;
  394. transition:all 0.5s ease-in-out;
  395. }
  396.  
  397. #entry:hover .perma3{
  398. overflow:visible;
  399. opacity:1;
  400. color:white;
  401. }
  402.  
  403. .permalinktext{
  404. position:absolute;
  405. width:282px;
  406. height:10px;
  407. margin-left:-21px;
  408. margin-top:1px;
  409. background:{color:permalink};
  410. color:white;
  411. font-size:8px;
  412. padding:5px;
  413. opacity:1;
  414. text-align:center;
  415. line-height:10px;
  416. z-index:99;
  417. -webkit-transition:all 0.5s ease-in-out;
  418. -moz-transition:all 0.5s ease-in-out;
  419. transition:all 0.5s ease-in-out;
  420. }
  421.  
  422. #entry .fade{
  423. position:absolute;
  424. width:0px;
  425. height:0;
  426. background:#fff;
  427. opacity:.4;
  428. z-index:9;
  429. -webkit-transform: scale(1);
  430. -webkit-transition:all 0.5s ease-in-out;
  431. -moz-transition:all 0.5s ease-in-out;
  432. transition:all 0.5s ease-in-out;
  433. }
  434.  
  435. #entry:hover .fade{
  436. width:250px;
  437. height:calc(100% - 40px);
  438. -webkit-transform: scale(1);
  439. }
  440.  
  441. .title{
  442. width:260px;
  443. margin-left:-8px;
  444. line-height:12px;
  445. color:{color:title};
  446. font-family: 'Raleway', sans-serif;
  447. font-size:30px;
  448. text-transform:none;
  449. }
  450.  
  451. #blogtitle{
  452. position: fixed !important;
  453. width:auto;
  454. height:auto;
  455. margin-top:-15px;
  456. margin-left:0px;
  457. padding:8px;
  458. color:{color:blogtitle};
  459. background:{color:sidebar top};
  460. border-top:3px solid {color:sidebar lines};
  461. font-family: 'Raleway', sans-serif;
  462. font-size:30px;
  463. opacity:1;
  464. z-index:9999;
  465. }
  466.  
  467. #sidebar{
  468. position:fixed !important;
  469. width:200px;
  470. height:250px;
  471. margin-top:150px;
  472. margin-left:150px;
  473. border-bottom:50px solid {color:background};
  474. border-left:0px solid {color:background};
  475. border-top:3px solid {color:sidebar lines};
  476. background: {color:sidebar bottom};
  477. background: -moz-linear-gradient(0deg, {color:sidebar bottom}; 0%, {color:sidebar bottom} 50%, {color:sidebar top} 50%, {color:sidebar top} 100%);
  478. background: -webkit-gradient(left bottom, right top, color-stop(0%, {color:sidebar bottom}), color-stop(50%, {color:sidebar bottom}), color-stop(50%, {color:sidebar top}), color-stop(100%, {color:sidebar top}));
  479. background: -webkit-linear-gradient(0deg, {color:sidebar bottom} 0%, {color:sidebar bottom} 50%, {color:sidebar top} 50%, {color:sidebar top} 100%);
  480. background: -o-linear-gradient(0deg, {color:sidebar bottom} 0%, {color:sidebar bottom} 50%, {color:sidebar top} 50%, {color:sidebar top} 100%);
  481. background: -ms-linear-gradient(0deg, {color:sidebar bottom} 0%, {color:sidebar bottom} 50%, {color:sidebar top} 50%, {color:sidebar top} 100%);
  482. background: linear-gradient(0deg, {color:sidebar bottom} 0%, {color:sidebar bottom} 50%, {color:sidebar top} 50%, {color:sidebar top} 100%);
  483. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{color:sidebar bottom}', endColorstr='{color:sidebar top}', GradientType=1 );
  484. z-index:999;
  485. -webkit-transition:all 0.7s ease-in-out;
  486. -moz-transition:all 0.7s ease-in-out;
  487. transition:all 0.7s ease-in-out;
  488. }
  489.  
  490. #desc{
  491. position:fixed !important;
  492. margin-top:280px;
  493. margin-left:-33px;
  494. text-align:center;
  495. font-size:8px;
  496. line-height:15px;
  497. font-family:calibri;
  498. text-transform:uppercase;
  499. letter-spacing:2px;
  500. opacity:1;
  501. -webkit-transition:all .7s ease-in-out;
  502. -moz-transition:all .7s ease-in-out;
  503. transition:all .7s ease-in-out;
  504. }
  505.  
  506. #link1{
  507. position:fixed;
  508. margin-top:255px;
  509. margin-left:25px;
  510. z-index:9;
  511. }
  512.  
  513. #linkone{
  514. width:10px;
  515. height:10px;
  516. display:inline-block;
  517. font-size:8px;
  518. text-align:center;
  519. background:{color:navigation};
  520. color:white;
  521. padding-left:8px;
  522. padding-right:8px;
  523. padding-top:5px;
  524. padding-bottom:11px;
  525. font-family:calibri;
  526. text-transform:uppercase;
  527. letter-spacing:2px;
  528. opacity:1;
  529. z-index:9;
  530. -webkit-transition: all 0.5s ease-in-out;
  531. -moz-transition: all 0.5s ease-in-out;
  532. -o-transition: all 0.5s ease-in-out;
  533. }
  534.  
  535. #linkone:hover{
  536. box-shadow:inset 0px 0px 0px 6px {color:navigation hover};
  537. }
  538.  
  539. #onebox{
  540. position:fixed;
  541. width:190px;
  542. margin-top:-55px;
  543. margin-left:-230px;
  544. color:#fff;
  545. font-family:calibri;
  546. font-size:8px;
  547. text-transform:uppercase;
  548. text-align:center;
  549. letter-spacing:1px;
  550. padding:5px;
  551. opacity:1;
  552. z-index:9;
  553. -webkit-transition: all 0.5s ease-in-out;
  554. -moz-transition: all 0.5s ease-in-out;
  555. -o-transition: all 0.5s ease-in-out;
  556. }
  557.  
  558. #link1:hover #onebox{
  559. margin-left:-25px;
  560. opacity:1;
  561. }
  562.  
  563. #link2{
  564. position:fixed;
  565. margin-top:255px;
  566. margin-left:65px;
  567. z-index:9;
  568. }
  569.  
  570. #linktwo{
  571. width:10px;
  572. height:10px;
  573. display:inline-block;
  574. font-size:8px;
  575. text-align:center;
  576. background:{color:navigation};
  577. color:white;
  578. padding-left:8px;
  579. padding-right:8px;
  580. padding-top:5px;
  581. padding-bottom:11px;
  582. font-family:calibri;
  583. text-transform:uppercase;
  584. letter-spacing:2px;
  585. opacity:1;
  586. z-index:9;
  587. -webkit-transition: all 0.5s ease-in-out;
  588. -moz-transition: all 0.5s ease-in-out;
  589. -o-transition: all 0.5s ease-in-out;
  590. }
  591.  
  592. #linktwo:hover{
  593. box-shadow:inset 0px 0px 0px 6px {color:navigation hover};
  594. }
  595.  
  596. #twobox{
  597. position:fixed;
  598. width:190px;
  599. margin-top:-55px;
  600. margin-left:-265px;
  601. color:#fff;
  602. font-family:calibri;
  603. font-size:8px;
  604. text-transform:uppercase;
  605. text-align:center;
  606. letter-spacing:1px;
  607. padding:5px;
  608. opacity:1;
  609. z-index:9;
  610. -webkit-transition: all 0.5s ease-in-out;
  611. -moz-transition: all 0.5s ease-in-out;
  612. -o-transition: all 0.5s ease-in-out;
  613. }
  614.  
  615. #link2:hover #twobox{
  616. margin-left:-65px;
  617. opacity:1;
  618. }
  619.  
  620. #link3{
  621. position:fixed;
  622. margin-top:255px;
  623. margin-left:105px;
  624. z-index:9;
  625. }
  626.  
  627. #linkthree{
  628. width:10px;
  629. height:10px;
  630. display:inline-block;
  631. font-size:8px;
  632. text-align:center;
  633. background:{color:navigation};
  634. color:white;
  635. padding-left:8px;
  636. padding-right:8px;
  637. padding-top:5px;
  638. padding-bottom:11px;
  639. font-family:calibri;
  640. text-transform:uppercase;
  641. letter-spacing:2px;
  642. opacity:1;
  643. z-index:9;
  644. -webkit-transition: all 0.5s ease-in-out;
  645. -moz-transition: all 0.5s ease-in-out;
  646. -o-transition: all 0.5s ease-in-out;
  647. }
  648.  
  649. #linkthree:hover{
  650. box-shadow:inset 0px 0px 0px 6px {color:navigation hover};
  651. }
  652.  
  653. #threebox{
  654. position:fixed;
  655. width:190px;
  656. margin-top:-55px;
  657. margin-left:-305px;
  658. color:#fff;
  659. font-family:calibri;
  660. font-size:8px;
  661. text-transform:uppercase;
  662. text-align:center;
  663. letter-spacing:1px;
  664. padding:5px;
  665. opacity:1;
  666. z-index:9;
  667. -webkit-transition: all 0.5s ease-in-out;
  668. -moz-transition: all 0.5s ease-in-out;
  669. -o-transition: all 0.5s ease-in-out;
  670. }
  671.  
  672. #link3:hover #threebox{
  673. margin-left:-105px;
  674. opacity:1;
  675. }
  676.  
  677. #link4{
  678. position:fixed;
  679. margin-top:255px;
  680. margin-left:145px;
  681. z-index:9;
  682. }
  683.  
  684. #linkfour{
  685. width:10px;
  686. height:10px;
  687. display:inline-block;
  688. font-size:8px;
  689. text-align:center;
  690. background:{color:navigation};
  691. color:white;
  692. padding-left:8px;
  693. padding-right:8px;
  694. padding-top:5px;
  695. padding-bottom:11px;
  696. font-family:calibri;
  697. text-transform:uppercase;
  698. letter-spacing:2px;
  699. opacity:1;
  700. z-index:9;
  701. -webkit-transition: all 0.5s ease-in-out;
  702. -moz-transition: all 0.5s ease-in-out;
  703. -o-transition: all 0.5s ease-in-out;
  704. }
  705.  
  706. #linkfour:hover{
  707. box-shadow:inset 0px 0px 0px 6px {color:navigation hover};
  708. }
  709.  
  710. #fourbox{
  711. position:fixed;
  712. width:190px;
  713. margin-top:-55px;
  714. margin-left:-345px;
  715. color:#fff;
  716. font-family:calibri;
  717. font-size:8px;
  718. text-transform:uppercase;
  719. text-align:center;
  720. letter-spacing:1px;
  721. padding:5px;
  722. opacity:1;
  723. z-index:9;
  724. -webkit-transition: all 0.5s ease-in-out;
  725. -moz-transition: all 0.5s ease-in-out;
  726. -o-transition: all 0.5s ease-in-out;
  727. }
  728.  
  729. #link4:hover #fourbox{
  730. margin-left:-145px;
  731. opacity:1;
  732. }
  733.  
  734. #l2{
  735. position:fixed;
  736. margin-left:-150px;
  737. margin-top:-3px;
  738. width:150px;
  739. height:253px;
  740. background:{color:background};
  741. z-index:999999;
  742. }
  743.  
  744. #toppbar{
  745. position:fixed;
  746. width:300px;
  747. height:25px;
  748. background:{color:quote bar};
  749. margin-left:650px;
  750. margin-top:-3px;
  751. opacity:1;
  752. letter-spacing:2px;
  753. color:white;
  754. line-height:25px;
  755. text-align:center;
  756. text-transform:uppercase;
  757. font-family:calibri;
  758. font-size:8px;
  759. z-index:9999!important;
  760. }
  761.  
  762. #bottombar{
  763. position:fixed;
  764. margin-top:513px;
  765. margin-left:490px;
  766. width:662px;
  767. height:150px;
  768. border-top:1px solid {color:sidebar top};
  769. background:{color:background};
  770. z-index:999;
  771. }
  772.  
  773. #topbar{
  774. position:fixed;
  775. margin-top:-140px;
  776. margin-left:490px;
  777. width:660px;
  778. height:150px;
  779. border-bottom:1px solid {color:sidebar top};
  780. background:{color:background};
  781. z-index:999;
  782. }
  783.  
  784. #top{
  785. position:fixed;
  786. left:0px;
  787. top:0;
  788. width:100%;
  789. height:25px;
  790. background:{color:Border Top};
  791. z-index:9999!important;
  792. }
  793.  
  794. #bottom{
  795. position:fixed;
  796. left:0px;
  797. bottom:0;
  798. width:100%;
  799. height:25px;
  800. background:{color:Border Bottom};
  801. z-index:9999!important;
  802. }
  803.  
  804. #left{
  805. position:fixed;
  806. left:0px;
  807. bottom:0;
  808. height:100%;
  809. width:25px;
  810. background:{color:Border Left};
  811. z-index:9999;
  812. }
  813.  
  814. #right{
  815. position:fixed;
  816. right:0px;
  817. bottom:0;
  818. height:100%;
  819. width:25px;
  820. background:{color:Border Right};
  821. z-index:9999;
  822. }
  823.  
  824. #box{
  825. position:fixed !important;
  826. width:180px;
  827. height:180px;
  828. margin-top:25px;
  829. margin-left:5px;
  830. text-align:center;
  831. font-size:8px;
  832. line-height:15px;
  833. font-family:calibri;
  834. border:5px solid #fff;
  835. text-transform:uppercase;
  836. letter-spacing:2px;
  837. opacity:1;
  838. z-index:1;
  839. -webkit-transition:all .7s ease-in-out;
  840. -moz-transition:all .7s ease-in-out;
  841. transition:all .7s ease-in-out;
  842. }
  843.  
  844. #boxx{
  845. position:fixed !important;
  846. margin-top:10px;
  847. margin-left:490px;
  848. text-align:center;
  849. width:660px;
  850. height:503px;
  851. font-size:8px;
  852. line-height:15px;
  853. font-family:calibri;
  854. text-transform:uppercase;
  855. border:1px solid {color:sidebar top};
  856. letter-spacing:2px;
  857. opacity:1;
  858. z-index:9;
  859. -webkit-transition:all .7s ease-in-out;
  860. -moz-transition:all .7s ease-in-out;
  861. transition:all .7s ease-in-out;
  862. }
  863.  
  864. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  865. #infscr-loading{
  866. bottom: -70px;
  867. position: absolute;
  868. left: 50%;
  869. margin-left:-8px;
  870. width:16px;
  871. height:11px;
  872. overflow:hidden;
  873. margin-bottom: 50px;
  874. }
  875.  
  876. #postnotes{
  877. text-align: justify;}
  878.  
  879. #postnotes blockquote{
  880. border: 0px;}
  881.  
  882. blockquote{
  883. padding:0px 0px 2px 5px;
  884. margin:0px 0px 2px 10px;
  885. border-left: 1px dotted #eee;
  886. }
  887.  
  888. blockquote p, ul{
  889. margin:0px;
  890. padding:0px;
  891. }
  892.  
  893. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  894. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  895. </style>
  896.  
  897. <title>{Title}</title>
  898.  
  899. <link rel="shortcut icon" href="{favicon}">
  900.  
  901. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  902. <meta name="viewport" content="width=720" />
  903. </head>
  904.  
  905. <body>
  906.  
  907. <div id="boxx"></div>
  908.  
  909. <div id="toppbar"><span id="wipe">{text:quote}</span></div>
  910.  
  911. <div id="top"></div>
  912. <div id="right"></div>
  913. <div id="left"></div>
  914. <div id="bottom"></div>
  915.  
  916. <div id="bottombar"></div>
  917. <div id="topbar"></div>
  918.  
  919. <div class="t1"></div>
  920. <div class="t2"></div>
  921. <div class="t3"></div>
  922. <div class="t4"></div>
  923.  
  924. <div id="center">
  925. <div id="content"></div>
  926.  
  927. <div id="sidebar">
  928.  
  929. <div id="box"></div>
  930.  
  931. <div id="blogtitle">{text:Blogtitle}</div>
  932.  
  933. <div id="l1"></div>
  934. <div id="l2"></div>
  935. <div id="l3"></div>
  936.  
  937. <div id="desc"><div style="overflow:auto; width:260px; max-height:60px; height:auto;padding:5px; text-align:justify;">{description}
  938. </div>
  939. </div>
  940.  
  941. <div class="triangle"></div>
  942.  
  943. <div id="link1">
  944. <div id="linkone" style="text-align:center; line-height:17px;"><a href="{text:Link One}"><font style="line-height:10px;"><font color="white">01</font></font></a></div>
  945. <div id="onebox" style="letter-spacing:1px;line-height:140%">
  946. <font style="font-size:15px; font-family: 'Raleway', sans-serif; text-transform:uppercase; color:#fff; padding-bottom:3px;">{text:link one title}</font>
  947. </div>
  948. </div>
  949.  
  950. <div id="link2">
  951. <div id="linktwo" style="text-align:center; line-height:17px;"><a href="{text:Link Two}"><font style="line-height:10px;"><font color="white">02</font></font></a></div>
  952. <div id="twobox" style="letter-spacing:1px;line-height:140%">
  953. <font style="font-size:15px; font-family: 'Raleway', sans-serif; text-transform:uppercase; color:#fff; padding-bottom:3px;">{text:link two title}</font>
  954. </div>
  955. </div>
  956.  
  957. <div id="link3">
  958. <div id="linkthree" style="text-align:center; line-height:17px;"><a href="{text:Link Three}"><font style="line-height:10px;"><font color="white">03</font></font></a></div>
  959. <div id="threebox" style="letter-spacing:1px;line-height:140%">
  960. <font style="font-size:15px; font-family: 'Raleway', sans-serif; text-transform:uppercase; color:#fff; padding-bottom:3px;">{text:link three title}</font>
  961. </div>
  962. </div>
  963.  
  964. <div id="link4">
  965. <div id="linkfour" style="text-align:center; line-height:17px;"><a href="{text:Link Four}"><font style="line-height:10px;"><font color="white">04</font></font></a></div>
  966. <div id="fourbox" style="letter-spacing:1px;line-height:140%">
  967. <font style="font-size:15px; font-family: 'Raleway', sans-serif; text-transform:uppercase; color:#fff; padding-bottom:3px;">{text:link four title}</font>
  968. </div>
  969. </div>
  970.  
  971. <img src="{image:sidebar}" style="position:fixed !important; width:200px; height:200px; margin-top:20px; margin-left:0px; background-color:transparent; z-index:9;"></div>
  972.  
  973. </div></div></div></div></div>
  974.  
  975. <div id="posts">
  976. <div class="autopagerize_page_element">
  977. {block:Posts}
  978. <div id="entry">
  979.  
  980. {block:Text}
  981. {block:Title}<span class="title">{Title}</span>{/block:Title}
  982. <span class="entrytext">{Body}</span></a>
  983. {block:IndexPage}
  984. <div class="permalinktext">
  985. <a href="{permalink}">posted {timeago}</a> with
  986. <a href="{permalink}">{notecountwithlabel}</a>
  987. </div>
  988. {/block:IndexPage}
  989. {/block:Text}
  990.  
  991. {block:Link}
  992. <a href="{URL}" class="title">{Name}</a>
  993. {block:Description}{Description}{/block:Description}
  994. {block:IndexPage}
  995.  
  996. <div class="permalinktext">
  997. <a href="{permalink}">posted {timeago}</a> with
  998. <a href="{permalink}">{notecountwithlabel}</a>
  999. </div>
  1000. {/block:IndexPage}
  1001. {block:Link}
  1002.  
  1003. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  1004. <div class="fade"></div>
  1005. <div class="perma">
  1006. <a href="{Like}" title="Like" target="_blank">{LikeButton color="white" size="20"}</a></div>
  1007. <div class="perma2">
  1008. <a href="{ReblogURL}" title="Reblog" target="_blank">{ReblogButton color="white" size="20"}</a></div>
  1009. <div class="perma3">
  1010. <a href="{Permalink}" target="_blank"><font color="white">posted {timeago}</font></a> —
  1011. <a href="{Permalink}" target="_blank"><font color="white">{notecountwithlabel}</font></a>
  1012. </div>{/block:IndexPage}
  1013.  
  1014. {block:IndexPage}
  1015. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px; style="outline:1px solid #fff; outline-offset:-2px;">
  1016. {/block:IndexPage}
  1017. {block:permalinkpage}{LinkOpenTag}<center>
  1018. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=560px;/>
  1019. {LinkCloseTag}</center>{/block:permalinkpage}
  1020. {/block:Photo}
  1021.  
  1022. {block:Quote}
  1023. <div class="quote">❝ {quote} ❝</div>
  1024. {block:IndexPage}
  1025.  
  1026. <div class="permalinktext">
  1027. <a href="{permalink}">posted {timeago}</a> with
  1028. <a href="{permalink}">{notecountwithlabel}</a>
  1029. </div>
  1030. {/block:IndexPage}
  1031. {/block:Quote}
  1032.  
  1033. {block:Chat}
  1034. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1035. <ul class="chat">
  1036. {block:Lines}
  1037. <li class="user_{UserNumber}">
  1038. {block:Label}
  1039. <span class="label">{Label}</span>
  1040. {/block:Label}
  1041.  
  1042. {Line}<br>
  1043. {/block:Lines}
  1044. {block:IndexPage}
  1045.  
  1046. <div class="permalinktext">
  1047. <a href="{permalink}">posted {timeago}</a> with
  1048. <a href="{permalink}">{notecountwithlabel}</a>
  1049. </div>
  1050. {/block:IndexPage}
  1051. {/block:Chat}
  1052.  
  1053. {block:Audio}
  1054. <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:sidebar top}; padding:8px; font-family: 'Ek Mukta', sans-serif; color:white; width:155px; font-size:15px;"> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist} <font style="font-size:10px;"><span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</font></div><div style="width:150px; margin-left:0px;">Album: <span{block:Album} style="display:none;"{/block:Album}>Lovers</span>{block:Album}{Album}{/block:Album}</div></div></div>
  1055. {block:IndexPage}
  1056. <div class="permalinktext">
  1057. <a href="{permalink}">posted {timeago}</a> with
  1058. <a href="{permalink}">{notecountwithlabel}</a>
  1059. </div>
  1060. {/block:IndexPage}
  1061. {/block:Audio}
  1062.  
  1063. {block:photoset}
  1064. {block:IndexPage}
  1065. {photoset-250}
  1066. <div class="permalinktext" style="margin-top:5px;">
  1067. <a href="{permalink}">posted {timeago}</a> with
  1068. <a href="{permalink}">{notecountwithlabel}</a>
  1069. </div>
  1070. {/block:IndexPage}
  1071. {block:permalinkpage}
  1072. {photoset-400}
  1073. {/block:permalinkpage}
  1074. {/block:photoset}
  1075.  
  1076. {block:Video}
  1077. <center>{block:IndexPage}
  1078. <div class="perma">
  1079. <a href="{Like}" title="Like" target="_blank">{LikeButton color="white" size="20"}</a></div>
  1080. <div class="perma2">
  1081. <a href="{ReblogURL}" title="Reblog" target="_blank">{ReblogButton color="white" size="20"}</a></div>
  1082. <div style="width:250px; overflow-x:hidden; overflow-y:hidden;opacity:.9;
  1083. -webkit-filter:grayscale(60%);">{Video-250}</div>
  1084. <div class="perma3">
  1085. <a href="{Permalink}" target="_blank"><font color="white">posted {timeago}</font></a> —
  1086. <a href="{Permalink}" target="_blank"><font color="white">{notecountwithlabel}</font></a>
  1087. </div>{/block:IndexPage}</center>
  1088. <center><center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center></center></div>
  1089. {block:Video}
  1090.  
  1091. {block:Answer}
  1092. {block:IndexPage}
  1093. <div style="margin:3px; margin-top:-8px; text-align:justify; margin-left:-10px; min-height:33px;">
  1094.  
  1095. <askk><font style="font-family: 'Raleway', sans-serif; margin-left:5px; font-size:18px; text-transform:none;">{Asker}</font></askk>-
  1096.  
  1097. <div style="overflow-x:hidden; padding:5px; width:258px; max-height:33px; margin-left:0px; height:auto; background-color:#fbfbfb; border:1px solid #ddd; text-align:justify;">{Question}</div></div>
  1098.  
  1099. <div style="font-family:calibri; margin-top:5px; margin-left:-10px; background:{color:sidebar top}; color:white; width:260px; padding:5px;">{Answer}</div>
  1100.  
  1101. <div class="permalinktext" style="margin-top:5px;">
  1102. <a href="{permalink}">posted {timeago}</a> with
  1103. <a href="{permalink}">{notecountwithlabel}</a>
  1104. </div>
  1105. {/block:IndexPage}
  1106. {block:PermalinkPage}
  1107. <div style="margin:3px; margin-top:-5px; text-align:justify; margin-left:55px; min-height:30px;">
  1108. <img src="{AskerPortraitURL-30}" width="30" align="left"
  1109. style="margin-top:0px; margin-left:-56px; border:1px solid #ddd; padding:7px; background:#fff;">
  1110. <askk><div style="overflow-x:hidden; padding:3px; max-height:80px; height:auto; background-color:#ffffff; text-align:justify;"><font style="font-family: 'Playball', cursive; font-size:18px; text-transform:none;">{Asker}</font></askk>: {Question}</div></div><br>
  1111. <div style="font-family:calibri; background:#fbfbfb; padding:5px; border:1px solid #ddd;">{Answer}</div>
  1112. {/block:PermalinkPage}
  1113. {/block:Answer}
  1114.  
  1115. {block:PermalinkPage}
  1116. <justify><br>
  1117. {block:caption}<div style="background:#fbfbfb; width:552px; padding:5px;">{caption}</div>{/block:caption}<br>
  1118. {block:Date}<div style="background:#eee; width:552px; padding:5px;">posted {DayOfWeek} {/block:Date} {block:NoteCount}with {NoteCount} notes<br></div>{/block:NoteCount}<br>
  1119. {block:RebloggedFrom}<div style="background:#fbfbfb; width:552px; padding:5px;">source: <a href="{ReblogRootURL}">{ReblogRootName}</a> | Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</div></a><br>{/block:RebloggedFrom}
  1120. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</justify>
  1121. {/block:PermalinkPage}
  1122. {block:PostNotes}
  1123. <div id="postnotes"> <div style="overflow:auto; width:562px; height:300px; background-color:#eee; text-align:justify;">{PostNotes}</div></div>
  1124. {/block:PostNotes}</div>{/block:Posts}
  1125. </div></div></div>{/block:NextPage}{/block:Pagination}
  1126.  
  1127. {block:indexpage}
  1128. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  1129. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  1130. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  1131. <script type="text/javascript">
  1132. $(window).load(function(){
  1133. var $wall = $('#posts');
  1134. $wall.imagesLoaded(function(){
  1135. $wall.masonry({
  1136. itemSelector: '#entry, #entry_photo',
  1137. isAnimated : false
  1138. });
  1139. });
  1140.  
  1141. $wall.infinitescroll({
  1142. navSelector : '#page-nav',
  1143. nextSelector : '#page-nav a',
  1144. itemSelector : '#entry, #entry_photo',
  1145. bufferPx : 2000,
  1146. debug : false,
  1147. errorCallback: function() {
  1148. $('#infscr-loading').fadeOut('normal');
  1149. }},
  1150. function( newElements ) {
  1151. var $newElems = $( newElements );
  1152. $newElems.hide();
  1153. $newElems.imagesLoaded(function(){
  1154. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1155. });
  1156. }); $('#content').show(500);
  1157. });
  1158. </script>
  1159. {/block:indexpage}
  1160.  
  1161. <body onkeydown="return false">
  1162. </body>
  1163.  
  1164. <div style="z-index:9999; position:fixed; bottom:30px; right:30px; 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>
  1165. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement