Advertisement
aksiane

Theme 8

Jun 10th, 2016
7,809
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5. <!--Theme by kurapika04.tumblr.com, remake of Jarredbishop's Cargo theme-->
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}"/>
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <link href='http://fonts.googleapis.com/css?family={select:font}' rel='stylesheet' type='text/css'>
  13. <link href="http://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet">
  14.  
  15. <meta name="color:background" content="#fff"/>
  16. <meta name="color:text" content="#6d6d6d"/>
  17. <meta name="color:accent" content="#afaddc"/>
  18. <meta name="color:post bg" content="#e3e1f8"/>
  19. <meta name="color:border" content="#ededed"/>
  20.  
  21. <meta name="text:font size" content="11"/>
  22.  
  23. <meta name="select:font" content="Karla" title="karla"/>
  24. <meta name="select:font" content="Maven Pro" title="maven pro"/>
  25. <meta name="select:font" content="Lato" title="lato"/>
  26. <meta name="select:font" content="Source Sans Pro" title="source sans pro"/>
  27. <meta name="select:font" content="Roboto" title="roboto"/>
  28. <meta name="select:font" content="Gentium Basic" title="gentium basic"/>
  29. <meta name="select:default view" content="i" title="grid"/>
  30. <meta name="select:default view" content="p" title="list"/>
  31.  
  32.  
  33. <meta name="text:home link" content="Home"/>
  34. <meta name="text:ask link" content="Message"/>
  35. <meta name="text:archive link" content="Archive"/>
  36. <meta name="text:links link" content="Links"/>
  37. <meta name="text:link1" content=""/>
  38. <meta name="text:link1 url" content=""/>
  39. <meta name="text:link2" content=""/>
  40. <meta name="text:link2 url" content=""/>
  41. <meta name="text:link3" content=""/>
  42. <meta name="text:link3 url" content=""/>
  43. <meta name="text:link4" content=""/>
  44. <meta name="text:link4 url" content=""/>
  45. <meta name="text:link5" content=""/>
  46. <meta name="text:link5 url" content=""/>
  47. <meta name="text:link6" content=""/>
  48. <meta name="text:link6 url" content=""/>
  49.  
  50. <style type="text/css">
  51.  
  52. ::-webkit-scrollbar-thumb {background-color:{color:accent};border:6px solid {color:background};}
  53. ::-webkit-scrollbar {width:15px;height:15px;background-color:#eee;border:7px solid {color:background};}
  54.  
  55. ::-moz-selection {background:rgba({RGBcolor:accent},.5);}
  56. ::selection {background:rgba({RGBcolor:accent},.5);}
  57.  
  58. iframe.tmblr-iframe {-webkit-filter:invert(100%);}
  59.  
  60. body {
  61. font-size:{text:font size}px;
  62. font-family:'{select:font}', 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  63. color:{color:text};
  64. background-color:{color:background};
  65. line-height:1.4em;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. color:{color:text};
  71. border-bottom:1px solid {color:accent};
  72. }
  73. a:hover{border-bottom:1px solid rgba({RGBcolor:accent},.3);}
  74.  
  75. b, strong {font-weight:bold;}
  76. i, em {font-style:italic;}
  77. u {text-decoration:none;border-bottom:1px solid {color:accent};}
  78.  
  79. blockquote {
  80. border-left:1px solid {color:accent};
  81. padding-left:1em;
  82. margin:0;
  83. margin-left:.8em;
  84. position:relative;
  85. }
  86.  
  87. ol,ul {-webkit-padding-start:1.8em;margin:5px 0px;}
  88. ul {list-style-type:circle;}
  89. li {margin-left:1em ;padding-left:.2em;}
  90.  
  91. pre {
  92. overflow:auto;
  93. height:auto;
  94. word-break:normal !important;
  95. word-wrap:normal !important;
  96. white-space:pre-wrap !important;
  97. font:inherit;
  98. }
  99.  
  100. hr {
  101. border:none;
  102. border-top:1px solid {color:accent};
  103. }
  104.  
  105. .content {
  106. position:relative;
  107. margin:40px auto;
  108. width:819px; /* grid + side + padding + margin*/
  109. overflow:hidden;
  110. }
  111.  
  112. .grid {
  113. position:relative;
  114. overflow:hidden;
  115. width:624px;
  116. }
  117.  
  118. .side {
  119. position:fixed;
  120. top:57px;bottom:57px;
  121. margin-left:664px;
  122. display:block;
  123. width:100px;
  124. padding-left:55px;
  125. border-left:1px dotted {color:border};
  126. }
  127.  
  128. .links {
  129. }
  130.  
  131. .links a, .pag a {
  132. display:block;
  133. border:none;
  134. margin-bottom:5px;
  135. cursor:pointer;
  136. }
  137. .links .lselect {color:{color:accent};}
  138. a.close {display:none;}
  139. .iview .sgrid {display:none;}
  140. .pview .slist {display:none;}
  141. .pag a {margin:5px 0px 0px 0px;}
  142. .links a:hover,.pag a:hover {color:{color:accent};}
  143. .links .i, .pag .i {display:inline-block;margin-right:10px;}
  144. .pag {
  145. display:block;
  146. position:absolute;
  147. bottom:0;
  148. }
  149.  
  150. .pop {
  151. position:relative;
  152. display:none;
  153. border-bottom:1px dotted {color:border};
  154. margin:20px;
  155. padding-bottom:20px;
  156. }
  157. .spop {display:none;}
  158. .sask #ask_form {
  159. width:100%;
  160. height:192px!important;
  161. background:transparent;
  162. overflow:hidden;
  163. }
  164. .slinks a {
  165. display:inline-block;
  166. margin-right:1em;
  167. }
  168.  
  169. .post {
  170. position:relative;
  171. margin:20px;
  172. display:block;
  173. overflow:hidden;
  174.  
  175. }
  176. .ipag .post {
  177. width:168px;height:168px;
  178. border-radius:4px;
  179. background:{color:post bg};
  180. float:left;
  181. }
  182. .ppag .post {width:584px;margin:100px 20px;}
  183. .ppag .post:first-child {margin-top:20px;}
  184. .ppag .post:last-child {margin-bottom:20px;}
  185. .pop .post {width:100%;margin:0px;}
  186.  
  187. .title {
  188. font-weight:900;
  189. font-size:1.5em;
  190. line-height:1.3em;
  191. display:block;
  192. margin-bottom:10px;
  193. }
  194. .text {
  195. display:block;
  196. }
  197. .ipag .text {padding:15px;}
  198. .caption {display:block;}
  199. .ipag .caption {display:none;}
  200.  
  201. .ipag p {margin:0px 0px 10px 0px;}
  202.  
  203. .post img {max-width:100%;height:auto;}
  204. .photo {width:100%;height:100%;}
  205. .photo img {width:100%;}
  206. .ipag .photo a {display:none;}
  207. .ppag .photo {background: none!important;}
  208.  
  209. .pset {cursor:copy;}
  210. .pset .photo {
  211. position:absolute;
  212. top:0;left:0;
  213. }
  214. .vignette, #vignette {opacity:0;}
  215. .lightbox-image, #tumblr_lightbox img {
  216. box-shadow:none !important;
  217. border-radius:0 !important;
  218. max-width:none;
  219. }
  220. .tmblr-lightbox, #tumblr_lightbox {background-color:rgba(245,245,245,.98) !important;}
  221. .ppag .pset {display:none;}
  222. .ipag .photo-slideshow {display:none;}
  223.  
  224. .acenter {width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;}
  225. .ppag .acenter {display:none;}
  226. .ipag .pa {display:none;}
  227. .player {display:block;overflow:hidden;background:{color:accent};height:40px;}
  228. .ipag .player {margin:0 auto 10px auto;width:40px;border-radius:20px;}
  229. .ppag .player {position:relative;}
  230. .tplayer {border:1px solid {color:accent};}
  231. .tumblr_audio_player {height:40px;opacity:.4;}
  232. .ipag .tumblr_audio_player {width:40px;}
  233. .ppag .tumblr_audio_player {width:100%;}
  234. .ipag .track {text-align:center;padding:0px 15px;}
  235. .ppag .track {display:block;margin-bottom:10px;font-weight:bold;}
  236. .track .i {color:{color:accent};display:inline-block;margin-right:7px;}
  237. .trackname {display:inline-block;margin-bottom:3px;border-bottom:1px solid {color:accent};}
  238. .ipag .spotify_audio_player {height:280px!important;width:80px;margin-left:-20px;margin-top:-58px;transform:scale(0.615385);}
  239. .ppag .spotify_audio_player {height:80px!important;width:100%;}
  240. .ipag .soundcloud_audio_player{margin:10px auto 0px auto!important;display:block;transform:scale(2);}
  241. .ppag .soundcloud_audio_player {height:120px;width:100%;}
  242.  
  243. .chat ul {padding:0px!important;list-style-type:none;margin:0px;}
  244. .chat li {padding:0px 0px 8px 0px;margin:0px;}
  245.  
  246. .title.medium, .title.long {font-size:1em;}
  247.  
  248. .asker {display:block;margin-bottom:10px;}
  249.  
  250. .video {}
  251.  
  252. .more {
  253. display:inline-block;
  254. position:absolute;
  255. left:50%;
  256. transform:translateX(-50%);
  257. bottom:-7px;
  258. opacity:0;
  259. cursor:pointer;
  260. }
  261. .more .c {
  262. display:inline-block;
  263. background:#fff;
  264. width:3px;
  265. height:3px;
  266. border-radius:3px;
  267. margin:0px 2px;
  268. border:1px solid {color:accent};
  269. }
  270. .post:hover .more {
  271. bottom:10px;
  272. opacity:1;
  273. }
  274. .ppag .more {display:none;}
  275.  
  276. .perma {display:block;margin-top:10px;position:relative;}
  277. .perma a {display:inline-block;margin-right:.5em;}
  278. .perma .i {display:inline-block;margin-right:.5em;}
  279. .react {display:inline-block;position:absolute;right:0px;}
  280. .r {display:inline-block;position:relative;bottom:5px;}
  281. .ctags,.cnotes {cursor:pointer;}
  282. .stags {display:block;margin-top:5px;}
  283. .stags a {border:none;}
  284. .stags a::before {content:'#';color:{color:accent};}
  285. .ipag .perma {display:none;}
  286. .l {
  287. position:relative;
  288. display:inline-block;
  289. height:1.4em;width:2em;
  290. text-align:center;
  291. border-bottom:1px solid {color:accent};
  292. }
  293. .like_button {
  294. position:absolute;
  295. top:0;left:0;right:0;bottom:0;
  296. width:100%;height:100%;
  297. opacity:0;
  298. z-index:10;
  299. }
  300. .like_button iframe {width:100%!important;height:100%!important;}
  301. .cl {
  302. position:absolute;
  303. top:0;left:0;right:0;bottom:0;
  304. width:100%;height:100%;
  305. z-index:1;
  306. }
  307. .like_button:hover + .our_button {color:{color:accent};}
  308. .like_button.liked + .our_button {color:{color:accent};}
  309. .snotes {margin-top:40px;display:none;}
  310. ol.notes {margin:0;padding:0;list-style-type:none;line-height:1.7em;}
  311. li.note {margin:0;padding:0;}
  312. ol.notes li.note img.avatar {display:none}
  313. .more_notes_link_container {text-align:left!important;margin-top:10px!important;}
  314.  
  315. a, .more {
  316. -webkit-transition:all 0.5s ease;
  317. transition:all 0.5s ease;
  318. }
  319. </style>
  320.  
  321. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  322.  
  323. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  324. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  325.  
  326. <script>
  327. // photoset, video resize, and soundclound scripts by shythemes. thanks :). also I editted them to fit this theme
  328. $(document).ready(function(){
  329. {block:indexpage}$('.more').click(function(){
  330. $('.pop').empty().show();
  331. $('.close').show();
  332. $(this).closest('.post').clone().appendTo('.pop');
  333. resizeVideos();
  334. photoset();
  335. $('html, body').animate({scrollTop : 0},500);
  336. $('.links a').removeClass('lselect').first().addClass('lselect');
  337. });{/block:indexpage}
  338. dispPage('ask');
  339. dispPage('about');
  340. dispPage('links');
  341. $('.close').click(function(){
  342. $('.pop').hide();
  343. $('.close').hide();
  344. $('.links a').removeClass('lselect').first().addClass('lselect');
  345. });
  346. {block:indexpage}$('.cview').click(function(){
  347. $('.pop').next().toggleClass('ppag ipag');
  348. $(this).toggleClass('iview pview');
  349. photoset();
  350. resizeVideos();
  351. });{/block:indexpage}
  352.  
  353. resizeVideos();
  354. {block:indexpage}$('.ipag #youtube_iframe').each(function(){$(this).attr('src', $(this).attr('src') + '?rel=0&amp;controls=0&amp;showinfo=0');});{/block:indexpage}
  355.  
  356. photoset();
  357. {block:indexpage}$('.pset').each(function(){
  358. var $this = this;
  359. $(this).children('.photo:gt(0)').hide().end().hover(function(){timer = setInterval(function(){$('> :first-child',$this).fadeOut(500).next().fadeIn(500).end().appendTo($this);},1000);}, function() {clearInterval(timer);});
  360. });{/block:indexpage}
  361.  
  362. var color = '{color:accent}';
  363. $('.soundcloud_audio_player').each(function(index){
  364. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=false&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: 20});
  365. });
  366.  
  367. {block:permalinkpage}$('.cnotes').click(function(){$('.snotes').slideToggle();});{/block:permalinkpage}
  368. });
  369.  
  370. function dispPage(n) {
  371. $('.c' + n).click(function(){
  372. var ph = $('.pop').height();
  373. $('.pop').empty();
  374. $('.pop').show();
  375. $('.close').show();
  376. $('.s' + n).clone().appendTo('.pop');
  377. $('html, body').animate({scrollTop : 0},500);
  378. $(this).addClass('lselect').siblings('.lselect').removeClass('lselect');
  379. });
  380. }
  381.  
  382. function resizeVideos() {
  383. $('.video iframe:not(.tumblr_video_iframe,.spotify_audio_player,.soundcloud_audio_player,.instagram-media)').each(function(){
  384. var vw = $(this).width();
  385. var vh = $(this).height();
  386. if ($(this).closest('.post').parent().is('.ipag')) {
  387. var scale = $(this).parents('.video').width() / vh;
  388. $(this).css({
  389. 'margin-left': -$(this).parents('.video').width() * (vw / vh - 1) / 2 + 'px'
  390. });
  391. } else {
  392. var scale = $(this).parents('.video').width() / vw;
  393. $(this).css({'margin':'0px'});
  394. }
  395. $(this).attr({
  396. width: Math.floor($(this).attr('width') * scale),
  397. height: Math.floor($(this).attr('height') * scale)
  398. });
  399. });
  400. $('.video .tumblr_video_iframe').each(function(){
  401. var vw = $(this).width();
  402. var vh = $(this).height();
  403. if ($(this).closest('.post').parent().is('.ppag')) {
  404. var scale = $(this).parents('.video').width() / vw;
  405. $(this).css({
  406. 'transform': 'scale(' + scale + ')',
  407. 'margin': vh * (scale - 1) / 2 + 'px ' + vw * (scale - 1) / 2 + 'px'
  408. });
  409. } else if (vw >= vh) {
  410. var scale = $(this).parents('.video').width() / vh;
  411. $(this).css({
  412. 'transform': 'scale(' + scale + ')',
  413. 'margin': vh * (scale - 1) / 2 + 'px ' + vw * (scale - 1) / 2 + 'px',
  414. 'margin-left': vw * (scale - 1) / 2 - ($(this).parents('.video').width() * (vw / vh - 1) / 2) + 'px'
  415. });
  416. } else {
  417. var scale = $(this).parents('.video').width() / vw;
  418. $(this).css({
  419. 'transform': 'scale(' + scale + ')',
  420. 'margin': vh * (scale - 1) / 2 + 'px ' + vw * (scale - 1) / 2 + 'px',
  421. 'margin-top': vh * (scale - 1) / 2 - ($(this).parents('.video').width() * (vh / vw - 1) / 2) + 'px'
  422. });
  423. }
  424. $(this).parents('.tumblr_video_container').css({
  425. width: Math.floor(vw * ( scale + 1 ) / 2),
  426. height: Math.floor(vh * ( scale + 1 ) / 2)
  427. });
  428. });
  429. }
  430.  
  431. function photoset() {
  432. $('.photo-slideshow').pxuPhotoset({lightbox: true,rounded: false,gutter: '2px',borderRadius: '0px',photoset: '.photo-slideshow',photoWrap: '.photo-data',photo: '.pxu-photo'});
  433. }
  434. </script>
  435.  
  436. </head>
  437.  
  438.  
  439. <body>
  440.  
  441. <div class="content">
  442.  
  443. <div class="side">
  444. <div class="links"><a href="/" class="lselect"><span class="i ion-android-home"></span>{text:home link}</a>{block:askenabled}{block:ifasklink}<a class="cask"><span class="i ion-chatbubble-working"></span>{text:ask link}</a>{/block:ifasklink}{/block:askenabled}{block:ifarchivelink}<a href="/archive"><span class="i ion-folder"></span>{text:archive link}</a>{/block:ifarchivelink}{block:Description}<a class="cabout"><span class="i ion-person"></span>About</a>{/block:Description}{block:iflinkslink}<a class="clinks"><span class="i ion-forward"></span>Links</a>{/block:iflinkslink}{block:indexpage}<a class="cview {select:default view}view"><span class="slist"><span class="i ion-navicon-round"></span>View as list</span><span class="sgrid"><span class="i ion-grid"></span>View as grid</span></a>{/block:indexpage}<a class="close"><span class="i ion-close"></span>Close</a></div>
  445. {block:Pagination}<div class="pag">{block:PreviousPage}<a href="{PreviousPage}"><span class="i ion-android-arrow-back"></span>Previous</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><span class="i ion-android-arrow-forward"></span>Next</a>{/block:NextPage}</div>{/block:Pagination}
  446. </div>
  447.  
  448. <div class="spop">{block:askenabled}{block:ifasklink}<div class="sask"><div class="title">{text:ask link}</div><iframe frameborder="0" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com"></iframe></div>{/block:ifasklink}{/block:askenabled}{block:Description}<div class="sabout"><div class="title">About</div>{Description}</div>{/block:Description}{block:iflinkslink}<div class="slinks"><div class="title">Links</div>{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}{block:iflink1}<a href="{text:link1 url}">{text:link1}</a>{/block:iflink1}{block:iflink2}<a href="{text:link2 url}">{text:link2}</a>{/block:iflink2}{block:iflink3}<a href="{text:link3 url}">{text:link3}</a>{/block:iflink3}{block:iflink4}<a href="{text:link4 url}">{text:link4}</a>{/block:iflink4}{block:iflink5}<a href="{text:link5 url}">{text:link5}</a>{/block:iflink5}{block:iflink6}<a href="{text:link6 url}">{text:link6}</a>{/block:iflink6}</div>{/block:iflinkslink}</div>
  449.  
  450. <div class="grid">
  451.  
  452. <div class="pop ppag"></div>
  453.  
  454. <div class="{block:indexpage}{select:default view}{/block:indexpage}{block:permalinkpage}p{/block:permalinkpage}pag">
  455. {block:Posts}<div class="post">
  456. {block:Text}<div class="text">{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}</div>{/block:Text}
  457.  
  458. {block:Photo}<div class="photo" style="background:url('{PhotoURL-HighRes}') no-repeat center;background-size:cover;"><a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false" style="border:none;"><img src="{PhotoURL-HighRes}"></a></div>{/block:Photo}
  459.  
  460. {block:Photoset}<div class="pset">{block:Photos}<div class="photo" style="background:url('{PhotoURL-HighRes}') no-repeat center;background-size:cover;"></div>{/block:Photos}</div><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}" style="border:none;"></a></div>{/block:Photos}</div>{/block:Photoset}
  461.  
  462. {block:Audio}<div class="acenter">{block:AudioEmbed}<div class="player">{AudioEmbed}</div>{/block:AudioEmbed}{block:AudioPlayer}<div class="player tplayer">{AudioPlayer}</div>{/block:AudioPlayer}<div class="track">{block:TrackName}<span class="trackname">{TrackName}</span>{/block:TrackName}{block:Artist}<br><span class="trackartist">{Artist}</span>{/block:Artist}</div></div><div class="pa">{block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}{block:AudioPlayer}<div class="track"><span class="i ion-music-note"></span>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by {Artist}{/block:Artist}</div><div class="player tplayer">{AudioPlayer}</div>{/block:AudioPlayer}</div>{/block:Audio}
  463.  
  464. {block:Link}<div class="text"><div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}</div>{/block:Link}
  465.  
  466. {block:Chat}<div class="text">{block:Title}<div class="title">{Title}</div>{/block:Title}<div class="chat"><ul>{block:Lines}<li>{block:Label}<u>{Label}</u>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>{/block:Chat}
  467.  
  468. {block:Quote}<div class="text"><div class="title {Length}">{Quote}</div>{block:Source}{Source}{/block:Source}</div>{/block:Quote}
  469.  
  470. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  471.  
  472. {block:Answer}<div class="text"><div class="asker"><u>{Asker}</u>: {Question}</div>{Answer}</div>{/block:Answer}
  473.  
  474. <div class="more"><div class="c"></div><div class="c"></div><div class="c"></div></div>
  475.  
  476. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  477.  
  478. {block:Date}<div class="perma"><a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>{block:NoteCount}<a{block:indexpage} href="{Permalink}"{/block:indexpage}{block:permalinkpage} title="view notes" class="cnotes"{/block:permalinkpage}>{NoteCountwithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a><a href="{ReblogRootURL}" title="{ReblogRootName}">Src</a>{/block:RebloggedFrom}<span class="react"><a href="{ReblogURL}" class="r">Reblog</a><div class="l">{LikeButton}<a class="cl">Like</a></div></span>{block:HasTags}<div class="stags">{block:Tags}<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>{/block:Date}
  479. {block:PostNotes}<div class="snotes">{PostNotes}</div>{/block:PostNotes}
  480. </div> <!--post-->{/block:Posts}
  481. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}<!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  482. </div> <!--pag-->
  483.  
  484. </div> <!--grid-->
  485.  
  486. </div><!--content-->
  487.  
  488. <a style="display:block;position:fixed;bottom:10px;right:5px;padding:3px;border:none;" href="http://kurapika04.tumblr.com" title="theme by kurapika04"><span class="ion-ios-analytics"></span></a>
  489.  
  490. </body>
  491.  
  492. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement