Advertisement
EllenMaty

Khrisha tumblr theme

Mar 9th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!----------------------------------------
  4. Base Code #1 by Incedo
  5. http://incedothemes.tumblr.com
  6. *Tips @ http://incedothemes.tumblr.com/basecodes
  7. *Please do not remove this credit
  8. and please credit me in your faq
  9. *DO NOT REDISTRIBUTE without proper credit
  10. Updated 1/1/14
  11. ------------------------------------------>
  12.  
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14.  
  15. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){$(document)
  18. .ready(function(){$("[title]")
  19. .style_my_tooltips();});})
  20. (jQuery);
  21. </script>
  22.  
  23. {block:IndexPage}
  24. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  25. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  26.  
  27. <script type="text/javascript">
  28. $(window).load(function(){
  29. var $wall = $('#entries');
  30. $wall.imagesLoaded(function(){
  31. $wall.masonry({
  32. itemSelector: '#post, #post_photo',
  33. isAnimated : false
  34. });
  35. });
  36.  
  37. $wall.infinitescroll({
  38. navSelector : '#pagination',
  39. nextSelector : '#pagination a',
  40. itemSelector : '#post, #post_photo',
  41. bufferPx : 2000,
  42. debug : false,
  43. errorCallback: function() {
  44. $('#scroll').fadeOut('normal');
  45. }},
  46. function( newElements ) {
  47. var $newElems = $( newElements );
  48. $newElems.hide();
  49. $newElems.imagesLoaded(function(){
  50. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  51. });
  52. }); $('#entries').show(500);
  53. });
  54. </script>
  55. {/block:IndexPage}
  56.  
  57. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  58.  
  59. <head>
  60.  
  61. <title>{Title}</title>
  62.  
  63. <!Meta-tags go here>
  64.  
  65. <meta name="image:Sidebar" content="" />
  66. <meta name="image:Background" content="" />
  67.  
  68. <meta name="if:Sideimage" content="1" />
  69. <meta name="if:Billy" content="1" />
  70. <meta name="if:MultiColumn" content="1" />
  71.  
  72. <meta name="text:Link 1" content="soul" />
  73. <meta name="text:Link 1 URL" content="" />
  74. <meta name="text:Link 2" content="peace" />
  75. <meta name="text:Link 2 URL" content="" />
  76. <meta name="text:Link 3" content="love" />
  77. <meta name="text:Link 3 URL" content="" />
  78. <meta name="text:Billy" content="" />
  79. <meta name="if:Updates Tab" content="1" />
  80. <meta name="text:SidebarMarginTop" content="450" />
  81.  
  82. <meta name="color:Background" content="#ffffff" />
  83. <meta name="color:Text" content="#b5b5b5" />
  84. <meta name="color:Post Bg" content="#ffffff" />
  85. <meta name="color:Links" content="#ccc" />
  86. <meta name="color:Hover" content="#b5b5b5" />
  87. <meta name="color:Borders" content="#f2f2f2" />
  88. <meta name="color:Sidelinks 1" content="#b5b5b5" />
  89. <meta name="color:Sidelinks 2" content="#fff" />
  90. <meta name="color:Selec 1" content="#f6f6f6" />
  91. <meta name="color:Selec 2" content="#b5b5b5" />
  92.  
  93. <!Leave this stuff alone>
  94. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  95. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  96. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  97. <link rel="shortcut icon" href="{Favicon}"/>
  98. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  99.  
  100. <!CSS starts here>
  101. <style type="text/css">
  102.  
  103. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  104.  
  105. body {
  106. background-color: {color:Background};
  107. color: {color:Text};
  108. font-family: calibri; line-height: 8px;text-transform: uppercase; letter-spacing: 1px;
  109. font-size:8px; cursor:url('http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png'), auto;
  110. }
  111.  
  112. #s-m-t-tooltip{
  113. margin-top: 13px;
  114. margin-left: 5px;
  115. background-color: {color:Post Bg}; padding: 4px; border: 1px solid {color:Borders};
  116. background-image: url('{image:Bakground}');
  117. background-attachment: fixed;
  118. z-index: 9999999999999999; -webkit-transition: all 0.2s linear;
  119. -moz-transition: all 0.2s linear;
  120. -o-transition: all 0.2s linear;
  121. }
  122.  
  123. ol.notes li.note {
  124. padding-bottom: 3px;
  125. }
  126.  
  127. ol.notes {
  128. padding-top: 10px;
  129. margin-left: -40px;
  130. list-style-type: none;
  131. }
  132.  
  133. ol.notes li.note img.avatar {
  134. vertical-align: -4px;
  135. margin-right: 10px;
  136. width: 16px;
  137. height: 16px;
  138. }
  139.  
  140. ::-moz-selection {background: {color:Selec 1}; color: {color:Selec 2};}
  141. ::selection {background: {color:Selec 1}; color:{color:Selec 2};}
  142.  
  143. ::-webkit-scrollbar
  144. {width:6px; height: 6px;}
  145. ::-webkit-scrollbar-track-piece
  146. {background-color: {color:Selec 1};}
  147. ::-webkit-scrollbar-thumb:vertical
  148. {height: 6px; background-color: {color:Selec 2};}
  149. ::-webkit-scrollbar-thumb:horizontal
  150. {width: 6px; background-color: {color:Selec 2};}
  151.  
  152. a {
  153. text-decoration:none; color: {color:Links};
  154. -webkit-transition: all 0.8s linear;
  155. -moz-transition: all 0.8s linear;
  156. -o-transition: all 0.8s linear;
  157. transition: all 0.8s linear;
  158. }
  159.  
  160. a, a:link, a:hover, a:active, a:visited {
  161. cursor:url('http://static.tumblr.com/p7wg3p9/EWnmn8ip5/tinyhover.png'), auto;
  162. }
  163.  
  164. a:hover {
  165. color: {color:Hover};
  166. -webkit-transition: all 0.8s linear;
  167. -moz-transition: all 0.8s linear;
  168. -o-transition: all 0.8s linear;
  169. transition: all 0.8s linear;
  170. }
  171.  
  172. #wrapper {
  173. width:650px;
  174. margin-left:auto;
  175. margin-right:auto;}
  176.  
  177. #sidebar {
  178. top:{text:SidebarMarginTop}px;
  179. width:90px;
  180. margin-left: 500px; z-index: 9;
  181. position:fixed; text-align: center;}
  182.  
  183. @font-face { font-family: "bangalore"; src:url('http://static.tumblr.com/gvd42r2/ywYm7jt3k/pf_ronda_seven.ttf'); }
  184.  
  185. #title {
  186. margin-top: 5px; margin-bottom: 5px;
  187. color: {color:Text}; letter-spacing: 1px;
  188. font-size: 11px;}
  189.  
  190. #entries {
  191. {block:indexpage}{block:IfNotMultiColumn}margin-left: 195px;{/block:IfNotMultiColumn}{/block:indexpage}
  192. {block:indexpage}{block:IfMultiColumn}margin-left: 15px;{/block:IfMultiColumn}{/block:indexpage}
  193. {block:permalinkpage}margin-left: 65px;{/block:permalinkpage}
  194. {block:IfNotMultiColumn}width:270px;{/block:IfNotMultiColumn}
  195. {block:IfMultiColumn}width:570px;{/block:IfMultiColumn}}
  196.  
  197. #post { background-color: {color:Post bg}; padding: 5px; border: 1px solid {color:Borders};
  198. margin:10px;
  199. {block:indexpage}{block:IfNotMultiColumn}
  200. width: 250px;
  201. {/block:IfNotMultiColumn}{/block:indexpage}
  202.  
  203. {block:indexpage}{block:IfMultiColumn}
  204. width: 200px;
  205. {/block:IfMultiColumn}{/block:indexpage}
  206.  
  207. {block:permalinkpage}
  208. width: 400px;
  209. {/block:permalinkpage}}
  210.  
  211. #post img {
  212. max-width: 100%;
  213. }
  214.  
  215. img, img a {
  216. border:none;
  217. line-height:0;
  218. max-width:100%;}
  219.  
  220. #kite {
  221. position: absolute; width: 100%; height: 0px; text-align: center; margin-left: -5px; background-color: {color:Post bg}; top: 3px; overflow: hidden; -webkit-transition: all 0.8s linear;
  222. -moz-transition: all 0.6s linear;
  223. -o-transition: all 0.6s linear;
  224. transition: all 0.6s linear;
  225. }
  226.  
  227. #post:hover #kite {
  228. height: 13px; -webkit-transition: all 0.6s linear;
  229. -moz-transition: all 0.6s linear;
  230. -o-transition: all 0.6s linear;
  231. transition: all 0.6s linear;
  232. }
  233.  
  234. #links {
  235. border-top: 1px solid {color:Borders}; border-bottom: 1px solid transparent; overflow: hidden; height: 0px; margin-top: 2px; margin-bottom: 3px; margin-left: -1px; text-align: center;
  236. -webkit-transition: all 0.8s linear;
  237. -moz-transition: all 0.8s linear;
  238. -o-transition: all 0.8s linear;
  239. transition: all 0.8s linear; }
  240.  
  241. #sidebar:hover #links {
  242. height: 45px; border-bottom: 1px solid {color:Borders};
  243. }
  244.  
  245. .do { width: 44px; float: left; }
  246. .do a { display: block; background-color: {color:Sidelinks 1}; padding-top: 1px; padding-bottom: 2px; margin-top: 3px; color: {color:Sidelinks 2}; }
  247.  
  248. .da { width: 44px; float: right; }
  249. .da a { display:block; background-color: {color:Sidelinks 1}; padding-top: 1px; padding-bottom: 2px; margin-top: 3px; color: {color:Sidelinks 2};}
  250. .de a:hover {background-color: {color:Sidelinks 2}; color: {color:Sidelinks 1};}
  251.  
  252. .kiti {
  253. overflow: hidden; position: absolute; width: 100%; margin-left: -5px; margin-top: 4px; opacity: 0; -webkit-transition: all 0.6s linear;
  254. -moz-transition: all 0.6s linear;
  255. -o-transition: all 0.6s linear;
  256. }
  257.  
  258. #post:hover .kiti { opacity: 1; }
  259.  
  260. .kitii {
  261. padding-top: 1px; margin-top: 3px; text-align: center;
  262. }
  263.  
  264. #den { margin-bottom: 0px; opacity: 0.7; -webkit-transition: all 0.6s linear;
  265. -moz-transition: all 0.6s linear;
  266. -o-transition: all 0.6s linear;}
  267.  
  268. #den:hover {opacity: 1;}
  269.  
  270. #don {margin-bottom: 0px;}
  271.  
  272. #don img {
  273. opacity: 0.7; -webkit-transition: all 0.6s linear;
  274. -moz-transition: all 0.6s linear;
  275. -o-transition: all 0.6s linear;
  276. }
  277.  
  278. #don img:hover {
  279. opacity: 0.9; -webkit-transition: all 0.6s linear;
  280. -moz-transition: all 0.6s linear;
  281. -o-transition: all 0.6s linear;
  282. }
  283.  
  284. blockquote {
  285. border-left: 1px solid {color:Text};
  286. padding-left: 10px;
  287. margin-left: 10px;
  288. }
  289.  
  290. ul li {
  291. margin-left: -20px;
  292. }
  293.  
  294. #playerr {
  295. width:27px;
  296. height:30px;
  297. overflow:hidden;
  298. position:absolute;
  299. margin-top:28px;
  300. opacity: 0.8;
  301. margin-left:27px; z-index: 2;
  302. }
  303.  
  304. #honey {
  305. float: right;
  306. {block:indexpage}{block:IfNotMultiColumn}
  307. width: 165px;{/block:IfNotMultiColumn}
  308. {block:IfMultiColumn}
  309. width: 115px;{/block:IfMultiColumn}
  310. {/block:indexpage}
  311. {block:permalinkpage}
  312. width: 315px;
  313. {/block:permalinkpage}
  314. }
  315.  
  316. #taggy {
  317. position: absolute; color: {color:Text};
  318. border-right: 1px solid {color:Borders}; text-align: right;
  319. {block:IfNotMultiColumn}width: 100px; margin-left: -112px;{/block:IfNotMultiColumn}
  320. {block:IfMultiColumn}margin-top: 7px; margin-left: 118px; background-color: rgba({RGBcolor:Post Bg}, 0.5); width: 70px;{/block:IfMultiColumn}padding: 3px; -webkit-transition: all 0.2s linear;
  321. -moz-transition: all 0.2s linear;
  322. -o-transition: all 0.2s linear; opacity: 0; z-index: 999;
  323.  
  324. }
  325.  
  326. .tags { margin-left: 100px;
  327. }
  328.  
  329. #post:hover #taggy{
  330. {block:IfNotMultiColumn}margin-left: -116px;{/block:IfNotMultiColumn} opacity: 1;{block:IfMultiColumn}margin-top: 16px;{/block:IfMultiColumn}
  331. }
  332.  
  333. .sideimage {
  334. opacity: 1;
  335. height: 60px; width: 60px; border-radius: 100%; margin-left: -5px;
  336. }
  337.  
  338. iframe#tumblr_controls {
  339. right:3px !important;
  340. position: fixed !important;
  341. -webkit-filter:invert(100%);
  342. opacity: 0.5;
  343. }
  344.  
  345. #bile {
  346. width: 15px; height: 16px; overflow: hidden; padding: 3px; border-radius: 100%; background-color: rgba(255,255,255,0.8);position: absolute; margin-left: 32px; {block:IfSideimage}margin-top: 20px;{/block:IfSideimage} {block:IfSideimage}opacity: 0;{/block:IfSideimage} -webkit-transition: all 0.6s linear;
  347. -moz-transition: all 0.6s linear;
  348. -o-transition: all 0.6s linear;
  349. }
  350.  
  351. .bilet {
  352. margin-left:-22px; margin-top: 1px; {block:IfSideimage}opacity: 0;{/block:IfSideimage} }
  353.  
  354. {block:IfSideimage}#sidebar:hover #bile, .bilet {
  355. opacity: 1;}{/block:IfSideimage}
  356.  
  357. #credy {
  358. bottom: 15px !important; left: 10px !important; font-size: 12px; position: fixed; z-index: 99; font-family: cambria;
  359. }
  360.  
  361. #credy a {
  362. padding: 2px; background-color: {color:Sidelinks 1}; color: {color:Sidelinks 2}; border: 1px solid {color:Sidelinks 1};
  363. }
  364.  
  365. #credy a:hover {color: {color:Sidelinks 1}; background-color: {color:Sidelinks 2};}
  366.  
  367. .csquare {
  368. width: 100%; height: 0px; border-top: 1px solid {color:Borders};
  369. }
  370.  
  371. .square {
  372. width: 6px; height: 6px; border-bottom: 1px solid {color:Borders}; margin-top: -4px; background-color: white; border-right: 1px solid {color:Borders}; -webkit-transform: rotate(45deg);
  373. -moz-transform: rotate(90deg);
  374. -o-transform: rotate(90deg);
  375. -ms-transform: rotate(90deg);
  376. transform: rotate(90deg);
  377. }
  378.  
  379. .photoset-img { width: 200px; margin-bottom: 5px; /* can be any value you want */ }
  380.  
  381. #ocehans1{
  382. height:13px;
  383. text-align:center;
  384. overflow:hidden;
  385. margin-top:-1px;
  386. border-bottom:1px solid {color:Borders};
  387. z-index:9999;
  388. -webkit-transition: all 0.5s ease-in-out; line-height: 10px;
  389. -moz-transition: all 0.5s ease-in-out;
  390. -o-transition: all 0.5s ease-in-out;
  391. }
  392. #ocehans1:hover{
  393. height:60px;
  394. -webkit-transition: all 0.5s ease-in-out;
  395. -moz-transition: all 0.5s ease-in-out;
  396. -o-transition: all 0.5s ease-in-out;
  397. }
  398.  
  399. #ocehans2{
  400. height:13px; line-height: 10px;
  401. text-align:center;
  402. overflow:hidden;
  403. border-bottom:1px solid {color:Borders};
  404. background-color:{color:Post bg};
  405. z-index:9999;
  406. -webkit-transition: all 0.5s ease-in-out;
  407. -moz-transition: all 0.5s ease-in-out;
  408. -o-transition: all 0.5s ease-in-out;
  409. }
  410.  
  411. #ocehans2:hover{
  412. height:60px;
  413. -webkit-transition: all 0.5s ease-in-out;
  414. -moz-transition: all 0.5s ease-in-out;
  415. -o-transition: all 0.5s ease-in-out;
  416. }
  417.  
  418. #ocehans4{
  419. height:12px;
  420. text-align:center;
  421. overflow:hidden;
  422. border-bottom:0px solid {color:Borders};
  423. background-color:{color:Post bg}; line-height: 10px;
  424. z-index:9999;
  425. -webkit-transition: all 0.5s ease-in-out;
  426. -moz-transition: all 0.5s ease-in-out;
  427. -o-transition: all 0.5s ease-in-out;
  428. }
  429.  
  430. #ocehans4:hover{
  431. height:100px;
  432. -webkit-transition: all 0.5s ease-in-out;
  433. -moz-transition: all 0.5s ease-in-out;
  434. -o-transition: all 0.5s ease-in-out;
  435. }
  436.  
  437. #ocehans{
  438. text-align:left;
  439. border:1px solid {color:Borders};
  440. position:fixed;
  441. left:14px;
  442. background-color: {color:Post bg};
  443. letter-spacing:1px;
  444. width:65px;
  445. z-index:9999;
  446. padding:4px;
  447. top:14px;
  448.  
  449. }
  450.  
  451. </style>
  452.  
  453. <style type="text/css">{CustomCSS}</style>
  454.  
  455. </head>
  456.  
  457. <!HTML body starts here>
  458. <body>
  459. {block:IfUpdatesTab}
  460. <div id="ocehans">
  461. <center>
  462. <div id="ocehans1"> <!--UPDATES TAB HERE-->
  463. <div style="font-size:8px;">title 1</div> <div style="padding-top:1px; text-align:center; color:#b9b9b9;">
  464. text 1 here
  465. <br><br>
  466. </div>
  467. </div>
  468.  
  469. <div id="ocehans2">
  470. <div style="font-size:8px;">title 2</div> <div style="padding-top:1px; text-align:center; color:#b9b9b9;">
  471. text 2 here
  472.  
  473. </div></div>
  474.  
  475. <div id="ocehans4">
  476. <div style="font-size:8px;">title 3</div> <div style="padding-top:1px; text-align:center; color:{color:Text};">
  477. text 3 here
  478. </div></div>
  479. </div></div></div></div>
  480. {/block:IfUpdatesTab}
  481. <div id="wrapper">
  482.  
  483. <div id="sidebar">
  484.  
  485. {block:IfSideimage}{block:IfBilly}<div id="bile"><div class="bilet">{text:Billy}</div></div>{/block:IfBilly}{/block:IfSideimage}
  486.  
  487. {block:IfSideimage}<img src="{image:Sidebar}" class="sideimage"/ >{/block:IfSideimage}
  488. <div id="title">{Title}</div>
  489.  
  490. <div id="links">
  491. <div class="de"><div class="do">
  492. <a href="/" target="_self">home</a>
  493. <a href="/ask">ask</a>
  494. <a href="/archive">past</a></div>
  495.  
  496. <div class="da">
  497. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  498. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  499. <a href="{text:Link 3 URL}">{text:Link 3}</a></div></div>
  500.  
  501. </div>
  502.  
  503. {Description}
  504. <br>
  505. {block:IfNotSideimage}{block:IfBilly}<div id="bile"><div class="bilet">{text:Billy}</div></div>{/block:IfBilly}{/block:IfNotSideimage}
  506. </div>
  507.  
  508. <div class = "autopagerize_page_element" >
  509. <div id="entries">
  510.  
  511. <!Post blocks start here>
  512.  
  513. {block:Posts}
  514.  
  515. <div id="post">
  516.  
  517. {block:indexpage}{block:HasTags}<div id="taggy"><span class="Tags">{block:Tags}<a href="{TagURL}">{Tag}</a><br>{/block:Tags}</span></div>{/block:HasTags}{/block:indexpage}
  518.  
  519. {block:Text}
  520. {block:Title}<span id="title">{Title}</span>{/block:Title}
  521. {Body}
  522. {block:indexpage}<div class="kiti"><div class="kitii"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  523. {/block:Text}
  524.  
  525. {block:Quote}
  526. "{Quote}"<br>
  527. <div style="margin-top: 3px; text-align:right">— {Source}</div>
  528.  
  529. {block:indexpage}<div class="kiti"><div class="kitii"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  530. {/block:Quote}
  531.  
  532. {block:Link}
  533. <a href="{URL}"><span id="title">{Name} →</span></a>
  534. {block:indexpage}<div class="kiti"><div class="kitii"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  535. {/block:Link}
  536.  
  537. {block:Chat}
  538. {block:Lines}{block:Label}{Label} {/block:Label}{Line}<br>{/block:Lines}
  539. {block:indexpage}<div class="kiti"><div class="kitii"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  540. {/block:Chat}
  541.  
  542. {block:Answer}
  543. <div class="csquare"></div>
  544. <div style="margin-top: 5px; margin-bottom: 5px;">{Question}</div>
  545. <div class="csquare"><center><div class="square"></div><div style="margin-top: 2px">{Asker}</div></center></div>
  546. <div style="margin-bottom: -6px"><div style="margin-top: 20px">{Answer}</div></div>
  547. {block:indexpage}<div class="kiti"><div class="kitii"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  548. {/block:Answer}
  549.  
  550. {block:Audio}
  551. <div id="playerr">{AudioPlayerWhite}</div>
  552. {block:AlbumArt}
  553. <img src="{AlbumArtURL}" width="80" style="opacity:0.7">
  554. {/block:AlbumArt}
  555. <div id="honey"><span id="title">{block:TrackName}{TrackName}{/block:TrackName}</span><br><div style="margin-top:3px; border-top: 1px solid {color:Borders}; padding-top: 3px">by {block:Artist}{Artist}{/block:Artist}<br>{PlayCount} plays<br></div></div>
  556. {block:indexpage}<div class="kiti"><div class="kitii"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  557. {/block:Audio}
  558.  
  559. {block:Video}
  560. {block:Indexpage}{Video-250}{/block:Indexpage}
  561. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  562. {block:indexpage}<div class="kiti"><div class="kitii"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  563. {/block:Video}
  564.  
  565. {block:Photo}
  566. <div id="don"><img src="{PhotoURL-400}"/></div>
  567.  
  568. {block:indexpage}<div id="kite"><div class="kitee"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  569. {/block:Photo}
  570.  
  571. {block:Photoset}
  572. <div id="den">{block:Indexpage}
  573.  
  574. {block:IfMultiColumn}{block:Photos}<div style="margin-bottom: -5px"><img src="{PhotoURL-500}" class="photoset-img" /></div>{/block:Photos}{/block:IfMultiColumn}
  575.  
  576. {block:IfNotMultiColumn}{Photoset-250}{/block:IfNotMultiColumn}{/block:Indexpage}{block:permalinkpage}{Photoset-400}{/block:permalinkpage}</div>
  577.  
  578. {block:indexpage}<div id="kite"><div class="kitee"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:indexpage}
  579. {/block:Photoset}
  580.  
  581. {block:permalinkpage}
  582.  
  583. {block:caption}{caption}{/block:caption}</p>
  584.  
  585. {block:HasTags}<div align="center">Tagged in: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</span></div>{/block:HasTags}</p>
  586.  
  587. {block:PostNotes}{PostNotes}{/block:PostNotes}
  588. {/block:PermalinkPage}
  589.  
  590. </div>
  591.  
  592. {/block:Posts}
  593.  
  594. </div>
  595. </div>
  596. </div>
  597.  
  598. {block:IndexPage}
  599. {block:Pagination}
  600. <div id="pagination">
  601. {block:NextPage}
  602. <a id="nextPage" href="{NextPage}"></a>
  603. {/block:NextPage}
  604. {block:PreviousPage}
  605. <a href="{PreviousPage}"></a>
  606. {/block:PreviousPage}
  607. </div>
  608. {/block:Pagination}
  609. {/block:IndexPage}
  610.  
  611. </body>
  612. <div id="credy"><a href="http://thelittledanger.tumblr.com" target="_blank"title="base: incedo | adap.: elly">★</a></div>
  613. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement