mausamixoxo

Peaceful Theme 10

Jul 5th, 2013
2,310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 KB | None | 0 0
  1. <!--
  2. Peaceful Theme 10 by euphoricthemes
  3. Credit me or you will be reported.
  4. *audio post coding belongs to trustwurthy*
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <title>{title}</title>
  13. <link rel="shortcut icon" href="http://i1101.photobucket.com/albums/g424/tutorialsandmore/favicons/th_icons16.gif">
  14. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  15. <meta name="viewport" content="width=820" />
  16.  
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  18. <meta name="if:Faded Posts" content="1"/>
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Blog Title Underline" content="#e7e7e7"/>
  21. <meta name="color:Tree Base Line" content="#b1b0b0"/>
  22. <meta name="color:Links" content="#99c5f0"/>
  23. <meta name="color:Link shadow" content="#fff"/>
  24. <meta name="color:Hover" content="#aaa"/>
  25. <meta name="color:Text" content="#aaa"/>
  26. <meta name="color:Description" content="#aaa"/>
  27. <meta name="color:Title" content="#b7d18a"/>
  28. <meta name="color:Scrollbar" content="#e9a3c4"/>
  29. <meta name="color:Blog title" content="#a5d1f0"/>
  30. <meta name="color:Blog Title 2" content="#b1b1b1" />
  31. <meta name="image:Background" content="1"/>
  32. <meta name="image:Sidebar" content="1"/>
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 1 Title" content="Index" />
  35. <meta name="text:Link 2" content="/" />
  36. <meta name="text:Link 2 Title" content="Message" />
  37. <meta name="text:Link 3" content="/ask" />
  38. <meta name="text:Link 3 Title" content="Link" />
  39. <meta name="text:Link 4" content="" />
  40. <meta name="text:Link 4 Title" content="Archive" />
  41. <meta name="text:Link 5" content="/archive" />
  42. <meta name="text:Link 5 Title" content="Link" />
  43. <meta name="text:Link 6" content="" />
  44. <meta name="text:Link 6 Title" content="Link" />
  45. <meta name="text:Link 7" content="" />
  46. <meta name="text:Link 7 Title" content="Link" />
  47. <meta name="text:Link 8" content="" />
  48. <meta name="text:Link 8 Title" content="Link" />
  49. <meta name="text:Blog Title Font Size" content="45"/>
  50. <meta name="text:Blog Title" content="take me home" />
  51. <meta name="text:Blog Title 2" content="burned out flames should never re-ignite,but i thought you might take me home" />
  52.  
  53. <script type="text/javascript"
  54. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  57.  
  58. <style type="text/css">
  59.  
  60. @font-face {
  61. font-family:exception;
  62. src:url(http://static.tumblr.com/vqiblqz/zbCmnqsfj/theonlyexception.ttf);}
  63.  
  64. ::-webkit-scrollbar {
  65. width: 10px;
  66. height: 4px;
  67. background: #fff;
  68. border-left: 1px transparent #aaaaaa; }
  69.  
  70. ::-webkit-scrollbar-thumb {
  71. width:10px;
  72. background-color:{color:Scrollbar};
  73. border-radius:5px;
  74. border:4px solid #fff; }
  75.  
  76. #tumblr_controls {
  77. right:0px !important;
  78. position: fixed !important;
  79. -webkit-filter: invert(100%) }
  80.  
  81. body {
  82. padding: 0px;
  83. margin: 0px;
  84. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  85. color:{color:Text};
  86. font-family:calbri;
  87. line-height: 10px;
  88. font-size: 10px;
  89. letter-spacing: 0px;
  90. background-color: {color:Background};
  91. background-image:url({image:Background});
  92. background-attachment: fixed;
  93. background-repeat: repeat; }
  94.  
  95. a:link, a:active, a:visited{
  96. color: {color:Links};
  97. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  98. text-decoration: none;
  99. transition: all 0.9s ease;
  100. -o-transition-transition: all 0.9s ease;
  101. -webkit-transition: all 0.9s ease;
  102. -moz-transition: all 0.9s ease; }
  103.  
  104. a:hover {
  105. color:{color:Hover};
  106. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  107. text-shadow:1px 1px 5px {color:Link shadow};
  108. transition: all 0.9s ease;
  109. -o-transition-transition: all 0.9s ease;
  110. -webkit-transition: all 0.9s ease;
  111. -moz-transition: all 0.9s ease; }
  112.  
  113. div#center {
  114. margin:auto;
  115. position:relative;
  116. width:100%;
  117. background-color:;
  118. overflow:auto;
  119. overflow-y:hidden; }
  120.  
  121. #topbar {
  122. position:fixed;
  123. width:550px;
  124. height:120px;
  125. margin-left:320px;
  126. z-index:2;
  127. background:{color:Background}; }
  128.  
  129. #blogtitle {
  130. position:fixed;
  131. width:500px;
  132. text-align:center;
  133. text-decoration:italic;
  134. font-family:exception;
  135. margin-top:-100px;
  136. margin-left:55px;
  137. text-transform:none;
  138. font-style:italic;
  139. background:transparent;
  140. letter-spacing:1;
  141. z-index:-1;
  142. opacity:1;
  143. font-size:{text:Blog Title Font Size}px;
  144. color:{color:Blog Title};
  145. text-shadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff; }
  146.  
  147. #line {
  148. position:fixed;
  149. width:550px;
  150. height:5px;
  151. border-radius:10px;
  152. border:0px solid #e7e7e7;
  153. text-align:center;
  154. margin-left:0px;
  155. margin-top:-15px;
  156. opacity:1;
  157. background:{color:Tree Base Line}; }
  158.  
  159. #quote{
  160. position:fixed;
  161. width:410px;
  162. background:transparent;
  163. text-align:center;
  164. margin-top:-85px;
  165. margin-left:140px;
  166. font-family:calibri;
  167. font-size:8px;
  168. text-transform:uppercase;
  169. letter-spacing:1px;
  170. color:{color:Blog Title 2}; }
  171.  
  172. #desc {
  173. position:fixed;
  174. width:410px;
  175. margin-left:130px;
  176. font-family:calibri;
  177. margin-top:-70px;
  178. text-align:center;
  179. padding-top:3px;
  180. border-top:1px solid {color:Blog Title Underline};
  181. color:{color:Description}; }
  182.  
  183. #links {
  184. position:fixed;
  185. text-transform:uppercase;
  186. font-size:8px;
  187. letter-spacing:1px;
  188. text-align:center;
  189. width:410px;
  190. margin-top:2px;
  191. margin-left:0px;
  192. text-align:center; }
  193.  
  194. #posts {
  195. width:550px;
  196. z-index:1;
  197. margin-top:120px;
  198. margin-left:330px;
  199. right:auto;
  200. background:transparent;
  201. margin-right:auto;
  202. position:relative;
  203. overflow-y: hidden;
  204. {block:PermalinkPage}
  205. margin-left:420px;
  206. {/block:PermalinkPage} }
  207.  
  208.  
  209. .entry {
  210. float:left;
  211. display: block;
  212. overflow:hidden;
  213. width:220px;
  214. margin:14px;
  215. padding-right:6px;
  216. padding-left:6px;
  217. padding-top:6px;
  218. padding-bottom:2px;
  219. font-family:calibri;
  220. font-size: 10px;
  221. line-height:13px;
  222. z-index:0;
  223. border-radius:5px;
  224. background:white;
  225. border:1px solid #eee;
  226. {block:PermalinkPage}
  227. width:370px;
  228. margin-left:0px;
  229. {/block:PermalinkPage}
  230. transition: all 0.9s ease;
  231. -o-transition-transition: all 0.9s ease;
  232. -webkit-transition: all 0.9s ease;
  233. -moz-transition: all 0.9s ease; }
  234.  
  235. .entry img{
  236. opacity:1;
  237. {block:ifFadedPosts}
  238. opacity:0.8;
  239. {/block:ifFadedPosts}
  240. -webkit-transition: all 0.7s ease-out;
  241. -moz-transition: all 0.7s ease-out;
  242. transition: all 0.7s ease-out; }
  243.  
  244. .entry img:hover{
  245. opacity: 1;
  246. -webkit-transition: all 0.7s ease-out;
  247. -moz-transition: all 0.7s ease-out;
  248. transition: all 0.7s ease-out; }
  249.  
  250. .entry blockquote img{
  251. max-width:100%; }
  252.  
  253. .entry ul, ol, li {
  254. {block:IndexPage}
  255. list-style:disc;
  256. margin-left:40px;
  257. padding:0px;
  258. {/block:IndexPage}
  259. {block:PermalinkPage}
  260. margin-left:0px;
  261. {/block:PermalinkPage} }
  262.  
  263. .entry .permados{
  264. bottom:-20px;
  265. width:220px;
  266. height:15px;
  267. font-family:calibri;
  268. letter-spacing:1px;
  269. position: absolute;
  270. font-size: 8px;
  271. line-height:15px;
  272. text-align:center;
  273. z-index:99999;
  274. text-transform:uppercase;
  275. overflow:hidden;
  276. background:white;
  277. padding: 0px;
  278. opacity:0;
  279. border-top:2px solid {color:Blog Title};
  280. -webkit-transition: opacity 0.5s linear;
  281. -webkit-transition: all 0.5s linear;
  282. -moz-transition: all 0.5s linear;
  283. transition: all 0.5s linear; }
  284.  
  285. .entry:hover .permados{
  286. overflow:visible;
  287. opacity:1;
  288. border-bottom:1px solid #f7f7f7;
  289. bottom:-1px; }
  290.  
  291. .permalinktext {
  292. display:block;
  293. padding: 2px;
  294. margin: 4px 5px 0px 5px;
  295. text-transform:uppercase;
  296. font-family:calibri;
  297. font-size: 8px;
  298. color: #ccc;
  299. line-height: 15px;
  300. letter-spacing:1px;
  301. text-align: right;
  302. text-decoration: none;
  303. webkit-transition: all 0.2s linear;
  304. -webkit-transition: all 0.2s linear;
  305. -moz-transition: all 0.2s linear;
  306. transition: all 0.2s linear;
  307. {block:permalinkpage}
  308. display:none;
  309. {/block:permalinkpage} }
  310.  
  311. mausami {
  312. font-family:calibri;
  313. font-size:8px;
  314. text-transform:uppercase;
  315. letter-spacing:1px;
  316. color:{color:Links}; }
  317.  
  318. #mausami a {
  319. position:fixed;
  320. width:25px;
  321. height:25px;
  322. background:white;
  323. margin-left:1320px;
  324. margin-top:600px;
  325. border-radius:20px;
  326. padding:5px;
  327. line-height:21px;
  328. font-size:27px;
  329. font-family:calibri;
  330. font-weight:bold;
  331. text-transform:uppercase;
  332. color:#ddd; }
  333.  
  334. .title {
  335. text-align:center;
  336. font-family:lucida console;
  337. text-transform:none;
  338. font-size: 13px;
  339. line-height:15px;
  340. letter-spacing: 0px;
  341. color: {color:Title}; }
  342.  
  343. #infscr-loading {
  344. bottom: -70px;
  345. position: absolute;
  346. left: 50%;
  347. margin-left:-8px;
  348. width:16px;
  349. height:11px;
  350. overflow:hidden;
  351. margin-bottom: 50px; }
  352.  
  353. #caption {
  354. margin-left:0px;
  355. list-style:circle;
  356. text-align:left;
  357. line-height:13px; }
  358.  
  359. #caption ul,ol,li {
  360. list-style:disc;
  361. margin-left:40px; }
  362.  
  363. blockquote{
  364. background:#f7f7f7;
  365. padding:3px;
  366. border-radius:3px;
  367. font-family:calibri;
  368. font-size:10px;
  369. border:1px solid #eee;
  370. width:190px;;
  371. margin-left:10px;
  372. text-align:left;
  373. color:{color:text}; }
  374.  
  375. .notes ul, ol, li {
  376. margin-left:-20px; }
  377.  
  378. .chat ul {
  379. list-style: none;
  380. margin: 0;
  381. padding: 0; }
  382.  
  383. .chat li {
  384. border-radius: 0.2em;
  385. margin-bottom: 2%;
  386. padding: 2%;
  387. width: 210px; }
  388.  
  389. .chat .odd {
  390. float: left;
  391. background: white;
  392. margin-left:-2px;
  393. width:210px; }
  394.  
  395. .chat .even {
  396. float: right;
  397. background:#f7f7f7; }
  398.  
  399. .audioplayerr {
  400. position:absolute;
  401. background: white;
  402. border:5px solid #fff;
  403. text-align:center;
  404. margin-left:30px;
  405. margin-top:28px;
  406. width:15px;
  407. height:15px;
  408. opacity:0.7;
  409. overflow:hidden;
  410. -webkit-transition: all 0.5s ease-in-out;
  411. -moz-transition: all 0.5s ease-in-out;
  412. -o-transition: all 0.5s ease-in-out;
  413. -ms-transition: all 0.5s ease-in-out;
  414. transition: all 0.5s ease-in-out; }
  415.  
  416. .audioplayerr:hover {
  417. opacity:1;
  418. -webkit-transition: all 0.5s ease-in-out;
  419. -moz-transition: all 0.5s ease-in-out;
  420. -o-transition: all 0.5s ease-in-out;
  421. -ms-transition: all 0.5s ease-in-out;
  422. transition: all 0.5s ease-in-out; }
  423.  
  424. .audioplayerr1 {
  425. padding:1px;
  426. margin-top:-8px;
  427. margin-left:-7px;
  428. background-color: #fff; }
  429.  
  430. .audioplayerr1:hover {
  431. opacity:1; }
  432.  
  433. .albumartt {
  434. margin-left:0px; }
  435.  
  436. .albumartt img {
  437. background:#f7f7f7;
  438. max-width:60px;
  439. float:left;
  440. padding:10px;
  441. border:1px solid #f0f0f0; }
  442.  
  443. .infooo {
  444. position:relative;
  445. background:transparent;
  446. padding-bottom:5px;
  447. font-family:calibri;
  448. font-size:8px;
  449. letter-spacing:1px;
  450. text-transform:uppercase;
  451. height:80px;
  452. margin-top:0px;
  453. margin-left:87px;
  454. padding-left:5px;
  455. overflow:auto;
  456. line-height:9px; }
  457.  
  458.  
  459. .notes img {
  460. width:15px;
  461. position:relative;
  462. top:3px;
  463. border-radius:5px; }
  464.  
  465. {CustomCSS}
  466.  
  467. </style>
  468.  
  469. {block:IndexPage}
  470. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  471. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  472.  
  473. <script type="text/javascript">
  474. $(window).load(function(){
  475. var $wall = $('#posts');
  476. $wall.imagesLoaded(function(){
  477. $wall.masonry({
  478. itemSelector: '.entry, .entry_photo',
  479. isAnimated : false
  480. });
  481. });
  482.  
  483. $wall.infinitescroll({
  484. navSelector : '#pagination',
  485. nextSelector : '#pagination a',
  486. itemSelector : '.entry, .entry_photo',
  487. bufferPx : 2000,
  488. debug : false,
  489. errorCallback: function() {
  490. $('#infscr-loading').fadeOut('normal');
  491. }},
  492. function( newElements ) {
  493. var $newElems = $( newElements );
  494. $newElems.hide();
  495. $newElems.imagesLoaded(function(){
  496. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  497. });
  498. }); $('#posts').show(500);
  499. });
  500. </script>
  501.  
  502. {/block:IndexPage}
  503. </head>
  504.  
  505. <body>
  506. <div id="center">
  507. <div id="mausami"><a href="http://euphoricaly.tumblr.com/" target="_blank">M</a></div>
  508. <div id="topbar">
  509. <a href="/"><img src="http://oi41.tinypic.com/2iutkys.jpg" style="height:130px; width:400px; padding:5px; border:0px solid {color:Borders}; background:transparent; z-index:-2; margin-left:3px; margin-top:-7px; opacity:0.3; border-radius:5px; filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  510. filter: gray; /* IE6-9 */
  511. -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */"></a>
  512. <div id="blogtitle">{text:Blog Title}</div>
  513. <div id="line"></div>
  514. <div id="quote">{text:Blog Title 2}</div>
  515. <div id="desc">{description}
  516. <div id="links">
  517. <a href="{text:Link 1}">{text:Link 1 Title}</a> /
  518. <a href="{text:Link 2}">{text:Link 2 Title}</a> /
  519. <a href="{text:Link 3}">{text:Link 3 Title}</a> /
  520. <a href="{text:Link 4}">{text:Link 4 Title}</a> /
  521. <a href="{text:Link 5}">{text:Link 5 Title}</a> /
  522. <a href="{text:Link 6}">{text:Link 6 Title}</a> /
  523. <a href="{text:Link 7}">{text:Link 7 Title}</a> /
  524. <a href="{text:Link 8}">{text:Link 8 Title}</a>
  525. </div>
  526. </div></div>
  527.  
  528. <div class="left">
  529. <div id="posts">
  530. {block:Posts}
  531. <div class="entry">
  532.  
  533. {block:Answer}
  534. <div style="min-height:30px; padding: 3px; border-left:2px solid {color:Blog Title}; border-right:2px solid {color:Blog Title}; background:#f7f7f7; color:{color:text}; padding:2px;">
  535. <img src="{AskerPortraitURL-24}" align="left" style="border-radius:3px; padding:3px;"><mausami>{Asker}</mausami>: {Question}&nbsp;</div>{Answer}
  536. <div class="permalinktext"> This post has <a href="{permalink}">{NoteCountwithlabel}</a></div>
  537. {/block:Answer}
  538.  
  539. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  540. {/block:Text}
  541.  
  542. {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{block:Link}
  543.  
  544. {block:Photo}
  545. {block:IndexPage}
  546. <div class="permados">
  547. <a href="{reblogurl}">reblog</a> this post with <a href="{permalink}">{notecountwithlabel}</a></div>
  548. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=220px style="border-radius:3px;"></a>{LinkCloseTag}</center>
  549. {/block:IndexPage}
  550. {block:PermalinkPage}
  551. {LinkOpenTag}
  552. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=370px/>
  553. {LinkCloseTag}
  554. {/block:PermalinkPage}
  555. {/block:Photo}
  556.  
  557. {block:Photoset}
  558. {block:IndexPage}
  559. <center>
  560. {Photoset-250}</center>
  561. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  562. {/block:IndexPage}
  563. {block:PermalinkPage}
  564. <center>
  565. {Photoset-500}</center>
  566. {/block:PermalinkPage}
  567. {/block:Photoset}
  568.  
  569. {LinkCloseTag}
  570. {/block:PermalinkPage}
  571. {/block:Photo}
  572.  
  573. {block:Quote}<span class="title">"{Quote}"</span><br> {block:Source}<div style="text-align:right; font-weight:bold;"> — {Source}</div>{/block:Source}<div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Quote}
  574.  
  575. {block:Chat}
  576. {block:Title}<span class="title">{Title}</span>{/block:Title}
  577. <div class="chat">
  578. <ul>
  579. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  580. </ul>
  581. </div>
  582. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  583. {/block:Chat}
  584.  
  585. {block:Audio}
  586. <div class="albumartt"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div> <div class="audioplayerr"><div class="audioplayerr1">{AudioPlayer}</div></div> <div class="infooo"> {block:Artist} <b><audioshit>Artist Name:</audioshit></b><br> {Artist} {/block:Artist}<br><br>{block:TrackName} <b><audioshit>Song Name:</audioshit></b><br> "{TrackName}" {/block:TrackName}</br><br> {block:PlayCount}<b><audioshit>Number of Plays:</audioshit></b><br> {PlayCount} times{/block:PlayCount} </div> <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  587. {block:IndexPage}
  588. {/block:IndexPage}
  589. {/block:Audio}
  590.  
  591. {block:Video}
  592. {block:IndexPage}
  593. <center>
  594. {Video-250}</center>
  595. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  596. {/block:IndexPage}
  597. {block:PermalinkPage}
  598. <center>
  599. {Video-400}</center>
  600. {/block:PermalinkPage}
  601. {block:Video}
  602.  
  603. {block:PermalinkPage}
  604. <center>
  605. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  606. {block:RebloggedFrom}
  607. posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  608. Original Source: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  609. {block:NoteCount} <div style="text-align: center; margin: 10px;"></div>{/block:NoteCount}
  610. </center>
  611. {/block:PermalinkPage}
  612.  
  613. {block:PostNotes}<div align="middle"></div>
  614. <center></center></span><br>
  615. <div class="notes">{PostNotes}</div><br>
  616. <center>{block:ContentSource}
  617. <br><a href="{SourceURL}">
  618. {lang:Source}:
  619. {block:SourceLogo}
  620. <img src="{BlackLogoURL}" width="{LogoWidth}"
  621. height="{LogoHeight}" alt="{SourceTitle}" />
  622. {/block:SourceLogo}
  623. {block:NoSourceLogo}
  624. {SourceLink}
  625. {/block:NoSourceLogo}
  626. </a>
  627. {/block:ContentSource}</center>
  628.  
  629. {/block:PostNotes}
  630. </div>
  631. {/block:Posts}
  632. </div></div>
  633.  
  634. {block:IndexPage}
  635. {block:Pagination}
  636. <div id="pagination">
  637. {block:NextPage}
  638. <a id="nextPage" href="{NextPage}"></a>
  639. {/block:NextPage}
  640. {block:PreviousPage}
  641. <a href="{PreviousPage}"></a>
  642. {/block:PreviousPage}
  643. </div>
  644. {/block:Pagination}
  645. {/block:IndexPage}
  646. <BODY onselectstart="return false;" ondragstart="return false;">
  647.  
  648. <script type="text/javascript">
  649. <!--
  650.  
  651. // Disable Right Click Script
  652.  
  653. function IE(e)
  654. {
  655. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  656. {
  657. return false;
  658. }
  659. }
  660. function NS(e)
  661. {
  662. if (document.layers || (document.getElementById && !document.all))
  663. {
  664. if (e.which == "2" || e.which == "3")
  665. {
  666. return false;
  667. }
  668. }
  669. }
  670. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  671.  
  672. //-->
  673. </script>
  674.  
  675. </html>
Advertisement
Add Comment
Please, Sign In to add comment