Advertisement
christinaxoxthemes

Theme 03 - Christinaxox

Jul 10th, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 KB | None | 0 0
  1. <!--
  2. Christina Theme 03 :) Please keep the credit!
  3. Oh and please give me your opinion my themeees! I'd really appreciate it :D
  4. -->
  5.  
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13. <script>
  14. (function($){
  15. $(document).ready(function(){
  16. $("a[title]").style_my_tooltips({
  17. tip_follows_cursor:true,
  18. tip_delay_time:90,
  19. tip_fade_speed:600,
  20. attribute:"title"
  21. });
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  27.  
  28. <script type="text/javascript">
  29. <!--
  30.  
  31. // Disable Right Click Script
  32.  
  33. function IE(e)
  34. {
  35. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  36. {
  37. return false;
  38. }
  39. }
  40. function NS(e)
  41. {
  42. if (document.layers || (document.getElementById && !document.all))
  43. {
  44. if (e.which == "2" || e.which == "3")
  45. {
  46. return false;
  47. }
  48. }
  49. }
  50. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  51.  
  52. //-->
  53. </script>
  54.  
  55.  
  56. <script type="text/javascript"
  57. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  58.  
  59. <!--DEFAULT VARIABLES-->
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  61. <meta name="color:background" content="#fff"/>
  62. <meta name="color:link" content="#777"/>
  63. <meta name="color:text" content="#777"/>
  64. <meta name="color:title" content="#333"/>
  65. <meta name="color:hover" content="#fff"/>
  66. <meta name="image:sidebar" content="1"/>
  67. <meta name="image:background" content="1"/>
  68. <meta name="color:permaborder" content="#333"/>
  69. <meta name="color:sidebarborder1" content="#4e4e4d"/>
  70. <meta name="color:sidebarborder2" content="#5f5f5f"/>
  71. <meta name="color:sidebarborder3" content="#5f5f5f"/>
  72. <meta name="color:sidebarborder4" content="#4e4e4d"/>
  73. <meta name="color:sidebarglow" content="#000"/>
  74. <meta name="color:descriptionborder" content="#000"/>
  75. <meta name="color:description" content="#000"/>
  76. <meta name="color:descriptionglow" content="#000"/>
  77. <meta name="color:striper" content="#000"/>
  78. <meta name="color:striper1" content="#5f5f5f"/>
  79. <meta name="text:morelink" content="/"/>
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84.  
  85. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  86.  
  87. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  88.  
  89. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  90.  
  91. iframe#tumblr_controls {white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;}
  92.  
  93. p {
  94. margin:0px;
  95. margin-top:0px;
  96. }
  97.  
  98.  
  99. body {
  100. padding: 0px;
  101. margin: 0px;
  102. color:{color:text};
  103. font-family: 'Cutive Mono', serif;
  104. line-height:10px;
  105. font-size:12px;
  106. background-color: {color:Background};
  107. background-image:url({image:Background});
  108. background-attachment: fixed;
  109. background-repeat: repeat;
  110. }
  111.  
  112.  
  113. a:link, a:active, a:visited{
  114. text-decoration: none;
  115. -webkit-transition: color 0.3s ease-out;
  116. -moz-transition: color 0.3s ease-out;
  117. transition: color 0.3s ease-out;
  118. color:{color:link};
  119. }
  120.  
  121. a:hover {
  122. text-decoration: none;
  123. font-style:;
  124. color: {color:Hover};
  125. }
  126.  
  127. div#center{
  128. margin:auto;
  129. position:relative;
  130. width:1000px;
  131. background-color:;
  132. overflow:auto;
  133. overflow-y:hidden;
  134. }
  135.  
  136. #s-m-t-tooltip {
  137. max-width:300px;
  138. padding:6px 6px 6px 6px;
  139. margin:20px 0px 0px 20px;
  140. background: #fff; /* change the background color */
  141. border:1px solid #000; /* change the border color */
  142. font-family: 'Cutive Mono', serif; /* change the font */
  143. font-size:10px; /* change the font size */
  144. letter-spacing:0px; /* change the letter spacing */
  145. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  146. color:#000; /* change the text color */
  147. z-index:999999999999999999999999999999999999;
  148. }
  149.  
  150. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  151. .entry {
  152. float:left;
  153. display: block;
  154. margin:10px;
  155. overflow:hidden;
  156. width:300px;
  157. opacity: 0.7;
  158. {block:PermalinkPage}
  159. width:400px;
  160. text-align:left;
  161. line-height:10px;
  162. {/block:PermalinkPage}
  163. background:white;
  164. background-image:URL();
  165. -webkit-transition-duration: .7s;
  166. border-top-right-radius:0px;
  167. border-bottom-right-radius:0px;
  168. border-top-left-radius:0px;
  169. border-bottom-left-radius:0px;
  170. }
  171.  
  172. .entry:hover{
  173. opacity: 1;
  174. -webkit-transition: all 0.5s ease-in-out;
  175. -moz-transition: all 0.5s ease-in-out;
  176. -o-transition: all 0.5s ease-in-out;
  177. -ms-transition: all 0.5s ease-in-out;
  178. transition: all 0.5s ease-in-out;
  179. }
  180. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  181. .entry .perma{
  182. width:auto;
  183. height:20px;
  184. margin-left:140px;
  185. position: absolute;
  186. line-height: 16px;
  187. overflow:hidden;
  188. text-align:center;
  189. bottom: 30px;
  190. border: 4px double {color:permaborder};
  191. border-radius: 5px;
  192. background:white;
  193. word-spacing:2px;
  194. letter-spacing:1px;
  195. opacity: 0.0;
  196. transform:rotate(180deg);
  197. -ms-transform:rotate(180deg); /* IE 9 */
  198. -webkit-transform:rotate(180deg); /* Safari and Chrome */
  199. transition: all 0.5s ease-out;
  200. -o-transition-transition: all 0.5s ease-out;
  201. -webkit-transition: all 0.5s ease-out;
  202. -moz-transition: all 0.5s ease-out;
  203.  
  204. }
  205.  
  206. .entry:hover .perma{
  207. overflow:visible;
  208. opacity:0.9;
  209. transform:rotate(0deg);
  210. -ms-transform:rotate(0deg); /* IE 9 */
  211. -webkit-transform:rotate(0deg); /* Safari and Chrome */
  212. transition: all 0.5s ease-out;
  213. -o-transition-transition: all 0.5s ease-out;
  214. -webkit-transition: all 0.5s ease-out;
  215. -moz-transition: all 0.5s ease-out;
  216. }
  217.  
  218.  
  219. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  220. #posts {
  221. width:640px;
  222. margin-top:1px;
  223. z-index:99;
  224. margin-left:389px;
  225. right:auto;
  226. background:transparent;
  227.  
  228. margin-right:auto;
  229. position:relative;
  230. overflow: hidden;
  231. }
  232.  
  233.  
  234. /*CUSTOMIZE SIDEBAR HERE*/
  235. #sidebar{
  236. width:250px;
  237. background:white;
  238. border-bottom:7px solid {color:sidebarborder1};
  239. border-right:7px solid {color:sidebarborder2};
  240. border-left:7px solid {color:sidebarborder3};
  241. border-top:7px solid {color:sidebarborder4};
  242. box-shadow: 0px 0px 25px {color:sidebarglow};
  243. height:auto;
  244. margin-top:-245px;
  245. margin-left:105px;
  246. text-align:center;
  247. }
  248.  
  249. #titleyay{
  250. position:fixed;
  251. width:250px;
  252. height:20px;
  253. text-align:left;
  254. font-size: 30px;
  255. top: 140px;
  256. }
  257.  
  258.  
  259. #description{
  260. margin-left:0px;
  261. margin-top:30px;
  262. width:250px;
  263. height:auto;
  264. border:1px solid {color:descriptionborder};
  265. box-shadow: 0 0 10px {color:descriptionglow};
  266. border-radius: 5px;
  267. font-size: 16px;
  268. color: {color:description}
  269. text-align:center;
  270. background: #fff;
  271. position: fixed;
  272. line-height: 12px;
  273. opacity: 0;
  274. webkit-transition: all 0.5s linear;
  275. -webkit-transition: all 0.5s linear;
  276. -moz-transition: all 0.5s linear;
  277. transition: all 0.5s linear;
  278. }
  279.  
  280. #sidebar:hover #description{
  281. opacity:1;
  282. filter:alpha(opacity=100);
  283. -webkit-transform: scale(1.1);
  284. -moz-transform: scale(1.1);
  285. -o-transform: scale(1.1) ;
  286. -ms-transform: scale(1.1);
  287. transform: scale(1.1) ;
  288. -webkit-transition: 0.5s ease-in-out;
  289. -moz-transition: 0.5s ease-in-out;
  290. -o-transition: 0.5s ease-in-out;
  291. z-index: 9999999999999999999;
  292. }
  293.  
  294. #navlinks{
  295. width: 50px;
  296. height: 50px;
  297. border: solid #000 1px;
  298. border-radius: 100px 100px 100px 100px;
  299. margin-top: 220px;
  300. margin-left: 4px;
  301. background: white;
  302. font-size: 20px;
  303. text-shadow:1px 0px 2px #000;
  304. line-height:35px;
  305. text-align:center;
  306. text-transform:normal;
  307. opacity: 0.5;
  308. -webkit-transition: all 0.5s ease-in-out;
  309. -moz-transition: all 0.5s ease-in-out;
  310. -o-transition: all 0.5s ease-in-out;
  311. -ms-transition: all 0.5s ease-in-out;
  312. transition: all 0.5s ease-in-out;
  313. }
  314.  
  315. #navlinks2{
  316. width: 50px;
  317. height: 50px;
  318. border: solid #000 1px;
  319. border-radius: 100px 100px 100px 100px;
  320. margin-top:20px;
  321. margin-left: 4px;
  322. background: white;
  323. font-size: 20px;
  324. text-shadow:1px 0px 2px #000;
  325. line-height:35px;
  326. text-align:center;
  327. text-transform:normal;
  328. opacity: 0.5;
  329. -webkit-transition: all 0.5s ease-in-out;
  330. -moz-transition: all 0.5s ease-in-out;
  331. -o-transition: all 0.5s ease-in-out;
  332. -ms-transition: all 0.5s ease-in-out;
  333. transition: all 0.5s ease-in-out;
  334. }
  335.  
  336. #navlinks3{
  337. width: 50px;
  338. height: 50px;
  339. border: solid #000 1px;
  340. border-radius: 100px 100px 100px 100px;
  341. margin-top:20px;
  342. margin-left: 4px;
  343. background: white;
  344. font-size: 20px;
  345. text-shadow:1px 0px 2px #000;
  346. line-height:35px;
  347. text-align:center;
  348. text-transform:normal;
  349. opacity: 0.5;
  350. -webkit-transition: all 0.5s ease-in-out;
  351. -moz-transition: all 0.5s ease-in-out;
  352. -o-transition: all 0.5s ease-in-out;
  353. -ms-transition: all 0.5s ease-in-out;
  354. transition: all 0.5s ease-in-out;
  355. }
  356.  
  357. #navlinks4{
  358. width: 50px;
  359. height: 50px;
  360. border: solid #000 1px;
  361. border-radius: 100px 100px 100px 100px;
  362. margin-top:20px;
  363. margin-left: 4px;
  364. background: white;
  365. font-size: 20px;
  366. text-shadow:1px 0px 2px #000;
  367. line-height:35px;
  368. text-align:center;
  369. text-transform:normal;
  370. opacity: 0.5;
  371. -webkit-transition: all 0.5s ease-in-out;
  372. -moz-transition: all 0.5s ease-in-out;
  373. -o-transition: all 0.5s ease-in-out;
  374. -ms-transition: all 0.5s ease-in-out;
  375. transition: all 0.5s ease-in-out;
  376. }
  377.  
  378. #navlinks:hover{
  379. opacity: 1;
  380. -webkit-transition: all 0.5s ease-in-out;
  381. -moz-transition: all 0.5s ease-in-out;
  382. -o-transition: all 0.5s ease-in-out;
  383. -ms-transition: all 0.5s ease-in-out;
  384. transition: all 0.5s ease-in-out;
  385. }
  386.  
  387. #navlinks2:hover{
  388. opacity: 1;
  389. -webkit-transition: all 0.5s ease-in-out;
  390. -moz-transition: all 0.5s ease-in-out;
  391. -o-transition: all 0.5s ease-in-out;
  392. -ms-transition: all 0.5s ease-in-out;
  393. transition: all 0.5s ease-in-out;
  394. }
  395.  
  396. #navlinks3:hover{
  397. opacity: 1;
  398. -webkit-transition: all 0.5s ease-in-out;
  399. -moz-transition: all 0.5s ease-in-out;
  400. -o-transition: all 0.5s ease-in-out;
  401. -ms-transition: all 0.5s ease-in-out;
  402. transition: all 0.5s ease-in-out;
  403. }
  404.  
  405. #navlinks4:hover{
  406. opacity: 1;
  407. -webkit-transition: all 0.5s ease-in-out;
  408. -moz-transition: all 0.5s ease-in-out;
  409. -o-transition: all 0.5s ease-in-out;
  410. -ms-transition: all 0.5s ease-in-out;
  411. transition: all 0.5s ease-in-out;
  412. }
  413.  
  414. #nav{
  415. margin-top:10px;
  416. }
  417.  
  418. #striper{
  419. width: 60px;
  420. height: 100%;
  421. margin-left: -52px;
  422. background: transparent;
  423. position:fixed;
  424. border-left: 5px solid {color:striper};
  425. border-right: 5px solid {color:striper1};
  426. opacity: 1;
  427. }
  428.  
  429. #titleyay{
  430.  
  431. }
  432.  
  433. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  434.  
  435.  
  436. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  437. .title{
  438. line-height: 12px;
  439. color:{color:Title};
  440. font-weight: normal;
  441. }
  442.  
  443.  
  444. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  445. .permalink{
  446. text-transform: normal;
  447. display: block;
  448. text-align: right;
  449. text-decoration: none;
  450. }
  451.  
  452.  
  453. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  454. #infscr-loading{
  455. bottom: -70px;
  456. position: absolute;
  457. left: 50%;
  458. margin-left:-8px;
  459. width:16px;
  460. height:11px;
  461. overflow:hidden;
  462. margin-bottom: 50px;
  463. }
  464.  
  465. #postnotes{
  466. text-align: justify;}
  467.  
  468. #postnotes blockquote{
  469. border: 0px;}
  470.  
  471. blockquote{
  472. padding:0px 0px 2px 5px;
  473. margin:0px 0px 2px 10px;
  474. border-left: 1px dotted #555555;
  475. }
  476.  
  477. blockquote p, ul{
  478. margin:0px;
  479. padding:0px;
  480. }
  481.  
  482. a img{border: 0px;}
  483.  
  484.  
  485. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  486.  
  487. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  488. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  489.  
  490. .notes img{width:10px; position:relative; top:3px;}
  491. <--ses-->
  492. small{font-size: 90%;}
  493.  
  494. {CustomCSS}
  495.  
  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.  
  531.  
  532. {/block:IndexPage}
  533.  
  534.  
  535.  
  536.  
  537. <link rel="shortcut icon" href="{Favicon}" />
  538. <meta name="viewport" content="width=820" />
  539. </head>
  540.  
  541. <body>
  542. <BODY onselectstart="return false;" ondragstart="return false;">
  543. <div class="wrapper">
  544. <div class="header">
  545. </div>
  546.  
  547. <div id="cage">
  548. <div id="center">
  549.  
  550. <div id="striper"><div id="navlinks"><a href="" title="home"><div id="nav"><img src="http://media.tumblr.com/tumblr_m6p6wiy2ct1qby5ua.png"></div></a></div>
  551. <div id="navlinks2"><a href="/ask" title="ask"><div id="nav"><img src="http://media.tumblr.com/tumblr_m6p70cTeh11qby5ua.png"></a></div></div>
  552. <div id="navlinks3"><a href="{text:morelink}" title="more"><div id="nav"><img src="http://media.tumblr.com/tumblr_m6p6wo5X341qby5ua.png"></a></div></div>
  553. <div id="navlinks4"><a href="http://christinaxoxthemes.tumblr.com/" title="theme"><div id="nav"><img src="http://media.tumblr.com/tumblr_m6p6x1sC6e1qby5ua.png"></a></div></div>
  554.  
  555. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  556. <div id="sidebar">
  557. <div id="titleyay">{title}</div>
  558. <center>
  559. <a href="/"><img src="{image:sidebar}" width=100%></a>
  560. <div id="description">
  561. {description}</div>
  562. </center>
  563. </div>
  564. </div>
  565. <!------------------------------------->
  566.  
  567.  
  568. <div class="left">
  569. <div id="posts">
  570. {block:Posts}
  571. <div class="entry">
  572.  
  573. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  574.  
  575. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  576. {/block:Text}
  577.  
  578. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  579.  
  580. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  581.  
  582. {block:Photo}
  583. {block:IndexPage}
  584. <center>
  585. <div class="perma">
  586. <a href="{ReblogURL}" target="_blank">reblog</a> ♕ <a href="{Permalink}" target="_blank"> {Notecount} </a> </div>
  587.  
  588. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  589. {/block:IndexPage}
  590. {block:PermalinkPage}
  591. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  592.  
  593. {LinkCloseTag}
  594. {/block:PermalinkPage}
  595. {/block:Photo}
  596.  
  597. {block:Photoset}
  598. {block:IndexPage}
  599. <center>
  600.  
  601. <div class="perma">
  602. <a href="{ReblogURL}" target="_blank">reblog</a> ♕ <a href="{Permalink}" target="_blank"> {Notecount} </a> </div>
  603.  
  604. {Photoset-250}</center>
  605. {/block:IndexPage}
  606. {block:PermalinkPage}
  607. <center>
  608. {Photoset-500}</center>
  609. {/block:PermalinkPage}
  610. {/block:Photoset}
  611.  
  612. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  613.  
  614. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  615.  
  616. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  617. <ul class="chat">
  618. {block:Lines}
  619. <li class="user_{UserNumber}">
  620. {block:Label}
  621. <span class="label">{Label}</span>
  622. {/block:Label}
  623.  
  624. {Line}
  625. </li>
  626. {/block:Lines}
  627. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  628. {/block:Chat}
  629.  
  630. {block:Audio}
  631. <div style="width:200px; height:30px;">
  632. {AudioPlayerBlack}
  633. </div>
  634. {block:IndexPage}<span class="permalink">
  635. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  636. </span>{/block:IndexPage}
  637. {/block:Audio}
  638.  
  639. {block:Video}
  640. {block:IndexPage}
  641. <center>
  642. <div class="perma">
  643. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  644. {Video-250}</center>
  645. {/block:IndexPage}
  646. {block:PermalinkPage}
  647. <center>
  648. {Video-400}</center>
  649. {/block:PermalinkPage}
  650. {block:Video}
  651.  
  652.  
  653. {block:PostNotes}<div align="middle">{caption}</div>
  654. <center>
  655.  
  656. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  657.  
  658. {block:HasTags}
  659. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  660. {block:RebloggedFrom}
  661. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  662. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  663.  
  664. {/block:RebloggedFrom}
  665. </center></span>
  666. <br>
  667. <div id="postnotes">{PostNotes}</div><br>
  668.  
  669. <center>{block:ContentSource}
  670. <br><a href="{SourceURL}">
  671. {lang:Source}:
  672. {block:SourceLogo}
  673. <img src="{BlackLogoURL}" width="{LogoWidth}"
  674. height="{LogoHeight}" alt="{SourceTitle}" />
  675. {/block:SourceLogo}
  676. {block:NoSourceLogo}
  677. {SourceLink}
  678. {/block:NoSourceLogo}
  679. </a>
  680. {/block:ContentSource}</center>
  681.  
  682. {/block:PostNotes}
  683. </div>
  684. {/block:Posts}
  685. </div></div>
  686.  
  687. {block:IndexPage}
  688. {block:Pagination}
  689. <div id="pagination">
  690. {block:NextPage}
  691. <a id="nextPage" href="{NextPage}"></a>
  692. {/block:NextPage}
  693. {block:PreviousPage}
  694. <a href="{PreviousPage}"></a>
  695. {/block:PreviousPage}
  696. </div>
  697. {/block:Pagination}
  698. {/block:IndexPage}
  699. </body>
  700. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement