Advertisement
Guest User

Theme #3

a guest
Apr 24th, 2013
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. <!--
  2. theme by clarity-themes
  3. basecode by vanitytides
  4. -->
  5.  
  6. <html lang="en">
  7.  
  8. <head>
  9.  
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  11. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  12. <script>
  13. (function($){
  14. $(document).ready(function(){
  15. $("a[title]").style_my_tooltips({
  16. tip_follows_cursor:true,
  17. tip_delay_time:20,
  18. tip_fade_speed:400,
  19. attribute:"title"
  20. });
  21. });
  22. })(jQuery);
  23. </script>
  24.  
  25.  
  26. <meta name="color:Background" content="#f7f5f5"/>
  27. <meta name="color:Title" content="#292929"/>
  28. <meta name="color:Text" content="#6b6666"/>
  29. <meta name="color:Link" content="#000000"/>
  30. <meta name="color:scrollbar" content="#727272"/>
  31. <meta name="color:Hover" content="#000000"/>
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="color:blogtitle" content="#aaa"/>
  35. <meta name="text:Pencil Link" content="http://" />
  36. <meta name="text:Pencil" content="link 1" />
  37. <meta name="text:Plus Link" content="http://"/>
  38. <meta name="text:Plus" content="Link 2"/>
  39. <meta name="text:Heart Link" content="http://" />
  40. <meta name="text:Heart" content="Link 3"/>
  41.  
  42.  
  43. </script>
  44.  
  45. <style type="text/css">
  46.  
  47. #s-m-t-tooltip {
  48. max-width:300px;
  49. padding:3px 4px 5px 4px;
  50. margin:10px 0px 0px 12px;
  51. background-color:#fff; /* change the background color */
  52. border:1px solid #ddd; /* change the border color */
  53. font-family:calibri; /* change the font */
  54. font-size:9px; /* change the font size */
  55. letter-spacing:2px; /* change the letter spacing */
  56. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  57. color:#999; /* change the text color */
  58. z-index:999999999999999999999999999999999999;
  59. }
  60.  
  61. #tumblr_controls{
  62. position:fixed !important;
  63. -webkit-filter:invert(100%);
  64. opacity:.7;
  65. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  66. }
  67.  
  68. #tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  69.  
  70. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  71.  
  72. @font-face { font-family: lovely; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  73.  
  74.  
  75. ::-webkit-scrollbar {width: 5px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
  76.  
  77. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  78. #aaaaaa; border-right: 1px solid #aaaaaa; }
  79.  
  80. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  81.  
  82. body{
  83. margin:5px;
  84. background-color: {color:Background};
  85. background-image:url({image:Background});
  86. background-attachment: fixed;
  87. background-repeat: repeat;
  88. font-size: 8px;
  89. font-family: calibri;
  90. line-height:8px;
  91. color:{color:Text};
  92. }
  93.  
  94.  
  95. a:link, a:active, a:visited{
  96. color: {color:Link};
  97. text-decoration: none;
  98. -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;
  99. }
  100.  
  101. a:hover{
  102. color:{color:Hover};
  103. text-decoration: none;
  104. -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;
  105. text-shadow:0px 0px 2px {color:text shadow};
  106. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  107. }
  108.  
  109. #credit {
  110. opacity:0.5;
  111. position:fixed!important;
  112. width:30px;
  113. font-family:calibri;
  114. font-size:10px;
  115. line-height:12px;
  116. left:14px;
  117. top:-99px;
  118. height:110px;
  119. text-align:center;
  120. color:{color:text};
  121. background-color:#ffffff;
  122. padding:5px;
  123. border:1px solid #eee;
  124. box-shadow: 0px 0px 0px #ddd;
  125. -moz-transition-duration:0.5s;
  126. -webkit-transition-duration:0.5s;
  127. -o-transition-duration:0.5s;
  128. }
  129.  
  130. #credit:hover {
  131. top:-80px;
  132. opacity:1.0;
  133. -moz-transition-duration:0.5s;
  134. -webkit-transition-duration:0.5s;
  135. -o-transition-duration:0.5s;
  136. }
  137.  
  138. #cunt{width:250px; height:auto;}
  139. {block:PermalinkPage}
  140. width:410px;
  141. {/block:PermalinkPage}
  142. }
  143.  
  144. #center{
  145. padding-top:3px;
  146. padding-bottom:3px;
  147. position:fixed !important;
  148. width:250px;
  149. height:207px;
  150. background-color:#fff;
  151. {block:PermalinkPage}
  152. width:410px;
  153. height:207px;
  154. {/block:PermalinkPage}
  155. }
  156.  
  157. #posts{
  158. opacity: .9;
  159. float:center;
  160. {block:indexpage}
  161. width:600px;
  162. {/block:indexpage}
  163. {block:permalinkpage}
  164. width:800px;
  165. margin-top: 40px;
  166. {/block:permalinkpage}
  167. margin-left: 395px;
  168. margin-top: -5px;
  169.  
  170. background-image: url('');
  171. background-attachment: fixed;
  172. transition: all 0.5s ease-out;
  173. -o-transition-transition: all 0.5s ease-out;
  174. -webkit-transition: all 0.5s ease-out;
  175. -moz-transition: all 0.5s ease-out;
  176. }
  177.  
  178. div#side{
  179. background:white;
  180. width:230px;
  181. position:fixed !important;
  182. text-align:center;
  183. top:-5px;
  184. height:520px;
  185. margin-left:158px;
  186. border:1px double #ccc;
  187. -webkit-animation:fadeInDownBig 3s;
  188. -moz-animation:fadeInDownBig 3s;
  189. -ms-animation:fadeInDownBig 3s;
  190. -webkit-transition: all 0.5s ease;
  191. -moz-transition: all 0.5s ease;
  192. -o-transition: all 0.5s ease;
  193. }
  194.  
  195. #lineback{
  196. top:104px;
  197. left: 200px;
  198. width: 140px;
  199. height:4px;
  200. background-color:{color:background color};
  201. position:fixed;
  202. }
  203.  
  204. #sbimage{
  205. position:fixed;
  206. opacity:1;
  207. margin-left:165px;
  208. margin-top:230px;
  209. z-index:-9999;
  210. background:white;
  211. padding:4.9px;
  212. z-index:9999;
  213. border-left: solid 1px #bbb;
  214. border-right: solid 1px #bbb;
  215. border-bottom: solid 1px #bbb;
  216. border-top: solid 1px #bbb;
  217. -webkit-transform: rotate(0deg);
  218. }
  219.  
  220.  
  221. #linkbar{
  222. position:fixed;
  223. opacity:1;
  224. width: 212px;
  225. margin-left:165px;
  226. margin-top:446px;
  227. z-index:-9999;
  228. font-family:calibri;
  229. font-size:10px;
  230. line-height:11px;
  231. text-align:center;
  232. padding-top: 4px;
  233. padding-bottom:3px;
  234. padding-left:3px;
  235. padding-right:3px;
  236. z-index:9999;
  237. -webkit-transform: rotate(0deg);
  238. }
  239.  
  240. #line{
  241. position:fixed;
  242. opacity:1;
  243. width: 190px;
  244. margin-left:5px;
  245. margin-top:-8px;
  246. z-index:-9999;
  247. background:white;
  248. font-family:calibri;
  249. font-size:10px;
  250. line-height:11px;
  251. text-align:center;
  252. padding-top: 4px;
  253. padding-bottom:3px;
  254. padding-left:3px;
  255. padding-right:3px;
  256. z-index:9999;
  257. -webkit-transform: rotate(0deg);
  258. }
  259.  
  260. #desc{
  261. position:fixed;
  262. opacity:1;
  263. width: 212px;
  264. margin-left:165px;
  265. margin-top:470px;
  266. z-index:-9999;
  267. background:white;
  268. font-family:calibri;
  269. font-size:10px;
  270. line-height:11px;
  271. text-align:center;
  272. padding-top: 4px;
  273. padding-bottom:3px;
  274. padding-left:3px;
  275. padding-right:3px;
  276. z-index:9999;
  277. -webkit-transform: rotate(0deg);
  278. }
  279.  
  280. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  281.  
  282. @font-face{font-family:"Gruenewald"; src: url('http://static.tumblr.com/9wzbixa/Wsomj2iuz/gruenewald_va_normal.ttf');}
  283.  
  284.  
  285. div#titlebar{
  286. position: fixed !important;
  287. margin-top:183px;
  288. margin-left:20px;
  289. color:{color:blogtitle};
  290. font-family: Gruenewald;
  291. font-size:26px;
  292. line-height:90px;
  293. letter-spacing:0px;
  294. letter-spacing:2px;
  295. width:500px;
  296. height:0px;
  297. z-index:9;
  298. background-color: transparent;
  299. text-align: left;
  300. z-index:9999;
  301. -o-transition-transition: all 0.9s ease-out;
  302. -webkit-transition: all 0.9s ease-out;
  303. -moz-transition: all 0.9s ease-out;
  304. -webkit-transform: rotate(0deg);
  305. }
  306.  
  307. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf'); }
  308.  
  309.  
  310.  
  311. askk {
  312. font-family: yolo;
  313. color: {color:Title};
  314. font-size:25px;
  315. z-index:1;
  316. }
  317.  
  318. div#img{
  319. position:fixed !important;
  320. opacity:.7;
  321. padding:6px;
  322. width: auto;
  323. overflow:auto;
  324. text-align: center;
  325. margin-top: 11px;
  326. margin-left:99px;
  327. color: {color:text};
  328. font-size: 10px;
  329. background-color: transparent;
  330. line-height:13px;
  331. -webkit-transition: all 0.9s ease;
  332. -moz-transition: all 0.9s ease;
  333. -o-transition: all 0.9s ease;
  334. -webkit-transform: rotate(-18deg);
  335. }
  336.  
  337.  
  338.  
  339.  
  340. #entry{
  341. font-family: calibri;
  342. font-size: 9.5px;
  343. text-align:left;
  344. z-index:9999;
  345. float:left;
  346. width: 260px;
  347. height: auto;
  348. {block:PermalinkPage}
  349. width: 498px;
  350. height: auto;
  351. {/block:PermalinkPage}
  352. line-height:12px;
  353. background-color:#fff;
  354. margin:2px;
  355. margin-top: 6px;
  356. margin-left: 13.5px;
  357. overflow:hidden;
  358. padding:8px;
  359. padding-bottom:6px;
  360. border: 1px double #ddd;
  361. }
  362. #entry .perma a{
  363. color:;}
  364. #fade { /*--Transparent background layer--*/
  365. display: none; /*--hidden by default--*/
  366. background-color: #d7b1e6;
  367. position: fixed; left: 0; top: 0;
  368. width: 100%; height: 100%;
  369. background-image:url(http://i46.tinypic.com/wwhs0y.png);
  370. opacity: .8;
  371. z-index: 9999;
  372. }
  373. .permalink {
  374. display: block;
  375. border-top: 1px solid #ddd;
  376. padding: 3px;
  377. margin: 4px 8px 0px 8px;
  378. font-family: arma;
  379. font-size: 8px;
  380. color: #424242;
  381. line-height: 18px;
  382. text-align: center;
  383. text-decoration: none;
  384. -webkit-transition: color 0.9s ease-out;
  385. -moz-transition: color 0.9s ease-out;
  386. }
  387.  
  388. .perma img{
  389. background:transparent;
  390. padding:3px;
  391. border:0px double #ddd;
  392. border-radius:50px;
  393. }
  394.  
  395. .perma2 img{
  396. background:transparent;
  397. padding:3px;
  398. border:0px double #ddd;
  399. border-radius:50px;
  400. }
  401.  
  402. #entry .perma{
  403. margin-right: 280px;
  404. width:auto;
  405. height: auto;
  406. padding:2px;
  407. position: absolute;
  408. text-transform: none;
  409. font-family: "Consolas";
  410. font-size: 10px;
  411. text-align: center;
  412. line-height:20px;
  413. overflow:hidden;
  414. letter-spacing: 0px;
  415. text-align:center;
  416. top:43%;
  417. left:93px;
  418. opacity:10;
  419. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  420. -webkit-transition: all 0.5s linear;
  421. -moz-transition: all 0.5s linear;
  422. transition: all 0.5s linear;
  423. }
  424.  
  425. #entry:hover .perma{
  426. overflow:visible;
  427. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  428. -webkit-transition: all 0.5s linear;
  429. -moz-transition: all 0.5s linear;
  430. transition: all 0.5s linear;
  431. }
  432. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  433. #entry .perma2{
  434. width:auto;
  435. height: auto;
  436. padding:2px;
  437. position: absolute;
  438. text-transform: none;
  439. font-family: "Consolas";
  440. font-size: 10px;
  441. text-align: center;
  442. line-height:20px;
  443. overflow:hidden;
  444. letter-spacing: 0px;
  445. text-align:center;
  446. top:43%;
  447. right:83px;
  448. opacity:10;
  449. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  450. -webkit-transition: all 0.5s linear;
  451. -moz-transition: all 0.5s linear;
  452. transition: all 0.5s linear;
  453. }
  454.  
  455. #entry:hover .perma2{
  456. overflow:visible;
  457. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  458. -webkit-transition: all 0.5s linear;
  459. -moz-transition: all 0.5s linear;
  460. transition: all 0.5s linear;
  461. }
  462. .permalinktext {
  463. display: block;
  464. padding: 1px;
  465. margin: 0px 0px 0px 8px;
  466. font-family: consolas;
  467. letter-spacing: 0px;
  468. font-size: 9.5px;
  469. color: #424242;
  470. line-height: 10px;
  471. text-align: right;
  472. text-decoration: none;
  473. -webkit-transition: color 0.5s ease-out;
  474. -moz-transition: color 0.5s ease-out;
  475. border-top: 1px dotted #ddd;
  476. }
  477.  
  478. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  479. .bubble p {margin:1px 0px;}
  480. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  481.  
  482. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  483. #postnotes{
  484. text-align: left;}
  485.  
  486. #postnotes blockquote{
  487. border: 0px;}
  488.  
  489. .title{
  490. font-family: lovely;
  491. font-size: 23px;
  492. line-height: 21px;
  493. color:{color:Title};
  494. letter-spacing: 0px;
  495. text-transform: uppercase;
  496. padding:0px 0px 0px 0px;
  497. }
  498.  
  499. blockquote{
  500. padding:0px 0px 2px 3px;
  501. margin:0px 0px 2px 1px;
  502. }
  503. ul, ol, li{
  504. list-style:none;
  505. margin:0px;
  506. padding:0px;
  507. }
  508.  
  509. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  510. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  511. }
  512.  
  513. a.links {
  514. font-family: ronda;
  515. font-size: 8px;
  516. line-height: 8px;
  517. text-transform: normal;
  518. letter-spacing:0px;
  519. display:block;
  520. padding: 0px;
  521. margin-bottom: 0px;
  522. }
  523.  
  524. a.links:hover {
  525. font-style: none;
  526. text-decoration: none;
  527. letter-spacing:10px;
  528. }
  529. </style>
  530. <title>{title}</title>
  531. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl6u2Pii71qfamg6.gif">
  532. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  533. <meta name="viewport" content="width=720" />
  534. </head>
  535. <body onkeydown="return false">
  536. <div id="center">
  537. <div id="content">
  538. <div id="side">
  539. </div>
  540. <div id="sidebar">
  541. <div id="sbimage">
  542. <div id="line">
  543. </div>
  544. <img src="{image:sidebar}" style="height:auto; width:208px;">
  545. </div>
  546. <div id="desc">
  547. {description}
  548. </div>
  549. <div id="linkbar">
  550. <a href="/" title="home"><img src="http://media.tumblr.com/tumblr_m78px0Ggks1qd615d.png" style="padding-bottom:2px; padding-top:1px; padding-left:1px; padding-right:1px; border: solid 1px #bbb;"></a>
  551. <a href="/ask" title="message me"><img src="http://media.tumblr.com/tumblr_m78pwtNRUw1qd615d.png" style="padding-bottom:2px; padding-top:1px; padding-left:1px; padding-right:1px; border: solid 1px #bbb;"></a>
  552. <a href="{text:pencil link}" title="{text:pencil}"><img src="http://media.tumblr.com/tumblr_m78q3eesBU1qd615d.png" style="padding-bottom:2px; padding-top:1px; padding-left:1px; padding-right:1px; border: solid 1px #bbb;"></a>
  553. <a href="{text:plus link}" title="{text:plus}"><img src="http://media.tumblr.com/tumblr_m78px6xYtu1qd615d.png" style="padding-bottom:2px; padding-top:1px; padding-left:1px; padding-right:1px; border: solid 1px #bbb;"></a>
  554. <a href="{text:heart link}" title="{text:heart}"><img src="http://media.tumblr.com/tumblr_m78pzxCdQs1qd615d.png" style="padding-bottom:2px; padding-top:1px; padding-left:1px; padding-right:1px; border: solid 1px #bbb;"></a>
  555. </div>
  556. <div id="titlebar">
  557. <center>{title}</center></div>
  558.  
  559.  
  560. <div id="posts">
  561. {block:Posts}
  562. <div id="entry">
  563.  
  564. {block:Text}
  565. {block:Title}<span class="title">{Title}</span>{/block:Title}
  566. <span class="entrytext">{Body}</span>
  567. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  568. {/block:Text}
  569.  
  570. {block:Link}
  571. <a href="{URL}" class="title">{Name}</a>
  572. {block:Description}{Description}{/block:Description}
  573. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  574. {block:Link}
  575.  
  576. {block:Photo}{block:IndexPage}
  577. <div class="perma">
  578. <a href="{reblogurl}" target="_blank"><img src="http://i48.tinypic.com/kc0ux.png"</a></a></div>
  579. <div class="perma2"><a id="notes{PostID}" href="{Permalink}"><img src="http://i49.tinypic.com/236z2x.png"</a></a></div>
  580. {/block:IndexPage}
  581. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=260px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=498px/>{LinkCloseTag}{/block:PermalinkPage}
  582. {/block:Photo}
  583.  
  584.  
  585. {block:Quote}
  586. <span class="entrytext">{Quote}</span>
  587. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  588. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  589. {/block:Quote}
  590.  
  591. {block:Chat}
  592. {block:Title}<span class="title">{Title}</span>{/block:Title}
  593. <ul class="chat">
  594. {block:Lines}
  595. <li class="user_{UserNumber}">
  596. {block:Label}
  597. <span class="label">{Label}</span>
  598. {/block:Label}
  599.  
  600. {Line}
  601. </li>
  602. {/block:Lines}
  603. </ul>
  604. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  605. {/block:Chat}
  606.  
  607.  
  608. {block:Audio}
  609. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  610. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  611. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  612. {/block:Audio}
  613.  
  614. {block:Video}<center>
  615. <div style="padding-top:0px; padding-bottom:2px;">
  616. {Video-250}</div>
  617. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  618. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  619. {block:Video}
  620.  
  621. {block:Answer}
  622. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span><div class="askk">{Asker}:</div> {Question}&nbsp;</div>{Answer}
  623. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  624. {/block:Answer}
  625.  
  626. {block:PostNotes}<div align="middle">{caption}</div>
  627. <center>
  628.  
  629. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  630.  
  631. {block:HasTags}
  632. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  633. {block:RebloggedFrom}
  634. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  635. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  636.  
  637. {/block:RebloggedFrom}
  638. </center></span>
  639. <br>
  640. <div id="postnotes">{PostNotes}</div><br>
  641.  
  642. <center>{block:ContentSource}
  643. <br><a href="{SourceURL}">
  644. {lang:Source}:
  645. {block:SourceLogo}
  646. <img src="{BlackLogoURL}" width="{LogoWidth}"
  647. height="{LogoHeight}" alt="{SourceTitle}" />
  648. {/block:SourceLogo}
  649. {block:NoSourceLogo}
  650. {SourceLink}
  651. {/block:NoSourceLogo}
  652. </a>
  653. {/block:ContentSource}</center>
  654.  
  655. {/block:PostNotes}
  656. </div>
  657. {/block:Posts}
  658. </div></div>
  659.  
  660. {block:indexpage}
  661. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  662. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  663. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  664. <script type="text/javascript">
  665. $(window).load(function(){
  666. var $wall = $('#posts');
  667. $wall.imagesLoaded(function(){
  668. $wall.masonry({
  669. itemSelector: '#entry, #entry_photo',
  670. isAnimated : false
  671. });
  672. });
  673.  
  674. $wall.infinitescroll({
  675. navSelector : '#page-nav',
  676. nextSelector : '#page-nav a',
  677. itemSelector : '#entry, #entry_photo',
  678. bufferPx : 2000,
  679. debug : false,
  680. errorCallback: function() {
  681. $('#infscr-loading').fadeOut('normal');
  682. }},
  683. function( newElements ) {
  684. var $newElems = $( newElements );
  685. $newElems.hide();
  686. $newElems.imagesLoaded(function(){
  687. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  688. });
  689. }); $('#content').show(500);
  690. });
  691. </script>
  692. {/block:indexpage}
  693. <BODY onselectstart="return false;" ondragstart="return false;">
  694. <script type="text/javascript">
  695. <!--
  696.  
  697. // Disable Right Click Script
  698.  
  699. function IE(e)
  700. {
  701. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  702. {
  703. return false;
  704. }
  705. }
  706. function NS(e)
  707. {
  708. if (document.layers || (document.getElementById && !document.all))
  709. {
  710. if (e.which == "2" || e.which == "3")
  711. {
  712. return false;
  713. }
  714. }
  715. }
  716. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  717.  
  718. //-->
  719. </script>
  720. <BODY onselectstart="return false;" ondragstart="return false;">
  721. </body>
  722.  
  723. <div id="credit">
  724. <br><br><br><br><br><br><br>
  725. <a href="http://clarity-themes.tumblr.com/">CREDIT</a>
  726. <br>
  727. <img src="http://media.tumblr.com/tumblr_lkl6u2Pii71qfamg6.gif" style="opacity: 0.8;">
  728.  
  729. </div>
  730.  
  731.  
  732. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement