Advertisement
Guest User

with captions

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