Advertisement
Seedfawn

Theme 16

Aug 29th, 2015
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.71 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.  
  34. <link href='http://fonts.googleapis.com/css?family=Ek+Mukta:200' rel='stylesheet' type='text/css'>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Noto+Sans:700' rel='stylesheet' type='text/css'>
  39.  
  40. <meta name="image:Background" content=""/>
  41. <meta name="image:Sidebar" content=""/>
  42. <meta name="image:Transparent" content=""/>
  43. <meta name="color:Background" content="#fff"/>
  44. <meta name="color:Title" content="#246391"/>
  45. <meta name="color:Text" content="#222"/>
  46. <meta name="color:Link" content="#3c88ce"/>
  47. <meta name="color:Hover" content="#213f52"/>
  48. <meta name="color:Blogtitle" content="#3c88ce"/>
  49. <meta name="color:Sidebar Border" content="#71aadf"/>
  50. <meta name="color:Scrollbar" content="#2d6ca5"/>
  51. <meta name="color:Ask" content="#dcdcff"/>
  52. <meta name="color:Selection" content="#529ecc"/>
  53. <meta name="text:Blogtitle" content=""/>
  54. <meta name="text:Transparent Position Top" content="0"/>
  55. <meta name="text:Transparent Position Left" content="0"/>
  56. <meta name="text:Your name" content="Kara"/>
  57. <meta name="text:Link One" content="/" />
  58. <meta name="text:Link Two" content="" />
  59. <meta name="text:Link Three" content="" />
  60. <meta name="text:Link Four" content="http://seedfawn.tumblr.com" />
  61. <meta name="text:Link One Title" content="Refresh" />
  62. <meta name="text:Link Two Title" content="Inbox" />
  63. <meta name="text:Link Three Title" content="Navigation" />
  64. <meta name="text:Link Four Title" content="Credit" />
  65. </script>
  66.  
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("[title]").style_my_tooltips();
  73. });
  74. })(jQuery);
  75. </script>
  76.  
  77. <style type="text/css">
  78.  
  79. #s-m-t-tooltip {
  80. background:#FF7800;
  81. height:8px;
  82. padding:10px;
  83. display:block;
  84. text-align:center;
  85. font-size:8px;
  86. font-family:calibri;
  87. line-height:8px;
  88. letter-spacing:1px;
  89. border-radius:4px;
  90. z-index: 9999999999!important;
  91. color:white;
  92. text-transform:uppercase;
  93. letter-spacing:1px;
  94. margin-top:25px;
  95. margin-left:0px;
  96. -webkit-transition:all 0.7s ease-in-out;
  97. -moz-transition:all 0.7s ease-in-out;
  98. transition:all 0.7s ease-in-out;
  99. }
  100.  
  101. #s-m-t-tooltip:before{
  102. position:absolute;
  103. height:0px;
  104. width:0px;
  105. left:5px;
  106. top:-10px;
  107. content:"";
  108. border-top:10px solid transparent;
  109. border-bottom:10px solid transparent;
  110. border-right:10px solid #FF7800;
  111. transform: rotate(90deg);
  112. -ms-transform: rotate(90deg);
  113. -webkit-transform: rotate(90deg);
  114. -o-transform: rotate(90deg);
  115. -moz-transform: rotate(90deg);
  116. }
  117.  
  118. body {
  119. padding:0px;
  120. margin:0px;
  121. color:{color:Text};
  122. font-family:calibri;
  123. font-size:10px;
  124. line-height:12px;
  125. text-transform:normal;
  126. background-size:repeat;
  127. background-color:{color:Background};
  128. background-image:url({image:Background});
  129. background-attachment:fixed;
  130. background-repeat:cover;
  131. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  132.  
  133. .tmblr-iframe{
  134. z-index:9999999999!important;
  135. opacity:.2 !important;
  136. -webkit-filter:invert(100%);
  137. top:5px !important;
  138. right:5px !important;
  139. position:fixed!important;
  140. }
  141.  
  142. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  143. a:link, a:active, a:visited{
  144. color:{color:Link};
  145. text-decoration:none;
  146. -webkit-transition:all 0.6s ease-out;
  147. -moz-transition:all 0.6s ease-out;
  148. -o-transition:all 0.6s ease-out;
  149. transition:all 0.6s ease-out;
  150. }
  151.  
  152. a:hover{
  153. color:{color:Hover};
  154. text-decoration:none;
  155. -webkit-transition:all 0.3s ease-out;
  156. -moz-transition:all 0.3s ease-out;
  157. -o-transition:all 0.3s ease-out;
  158. transition:all 0.3s ease-out;
  159. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  160. }
  161.  
  162. ::-webkit-scrollbar-thumb{
  163. background-color:{color:scrollbar};
  164. border:0px solid {color:background};
  165. height:auto;
  166. -moz-border-radius:10px;
  167. border-radius:0px;
  168. }
  169.  
  170. ::-webkit-scrollbar{
  171. height:9px;
  172. width:5px;
  173. border:0px solid {color:background};
  174. }
  175.  
  176. ::selection {
  177. background:transparent;
  178. color:{color:selection};
  179. }
  180.  
  181. ::-moz-selection {
  182. background:transparent;
  183. color:{color:selection};
  184. }
  185.  
  186. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  187. #audio {
  188. width:200px;
  189. height:auto;
  190. min-height:60px;
  191. padding-bottom:0px;
  192. }
  193.  
  194. .cover {
  195. position:absolute;
  196. z-index:1;
  197. width:80px;
  198. height:80px;
  199. }
  200.  
  201. .cover img {
  202. float:left;
  203. margin-top:-5px;
  204. margin-left:-5px;
  205. width:80px;
  206. height:80px;
  207. outline:3px solid #fff;
  208. outline-offset:-10px;
  209. }
  210.  
  211. .playbox {
  212. opacity:0.6;
  213. width:27px;
  214. height:30px;
  215. overflow:hidden;
  216. position:absolute;
  217. z-index:1000;
  218. margin-left:22px;
  219. margin-top:20px;
  220. text-align:center;
  221. }
  222.  
  223. .info {
  224. margin-left:85px;
  225. margin-top:4px;
  226. line-height:20px;
  227. text-align:center;
  228. }
  229.  
  230. #cunt{width:250px; height:auto;}
  231. {block:PermalinkPage}
  232. width:10px;
  233. {/block:PermalinkPage}
  234. }
  235.  
  236. #center{
  237. padding-top:3px;
  238. padding-bottom:3px;
  239. position:fixed !important;
  240. width:250px;
  241. height:207px;
  242. background-color:#fff;
  243. {block:PermalinkPage}
  244. width:410px;
  245. height:207px;
  246. {/block:PermalinkPage}
  247. }
  248.  
  249. #posts{
  250. float:center;
  251. {block:indexpage}
  252. width:900px;
  253. {/block:indexpage}
  254. {block:permalinkpage}
  255. width:600px;
  256. {/block:permalinkpage}
  257. margin-left:400px;
  258. z-index:9;
  259. height:100%;
  260. padding-left:10px;
  261. padding-top:30px;
  262. }
  263.  
  264. #entry img{
  265. {block:indexpage}
  266. max-width:250px;
  267. display:block;
  268. -webkit-transition:all 0.7s ease-out;
  269. -moz-transition:all 0.7s ease-out;
  270. transition:all 0.7s ease-out;
  271. {/block:indexpage}
  272. {block:PermalinkPage}
  273. outline:1px solid #fff;
  274. outline-offset:-2px;
  275. {/block:PermalinkPage}
  276. }
  277.  
  278. #entry img:hover{
  279. opacity:1;
  280. }
  281.  
  282. #entry{
  283. margin:15px;
  284. float:left;
  285. background:#fff;
  286. font-size:8px;
  287. line-height:13px;
  288. text-transform:uppercase;
  289. font-family:calibri;
  290. letter-spacing:1px;
  291. width:250px;
  292. display:block;
  293. {block:PermalinkPage}
  294. opacity:1;
  295. width:500px;
  296. margin-top:0px;
  297. margin-left:18px;
  298. z-index:999;
  299. box-shadow:rgba(0,0,0,0) 0px 0px;
  300. {/block:PermalinkPage}
  301. -moz-transition: all 1s ease-out;
  302. -o-transition: all 1s ease-out;
  303. -webkit-transition: all 1s ease-out;
  304. transition: all 1s ease-out;
  305. }
  306.  
  307. #entry .perma{
  308. overflow:hidden;
  309. width:20px;
  310. margin-top:0px;
  311. margin-left:100px;
  312. top:50%;
  313. background:transparent;
  314. position:absolute;
  315. line-height:10px;
  316. text-align:center;
  317. opacity:0;
  318. z-index:99;
  319. }
  320.  
  321. #entry:hover .perma{
  322. overflow:visible;
  323. opacity:1;
  324. }
  325.  
  326. #entry .perma2{
  327. overflow:hidden;
  328. width:20px;
  329. margin-top:0px;
  330. margin-left:130px;
  331. top:50%;
  332. background:transparent;
  333. position:absolute;
  334. text-align:center;
  335. opacity:0;
  336. z-index:99;
  337. }
  338.  
  339. #entry:hover .perma2{
  340. overflow:visible;
  341. opacity:1;
  342. }
  343.  
  344. #entry .perma3{
  345. overflow:hidden;
  346. width:234px;
  347. margin-top:20px;
  348. margin-left:0px;
  349. padding:8px;
  350. top:50%;
  351. background:transparent;
  352. color:white;
  353. position:absolute;
  354. font-size:20px;
  355. font-family: 'PT Sans', sans-serif;
  356. text-align:center;
  357. opacity:0;
  358. z-index:99;
  359. }
  360.  
  361. #entry:hover .perma3{
  362. overflow:visible;
  363. opacity:1;
  364. }
  365.  
  366. #entry .perma4{
  367. overflow:hidden;
  368. width:234px;
  369. margin-top:-27px;
  370. margin-left:0px;
  371. padding:8px;
  372. top:50%;
  373. background:transparent;
  374. color:white;
  375. position:absolute;
  376. font-size:20px;
  377. font-family: 'PT Sans', sans-serif;
  378. text-align:center;
  379. opacity:0;
  380. z-index:99;
  381. }
  382.  
  383. #entry:hover .perma4{
  384. overflow:visible;
  385. opacity:1;
  386. }
  387.  
  388. .permalinktext{
  389. position:absolute;
  390. display:block;
  391. width:250px;
  392. text-align:center;
  393. font-size:10px;
  394. margin-top:-20px;
  395. margin-left:0px;
  396. font-family:consolas;
  397. text-transform:lowercase;
  398. font-family: 'Noto Sans', sans-serif;
  399. opacity:1;
  400. padding:10px;
  401. color:white;
  402. z-index:9999;
  403. }
  404.  
  405. #entry .fade{
  406. position:absolute;
  407. width:250px;
  408. height:100%;
  409. margin-top:0px;
  410. margin-left:0px;
  411. background:black;
  412. opacity:0;
  413. z-index:9;
  414. }
  415.  
  416. #entry:hover .fade{
  417. opacity:.3;
  418. }
  419.  
  420. .title{
  421. line-height:12px;
  422. margin-top:-10px;
  423. color:{color:Title};
  424. font-family: 'Noto Sans', sans-serif;
  425. font-size:20px;
  426. }
  427.  
  428. #blogtitle{
  429. position: fixed !important;
  430. z-index:9;
  431. width:127px;
  432. margin-top:29px;
  433. margin-left:11px;
  434. color:white;
  435. padding:5px;
  436. background:{color:blogtitle};
  437. font-family: 'Ek Mukta', sans-serif;
  438. text-transform:uppercase;
  439. font-size:15px;
  440. opacity:1;
  441. text-align:center;
  442. float:left;
  443. }
  444.  
  445. #sidebar{
  446. position:fixed !important;
  447. margin-top:200px;
  448. margin-left:200px;
  449. padding:12px;
  450. -webkit-transition:all 0.7s ease-in-out;
  451. -moz-transition:all 0.7s ease-in-out;
  452. transition:all 0.7s ease-in-out;
  453. }
  454.  
  455. div#desc{
  456. position:fixed !important;
  457. margin-top:50px;
  458. margin-left:-42px;
  459. width:180px;
  460. text-align:center;
  461. font-size:8px;
  462. line-height:12px;
  463. padding-left:10px;
  464. font-family:calibri;
  465. text-transform:uppercase;
  466. letter-spacing:2px;
  467. border-top:1px solid {color:sidebar border};
  468. opacity:1;
  469. -webkit-transition:all 1s ease-in-out;
  470. -moz-transition:all 1s ease-in-out;
  471. transition:all 1s ease-in-out;
  472. }
  473.  
  474. #links{
  475. position:fixed!important;
  476. margin-left:-15px;
  477. margin-top:700px;
  478. opacity:0;
  479. z-index:9999;
  480. -webkit-transition: all 1s ease-in-out;
  481. -moz-transition: all 1s ease-in-out;
  482. -o-transition: all 1s ease-in-out;
  483. }
  484.  
  485. #sidebar:hover #links{
  486. margin-top:120px;
  487. opacity:1;
  488. }
  489.  
  490. #links a{
  491. width:20px;
  492. height:20px;
  493. margin:1px;
  494. display:inline-block;
  495. padding:5px 5px 5px 5px;
  496. opacity:1;
  497. text-align:center;
  498. background:#25292c;
  499. color:white;
  500. }
  501.  
  502. #links a:hover{
  503. background:#16181a;
  504. }
  505.  
  506. .permalinkpage{
  507. position:absolute;
  508. display:inline-block;
  509. text-align:left;
  510. float:left;
  511. font-size:8px;
  512. margin-top:-480px;
  513. margin-left:520px;
  514. text-transform:uppercase;
  515. font-family: calibri;
  516. background:transparent;
  517. opacity:1;
  518. width:350px;
  519. z-index:9999;
  520. }
  521.  
  522. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  523. #infscr-loading{
  524. bottom: -70px;
  525. position: absolute;
  526. left: 50%;
  527. margin-left:-8px;
  528. width:16px;
  529. height:11px;
  530. overflow:hidden;
  531. margin-bottom: 50px;
  532. }
  533.  
  534. #postnotes{
  535. text-align: justify;}
  536.  
  537. #postnotes blockquote{
  538. border: 0px;}
  539.  
  540. blockquote{
  541. padding:0px 0px 2px 5px;
  542. margin:0px 0px 2px 10px;
  543. border-left: 1px dotted #eee;
  544. }
  545.  
  546. blockquote p, ul{
  547. margin:0px;
  548. padding:0px;
  549. }
  550.  
  551. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  552. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  553. </style>
  554.  
  555. <title>{Title}</title>
  556.  
  557. <link rel="shortcut icon" href="{favicon}">
  558.  
  559. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  560. <meta name="viewport" content="width=720" />
  561. </head>
  562.  
  563. <body>
  564.  
  565. <div id="center">
  566. <div id="content">
  567.  
  568. <img src="{image:transparent}" style="position:fixed; width:350px; height:auto; opacity:1; top:{text:transparent position top}px; left:{text:transparent position left}px; z-index:-999;"/>
  569.  
  570. <div id="sidebar">
  571.  
  572. <div id="blogtitle">— {text:Blogtitle} —</div>
  573.  
  574. <div id="desc"><div style="overflow:auto; width:170px; height:58px; padding:5px; text-align: justify;">{description}</div>
  575. </div>
  576.  
  577. <div class="triangle"></div>
  578.  
  579. <div id="links">
  580. <a href="{text:Link One}"><img src="http://static.tumblr.com/iqvfzph/xukntnnci/house.png" style="width:20px; height:20px;" title="{text:link one title}"></a>
  581. <a href="{text:Link Two}"><img src="http://static.tumblr.com/iqvfzph/xwcntnn88/chat.png" style="width:20px; height:20px;" title="{text:link two title}"></a>
  582. <a href="{text:Link Three}"><img src="http://static.tumblr.com/iqvfzph/QbWntnn1t/28534-200.png" style="width:20px; height:20px;" title="{text:link three title}"></a>
  583. <a href="{text:Link Four}"><img src="http://static.tumblr.com/iqvfzph/o7Bntnnha/human.png" style="width:20px; height:20px;" title="{text:link four title}"></a>
  584. </div>
  585.  
  586. <img src="{image:sidebar}" style="border:1px solid {color:sidebar border}; padding:10px; margin-left:-180px;background:transparent; border-radius:1000px; width:120px; height:120px"></div>
  587.  
  588. </div></div></div></div></div>
  589.  
  590.  
  591. <div id="posts">
  592. {block:Posts}
  593. <div id="entry">
  594.  
  595. {block:Text}
  596. {block:Title}<span class="title">{Title}</span>{/block:Title}
  597. <span class="entrytext">{Body}</span></a>
  598. {block:IndexPage}
  599. <div class="permalinktext">
  600. <a href="{permalink}"><font color="#246391">{notecountwithlabel}</font></a>
  601. <a href="{ReblogURL}"><font color="#585858">reblog</font></a>
  602. </div>
  603. {/block:IndexPage}
  604. {/block:Text}
  605.  
  606. {block:Link}
  607. <a href="{URL}" class="title">{Name}</a>
  608. {block:Description}{Description}{/block:Description}
  609. {block:IndexPage}<br>
  610. <div class="permalinktext">
  611. <a href="{permalink}"><font color="#246391">{notecountwithlabel}</font></a>
  612. <a href="{ReblogURL}"><font color="#585858">reblog</font></a>
  613. </div>
  614. {/block:IndexPage}
  615. {block:Link}
  616.  
  617. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  618. <div class="fade"></div>
  619. <div class="perma">
  620. <a href="{Like}" title="Like" target="_blank">{LikeButton color="white" size="20"}</a></div>
  621. <div class="perma2">
  622. <a href="{ReblogURL}" title="Reblog" target="_blank">{ReblogButton color="white" size="20"}</a></div>
  623. <div class="perma3">
  624. <a href="{Permalink}" target="_blank"><font color="white">{notecount}</font></a></div>
  625. <div class="perma4">
  626. <a href="{Permalink}" target="_blank"><font color="white">{12HourWithZero}:{Minutes} {CapitalAmPm}</font></a>
  627. </div>{/block:IndexPage}
  628.  
  629. {block:IndexPage}
  630. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=250px; style="background:transparent; padding:0px;">
  631. {/block:IndexPage}
  632. {block:permalinkpage}{LinkOpenTag}<center>
  633. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=500px;>
  634. {LinkCloseTag}</center>{/block:permalinkpage}
  635. {/block:Photo}
  636.  
  637. {block:Quote}
  638. <div class="quote">❝ {quote}</div>
  639. {block:IndexPage}<br>
  640. <div class="permalinktext">
  641. <a href="{permalink}"><font color="#246391">{notecountwithlabel}</font></a>
  642. <a href="{ReblogURL}"><font color="#585858">reblog</font></a>
  643. </div>
  644. {/block:IndexPage}
  645. {/block:Quote}
  646.  
  647. {block:Chat}
  648. {block:Title}<span class="title">{Title}</span>{/block:Title}
  649. <ul class="chat">
  650. {block:Lines}
  651. <li class="user_{UserNumber}">
  652. {block:Label}
  653. <span class="label">{Label}</span>
  654. {/block:Label}
  655.  
  656. {Line}<br>
  657. {/block:Lines}
  658. {block:IndexPage}<br>
  659. <div class="permalinktext">
  660. <a href="{permalink}"><font color="#246391">{notecountwithlabel}</font></a>
  661. <a href="{ReblogURL}"><font color="#585858">reblog</font></a>
  662. </div>
  663. {/block:IndexPage}
  664. {/block:Chat}
  665.  
  666. {block:Audio}
  667. <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:150px; margin-left:0px;">Album: <span{block:Album} style="display:none;"{/block:Album}>Lovers</span>{block:Album}{Album}{/block:Album}</div></div></div><br>
  668. {block:IndexPage}
  669. <div class="permalinktext">
  670. <a href="{permalink}"><font color="#246391">{notecountwithlabel}</font></a>
  671. <a href="{ReblogURL}"><font color="#585858">reblog</font></a>
  672. </div>
  673. {/block:IndexPage}
  674. {/block:Audio}
  675.  
  676. {block:Video}
  677. <center>
  678. <div style="width:250px; overflow-x:hidden; overflow-y:hidden;opacity:.9;
  679. -webkit-filter:grayscale(60%);">{Video-250}</div>{/block:IndexPage}</center>
  680. <center><center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center></center><br>
  681. {block:IndexPage}
  682. <div class="permalinktext">
  683. <a href="{permalink}"><font color="#246391">{notecountwithlabel}</font></a>
  684. <a href="{ReblogURL}"><font color="#585858">reblog</font></a>
  685. </div>
  686. {/block:IndexPage}
  687. {block:Video}
  688.  
  689. {block:Answer}
  690. <askk><div style="font-family: 'Ek Mukta', sans-serif; font-size:20px; text-align:left; margin-left:50px;">{Asker}—</askk></div><br>
  691. <div style="margin-left:-5px; margin-top:-10px;">
  692. <img src="{AskerPortraitURL-48}" width="48" align="left" style=" border-radius:100px; margin-top:-20px;"></div>
  693. <div style="margin-top:0px; border-radius:10px; margin-left:50px; padding:7px; background:{color:ask}; text-align:justify; color:white;">
  694. {Question}</div>
  695. <div style="font-family: 'Ek Mukta', sans-serif; padding:5px; margin-left:150px; font-size:15px; text-align:right;">{text:Your Name}—</div>
  696. <div style="font-family:calibri; font-size:8px; border:1px solid #ddd; background:#f5f5f5; border-radius:5px; text-align:justify; padding:5px;">{Answer}</div><br>
  697. {block:IndexPage}
  698. <div class="permalinktext">
  699. <a href="{permalink}"><font color="#246391">{notecountwithlabel}</font></a>
  700. <a href="{ReblogURL}"><font color="#585858">reblog</font></a>
  701. </div>
  702. {/block:IndexPage}
  703. {/block:Answer}
  704.  
  705. {block:PermalinkPage}
  706. <div class="permalinkpage">
  707. {block:Date}<font style="background:#fbfbfb; margin-left:5px; width:350px; padding:5px; margin-left:0px; color:{color:text};">posted {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, at {12HourWithZero}:{Minutes}{/block:Date} {block:NoteCount}with {NoteCount} notes</font>{/block:NoteCount}
  708. {block:caption}<font style="background:#fbfbfb; margin-left:5px; margin-top:5px; width:350px; padding:5px; color:{color:text}">{caption}</font>{/block:caption}
  709. {block:RebloggedFrom}<font style="background:#fbfbfb; margin-left:5px; margin-top:5px; width:350px; color:{color:text}; padding:5px;">source: <a href="{ReblogRootURL}">{ReblogRootName}</a> | Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</font></a><br>{/block:RebloggedFrom}
  710. {block:NoteCount} <div style="text-align:center; margin:5px">{/block:NoteCount}</justify>
  711. {/block:PermalinkPage}
  712. {block:PostNotes}
  713. <div id="postnotes"> <div style="overflow:auto; margin-top:8px; color:{color:text};width:350px; height:250px; background-color:#fbfbfb; text-align:justify;">{PostNotes}
  714. {/block:PostNotes}</div>{/block:Posts}
  715. </div></div></div></div></div></div>
  716.  
  717. {block:indexpage}
  718. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  719. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  720. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  721. <script type="text/javascript">
  722. $(window).load(function(){
  723. var $wall = $('#posts');
  724. $wall.imagesLoaded(function(){
  725. $wall.masonry({
  726. itemSelector: '#entry, #entry_photo',
  727. isAnimated : false
  728. });
  729. });
  730.  
  731. $wall.infinitescroll({
  732. navSelector : '#page-nav',
  733. nextSelector : '#page-nav a',
  734. itemSelector : '#entry, #entry_photo',
  735. bufferPx : 2000,
  736. debug : false,
  737. errorCallback: function() {
  738. $('#infscr-loading').fadeOut('normal');
  739. }},
  740. function( newElements ) {
  741. var $newElems = $( newElements );
  742. $newElems.hide();
  743. $newElems.imagesLoaded(function(){
  744. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  745. });
  746. }); $('#content').show(500);
  747. });
  748. </script>
  749. {/block:indexpage}
  750.  
  751. <body onkeydown="return false">
  752. </body>
  753. <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>
  754. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement