Advertisement
mausamixoxo

Oblivion Theme 1

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