Advertisement
sighthemes

Theme 11; By Deanna

Jan 18th, 2014
1,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.37 KB | None | 0 0
  1. <!--
  2.  
  3. New theme 11 by Deanna (sighthemes)
  4. Keep the credit
  5. Or you will be reported
  6.  
  7. Do not steal or steal parts of the coding
  8. I worked very hard and it would be very disrespectful
  9.  
  10. Make sure your posts per page is set at 15 or the infinite scroll won't work! (Customize > Advanced > Posts per page > 15 > Save)
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19.  
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("[title],a[title],img[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:100,
  27. tip_fade_speed:300,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33. <script type="text/javascript">
  34. <!--
  35.  
  36. // Disable Right Click Script
  37.  
  38. function IE(e)
  39. {
  40. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  41. {
  42. return false;
  43. }
  44. }
  45. function NS(e)
  46. {
  47. if (document.layers || (document.getElementById && !document.all))
  48. {
  49. if (e.which == "2" || e.which == "3")
  50. {
  51. return false;
  52. }
  53. }
  54. }
  55. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  56.  
  57. //-->
  58. </script>
  59.  
  60.  
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63.  
  64. <!--DEFAULT VARIABLES-->
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  66. <meta name="color:background" content="#fff"/>
  67. <meta name="color:link" content="#777"/>
  68. <meta name="color:text" content="#777"/>
  69. <meta name="color:title" content="#333"/>
  70. <meta name="color:scrollbar" content="#ccc">
  71. <meta name="color:blogtitle" content="#aaa">
  72. <meta name="color:hover" content="#fff"/>
  73. <meta name="image:sidebar" content="1"/>
  74. <meta name="image:background" content="1"/>
  75. <meta name="text:Link one Title" content="link"/>
  76. <meta name="text:Link one" content="" />
  77. <meta name="text:Link two Title" content="link"/>
  78. <meta name="text:Link two" content="" />
  79. <meta name="text:Link Three Title" content="link"/>
  80. <meta name="text:Link Three" content=""/>
  81. <meta name="text:Link Four Title" content="link"/>
  82. <meta name="text:Link Four" content=""/>
  83. <meta name="text:Link five Title" content="link"/>
  84. <meta name="text:Link five" content=""/>
  85. <meta name="text:Link six Title" content="link"/>
  86. <meta name="text:Link six" content=""/>
  87.  
  88. <style type="text/css">
  89.  
  90. #s-m-t-tooltip{
  91. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  92. max-width:150px;
  93. margin-top:15px;
  94. margin-left:15px;
  95. padding-left:4px;
  96. padding-right:4px;
  97. border:1px solid {color:link};
  98. border-radius:5px;
  99. z-index:1000;
  100. background-color:#ffffff;
  101. color:#aaaaaa;
  102. font-family:calibri;
  103. z-index:999999999;
  104. font-size:8px;
  105. letter-spacing:1px;
  106. font-style:normal;
  107. text-transform:uppercase;
  108. }
  109.  
  110. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  111.  
  112. ::-webkit-scrollbar-thumb{
  113. background-color: {color:scrollbar};
  114. border: 2px solid {color:background};
  115. height:5px;
  116. -moz-border-radius: 20px;
  117. border-radius: 20px;
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. height:5px;
  122. width:9px;
  123. background-color: #aaaaaa;
  124. border: 4px solid {color:background};
  125. }
  126.  
  127. ::selection {
  128. background: #fff;
  129. }
  130.  
  131. ::-moz-selection {
  132. background: #fff;
  133. }
  134.  
  135.  
  136. p {
  137. margin:0px;
  138. margin-top:5px;
  139. }
  140.  
  141.  
  142. body {
  143. padding: 0px;
  144. margin: 0px;
  145. color:{color:text};
  146. font-family:calibri;
  147. font-size:11px;
  148. line-height:150%;
  149. text-normal;
  150. text-align:left;
  151. background-color: {color:Background};
  152. background-image:url({image:Background});
  153. background-attachment: fixed;
  154. background-repeat: repeat;
  155. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  156. }
  157.  
  158.  
  159.  
  160. a:link, a:active, a:visited{
  161. text-decoration: none;
  162. -webkit-transition: color 0.3s ease-out;
  163. -moz-transition: color 0.3s ease-out;
  164. transition: color 0.3s ease-out;
  165. color:{color:link};
  166. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  167. }
  168.  
  169. a:hover {
  170. text-decoration: none;
  171. font-style:;
  172. color: {color:Hover};
  173. }
  174.  
  175. div#center{
  176. margin:auto;
  177. position:relative;
  178. width:1050px;
  179. background-color:;
  180. overflow:auto;
  181. overflow-y:hidden;
  182. }
  183.  
  184. .entry {
  185. float:left;
  186. display: block;
  187. margin:10px;
  188. overflow:hidden;
  189. width:215px;
  190. {block:PermalinkPage}
  191. width:450px;
  192. text-align:left;
  193. line-height:150%;
  194. {/block:PermalinkPage}
  195. background:white;
  196. background-image:URL();
  197. }
  198.  
  199. .entry img{
  200. opacity:.85;
  201. -webkit-transition: all .7s ease;
  202. -moz-transition: all .7s ease;
  203. -o-transition: all .7s ease;
  204. transition: all .7s ease;
  205. }
  206.  
  207. .entry img:hover{
  208. opacity:1;
  209. -webkit-transition: all .7s ease;
  210. -moz-transition: all .7s ease;
  211. -o-transition: all .7s ease;
  212. transition: all .7s ease;
  213. }
  214.  
  215. .entry .perma a{
  216. width:auto;
  217. height:auto;
  218. left:6px;
  219. position: absolute;
  220. overflow:hidden;
  221. text-align:center;
  222. top:5px;
  223. background:#888;
  224. border-radius:100%;
  225. padding:5px;
  226. opacity: 0.0;
  227. border-radius:30px;
  228. -webkit-transition: all .7s ease;
  229. -moz-transition: all .7s ease;
  230. -o-transition: all .7s ease;
  231. transition: all .7s ease;
  232. -webkit-border-radius:30px;
  233. -moz-border-radius:30px;
  234. border-radius:30px;
  235. padding-bottom:0px;
  236. z-index:99999999999;
  237. }
  238.  
  239. .entry:hover .perma a{
  240. overflow:visible;
  241. opacity:0.9;
  242. -ms-transform: rotate(360deg);
  243. -webkit-transform: rotate(360deg);
  244. -o-transform: rotate(360deg);
  245. -moz-transform: rotate(360deg);
  246. }
  247.  
  248. .entry .perma2 a{
  249. width:auto;
  250. height:auto;
  251. left:33px;
  252. position: absolute;
  253. overflow:hidden;
  254. text-align:center;
  255. top:5px;
  256. background:#888;
  257. -webkit-border-radius:30px;
  258. -moz-border-radius:30px;
  259. border-radius:30px;
  260. opacity: 0.0;
  261. padding:5px;
  262. -webkit-transition: all .7s ease;
  263. -moz-transition: all .7s ease;
  264. -o-transition: all .7s ease;
  265. transition: all .7s ease;
  266. padding-bottom:0px;
  267. z-index:99999999999;
  268. }
  269.  
  270. .entry:hover .perma2 a{
  271. overflow:visible;
  272. opacity:0.9;
  273. -ms-transform: rotate(360deg);
  274. -webkit-transform: rotate(360deg);
  275. -o-transform: rotate(360deg);
  276. -moz-transform: rotate(360deg);
  277. }
  278.  
  279.  
  280. .permalinktext{
  281. display: block;
  282. font-calibri;
  283. font-size:8px;
  284. line-height:3px;
  285. letter-spacing:1px;
  286. text-transform:uppercase;
  287. text-align: right;
  288. background-color:transparent;
  289. margin: 2px;
  290. margin-top:5px;
  291. border-top:1px solid #eee;
  292. padding-top:6px;
  293. }
  294.  
  295. #posts {
  296. width:475px;
  297. margin-top:0px;
  298. z-index:99;
  299. margin-left:270px;
  300. right:auto;
  301. background:white;
  302. margin-right:auto;
  303. position:relative;
  304. overflow-y: hidden;
  305. border-left:1px solid #ddd;
  306. border-right:1px solid #ddd;
  307. padding-left:6px;
  308. padding-top:5px;
  309. {block:PermalinkPage}
  310. border-bottom:1px solid #ddd;
  311. {/block:PermalinkPage}
  312. }
  313.  
  314. @font-face { font-family: "never"; src: url('http://static.tumblr.com/nqwpoza/HGQmyotus/neverletgo.ttf'); }
  315.  
  316. .tits{
  317. text-align:left;
  318. font-family:never;
  319. font-size:30px;
  320. letter-spacing:1px;
  321. padding-top:5px;
  322. color:{color:blogtitle};
  323. text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
  324. line-height:100%;
  325. }
  326.  
  327. #head{
  328. width:475px;
  329. height:30px;
  330. padding-left:6px;
  331. border-left:1px solid #ddd;
  332. border-right:1px solid #ddd;
  333. border-bottom:1px solid #ddd;
  334. position:relative;
  335. margin-left:270px;
  336. background:white;
  337. }
  338.  
  339. #links{
  340. width:475px;
  341. height:38px;
  342. text-align:right;
  343. margin-top:-17px;
  344. margin-left:-5px;
  345. line-height:100%;
  346. }
  347.  
  348. .nav a{
  349. display:inline-block;
  350. font-family:calibri;
  351. font-size:11px;
  352. text-transform:uppercase;
  353. color:{color:link};
  354. margin-left:2px;
  355. margin-right:2px;
  356. -webkit-transition: all .7s ease;
  357. -moz-transition: all .7s ease;
  358. -o-transition: all .7s ease;
  359. transition: all .7s ease;
  360. }
  361.  
  362. .nav a:hover{
  363. color:{color:hover};
  364. letter-spacing:3px;
  365. -webkit-transition: all .7s ease;
  366. -moz-transition: all .7s ease;
  367. -o-transition: all .7s ease;
  368. transition: all .7s ease;
  369. }
  370.  
  371. #sidebar{
  372. position:fixed !important;
  373. width:185px;
  374. background:white;
  375. height:auto;
  376. margin-top:135px;
  377. margin-left:775px;
  378. text-align:center;
  379. border:1px solid #ddd;
  380. padding:10px;
  381. padding-bottom:5px;
  382. }
  383.  
  384. #sidebar .desc{
  385. margin-top:2px;
  386. font-family:calibri, sans-serif;
  387. font-size:11px;
  388. text-align:justify;
  389. line-height:12px;
  390. border-top:1px solid #ddd;
  391. padding-top:4px;
  392. }
  393.  
  394. #audio {
  395. width:200px;
  396. height:auto;
  397. min-height:60px;
  398. padding-bottom:0px;
  399. }
  400.  
  401. .cover {
  402. position:absolute;
  403. z-index:1;
  404. width:60px;
  405. height:60px;
  406. }
  407.  
  408. .cover img {
  409. float:left;
  410. width:60px;
  411. height:60px;
  412. }
  413.  
  414. .playbox {
  415. opacity:0.6;
  416. width:27px;
  417. height:30px;
  418. overflow:hidden;
  419. position:absolute;
  420. z-index:1000;
  421. margin-left:17px;
  422. margin-top:17px;
  423. text-align:center;
  424. }
  425.  
  426. .info {
  427. margin-left:73px;
  428. margin-top:4px;
  429. line-height:14px;
  430. }
  431.  
  432. #creds{
  433. position:fixed;
  434. width:33px;
  435. bottom:-12px;
  436. right:2px;
  437. padding: 2px;
  438. font-family:consolas;
  439. font-size:8px;
  440. text-transform:uppercase;
  441. letter-spacing:1px;
  442. -webkit-transition: all .7s ease;
  443. -moz-transition: all .7s ease;
  444. -o-transition: all .7s ease;
  445. transition: all .7s ease;
  446. }
  447.  
  448. #creds:hover{
  449. bottom:0px;
  450. -webkit-transition: all .7s ease;
  451. -moz-transition: all .7s ease;
  452. -o-transition: all .7s ease;
  453. transition: all .7s ease;
  454. }
  455.  
  456. askk{
  457. font-size:9px;
  458. text-transform:uppercase;
  459. letter-spacing:1px;
  460. color:#000;
  461. }
  462.  
  463. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  464.  
  465. .title{
  466. font-size:12px;
  467. letter-spacing:0px;
  468. padding-top:5px;
  469. color:{color:title};
  470. line-height:20px;
  471. }
  472.  
  473. .permalink{
  474. text-transform: normal;
  475. display: block;
  476. text-align: right;
  477. text-decoration: none;
  478. }
  479.  
  480. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  481. #infscr-loading{
  482. bottom: -70px;
  483. position: absolute;
  484. left: 50%;
  485. margin-left:-8px;
  486. width:16px;
  487. height:11px;
  488. overflow:hidden;
  489. margin-bottom: 50px;
  490. }
  491.  
  492. #postnotes{
  493. text-align: justify;}
  494.  
  495. #postnotes blockquote{
  496. border: 0px;}
  497.  
  498. blockquote{
  499. padding:0px 0px 2px 5px;
  500. margin:5px 5px 5px 5px;
  501. border-left: 2px solid {color:blogtitle};
  502. }
  503.  
  504. blockquote p, ul{
  505. margin:0px;
  506. padding:0px;
  507. }
  508.  
  509. a img{border: 0px;}
  510.  
  511.  
  512. ul, ol, li{list-style:none; margin-top:5px; padding:0px;}
  513.  
  514. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  515. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  516.  
  517. .notes img{width:10px; position:relative; top:3px;}
  518. <--ses-->
  519. small{font-size: 90%;}
  520.  
  521. {CustomCSS}
  522.  
  523. </style>
  524.  
  525. {block:IndexPage}
  526. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  527. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  528.  
  529. <script type="text/javascript">
  530. $(window).load(function(){
  531. var $wall = $('#posts');
  532. $wall.imagesLoaded(function(){
  533. $wall.masonry({
  534. itemSelector: '.entry, .entry_photo',
  535. isAnimated : false
  536. });
  537. });
  538.  
  539. $wall.infinitescroll({
  540. navSelector : '#pagination',
  541. nextSelector : '#pagination a',
  542. itemSelector : '.entry, .entry_photo',
  543. bufferPx : 2000,
  544. debug : false,
  545. errorCallback: function() {
  546. $('#infscr-loading').fadeOut('normal');
  547. }},
  548. function( newElements ) {
  549. var $newElems = $( newElements );
  550. $newElems.hide();
  551. $newElems.imagesLoaded(function(){
  552. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  553. });
  554. }); $('#posts').show(500);
  555. });
  556. </script>
  557.  
  558.  
  559. {/block:IndexPage}
  560.  
  561.  
  562. <title>{title}</title>
  563.  
  564. <link rel="shortcut icon" href="{Favicon}" />
  565. <meta name="viewport" content="width=820" />
  566. </head>
  567.  
  568. <body>
  569. <BODY onselectstart="return false;" ondragstart="return false;">
  570. <div class="wrapper">
  571. <div class="header">
  572. </div>
  573.  
  574. <div id="cage">
  575. <div id="center">
  576.  
  577. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  578. <div id="sidebar">
  579. <center>
  580. <a href="/"><img src="{image:sidebar}" width=100%></a>
  581. <div class="desc">{description}</div>
  582. </center>
  583. </div>
  584. <!------------------------------------->
  585. <div id="head">
  586.  
  587. <div class="tits">{title}</div>
  588.  
  589. <div id="links"><div class="nav">
  590.  
  591. <a href="/">home</a>
  592.  
  593. <a href="/ask">ask</a>
  594.  
  595. <a href="{text:link one}">{text:link one title}</a>
  596.  
  597. <a href="{text:link two}">{text:link two title}</a>
  598.  
  599. <a href="{text:link three}">{text:link three title}</a>
  600.  
  601. <a href="{text:link four}">{text:link four title}</a>
  602.  
  603. <a href="{text:link five}">{text:link five title}</a>
  604.  
  605. <a href="{text:link six}">{text:link six title}</a>
  606.  
  607. <a href="http://sighthemes.tumblr.com">theme</a>
  608.  
  609.  
  610. </div></div>
  611.  
  612. </div>
  613.  
  614. <div class="left">
  615. <div id="posts">
  616. {block:Posts}
  617. <div class="entry">
  618.  
  619. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  620. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  621. {/block:Text}
  622.  
  623. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  624. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{block:Link}
  625.  
  626. {block:Answer}
  627. <div style="margin: 2px 2px 2px 2px; min-height:auto; padding: 3px; background-color: {color:background}; border:1px solid #ddd; border-radius:4px;">
  628. <askk><b>{Asker}</b></askk>: {Question}</div>
  629. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div>
  630. <div class="permalinktext">
  631. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Answer}
  632.  
  633. {block:Photo}
  634. {block:IndexPage}
  635. <center>
  636. <div class="perma">
  637. <a href="{reblogurl}" title="reblog this"><img src="http://static.tumblr.com/kjtbii3/2RXmv52ut/reblog.png" width=14> </a> </div>
  638. <div class="perma2">
  639. <a href="{permalink}" title="{notecountwithlabel}"><img src="http://static.tumblr.com/kjtbii3/gJ3mv52q2/permalink.png" width=14> </a> </div>
  640. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  641. {/block:IndexPage}
  642. {block:PermalinkPage}
  643. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  644.  
  645. {LinkCloseTag}
  646. {/block:PermalinkPage}
  647. {/block:Photo}
  648.  
  649. {block:Photoset}
  650. <center>
  651. {block:IndexPage}
  652. <div class="perma">
  653. <a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a>
  654. </div>
  655. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  656. {/block:IndexPage}
  657. </center>
  658. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  659. {/block:Photoset}
  660.  
  661. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  662. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Quote}
  663.  
  664. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  665. <ul class="chat">
  666. {block:Lines}
  667. <li class="user_{UserNumber}">
  668. {block:Label}
  669. <span class="label">{Label}</span>
  670. {/block:Label}
  671.  
  672. {Line}
  673. </li>
  674. {/block:Lines}
  675. <div class="permalinktext">
  676. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  677. {/block:Chat}
  678.  
  679. {block:Audio}
  680. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  681. {block:IndexPage}
  682. <div class="permalinktext">
  683. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  684. {/block:IndexPage}
  685. {/block:Audio}
  686.  
  687. {block:Video}
  688. <center>
  689. {block:IndexPage}
  690. <div class="perma">
  691. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  692. </div>
  693. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  694. {/block:IndexPage}
  695. </center>
  696. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  697. {block:Video}
  698.  
  699.  
  700. {block:PostNotes}<div align="left">{caption}</div>
  701. <center>
  702.  
  703. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  704.  
  705. {block:HasTags}
  706. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  707. {block:RebloggedFrom}
  708. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  709. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  710.  
  711. {/block:RebloggedFrom}
  712. </center></span>
  713. <br>
  714. <div id="postnotes">{PostNotes}</div><br>
  715.  
  716. <center>{block:ContentSource}
  717. <br><a href="{SourceURL}">
  718. {lang:Source}:
  719. {block:SourceLogo}
  720. <img src="{BlackLogoURL}" width="{LogoWidth}"
  721. height="{LogoHeight}" alt="{SourceTitle}" />
  722. {/block:SourceLogo}
  723. {block:NoSourceLogo}
  724. {SourceLink}
  725. {/block:NoSourceLogo}
  726. </a>
  727. {/block:ContentSource}</center>
  728.  
  729. {/block:PostNotes}
  730. </div>
  731. {/block:Posts}
  732. </div></div>
  733.  
  734. {block:IndexPage}
  735. {block:Pagination}
  736. <div id="pagination">
  737. {block:NextPage}
  738. <a id="nextPage" href="{NextPage}"></a>
  739. {/block:NextPage}
  740. {block:PreviousPage}
  741. <a href="{PreviousPage}"></a>
  742. {/block:PreviousPage}
  743. </div>
  744. {/block:Pagination}
  745. {/block:IndexPage}
  746. </body>
  747.  
  748. <div style="position:fixed; bottom:0px; z-index:99999; left:0px; padding: 2px;"> <img src="http://static.tumblr.com/4abdab4fa96a456d80ee57d7b0d7802d/xidqzyp/W1lmvlese/tumblr_static_eiffel_tower_with_birds.png" width=366px height=300px></div>
  749.  
  750.  
  751. <div style="position:fixed; bottom:0px; right:0px; padding: 2px;"> <a href="http://sighthemes.tumblr.com" title="Theme by SighThemes"><img src="http://24.media.tumblr.com/tumblr_me8dpnQQwD1r83eo0o1_400.png" style="width:33px;"></a></div>
  752. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement