Advertisement
sighthemes

Theme 8; By Deanna (2 Col)

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