Advertisement
planthed

Wicked theme #11

Nov 1st, 2014
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.80 KB | None | 0 0
  1. <!-----
  2.  
  3. theme made by tumblr user planthed // weedhs ★彡
  4.  
  5. keep the creds u lil bitch
  6.  
  7. — http://painthemes.tumblr.com/
  8. — http://planthed.tumblr.com/
  9. — http://weedhs.tumblr.com/
  10.  
  11. ------>
  12. <html lang="en">
  13. <head>
  14.  
  15.  
  16.  
  17. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  18.  
  19. <meta name="image:Background" content=""/>
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Title" content="#aaa"/>
  22. <meta name="color:Text" content="#aaa"/>
  23. <meta name="color:Link" content="#aaa"/>
  24. <meta name="color:Hover" content="#aaa"/>
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="text:Link 1" content="/" />
  27. <meta name="text:Link 2" content="/ask" />
  28. <meta name="text:Link 3" content="/" />
  29. <meta name="text:Link 4" content="/" />
  30. <meta name="text:Link 5" content="/" />
  31. <meta name="text:Link 1 Title" content="refresh" />
  32. <meta name="text:Link 2 Title" content="message"/>
  33. <meta name="text:Link 3 Title" content="more links" />
  34. <meta name="text:Link 4 Title" content="favorites" />
  35. <meta name="text:Link 5 Title" content="about" />
  36. <meta name="if:faded posts" content="1" />
  37. <meta name="if:grayscale posts" content="1" />
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40. <script type="text/javascript" src="http://static.tumblr.com/5jb4lhb/HUOncl3cj/lmtxt.txt"></script>
  41. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($){$(document)
  44. .ready(function(){$("[title]")
  45. .style_my_tooltips();});})
  46. (jQuery);
  47. </script>
  48.  
  49. <script src="http://static.tumblr.com/kjtbii3/44Nmyhtju/slidetoggle.js">
  50. </script>
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. #s-m-t-tooltip{
  56. max-width:300px;
  57. padding:6px;
  58. margin:20px 0px 0px 20px;
  59. background:{color:link};
  60. font-family:calibri;
  61. border-radius:2px;
  62. font-size:10px;
  63. text-transform:lowercase;
  64. color:#fff;
  65. font-style:italic;
  66. letter-spacing:1px;
  67. z-index:999999999999999999999999999999999999999999999999999999999999999;
  68. }
  69.  
  70. #s-m-t-tooltip:before{
  71. position: absolute;
  72. left: -11px;
  73. top: -5px;
  74. width: 0px;
  75. content:"";
  76. transform: scale(1.7, .3);
  77. -webkit-transform: scale(1.7, .3);
  78. -moz-transform: scale(1.7, .3);
  79. -o-transform: scale(1.7, .3);
  80. -ms-transform: scale(1.7, .3);
  81. height: 0px;
  82. border-right: 4px solid {color:link};
  83. border-bottom: 17px solid transparent;
  84. border-left: 4px solid transparent;
  85. border-top: 17px solid transparent;
  86. }
  87.  
  88.  
  89. #entry img{
  90. {block:iffadedposts}
  91. opacity:.8;
  92. {/block:iffadedposts}
  93. {block:ifgrayscaleposts}
  94. -webkit-filter: grayscale(60%);
  95. {/block:ifgrayscaleposts}
  96. {block:indexpage}
  97. max-width:100%;
  98. {/block:indexpage}
  99. -webkit-transition: all 0.7s ease-out;
  100. -moz-transition: all 0.7s ease-out;
  101. transition: all 0.7s ease-out;
  102. }
  103.  
  104. #entry img:hover{
  105. -webkit-transition:all 0.7s ease-out;
  106. -moz-transition:all 0.7s ease-out;
  107. transition:all 0.7s ease-out;
  108. opacity:1;
  109. -webkit-filter: grayscale(0%);
  110. }
  111.  
  112.  
  113. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  114. z-index:9999999999999999999999999999999999999;
  115. opacity:.2 !important;
  116. -webkit-filter:invert(100%);
  117. position:fixed!important;
  118. }
  119.  
  120. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
  121. -webkit-transition:opacity 0.7s linear;
  122. opacity:1.0;
  123. -webkit-transition:all 0.4s ease-out;
  124. -moz-transition:all 0.4s ease-out;
  125. transition: all 0.4s ease-out;
  126. z-index:99999;
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb{ background-color:{color:link}; border:2px solid #fff; height:auto; border-radius:10px;}
  130.  
  131. ::-webkit-scrollbar{ height:auto; width:9px; background-color:#999999; border:4px solid #fff;}
  132.  
  133. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  134.  
  135. a:link, a:active, a:visited{cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  136. color:{color:link};
  137. text-decoration: none;
  138. -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;
  139. }
  140. a:hover {
  141. font-style: none;
  142. color:gray;
  143. text-decoration:underline;
  144. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  145. }
  146. #lol{width:250px; height:auto;}
  147. {block:PermalinkPage}
  148. width:410px;border-left:1px solid #ddd;
  149. border-right:1px solid #ddd;
  150. background:#fff;
  151. {/block:PermalinkPage}
  152. }
  153. #center{
  154. padding-top:3px;
  155. padding-bottom:3px;
  156. position:fixed !important;
  157. width:250px;
  158. height:207px;
  159. background-color:white;
  160. {block:PermalinkPage}
  161. border-left:1px solid #ddd;
  162. border-right:1px solid #ddd;
  163. background:#fff;
  164. width:410px;
  165. height:auto;
  166. {/block:PermalinkPage}
  167. }
  168.  
  169. body {
  170. padding: 0px;
  171. margin: 0px;
  172. font-family: "calibri";
  173. line-height:12px;
  174. letter-spacing:1px;
  175. font-size:10px;
  176. url('http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), progress;
  177. background-color: {color:Background};
  178. background-image:url({image:Background});
  179. background-attachment: fixed;
  180. background-repeat: repeat;
  181. color:{color:Text};
  182. }
  183.  
  184. #audio {
  185. width:200px;
  186. height:auto;
  187. min-height:60px;
  188. padding-bottom:0px;
  189. }
  190. .cover {
  191. position:absolute;
  192. z-index:1;
  193. width:60px;
  194. height:60px;
  195. }
  196. .cover img {
  197. float:left;
  198. width:60px;
  199. height:60px;
  200. }
  201. .playbox {
  202. opacity:0.6;
  203. width:27px;
  204. height:30px;
  205. overflow:hidden;
  206. position:absolute;
  207. z-index:1000;
  208. margin-left:17px;
  209. margin-top:17px;
  210. text-align:center;
  211. }
  212. .info {
  213. margin-left:73px;
  214. margin-top:4px;
  215. line-height:14px;
  216. }
  217. #posts{
  218. float:center;
  219. width:470px;border-left:1px solid #ddd;
  220. border-right:1px solid #ddd;
  221. background:#fff;
  222. height:100%;
  223. margin-left:520px;
  224. margin-top:5px;
  225. -webkit-animation:fadeInDown 3s;
  226. -moz-animation:fadeInDown 3s;
  227. -ms-animation:fadeInDown 3s;
  228. {block:PermalinkPage}
  229. width:430px;
  230. height:auto;
  231. border-left:1px solid #ddd;
  232. border-right:1px solid #ddd;
  233. background:#fff;
  234. {/block:PermalinkPage}
  235. }
  236.  
  237. .title{
  238. font-family:Trebuchet MS;
  239. font-size: 15px;
  240. line-height: 10px;
  241. font-style:italic;
  242. color: {color:Title};
  243. text-transform: normal;
  244. padding: 2px 0px 0px 0px;
  245. }
  246. askk {
  247. font-size:8px;
  248. font-family:Trebuchet MS;
  249. color:{color:title};
  250. font-style:italic;
  251. text-transform:uppercase;
  252. letter-spacing:1px;
  253. z-index:1;
  254. }
  255.  
  256. #permalinks {
  257. display: block;
  258. border: 1px solid rgba(0,0,0,.15);
  259. padding:4px 10px;
  260. border-radius:3px;
  261. margin:10px 0px 3px 0px;
  262. text-transform: uppercase;
  263. font-size:8px;
  264. line-height:13px;
  265. text-align:center;
  266. letter-spacing:1px;
  267. color:#aaa;
  268. webkit-transition: all 0.2s linear;
  269. -webkit-transition: all 0.2s linear;
  270. -moz-transition: all 0.2s linear;
  271. transition: all 0.2s linear;
  272. background-color:rgba(0,0,0,.02); }
  273.  
  274.  
  275. #entry .permalink{font-style:italic;
  276. position:absolute;
  277. width:500px;
  278. margin-top:5px;
  279. margin-left:5px;
  280. padding:8px;
  281. height: 20px;
  282. background-color:#000;
  283. border-radius: 2px;
  284. overflow:hidden;
  285. border: 1px solid #000;
  286. font-family:georgia;
  287. font-size: 9px;
  288. line-height:10px;tex
  289. text-align:center;
  290. opacity:0.0;
  291. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  292.  
  293. #entry:hover .permalink{overflow:visible;
  294. opacity: .6;
  295. margin-top:5px;
  296. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  297.  
  298. #entry .permalink a{color:#fff;}
  299.  
  300. #entry {
  301. {block:PermalinkPage}
  302. border-left:1px solid #ddd;
  303. border-right:1px solid #ddd;
  304. background:#fff;
  305. {/block:PermalinkPage}
  306. -webkit-animation:fadeInDown 3s;
  307. -moz-animation:fadeInDown 3s;
  308. -ms-animation:fadeInDown 3s;
  309. float:left;
  310. font-family:calibri;
  311. font-size:10px;
  312. letter-spacing:1px;
  313. text-transform:uppercase;
  314. background-color:#fff;
  315. padding:15px;
  316. padding-bottom:12px;
  317. border:1px solid #ddd;
  318. margin:15px;
  319. margin-left:20px;
  320. margin-top:10px;
  321. display: block;
  322. position: relative;
  323. width:400px;}
  324.  
  325. .permalinktext{
  326. display: block;
  327. letter-spacing:1px;
  328. font-size: 8px;
  329. font-family:calibri;
  330. text-transform:uppercase;
  331. text-align: right;
  332. margin: 5px;
  333. margin-top:15px;
  334. }
  335.  
  336.  
  337. #link1 a{
  338. position:fixed;
  339. display:block;
  340. height:11px;
  341. width:11px;
  342. margin-top:120px;
  343. margin-left:250px;
  344. background:#fff;
  345. border:1px solid #d0d0d0;
  346. border-radius:100px;
  347. }
  348.  
  349.  
  350.  
  351. #line1{
  352. position:fixed;
  353. display:block;
  354. height:40px;
  355. width:1px;
  356. margin-top:130px;
  357. margin-left:248px;
  358. background:#ddd;
  359. z-index:-1;
  360. -webkit-transform:rotate(20deg);
  361. }
  362.  
  363. #link2 a{
  364. position:fixed;
  365. display:block;
  366. height:11px;
  367. width:11px;
  368. margin-top:162px;
  369. margin-left:236px;
  370. background:#fff;
  371. border:1px solid #d0d0d0;
  372. border-radius:100px;
  373. }
  374.  
  375. #line2{
  376. position:fixed;
  377. display:block;
  378. height:40px;
  379. width:1px;
  380. margin-top:172px;
  381. margin-left:250px;
  382. background:#ddd;
  383. z-index:-1;
  384. -webkit-transform:rotate(-20deg);
  385. }
  386.  
  387. #link3 a{
  388. position:fixed;
  389. display:block;
  390. height:11px;
  391. width:11px;
  392. margin-top:207px;
  393. margin-left:250px;
  394. background:#fff;
  395. border:1px solid #d0d0d0;
  396. border-radius:100px;
  397. }
  398.  
  399. #line3{
  400. position:fixed;
  401. display:block;
  402. height:40px;
  403. width:1px;
  404. margin-top:215px;
  405. margin-left:248px;
  406. background:#ddd;
  407. z-index:-1;
  408. -webkit-transform:rotate(20deg);
  409. }
  410.  
  411. #link4 a{
  412. position:fixed;
  413. display:block;
  414. height:11px;
  415. width:11px;
  416. margin-top:250px;
  417. margin-left:237px;
  418. background:#fff;
  419. border:1px solid #d0d0d0;
  420. border-radius:100px;
  421. }
  422.  
  423. #line4{
  424. position:fixed;
  425. display:block;
  426. height:40px;
  427. width:1px;
  428. margin-top:260px;
  429. margin-left:250px;
  430. background:#ddd;
  431. z-index:-1;
  432. -webkit-transform:rotate(-20deg);
  433. }
  434.  
  435. #link5 a{
  436. position:fixed;
  437. display:block;
  438. height:11px;
  439. width:11px;
  440. margin-top:295px;
  441. margin-left:252px;
  442. background:#fff;
  443. border:1px solid #d0d0d0;
  444. border-radius:100px;
  445. }
  446.  
  447. #color{
  448. background-color:{color:link};
  449. repeat:repeat-x;
  450. width:100%;
  451. height:8px;
  452. position: fixed;
  453. opacity:1;
  454. margin-left:0px;
  455. margin-top:-5px;
  456. z-index:99999;
  457. }
  458.  
  459. #sidebar {
  460. position:fixed !important;
  461. opacity: 1;
  462. width:190px;
  463. height:185px;
  464. margin-top:110px;
  465. margin-left:270px;
  466. text-align: center;
  467. margin-bottom: 0px;
  468. font-family: calibri;
  469. line-height: 11px;
  470. border-radius:0px;
  471. font-size: 10px;
  472. padding:12px;
  473. padding-bottom:12px;
  474. text-transform: normal;
  475. transition: all 0.9s ease-out;
  476. border:1px double #ddd;
  477. background-color:#fff;
  478. -webkit-animation:fadeInDown 3s;
  479. -moz-animation:fadeInDown 3s;
  480. -ms-animation:fadeInDown 3s;
  481. }
  482.  
  483.  
  484. </style>
  485. <title>{title}</title>
  486. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lnvurxvJ8i1qepbs7.png">
  487. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=720" /></head>
  488.  
  489. <body>
  490.  
  491.  
  492. <div id="center">
  493. <div id="content">
  494.  
  495.  
  496.  
  497. <div id="link1"><a title="{text:link 1 title}" href="{text:link 1}"></a></div>
  498. <div id="link2"><a title="{text:link 2 title}" href="{text:link 2}"></a></div>
  499.  
  500. <div id="line1"></div>
  501. <div id="line2"></div>
  502.  
  503. <div id="link3"><a title="{text:link 3 title}" href="{text:link 3}"></a></div>
  504. <div id="link4"><a title="{text:link 4 title}" href="{text:link 4}"></a></div>
  505. <div id="line3"></div>
  506. <div id="line4"></div>
  507. <div id="link5"><a title="{text:link 5 title}" href="{text:link 5}"></a></div>
  508.  
  509.  
  510.  
  511. <div id="color"></div>
  512.  
  513.  
  514. <div id="sidebar">
  515. <img src="{image:sidebar}" style="padding:0px;opacity:.7;width:195px;height:140px;z-index:9999;margin-left:-4px;margin-top:-5px;border:1px solid #eee"></a>
  516. <div style="margin-top:10px;width:183px;margin-left:-3px;font-size:8px;line-height:11px;padding-top:3px;padding:6px;border-radius:5px;
  517. font-family:calibri;text-transform:uppercase;letter-spacing:1px;color:{color:text};background:#fbfbfb;;border:1px solid #ddd;height:23px">
  518. <center>
  519. {Description}
  520. </div>
  521. </div>
  522. </div>
  523.  
  524.  
  525. <div id="posts">
  526. {block:Posts}
  527. <div id="entry">
  528.  
  529. {block:Text}
  530. {block:Title}<span class="title">{Title}</span>{/block:Title}
  531. <span class="entrytext">{Body}</span></a>
  532. {block:IndexPage}
  533. <div class="permalinktext">
  534. {Month} {DayOfMonth} {year} | <a href="{permalink}"title="click for permalinkpage"onclick="clicksound.playclip()">{notecountwithlabel} </a> | <a href="{ReblogParentURL}"onclick="clicksound.playclip()">via</a> </div>
  535. {/block:IndexPage}
  536. {/block:Text}
  537.  
  538. {block:Link}
  539. <a href="{URL}" class="title">{Name}</a>
  540. {block:Description}{Description}{/block:Description}
  541. {block:IndexPage}
  542. <div class="permalinktext">
  543. {Month} {DayOfMonth} {year} | <a href="{permalink}"title="click for permalinkpage"onclick="clicksound.playclip()">{notecountwithlabel} </a> | <a href="{ReblogParentURL}"onclick="clicksound.playclip()">via</a> </div>
  544. {/block:IndexPage}
  545. {block:Link}
  546.  
  547.  
  548.  
  549. {block:Photo}
  550. <center>
  551.  
  552. <a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-HighRes}" width="100%"></a></center>
  553.  
  554. {block:IndexPage}<div id="permalinks">
  555. <span style="padding-left:5px;">{dayofmonth} {month} &nbsp;&middot;&nbsp;
  556. <a href="{permalink}"onclick="clicksound.playclip()">{notecountwithlabel}</a> &nbsp;&middot;&nbsp;
  557.  
  558. <a href="{ReblogURL}" target="_blank"onclick="clicksound.playclip()">reblog</a></span></div>
  559. {/block:IndexPage}
  560.  
  561. {/block:Photo}
  562.  
  563. {block:Photoset}
  564. {block:IndexPage}
  565. {Photoset-400}
  566. <div id="permalinks">
  567. <span style="padding-left:5px;">{dayofmonth} {month} &nbsp;&middot;&nbsp;
  568. <a href="{permalink}"onclick="clicksound.playclip()">{notecountwithlabel}</a> &nbsp;&middot;&nbsp;
  569.  
  570. <a href="{ReblogURL}" target="_blank"onclick="clicksound.playclip()">reblog</a></span></div>
  571. {/block:IndexPage}
  572. </center>
  573. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-400}{/block:PermalinkPage}</center>
  574. {/block:Photoset}
  575.  
  576. {block:Quote}
  577. <div class="quote">❝{quote}❞ </div>
  578. {block:IndexPage}
  579. <div class="permalinktext">
  580. {Month} {DayOfMonth} {year} | <a href="{permalink}"title="click for permalinkpage"onclick="clicksound.playclip()">{notecountwithlabel} </a> | <a href="{ReblogParentURL}"onclick="clicksound.playclip()">via</a> </div>{/block:IndexPage}
  581. {/block:IndexPage}
  582. {/block:Quote}
  583.  
  584. {block:Chat}
  585. {block:Title}<span class="title">{Title}</span>{/block:Title}
  586. <ul class="chat">
  587. {block:Lines}
  588. <li class="user_{UserNumber}">
  589. {block:Label}
  590. <span class="label">{Label}</span>
  591. {/block:Label}
  592.  
  593. {Line}<br>
  594. {/block:Lines}
  595. {block:IndexPage}
  596. <div class="permalinktext">
  597. {Month} {DayOfMonth} {year} | <a href="{permalink}"title="click for permalinkpage">{notecountwithlabel} </a> | <a href="{ReblogParentURL}"onclick="clicksound.playclip()">via</a> </div>{/block:IndexPage}
  598. {/block:Chat}
  599.  
  600. {block:Audio}
  601. <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}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  602. {block:IndexPage}
  603. <div class="permalinktext"><a href="{permalink}">{notecountwithlabel}</a>
  604. </div>
  605. {/block:IndexPage}
  606. {/block:Audio}
  607.  
  608. {block:Video}
  609. {block:IndexPage}
  610. {Video-400}
  611. <div class="permalinktext"><a href="{permalink}">{notecountwithlabel}</a>
  612. </div>
  613. {/block:IndexPage}
  614. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}</center>
  615. {block:Video}
  616.  
  617. {block:Answer}
  618. <div style="margin-top:2px;;margin-bottom:0px;min-height:auto; padding: 4px; background-color:#fff;border:1px solid #eee; border-radius:5px;font-size:8px;text-transform:uppercase; box-shadow:rgba(0,0,0,0.05)3px 3px;font-family:calibri;
  619. border-radius:5px;">
  620. <askk>{asker}</askk>: {Question}</div>
  621. <div style="margin-top:5px;line-height:11px;margin-bottom:2px; text-align-align:left; text-transform:normal;font-size:8px;font-family:calibri; ">
  622. {Answer}
  623.  
  624.  
  625. </div>
  626.  
  627.  
  628.  
  629. {block:IndexPage}
  630. <div class="permalinktext">
  631. {Month} {DayOfMonth} / <a href="{permalink}"title="see notes">{notecountwithlabel}</a>
  632. </div>
  633. {/block:indexpage}
  634. {/block:Answer}
  635.  
  636. {block:PermalinkPage}
  637. <center>
  638. {block:Caption}{Caption}{/block:Caption}
  639. {block:RebloggedFrom}
  640. posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  641. <b>posted by:</b> <a href="{ReblogRootURL}"target="_blank">{ReblogRootName}</a> | <b>reblogged from:</b> <a href="{ReblogParentURL}"target="_blank">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  642. {block:HasTags} tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  643.  
  644. {block:NoteCount} <div style="border-bottom: 1px solid #eee; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  645. </center>
  646. {/block:PermalinkPage}
  647.  
  648. {block:PostNotes}<div align="middle"></div>
  649. <center></center></span><br>
  650. <div id="postnotes">{PostNotes}</div><br>
  651. <center>{block:ContentSource}
  652. <br><a href="{SourceURL}"target="_blank">
  653. {lang:Source}:
  654. {block:SourceLogo}
  655. <img src="{BlackLogoURL}" width="{LogoWidth}"
  656. height="{LogoHeight}" alt="{SourceTitle}" />
  657. {/block:SourceLogo}
  658. {block:NoSourceLogo}
  659. {SourceLink}
  660. {/block:NoSourceLogo}
  661. </a>
  662. {/block:ContentSource}</center>
  663.  
  664. {/block:PostNotes}
  665. </div>
  666. {/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/dbhjqlo/rd3nc0jpe/effectsxp.txt"></script>
  673. <script type="text/javascript" src="http://static.tumblr.com/5jb4lhb/HUOncl3cj/lmtxt.txt"></script>
  674. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  675. <script type="text/javascript">
  676. $(window).load(function(){
  677. var $wall = $('#posts');
  678. $wall.imagesLoaded(function(){
  679. $wall.masonry({
  680. itemSelector: '#entry, #entry_photo',
  681. isAnimated : false
  682. });
  683. });
  684.  
  685. $wall.infinitescroll({
  686. navSelector : '#page-nav',
  687. nextSelector : '#page-nav a',
  688. itemSelector : '#entry, #entry_photo',
  689. bufferPx : 2000,
  690. debug : false,
  691. errorCallback: function() {
  692. $('#infscr-loading').fadeOut('normal');
  693. }},
  694. function( newElements ) {
  695. var $newElems = $( newElements );
  696. $newElems.hide();
  697. $newElems.imagesLoaded(function(){
  698. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  699. });
  700. }); $('#content').show(500);
  701. });
  702. </script>
  703. {/block:indexpage}
  704.  
  705. <script type="text/javascript">
  706. <!--
  707.  
  708. // Disable Right Click Script
  709.  
  710. function IE(e)
  711. {
  712. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  713. {
  714. return false;
  715. }
  716. }
  717. function NS(e)
  718. {
  719. if (document.layers || (document.getElementById && !document.all))
  720. {
  721. if (e.which == "2" || e.which == "3")
  722. {
  723. return false;
  724. }
  725. }
  726. }
  727. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  728.  
  729. //-->
  730. </script>
  731. </body>
  732. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement