Advertisement
sighthemes

Theme 8; By Deanna (3 Col)

Jan 5th, 2014
804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.02 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:200px;
  180. border:1px solid #ccc;
  181. padding:7px;
  182. padding-bottom:5px;
  183. padding-right:19px;
  184. opacity:.85;
  185. {block:PermalinkPage}
  186. width:400px;
  187. text-align:left;
  188. line-height:11px;
  189. margin-left:280px;
  190. {/block:PermalinkPage}
  191. background:white;
  192. background-image:URL();
  193. }
  194.  
  195. .entry .perma{
  196. width:auto;
  197. height:auto;
  198. margin-left:6px;
  199. position: absolute;
  200. overflow:hidden;
  201. text-align:center;
  202. top:13px;
  203. background:white;
  204. text-transform:uppercase;
  205. font-family:arial;
  206. font-size:8px;
  207. padding:5px;
  208. opacity: 0.0;
  209. border-bottom-right-radius:8px;
  210. -webkit-transition: all .7s ease;
  211. -moz-transition: all .7s ease;
  212. -o-transition: all .7s ease;
  213. transition: all .7s ease;
  214. }
  215.  
  216. .entry:hover .perma{
  217. overflow:visible;
  218. opacity:0.95;
  219. }
  220.  
  221. .perma:hover{
  222. padding-left:10px;
  223. -webkit-transition: all .7s ease;
  224. -moz-transition: all .7s ease;
  225. -o-transition: all .7s ease;
  226. transition: all .7s ease;
  227. }
  228.  
  229. .entry .perma2{
  230. width:auto;
  231. height:auto;
  232. margin-left:6px;
  233. position: absolute;
  234. overflow:hidden;
  235. text-align:center;
  236. bottom:13px;
  237. background:white;
  238. text-transform:uppercase;
  239. font-family:arial;
  240. font-size:8px;
  241. padding:5px;
  242. opacity: 0.0;
  243. border-top-right-radius:8px;
  244. -webkit-transition: all .7s ease;
  245. -moz-transition: all .7s ease;
  246. -o-transition: all .7s ease;
  247. transition: all .7s ease;
  248. }
  249.  
  250. .entry:hover .perma2{
  251. overflow:visible;
  252. opacity:0.95;
  253. }
  254.  
  255. .perma2:hover{
  256. padding-left:10px;
  257. -webkit-transition: all .7s ease;
  258. -moz-transition: all .7s ease;
  259. -o-transition: all .7s ease;
  260. transition: all .7s ease;
  261. }
  262.  
  263. .permalinktext{
  264. display: block;
  265. font-family:arial;
  266. font-size:7px;
  267. line-height:3px;
  268. letter-spacing:1px;
  269. text-transform:uppercase;
  270. text-align: right;
  271. background-color:transparent;
  272. margin: 2px;
  273. margin-top:5px;
  274. border-top:1px solid #ccc;
  275. padding-top:6px;
  276. width:208px;
  277. }
  278.  
  279. #posts {
  280. width:800px;
  281. margin-top:1px;
  282. z-index:99;
  283. margin-left:0px;
  284. right:auto;
  285. background:transparent;
  286. margin-right:auto;
  287. position:relative;
  288. overflow-y: hidden;
  289. }
  290.  
  291. @font-face { font-family: "forever"; src: url('http://static.tumblr.com/lyl1wkn/BHtmgbxte/always_forever.ttf'); }
  292.  
  293. @font-face { font-family: lovely; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  294.  
  295. @font-face { font-family: "nessa"; src: url('http://static.tumblr.com/lyl1wkn/WRymgbxn5/vanessalovesyou.ttf'); }
  296.  
  297. .question {
  298. text-align:left;
  299. padding-left:5px;padding-top:7px;
  300. padding-right:5px;padding-bottom:5px;
  301. background-color:{color:background};
  302. font-size:7px;
  303. text-transform:uppercase;
  304. letter-spacing:1px;
  305. border-radius:5px;
  306. border-top:1px solid #ddd;
  307. border-bottom:1px solid #ddd;
  308. color:#888;
  309. font-family:arial;
  310. width:202px;
  311. }
  312.  
  313. .answer {
  314. text-align:left;
  315. padding-left:5px;padding-top:7px;
  316. padding-right:5px;padding-bottom:7px;
  317. width:202px;
  318. }
  319.  
  320. #sidebar{
  321. position:fixed !important;
  322. width:220px;
  323. background:white;
  324. background-image:url({image:sidebar background});
  325. height:auto;
  326. margin-top:150px;
  327. margin-left:800px;
  328. text-align:center;
  329. border:1px solid #ccc;
  330. padding:10px;
  331. padding-right:22px;
  332. z-index:99999;
  333. {block:PermalinkPage}
  334. margin-left:780px;
  335. {/block:PermalinkPage}
  336. }
  337.  
  338. #sidebar .tits{
  339. position:fixed;
  340. width:255px;
  341. margin-top:-25px;
  342. font-family:lovely;
  343. font-size:18px;
  344. color:{color:blogtitle};
  345. letter-spacing:1px;
  346. text-align:center;
  347. text-transform:uppercase;
  348. margin-left:-11px;
  349. font-weight:600;
  350. }
  351.  
  352. #sidebar .desc{
  353. padding:3px;
  354. background:white;
  355. border:1px solid #ccc;
  356. margin-top:8px;
  357. font-family:arial;
  358. font-size:10px;
  359. line-height:11px;
  360. text-align:justify;
  361. width:224px;
  362. }
  363.  
  364. #links{
  365. width:248px;
  366. margin-left:-10px;
  367. height:10px;
  368. margin-top:9px;
  369. padding:2px;
  370. background:{color:linkbar};
  371. }
  372.  
  373. .nav a{
  374. display:inline-block;
  375. font-size:8px;
  376. font-family:arial;
  377. line-height:8px;
  378. color:{color:sidebar links};
  379. margin-left:2px;
  380. margin-right:2px;
  381. letter-spacing:1px;
  382. text-transform:uppercase;
  383. text-shadow:10px 1px 0px transparent, -10px 1px 0px transparent;
  384. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  385.  
  386. }
  387.  
  388. .nav a:hover{
  389. text-shadow:0px 0px 0px #888, 0px 0px 0px #888;
  390. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out-webkit-filter: blur(15px);
  391. }
  392.  
  393. #audio {
  394. width:200px;
  395. height:auto;
  396. min-height:60px;
  397. padding-bottom:0px;
  398. }
  399.  
  400. .cover {
  401. position:absolute;
  402. z-index:1;
  403. width:60px;
  404. height:60px;
  405. }
  406.  
  407. .cover img {
  408. float:left;
  409. width:60px;
  410. height:60px;
  411. }
  412.  
  413. .playbox {
  414. opacity:0.6;
  415. width:27px;
  416. height:30px;
  417. overflow:hidden;
  418. position:absolute;
  419. z-index:1000;
  420. margin-left:17px;
  421. margin-top:17px;
  422. text-align:center;
  423. }
  424.  
  425. .info {
  426. margin-left:65px;
  427. margin-top:4px;
  428. line-height:15px;
  429. }
  430.  
  431. #creds{
  432. position:fixed;
  433. width:33px;
  434. bottom:-12px;
  435. right:2px;
  436. padding: 2px;
  437. font-family:consolas;
  438. font-size:8px;
  439. text-transform:uppercase;
  440. letter-spacing:1px;
  441. -webkit-transition: all .7s ease;
  442. -moz-transition: all .7s ease;
  443. -o-transition: all .7s ease;
  444. transition: all .7s ease;
  445. }
  446.  
  447. #creds:hover{
  448. bottom:0px;
  449. -webkit-transition: all .7s ease;
  450. -moz-transition: all .7s ease;
  451. -o-transition: all .7s ease;
  452. transition: all .7s ease;
  453. }
  454.  
  455. askk{
  456. font-size:9px;
  457. text-transform:uppercase;
  458. letter-spacing:1px;
  459. color:#73ac69;
  460. }
  461.  
  462. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  463.  
  464. .title{
  465. line-height: 20px;
  466. color:{color:Title};
  467. font-weight: normal;
  468. font-family:lovely;
  469. font-size:18px;
  470. }
  471.  
  472. .permalink{
  473. text-transform: normal;
  474. display: block;
  475. text-align: right;
  476. text-decoration: none;
  477. }
  478.  
  479. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  480. #infscr-loading{
  481. bottom: -70px;
  482. position: absolute;
  483. left: 50%;
  484. margin-left:-8px;
  485. width:16px;
  486. height:11px;
  487. overflow:hidden;
  488. margin-bottom: 50px;
  489. }
  490.  
  491. #postnotes{
  492. text-align: justify;}
  493.  
  494. #postnotes blockquote{
  495. border: 0px;}
  496.  
  497. blockquote{
  498. padding:0px 0px 2px 5px;
  499. margin:5px 5px 5px 5px;
  500. border-left: 1px solid {color:blogtitle};
  501. }
  502.  
  503. blockquote p, ul{
  504. margin:0px;
  505. padding:0px;
  506. }
  507.  
  508. a img{border: 0px;}
  509.  
  510.  
  511. ul, ol, li{list-style:none; margin-top:5px; padding:0px;}
  512.  
  513. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  514. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  515.  
  516. .notes img{width:10px; position:relative; top:3px;}
  517. <--ses-->
  518. small{font-size: 90%;}
  519.  
  520. {CustomCSS}
  521.  
  522. </style>
  523.  
  524. {block:IndexPage}
  525. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  526. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  527.  
  528. <script type="text/javascript">
  529. $(window).load(function(){
  530. var $wall = $('#posts');
  531. $wall.imagesLoaded(function(){
  532. $wall.masonry({
  533. itemSelector: '.entry, .entry_photo',
  534. isAnimated : false
  535. });
  536. });
  537.  
  538. $wall.infinitescroll({
  539. navSelector : '#pagination',
  540. nextSelector : '#pagination a',
  541. itemSelector : '.entry, .entry_photo',
  542. bufferPx : 2000,
  543. debug : false,
  544. errorCallback: function() {
  545. $('#infscr-loading').fadeOut('normal');
  546. }},
  547. function( newElements ) {
  548. var $newElems = $( newElements );
  549. $newElems.hide();
  550. $newElems.imagesLoaded(function(){
  551. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  552. });
  553. }); $('#posts').show(500);
  554. });
  555. </script>
  556.  
  557.  
  558. {/block:IndexPage}
  559.  
  560.  
  561. <title>{title}</title>
  562.  
  563. <link rel="shortcut icon" href="{Favicon}" />
  564. <meta name="viewport" content="width=820" />
  565. </head>
  566.  
  567. <body>
  568. <BODY onselectstart="return false;" ondragstart="return false;">
  569. <div class="wrapper">
  570. <div class="header">
  571. </div>
  572.  
  573. <div id="cage">
  574. <div id="center">
  575.  
  576. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  577. <div id="sidebar">
  578. <div class="tits">{title}</div>
  579. <center>
  580. <a href="/"><img src="{image:sidebar}" style="border:1px solid #ccc; padding:5px; background:white;" width=100%></a>
  581. <div class="desc">{description}</div>
  582. <div id="links"><div class="nav">
  583.  
  584. <a href="/">home</a> -
  585.  
  586. <a href="/ask">ask</a>
  587.  
  588. {block:ifLinkOneTitle} - <a href="{text:Link One}"> {text:Link One Title}</a> {/block:ifLinkOneTitle}
  589.  
  590. {block:ifLinkTwoTitle}- <a href="{text:Link Two}">{text:Link Two Title}</a> {/block:ifLinkTwoTitle}
  591.  
  592. {block:ifLinkThreeTitle}- <a href="{text:Link Three}">{text:Link Three Title}</a> {/block:ifLinkThreeTitle}
  593.  
  594. {block:ifLinkFourTitle}- <a href="{text:Link Four}">{text:Link Four Title}</a> {/block:ifLinkFourTitle} -
  595.  
  596. <a href="http://sighthemes.tumblr.com">theme</a>
  597.  
  598.  
  599.  
  600.  
  601. </div></div>
  602. </center>
  603. </div>
  604. <!------------------------------------->
  605.  
  606.  
  607. <div class="left">
  608. <div id="posts">
  609. {block:Posts}
  610. <div class="entry">
  611.  
  612. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  613. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  614. {/block:Text}
  615.  
  616. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  617. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{block:Link}
  618.  
  619. {block:Answer}
  620. <div class="question"><b>{Asker}</b>: {Question}</div>
  621. <div class="answer"><center>{Answer}</center></div>
  622. <div class="permalinktext">
  623. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Answer}
  624.  
  625. {block:Photo}
  626. {block:IndexPage}
  627. <center>
  628. <div class="perma">
  629. <a href="{reblogurl}">reblog </a> </div>
  630. <div class="perma2">
  631. <a href="{permalink}">{notecount} </a> </div>
  632. <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>
  633. {/block:IndexPage}
  634. {block:PermalinkPage}
  635. {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>
  636.  
  637. {LinkCloseTag}
  638. {/block:PermalinkPage}
  639. {/block:Photo}
  640.  
  641. {block:Photoset}
  642. <center>
  643. {block:IndexPage}
  644. <div class="perma">
  645. <a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a>
  646. </div>
  647. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  648. {/block:IndexPage}
  649. </center>
  650. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  651. {/block:Photoset}
  652.  
  653. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  654. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Quote}
  655.  
  656. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  657. <ul class="chat">
  658. {block:Lines}
  659. <li class="user_{UserNumber}">
  660. {block:Label}
  661. <span class="label">{Label}</span>
  662. {/block:Label}
  663.  
  664. {Line}
  665. </li>
  666. {/block:Lines}
  667. <div class="permalinktext">
  668. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  669. {/block:Chat}
  670.  
  671. {block:Audio}
  672. <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>
  673. {block:IndexPage}
  674. <div class="permalinktext">
  675. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  676. {/block:IndexPage}
  677. {/block:Audio}
  678.  
  679. {block:Video}
  680. <center>
  681. {block:IndexPage}
  682. <div class="perma">
  683. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  684. </div>
  685. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  686. {/block:IndexPage}
  687. </center>
  688. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  689. {block:Video}
  690.  
  691.  
  692. {block:PostNotes}<div align="left">{caption}</div>
  693. <center>
  694.  
  695. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  696.  
  697. {block:HasTags}
  698. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  699. {block:RebloggedFrom}
  700. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  701. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  702.  
  703. {/block:RebloggedFrom}
  704. </center></span>
  705. <br>
  706. <div id="postnotes">{PostNotes}</div><br>
  707.  
  708. <center>{block:ContentSource}
  709. <br><a href="{SourceURL}">
  710. {lang:Source}:
  711. {block:SourceLogo}
  712. <img src="{BlackLogoURL}" width="{LogoWidth}"
  713. height="{LogoHeight}" alt="{SourceTitle}" />
  714. {/block:SourceLogo}
  715. {block:NoSourceLogo}
  716. {SourceLink}
  717. {/block:NoSourceLogo}
  718. </a>
  719. {/block:ContentSource}</center>
  720.  
  721. {/block:PostNotes}
  722. </div>
  723. {/block:Posts}
  724. </div></div>
  725.  
  726. {block:IndexPage}
  727. {block:Pagination}
  728. <div id="pagination">
  729. {block:NextPage}
  730. <a id="nextPage" href="{NextPage}"></a>
  731. {/block:NextPage}
  732. {block:PreviousPage}
  733. <a href="{PreviousPage}"></a>
  734. {/block:PreviousPage}
  735. </div>
  736. {/block:Pagination}
  737. {/block:IndexPage}
  738. </body>
  739. <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>
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement