Advertisement
planthed

Emergency

Nov 13th, 2015
1,891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.19 KB | None | 0 0
  1. <!-----
  2.  
  3. theme made by tumblr user planthed and tumblr user costalies
  4.  
  5. keep the creds u lil bitch
  6.  
  7. — http://painthemes.tumblr.com/
  8. — http://planthed.tumblr.com/
  9. — http://lunarthemers.tumblr.com/
  10. — http://bravethemes.tumblr.com/
  11. — http://costalies.tumblr.com/
  12. — http://htmlqueens.tumblr.com/
  13. ------>
  14.  
  15. <html lang="en">
  16. <head>
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{favicon}">
  20. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  21. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  22. <meta name="viewport" content="width=720" />
  23. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  24.  
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Text" content="#999999"/>
  28. <meta name="color:Link" content="#000"/>
  29. <meta name="color:border page" content="#000"/>
  30. <meta name="color:borders" content="#000"/>
  31. <meta name="color:background posts" content="#fff"/>
  32. <meta name="color:title" content="#fff"/>
  33. <meta name="image:Background" content=""/>
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="if:border page" content="1" />
  36. <meta name="text:blogtitle" content="" />
  37. <meta name="text:Link 1" content="/" />
  38. <meta name="text:Link 1 Title" content="home" />
  39. <meta name="text:Link 2" content="/ask" />
  40. <meta name="text:Link 2 Title" content="message"/>
  41. <meta name="text:Link 3" content="/" />
  42. <meta name="text:Link 3 Title" content="more" />
  43. <meta name="text:Link 4" content="/" />
  44. <meta name="text:Link 4 Title" content="favorites" />
  45. <meta name="text:Link 5" content="/" />
  46. <meta name="text:Link 5 Title" content="archive" />
  47.  
  48. </script>
  49.  
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){$(document)
  54. .ready(function(){$("[title]")
  55. .style_my_tooltips();});})
  56. (jQuery);
  57. </script>
  58.  
  59. <script src="http://static.tumblr.com/kjtbii3/44Nmyhtju/slidetoggle.js">
  60. </script>
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. #s-m-t-tooltip{
  66. max-width:300px;
  67. padding:5px;
  68. margin:20px 0px 0px 20px;
  69. background-color:{color:background posts};
  70. font-family:arial;
  71. font-size:9px;
  72. color:{color:text};
  73. border:1px solid {color:borders};
  74. opacity:1;
  75. z-index:9999999999999999999;
  76. }
  77.  
  78. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  79. {block:ifNOTborderpage} top:0px; right:0px; {/block:ifNOTborderpage}
  80. {block:ifborderpage}top:20px;right:15px{/block:ifborderpage}
  81. z-index:9999999999999999999999999999999999999;
  82. opacity:.2 !important;
  83. -webkit-filter:invert(100%);
  84. position:fixed!important;
  85. }
  86.  
  87. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
  88. -webkit-transition:opacity 0.7s linear;
  89. opacity:1.0;
  90. -webkit-transition:all 0.4s ease-out;
  91. -moz-transition:all 0.4s ease-out;
  92. transition: all 0.4s ease-out;
  93. z-index:99999;
  94. }
  95.  
  96.  
  97. {block:ifborderpage}
  98. ::-webkit-scrollbar {
  99. height: 5px;
  100. width: 9px;
  101. background: {color:border page};
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {
  105. background: #fff;
  106. border: 4px solid {color:border page};
  107. }
  108.  
  109. {/block:ifborderpage}
  110.  
  111. {block:ifNOTborderpage}
  112.  
  113. ::-webkit-scrollbar {width: 10px; height: 2px; background:transparent; border:4px solid transparent; }
  114.  
  115. ::-webkit-scrollbar-thumb { background-color:{color:border page}; border-bottom: 3px solid {color:background}; border-radius:0px; border-top: 3px solid {color:background}; border-left: 3px solid {color:background}; border-right: 3px solid {color:background}; }
  116.  
  117. {/block:ifNOTborderpage}
  118.  
  119.  
  120. body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), progress;}
  121.  
  122.  
  123.  
  124. body {
  125. padding:0px;
  126. margin:0px;
  127. color:{color:Text};
  128. font-family:calibri;
  129. font-size:10px;
  130. line-height:12px;
  131. text-transform:normal;
  132. background-color:{color:Background};
  133. background-image:url({image:Background});
  134. background-attachment:fixed;
  135. background-repeat:repeat;
  136. cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;}
  137.  
  138. a:link, a:active, a:visited{
  139. color:{color:Link};
  140. text-decoration:none;
  141. -webkit-transition:all 0.6s ease-out; -moz-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out; transition:all 0.6s ease-out;}
  142.  
  143. a:hover{
  144. color:#aaa;
  145. -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  146. }
  147.  
  148. #audio {
  149. width:200px;
  150. height:auto;
  151. min-height:60px;
  152. padding-bottom:0px;
  153. }
  154.  
  155. .cover {
  156. position:absolute;
  157. z-index:1;
  158. width:50px;
  159. height:50px;
  160. }
  161.  
  162. .cover img {
  163. float:left;
  164. width:50px;
  165. height:50px;
  166. }
  167.  
  168. .playbox {
  169. opacity:0.6;
  170. width:27px;
  171. height:30px;
  172. overflow:hidden;
  173. position:absolute;
  174. z-index:1000;
  175. margin-left:17px;
  176. margin-top:17px;
  177. text-align:center;
  178. }
  179.  
  180. .info {
  181. margin-left:77px;
  182. margin-top:4px;
  183. line-height:14px;
  184. }
  185.  
  186. #cunt{width:250px; height:auto;}
  187. {block:PermalinkPage}
  188. width:10px;
  189. {/block:PermalinkPage}
  190. }
  191.  
  192. #center{
  193. padding-top:3px;
  194. padding-bottom:3px;
  195. position:fixed !important;
  196. width:250px;
  197. height:207px;
  198. background-color:#fff;
  199. {block:PermalinkPage}
  200. width:410px;
  201. height:207px;
  202. {/block:PermalinkPage}
  203. }
  204.  
  205. #posts{
  206. float:center;
  207. {block:indexpage}
  208. width:760px;
  209. {/block:indexpage}
  210. {block:permalinkpage}
  211. width:660px;
  212. {/block:permalinkpage}
  213. margin-left:400px;
  214. margin-top:10px;
  215. z-index:999;
  216. }
  217.  
  218. #entry img{
  219. outline:1px solid transparent;
  220. outline-offset:-30px;
  221. {block:indexpage}
  222. max-width:100%;
  223. z-index:999;
  224. -webkit-transition:all 0.7s ease-out;
  225. -moz-transition:all 0.7s ease-out;
  226. transition:all 0.7s ease-out;
  227. {/block:indexpage}
  228. }
  229.  
  230. #entry:hover img{
  231. outline:1px solid #fff;
  232. outline-offset:-9px;
  233. }
  234.  
  235. #entry{
  236. border:1px solid {color:borders};
  237. background:{color:background posts};
  238. padding:15px;
  239. z-index:999;
  240. padding-bottom:10px;
  241. margin-top:50px;
  242. float:left;
  243. margin-left:50px;
  244. font-size:9px;
  245. font-family:arial;
  246. line-height:17px;
  247. width:250px;
  248. {block:PermalinkPage}
  249. width:500px;
  250. z-index:999;
  251. font-size:10px;
  252. {/block:PermalinkPage}
  253. }
  254.  
  255. .perm{
  256. padding:7px;
  257. width:100px;
  258. height:auto;
  259. top:50%;
  260. left:50%;
  261. margin-top:-38px;
  262. margin-left:-50px;
  263. opacity:0;
  264. position:absolute;
  265. z-index:99999;
  266. text-align:center;
  267. -webkit-transform: scale(0);
  268. -webkit-transition: all .9s ease;
  269. -moz-transition: all .9s ease;
  270. -o-transition: all .9s ease;
  271. transition: all .9s ease;
  272. }
  273.  
  274. .perm a{
  275. border:1px solid {color:borders};
  276. background:{color:background posts};
  277. font-style:italic;
  278. padding:6px;
  279. color:{color:text};
  280. line-height:35px;
  281. }
  282.  
  283. #entry:hover .perm{
  284. opacity:1;
  285. overflow:visible;
  286. -webkit-transform: scale(1);
  287. }
  288.  
  289.  
  290. .permalinktext{
  291. display:block;
  292. text-align:right;
  293. text-decoration:none;
  294. border-right:1px solid {color:background posts};
  295. font-size:8px;
  296. letter-spacing:1px;
  297. margin-top:5px;
  298. font-family:calibri;
  299. text-transform:uppercase;
  300. padding-right:3px;
  301. -webkit-transition: all .7s ease;
  302. -moz-transition: all .7s ease;
  303. -o-transition: all .7s ease;
  304. transition: all .7s ease;
  305. }
  306.  
  307. .permalinktext:hover{
  308. border-right:60px solid {color:link};
  309. -webkit-transition: all .7s ease;
  310. -moz-transition: all .7s ease;
  311. -o-transition: all .7s ease;
  312. transition: all .7s ease;
  313. }
  314.  
  315.  
  316.  
  317. #postnotes{
  318. background:{color:background posts};
  319. overflow:scroll;
  320. border:1px solid {color:borders};
  321. height:auto;
  322. max-height:170px;
  323. font-size:9px;
  324. line-height:20px;
  325. padding:8px;
  326. }
  327.  
  328.  
  329. ol.notes li.note img.avatar {
  330. width:0px;
  331. display:inline;
  332. position:relative;
  333. list-style-type:none;
  334. display:none;
  335. }
  336.  
  337. .title{
  338. font-family:times;
  339. padding-bottom:5px;
  340. border-bottom:1px solid {color:borders};
  341. font-size:17px;
  342. line-height:30px;
  343. margin-top:-5px;
  344. text-align:center;
  345. text-transform:uppercase;
  346. letter-spacing:1px;
  347. color:{color:text};
  348. }
  349.  
  350. .title a{color:{color:text};}
  351.  
  352.  
  353. blockquote{
  354. font-size:9px;
  355. border-left:1px solid {color:borders};
  356. padding-left:5px;
  357. margin:0px 0px 2px 1px;
  358. }
  359.  
  360.  
  361.  
  362. #sidebar {
  363. position:fixed;
  364. z-index:999;
  365. width:240px;
  366. top:200px;
  367. left:140px;
  368. z-index:999;
  369. height:200px;
  370. }
  371.  
  372. #desc{
  373. font-family:arial;
  374. font-size:9px;
  375. color:{color:text};
  376. line-height:14px;
  377. background:{color:background posts};
  378. padding:7px;
  379. border:1px solid {color:borders};
  380. }
  381.  
  382. .foto img{
  383. background:{color:background posts};
  384. padding:9px;
  385. border:1px solid {color:borders};
  386. width:80px;
  387. position:absolute;
  388. right:0px;
  389. bottom:200px;
  390. max-height:80px;
  391. margin-bottom:10px;
  392. }
  393.  
  394.  
  395. .titulo {
  396. font-family:meem33;
  397. margin-bottom:10px;
  398. z-index:999999;
  399. text-align:center;
  400. padding:7px;
  401. width:110px;
  402. height:auto;
  403. font-size:15px;
  404. background:{color:background posts};
  405. border:1px solid {color:borders};
  406. line-height:14px;
  407. letter-spacing:2px;
  408. text-transform:uppercase;
  409. color:{color:title};
  410. position:absolute;
  411. left:0px;
  412. bottom:200px;
  413. }
  414.  
  415.  
  416.  
  417. .taissa{
  418. opacity:1;
  419. margin-top:0px;
  420. position:fixed;
  421. padding:5px;
  422. width:240px;
  423. margin-left:-7px;
  424. text-align:center;
  425. }
  426.  
  427.  
  428. .taissa a{
  429. text-decoration:none;
  430. color:#000;
  431. font-size:9px;
  432. font-family:arial;
  433. display:inline-block;
  434. line-height:15px;
  435. padding-bottom:4px;
  436. position:relative;
  437. text-align:center;
  438. padding:2px;
  439. padding-left:6px;
  440. margin-top:7px;
  441. transition: all 0.9s ease-out;
  442. transition:0.4s;
  443. -webkit-transition:all 0.6s ease-out;
  444. -moz-transition:all 0.6s ease-out;
  445. transition:all 0.6s ease-out;
  446. }
  447.  
  448. .taissa a:hover{
  449.  
  450. font-style:italic;
  451. }
  452.  
  453. .taissa a:after {
  454.  
  455. position: absolute;
  456. top:20px;
  457. left: 0;
  458. width: 1px;
  459. height: 1px;
  460. background:{color:borders};
  461. content: '';
  462. opacity: 0;
  463. -webkit-transition:all 0.6s ease-out;
  464. -moz-transition:all 0.6s ease-out;
  465. transition:all 0.6s ease-out;
  466.  
  467. }
  468.  
  469. .taissa a:hover:after,
  470. .taissa a:focus:after {
  471. opacity: 1;
  472. width:100%;
  473.  
  474. -webkit-transition:all 0.6s ease-out;
  475. -moz-transition:all 0.6s ease-out;
  476. transition:all 0.6s ease-out;
  477.  
  478. }
  479.  
  480.  
  481.  
  482.  
  483. /*DO NOT TOUCH!!!!*/
  484.  
  485. /* don't delete the credit */
  486. #niall{
  487. color:{color:text};
  488. width:auto;
  489. position:fixed;
  490. bottom:80px;
  491. left:-1px;
  492. z-index:99999999999999999999999999999999;
  493. -webkit-transition: all .7s ease;
  494. -moz-transition: all .7s ease;
  495. -o-transition: all .7s ease;
  496. transition: all .7s ease;
  497. }
  498. #zayn{
  499. font-size:14px;
  500. line-height:18px;
  501. text-align:center;
  502. height:15px;
  503. margin-top:36px;
  504. width:15px;
  505. padding:5px;
  506. background:{color:background posts};
  507. margin-left:20px;
  508. position:fixed;
  509. -webkit-transition: all .7s ease;
  510. -moz-transition: all .7s ease;
  511. -o-transition: all .7s ease;
  512. transition: all .7s ease;
  513. }
  514. #lol{
  515. text-align:center;
  516. width:190px;
  517. color:black;
  518. font-size:10px;
  519. height:11px;
  520. padding:7px;
  521. font-family:'calibri';
  522. text-transform:uppercase;
  523. margin-left:30px;
  524. letter-spacing:1px;
  525. margin-top:36px;
  526. position:fixed;
  527. opacity:0;
  528. line-height:11px;
  529. overflow:hidden;
  530. -webkit-transition: all .7s ease;
  531. -moz-transition: all .7s ease;
  532. -o-transition: all .7s ease;
  533. transition: all .7s ease;
  534. }
  535.  
  536. #lol a{ color:{color:text};}
  537.  
  538. #niall:hover #lol{
  539. margin-left:50px;
  540. opacity:1;
  541. width:190px;
  542. }
  543. /* don't delete the credit */
  544.  
  545.  
  546.  
  547. #lace{
  548. position:fixed;
  549. opacity:1;
  550. width:15px;
  551. height:100%;
  552. background:{color:border page};
  553. top:0px;
  554. left:0px;
  555. z-index:9999;
  556. text-align:center;
  557. -webkit-transition: all .7s ease;
  558. -moz-transition: all .7s ease;
  559. -o-transition: all .7s ease;
  560. transition: all .7s ease;}
  561.  
  562. #lace2{
  563. position:fixed;
  564. opacity:1;
  565. width:100%;
  566. height:15px;
  567. background:{color:border page};
  568. top:0px;
  569. left:0px;
  570. z-index:9999;
  571. text-align:center;
  572. -webkit-transition: all .7s ease;
  573. -moz-transition: all .7s ease;
  574. -o-transition: all .7s ease;
  575. transition: all .7s ease;}
  576.  
  577. #lace3{
  578. position:fixed;
  579. opacity:1;
  580. width:100%;
  581. height:15px;
  582. background:{color:border page};
  583. bottom:0px;
  584. left:0px;
  585. z-index:9999;
  586. text-align:center;
  587. -webkit-transition: all .7s ease;
  588. -moz-transition: all .7s ease;
  589. -o-transition: all .7s ease;
  590. transition: all .7s ease;}
  591.  
  592. #lace4{
  593. position:fixed;
  594. opacity:1;
  595. width:5px;
  596. height:100%;
  597. background:{color:border page};
  598. right:0px;
  599. top:0px;
  600. z-index:9999;
  601. text-align:center;
  602. -webkit-transition: all .7s ease;
  603. -moz-transition: all .7s ease;
  604. -o-transition: all .7s ease;
  605. transition: all .7s ease;}
  606.  
  607. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  608. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  609. </style>
  610.  
  611.  
  612. </head>
  613. <body>
  614. {block:ifborderpage}
  615. <div id="lace"></div>
  616. <div id="lace2"></div>
  617. <div id="lace3"></div>
  618. <div id="lace4"></div>
  619. {/block:ifborderpage}
  620.  
  621. <!--- do not detele this lmao---->
  622. <div id="niall"><div id="zayn">©</div><div id="lol">Theme by <a title="laura" href="http://planthed.tumblr.com/"target="_blank">planthed</a> and <a href="http://costalies.tumblr.com/" target="_blank" title="claudia">costalies</a>.
  623. </div></div>
  624. <!--- do not detele this lmao---->
  625. <div id="sidebar">
  626. <div class="titulo">{text:blogtitle}</div>
  627. <div class="foto"><img src="{image:sidebar}"></div>
  628. <div id="desc">{description}</div>
  629. <div class="taissa">
  630. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  631. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  632. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  633. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  634. <a href="{text:Link 5}">{text:Link 5 Title}</a>
  635. <a href="http://planthed.tumblr.com">theme</a>
  636. </div>
  637. </div>
  638. </div>
  639.  
  640. </div>
  641.  
  642.  
  643.  
  644. <div id="center">
  645. <div id="content">
  646.  
  647.  
  648.  
  649.  
  650. <div id="posts">
  651. {block:Posts}
  652. <div id="entry">
  653.  
  654. {block:Text}
  655. {block:Title}<span class="title">{Title}</span>{/block:Title}
  656. <span class="entrytext">{Body}</span></a>
  657. {block:IndexPage}<br>
  658. <div class="permalinktext">
  659. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  660. {/block:Text}
  661.  
  662. {block:Link}
  663. <a href="{URL}" class="title">{Name}</a>
  664. {block:Description}{Description}{/block:Description}
  665. {block:IndexPage}<br>
  666. <div class="permalinktext">
  667. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  668. </div>
  669. {/block:IndexPage}
  670. {block:Link}
  671.  
  672. {block:Photo}
  673. {block:IndexPage}
  674. <div class="perm">
  675. <a href="{permalink}" target="_blank">{notecountwithlabel}</a><br>
  676. <a href="{ReblogURL}" target="_blank" title="{month}&nbsp;{dayofmonth}{dayofmonthsuffix}">share this post</a>
  677. </div>
  678. {/block:IndexPage}
  679. {block:IndexPage}
  680. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%;>
  681. {/block:IndexPage}
  682. {block:permalinkpage}{LinkOpenTag}<center>
  683. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%;/>
  684. {LinkCloseTag}</center>{/block:permalinkpage}
  685. {/block:Photo}
  686.  
  687. {block:Photoset}
  688. {Photoset-250}
  689. {block:IndexPage}
  690. <div class="permalinktext">
  691. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  692. </div>
  693. {/block:IndexPage}
  694. {block:Permalinkpage}
  695. {Photoset-500}
  696. {/block:Permalinkpage}
  697. {/block:Photoset}
  698.  
  699. {block:Quote}
  700. <div class="quote">❝ {quote}</div>
  701. {block:IndexPage}<br>
  702. <div class="permalinktext">
  703. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  704. {/block:Quote}
  705.  
  706. {block:Chat}
  707. {block:Title}<span class="title">{Title}</span>{/block:Title}
  708. <ul class="chat">
  709. {block:Lines}
  710. <li class="user_{UserNumber}">
  711. {block:Label}
  712. <span class="label">{Label}</span>
  713. {/block:Label}
  714.  
  715. {Line}<br>
  716. {/block:Lines}
  717. {block:IndexPage}<br>
  718. <div class="permalinktext">
  719. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  720. {/block:Chat}
  721.  
  722.  
  723. {block:Audio}
  724. <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>
  725. {block:IndexPage}<br>
  726. <div class="permalinktext">
  727. <center> {DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}">{notecount} notes</font></a></center></div>{/block:IndexPage}
  728. {/block:Audio}
  729.  
  730. {block:Video}
  731. {block:IndexPage}
  732. {Video-250}
  733. {/block:IndexPage}
  734. {block:PermalinkPage}
  735. {Video-500}
  736. {/block:PermalinkPage}
  737. {block:IndexPage}
  738. <div class="permalinktext">
  739. <center> {DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}">{notecount} notes</font></a></center></div>{/block:IndexPage}
  740. {block:Video}
  741.  
  742.  
  743.  
  744. {block:Answer}
  745. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:4px; margin-left:5px; margin-top:5px; border-radius:20px; background:{color:background posts}; padding:3px"/>
  746. <div style="margin:2px 2px 2px 2px; min-height:33px; padding:3px; background-color:{color:background posts}; border:1px solid {color:borders}; border-radius:0px">
  747. <div style="background:transparent; padding:1px; height:auto">
  748. <askk>{Asker}:</askk> {Question}</div></div>
  749. <div style="margin-left:1px; margin-top:6px; padding:3px; line-height:12px; text-align:right; width:200px">{Answer}</div>
  750. {block:indexpage}<br>
  751. <div class="permalinktext">
  752. <center> {DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}">{notecount} notes</font></a></center></div>
  753. {/block:indexpage}
  754. {/block:Answer}
  755.  
  756. {block:PermalinkPage}
  757. {block:Caption}{Caption}{/block:Caption}<br>
  758. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  759. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  760. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  761. {/block:PermalinkPage}
  762. {block:PostNotes}
  763. <div id="postnotes">{PostNotes}</div>
  764. {/block:PostNotes}</div>{/block:Posts}
  765. </div></div>
  766.  
  767. {block:indexpage}
  768. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  769. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  770. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  771. <script type="text/javascript">
  772. $(window).load(function(){
  773. var $wall = $('#posts');
  774. $wall.imagesLoaded(function(){
  775. $wall.masonry({
  776. itemSelector: '#entry, #entry_photo',
  777. isAnimated : false
  778. });
  779. });
  780.  
  781. $wall.infinitescroll({
  782. navSelector : '#page-nav',
  783. nextSelector : '#page-nav a',
  784. itemSelector : '#entry, #entry_photo',
  785. bufferPx : 2000,
  786. debug : false,
  787. errorCallback: function() {
  788. $('#infscr-loading').fadeOut('normal');
  789. }},
  790. function( newElements ) {
  791. var $newElems = $( newElements );
  792. $newElems.hide();
  793. $newElems.imagesLoaded(function(){
  794. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  795. });
  796. }); $('#content').show(500);
  797. });
  798. </script>
  799. {/block:indexpage}
  800.  
  801.  
  802. </body>
  803. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement