Advertisement
Seedfawn

Theme 7

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