Advertisement
Guest User

Theme #7

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