Advertisement
Seedfawn

Theme 17

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