Advertisement
5-1-fan

003 XOXO (kiss ver)

Mar 14th, 2014
911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.33 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!---------- DO NOT REMOVE -----------
  6.  
  7. THEME 003 XOXO (kiss ver) BY 5-1-FAN
  8.  
  9. -Do not remove the credit.
  10. -You can move it to a credit page but do not remove it completely.
  11. -Do not use it as base.
  12. -Do not claim it as yours.
  13.  
  14. ----------- DO NOT REMOVE ----------->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <!--tooltip-->
  24. <link href="http://static.tumblr.com/culyzrr/NhDmzmza5/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26. <script src="http://static.tumblr.com/culyzrr/eLpmzmz9l/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:100,
  33. tip_fade_speed:300,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39. <!--tooltip-->
  40.  
  41. <meta name="color:Background" content="#ffffff" />
  42. <meta name="color:Text" content="#6c6a6a" />
  43. <meta name="color:Link" content="#6b6b6b" />
  44. <meta name="color:Link hover" content="#aaaaaa" />
  45. <meta name="color:Bold" content="#9e9e9e" />
  46. <meta name="color:Italic" content="#9e9e9e" />
  47. <meta name="color:Underline" content="#9e9e9e" />
  48. <meta name="color:Post title" content="#9e9e9e" />
  49. <meta name="color:Selection bg" content="#ffffff" />
  50. <meta name="color:Selection text" content="#000000" />
  51. <meta name="color:Scrollbar" content="#b3b3b3" />
  52. <meta name="color:Blockquote" content="#a4a4a4" />
  53. <meta name="color:Post bg" content="#ffffff" />
  54. <meta name="color:Title" content="#000000" />
  55. <meta name="color:Description" content="#616161" />
  56. <meta name="color:Border" content="#c3c3c3" />
  57. <meta name="color:Pagination" content="#a6a6a6" />
  58. <meta name="color:Permalink" content="#ffffff" />
  59. <meta name="color:Permalink bg" content="#000000" />
  60.  
  61. <meta name="text:Font Size" content="10px" />
  62. <meta name="text:Title Font Size" content="13px" />
  63.  
  64. <meta name="text:Link 1 URL" content="/" />
  65. <meta name="text:Link 1 Title" content="home" />
  66. <meta name="text:Link 2 URL" content="/ask" />
  67. <meta name="text:Link 2 Title" content="ask" />
  68. <meta name="text:Link 3 URL" content="" />
  69. <meta name="text:Link 3 Title" content="link title" />
  70. <meta name="text:Link 4 URL" content="" />
  71. <meta name="text:Link 4 Title" content="link title" />
  72. <meta name="text:Link 5 URL" content="" />
  73. <meta name="text:Link 5 Title" content="link title" />
  74. <meta name="text:Link 6 URL" content="" />
  75. <meta name="text:Link 6 Title" content="link title" />
  76. <meta name="text:Link 7 URL" content="" />
  77. <meta name="text:Link 7 Title" content="link title" />
  78. <meta name="text:Link 8 URL" content="" />
  79. <meta name="text:Link 8 Title" content"link title" />
  80.  
  81. <meta name="image:Background" content="" />
  82.  
  83. <meta name="if:Tiny Cursor" content="1"/>
  84. <meta name="if:250" content="0"/>
  85. <meta name="if:400" content="1"/>
  86. <meta name="if:500" content="0"/>
  87. <meta name="if:Show Photo Caption" content="1"/>
  88. <meta name="if:Fadeout" content="0"/>
  89. <meta name="if:Grayscale" content="0"/>
  90.  
  91. <style type="text/css">
  92.  
  93. @font-face {
  94. font-family: "04b03";
  95. src: url('http://static.tumblr.com/5fd89aw/aFUlmf7ca/04b03.ttf');
  96. }
  97. @font-face {
  98. font-family: "silkscreen";
  99. src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf');
  100. }
  101. @font-face {
  102. font-family: "ronda";
  103. src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  104.  
  105.  
  106. {block:IfTinyCursor}
  107. body, a {
  108. cursor:url('http://i.imgur.com/2qleX.jpg'), auto
  109. }
  110.  
  111. a:hover {
  112. cursor: url('http://i.imgur.com/IepP2.jpg'), auto;
  113. }
  114. {/block:IfTinyCursor}
  115.  
  116. ::-webkit-scrollbar-thumb{
  117. background-color: {color:Scrollbar};
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. height:6px;
  122. width:3px;
  123. background-color: transparent;
  124. }
  125.  
  126. ::selection {
  127. color:{color:Selection text};
  128. background:{color:Selection bg};
  129. }
  130.  
  131. body {
  132. background:{color:Background};
  133. background-image: url('{image:Background}');
  134. background-repeat:repeat;
  135. background-attachment:fixed;
  136. margin:0px;
  137. color:{color:Text};
  138. font-family: arial;
  139. font-size:{text:Font Size};
  140. line-height:120%;
  141. letter-spacing:1px;
  142. word-spacing:1px;
  143. }
  144.  
  145. img {
  146. height: auto;
  147. {block:If250}
  148. max-width:250px;
  149. {/block:If250}
  150. {block:If400}
  151. max-width:400px;
  152. {/block:If400}
  153. {block:If500}
  154. max-width:500px;
  155. {/block:If500}
  156. {block:IfFadeout}
  157. opacity:.7;
  158. -webkit-transition: all 0.5s ease-in-out;
  159. -moz-transition: all 0.5s ease-in-out;
  160. -o-transition: all 0.5s ease-in-out;
  161. -ms-transition: all 0.5s ease-in-out;
  162. transition: all 0.5s ease-in-out;
  163. {/block:IfFadeout}
  164. {block:IfGrayscale}
  165. -webkit-filter: grayscale(1);
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. -ms-transition: all 0.5s ease-in-out;
  170. transition: all 0.5s ease-in-out;
  171. {/block:IfGrayscale}
  172. }
  173.  
  174. img:hover {
  175. {block:IfFadeout}
  176. opacity:1;
  177. -webkit-transition: all 0.5s ease-in-out;
  178. -moz-transition: all 0.5s ease-in-out;
  179. -o-transition: all 0.5s ease-in-out;
  180. -ms-transition: all 0.5s ease-in-out;
  181. transition: all 0.5s ease-in-out;
  182. {/block:IfFadeout}
  183. {block:IfGrayscale}
  184. filter: none;
  185. -webkit-filter: grayscale(0);
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. -o-transition: all 0.5s ease-in-out;
  189. -ms-transition: all 0.5s ease-in-out;
  190. transition: all 0.5s ease-in-out;
  191. {/block:IfGrayscale}
  192. }
  193.  
  194. iframe {
  195. {block:IfFadeout}
  196. opacity: .7;
  197. filter:alpha(opacity=70);
  198. -moz-opacity: .7;
  199. -khtml-opacity: .7;
  200. -webkit-transition: all 0.5s ease-in-out;
  201. -moz-transition: all 0.5s ease-in-out;
  202. -o-transition: all 0.5s ease-in-out;
  203. -ms-transition: all 0.5s ease-in-out;
  204. transition: all 0.5s ease-in-out;
  205. {/block:IfFadeout}
  206. }
  207.  
  208. iframe:hover{
  209. {block:IfFadeout}
  210. opacity: 1;
  211. filter:alpha(opacity=100);
  212. -moz-opacity: 1;
  213. -khtml-opa-webkit-transition: all 0.5s ease-in-out;
  214. -moz-transition: all 0.5s ease-in-out;
  215. -o-transition: all 0.5s ease-in-out;
  216. -ms-transition: all 0.5s ease-in-out;
  217. transition: all 0.5s ease-in-out;city: 1;
  218. {/block:IfFadeout}
  219. }
  220.  
  221. .photoset {
  222. {block:IfGrayscale}
  223. -webkit-filter: grayscale(100%);
  224. -webkit-transition: all 0.5s ease-in-out;
  225. -moz-transition: all 0.5s ease-in-out;
  226. -o-transition: all 0.5s ease-in-out;
  227. -ms-transition: all 0.5s ease-in-out;
  228. transition: all 0.5s ease-in-out;
  229. {/block:IfGrayscale}
  230. }
  231.  
  232. .photoset:hover {
  233. {block:IfGrayscale}
  234. -webkit-filter: grayscale(0);
  235. -webkit-transition: all 0.5s ease-in-out;
  236. -moz-transition: all 0.5s ease-in-out;
  237. -o-transition: all 0.5s ease-in-out;
  238. -ms-transition: all 0.5s ease-in-out;
  239. transition: all 0.5s ease-in-out;
  240. {/block:IfGrayscale}
  241. }
  242.  
  243. blockquote {
  244. background:transparent;
  245. text-align:left;
  246. padding-left : 10px;
  247. margin-left:10px;
  248. border-left: 1px double {color:Blockquote};
  249. }
  250.  
  251. a:link, a:active, a:visited {
  252. color: {color:Link};
  253. text-decoration: none;
  254. word-spacing:2px;
  255. -webkit-transition: all 0.3s ease-in-out;
  256. -moz-transition: all 0.3s ease-in-out;
  257. -o-transition: all 0.3s ease-in-out;
  258. -ms-transition: all 0.3s ease-in-out;
  259. transition: all 0.3s ease-in-out;
  260. }
  261.  
  262. a:hover {
  263. color: {color:Link hover};
  264. -webkit-transition: all 0.3s ease-in-out;
  265. -moz-transition: all 0.3s ease-in-out;
  266. -o-transition: all 0.3s ease-in-out;
  267. -ms-transition: all 0.3s ease-in-out;
  268. transition: all 0.3s ease-in-out;
  269. }
  270.  
  271. b, strong, .strong {
  272. color:{color:Bold};
  273. font-weight: 700;
  274. }
  275.  
  276. i, em, .em {
  277. color:{color:Italic};
  278. font-style:oblique;
  279. }
  280.  
  281. u, em, .em{
  282. color: {color:Underline};
  283. text-decoration: underline;
  284. }
  285.  
  286. h1 {
  287. font-family:"ronda";
  288. font-size:15px;
  289. text-transform:uppercase;
  290. color: {color:Post title};
  291. line-height:150%;
  292. }
  293.  
  294. .posts li, .posts blockquote {
  295. max-width: 100%;
  296. }
  297.  
  298. iframe#tumblr_controls {
  299. top:5px;
  300. right:10px!important;
  301. position:fixed !important;
  302. -webkit-filter: invert(1);
  303. opacity:1;
  304. filter:alpha(opacity=100);
  305. -moz-opacity:1;
  306. }
  307.  
  308. #s-m-t-tooltip{
  309. max-width:300px;
  310. z-index:999999;
  311. margin:20px 0px;
  312. padding: 0px 5px 0px 5px ;
  313. text-transform:uppercase;
  314. font-family: "04b03";
  315. font-size:9px;
  316. color:#494949;
  317. text-align:center;
  318. border:1px solid #eee;
  319. background: white;
  320. }
  321.  
  322. #entries {
  323. padding:50px;
  324. margin-top:0px;
  325. {block:If250}
  326. margin-left:375px;
  327. {/block:If250}
  328. {block:If400}
  329. margin-left:300px;
  330. {/block:If400}
  331. {block:If500}
  332. margin-left:250px;
  333. {/block:If500}
  334. text-align:left;
  335. position:absolute;
  336. overflow-x:hidden;
  337. overflow-y:auto;
  338. {block:If250}
  339. width:275px;
  340. {/block:If250}
  341. {block:If400}
  342. width:425px;
  343. {/block:If400}
  344. {block:If500}
  345. width:525px;
  346. {/block:If500}
  347. height:100%;
  348. z-index:99;
  349. border-left:1px solid {color:Border};
  350. border-right:1px solid {color:Border};
  351. background:{color:Post bg};
  352. }
  353.  
  354. #post {
  355. margin-bottom:100px;
  356. max-width:100%;
  357. {block:If250}
  358. width:250px;
  359. {/block:If250}
  360. {block:If400}
  361. width:400px;
  362. {/block:If400}
  363. {block:If500}
  364. width:500px;
  365. {/block:If500}
  366. height: auto;
  367. word-wrap: break-word;
  368. z-index:9;
  369. padding-top:10px;
  370. padding-right:10px;
  371. padding-left:10px;
  372. padding-bottom:20px;
  373. }
  374.  
  375. #info {
  376. {block:If250}
  377. width:250px;
  378. {/block:If250}
  379. {block:If400}
  380. width:400px;
  381. {/block:If400}
  382. {block:If500}
  383. width:500px;
  384. {/block:If500}
  385. color:{color:Text};
  386. text-align:center;
  387. padding-top:15px;
  388. color:{color:Text};
  389. font-family: arial;
  390. font-size:9px;
  391. }
  392.  
  393. {block:IndexPage}
  394. .permalink {
  395. margin-top:10px;
  396. margin-left: 0px;
  397. position: absolute;
  398. height:auto;
  399. width:auto;
  400. padding-top:25px;
  401. text-align:center;
  402. opacity:0;
  403. -webkit-transition: all 0.3s ease-in-out;
  404. -moz-transition: all 0.3s ease-in-out;
  405. -o-transition: all 0.3s ease-in-out;
  406. -ms-transition: all 0.3s ease-in-out;
  407. transition: all 0.3s ease-in-out;
  408. }
  409.  
  410. #post:hover .permalink {
  411. opacity: 1;
  412. background-color:{color:Permalink bg};
  413. -webkit-transition: all 0.3s ease-in-out;
  414. -moz-transition: all 0.3s ease-in-out;
  415. -o-transition: all 0.3s ease-in-out;
  416. -ms-transition: all 0.3s ease-in-out;
  417. transition: all 0.3s ease-in-out;
  418. }
  419.  
  420. .permalink a {
  421. font-family: "silkscreen";
  422. font-size:10px;
  423. -webkit-transition: all 0.3s ease-in-out;
  424. -moz-transition: all 0.3s ease-in-out;
  425. -o-transition: all 0.3s ease-in-out;
  426. -ms-transition: all 0.3s ease-in-out;
  427. transition: all 0.3s ease-in-out;
  428. color:{color:Permalink};
  429. }
  430. {/block:IndexPage}
  431.  
  432. #ask {
  433. text-align:left;
  434. margin-right:25px;
  435. padding: 20px ;
  436. border:1px solid #dedede;
  437. {block:If250}
  438. width:210px;
  439. {/block:If250}
  440. {block:If400}
  441. width:360px;
  442. {/block:If400}
  443. {block:If500}
  444. width:460px;
  445. {/block:If500}
  446. height:auto;
  447. line-height:120%;
  448. }
  449.  
  450. .caption {
  451. text-align:left;
  452. margin-left:3px;
  453. margin-top:10px;
  454. padding-top:5px;
  455. {block:If250}
  456. width:250px;
  457. {/block:If250}
  458. {block:If400}
  459. width:400px;
  460. {/block:If400}
  461. {block:If500}
  462. width:500px;
  463. {/block:If500}
  464. }
  465.  
  466. .quote {
  467. font-size:20px;
  468. max-width:100%;
  469. font-weight:700;
  470. line-height:120%;
  471. }
  472.  
  473. #title {
  474. padding-left:5px;
  475. padding-right:10px;
  476. padding-bottom:5px;
  477. position:fixed;
  478. font-size:{text:Title Font Size};
  479. text-align:right;
  480. z-index:999;
  481. color:{color:Title};
  482. font-family: Arial;
  483. letter-spacing:1px;
  484. word-spacing:2px;
  485. width:165px;
  486. height:auto;
  487. font-weight:bold;
  488. border-bottom:1px solid {color:Border};
  489. }
  490.  
  491. #desc {
  492. padding-top:23px;
  493. padding-left:8px;
  494. width:160px;
  495. text-align:justify;
  496. height:auto ;
  497. position:fixed;
  498. z-index:999;
  499. line-height:150%;
  500. font-family: Arial;
  501. letter-spacing:1px;
  502. word-spacing:2px;
  503. color:{color:Description};
  504. }
  505.  
  506. #side:hover #navi {
  507. top:0px;
  508. left:170px;
  509. position:absolute;
  510. opacity:1;
  511. -webkit-transition: all 0.5s ease-in-out;
  512. -moz-transition: all 0.5s ease-in-out;
  513. -o-transition: all 0.5s ease-in-out;
  514. -ms-transition: all 0.5s ease-in-out;
  515. transition: all 0.5s ease-in-out;
  516. }
  517.  
  518. #side #navi {
  519. opacity:0;
  520. left:150px;
  521. top:0px;
  522. position:absolute;
  523. }
  524.  
  525. #navi {
  526. padding:0px 30px 50px 30px;
  527. -webkit-transition: all 0.5s ease-in-out;
  528. -moz-transition: all 0.5s ease-in-out;
  529. -o-transition: all 0.5s ease-in-out;
  530. -ms-transition: all 0.5s ease-in-out;
  531. transition: all 0.5s ease-in-out;
  532. }
  533.  
  534. .cust {
  535. width:200px;
  536. height:auto;
  537. text-align:left;
  538. font-size:9px;
  539. text-transform:uppercase;
  540. font-family: "04b03";
  541. }
  542.  
  543. #side {
  544. width:auto;
  545. height:auto;
  546. position:fixed;
  547. margin-top:300px;
  548. {block:If250}
  549. margin-left:753px;
  550. {/block:If250}
  551. {block:If400}
  552. margin-left:828px;
  553. {/block:If400}
  554. {block:If500}
  555. margin-left:878px;
  556. {/block:If500}
  557. -webkit-transition: all 0.5s ease-in-out;
  558. -moz-transition: all 0.5s ease-in-out;
  559. -o-transition: all 0.5s ease-in-out;
  560. -ms-transition: all 0.5s ease-in-out;
  561. transition: all 0.5s ease-in-out;
  562. }
  563.  
  564. {CustomCSS}
  565. </style>
  566. </head>
  567. <body>
  568.  
  569. <div id="side"><div id="title">{Title}</div>
  570. <div id="desc">{Description}</div>
  571. <div id="navi">
  572. {block:ifLink1URL}<a href="{text:Link 1 URL}"> <div class="cust">{text:Link 1 Title}</div> </a>{/block:ifLink1URL} <br>
  573. {block:ifLink2URL}<a href="{text:Link 2 URL}"> <div class="cust">{text:Link 2 Title}</div> </a>{/block:ifLink2URL} <br>
  574. {block:ifLink3URL}<a href="{text:Link 3 URL}"> <div class="cust">{text:Link 3 Title}</div> </a>{/block:ifLink3URL} <br>
  575. {block:ifLink4URL}<a href="{text:Link 4 URL}"> <div class="cust">{text:Link 4 Title}</div> </a>{/block:ifLink4URL} <br>
  576. {block:ifLink5URL}<a href="{text:Link 5 URL}"> <div class="cust">{text:Link 5 Title}</div> </a>{/block:ifLink5URL} <br>
  577. {block:ifLink6URL}<a href="{text:Link 6 URL}"> <div class="cust">{text:Link 6 Title}</div> </a>{/block:ifLink6URL} <br>
  578. {block:ifLink7URL}<a href="{text:Link 7 URL}"> <div class="cust">{text:Link 7 Title}</div> </a>{/block:ifLink7URL} <br>
  579. {block:ifLink8URL}<a href="{text:Link 8 URL}"> <div class="cust">{text:Link 8 Title}</div> </a>{/block:ifLink8URL} <br>
  580.  
  581. {block:Pagination}
  582. {block:PreviousPage}<a href="{PreviousPage}" class="cust"><font color="{color:Pagination}">&laquo;</font></a>{/block:PreviousPage}
  583. {block:JumpPagination length="1"}
  584. {block:CurrentPage}<span class="cust">page {PageNumber}</span>{/block:CurrentPage}
  585. {block:JumpPage}<a class="cust" href="{URL}"><font color="{color:Pagination}">{PageNumber}</font></a>{/block:JumpPage}{/block:JumpPagination}
  586. {block:NextPage}<a href="{NextPage}" class="cust"><font color="{color:Pagination}">&raquo;</font></a>{/block:NextPage}
  587. {/block:Pagination} </div> </div>
  588.  
  589. <div id="entries">{block:Posts}
  590.  
  591. {block:ContentSource}<!--- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  592. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  593.  
  594. <div id="post">{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  595.  
  596. {block:Photo}{LinkOpenTag}{block:If250}<img src="{PhotoURL-250}">{/block:If250}{block:If400}<img src="{PhotoURL-400}">{/block:If400}{block:If500}<img src="{PhotoURL-500}">{/block:If500}{LinkCloseTag}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Photo}
  597.  
  598. <div class="photoset">{block:Photoset}{block:If250}{Photoset-250}{/block:If250}{block:If400}{Photoset-400}{/block:If400}{block:If500}{Photoset-500}{/block:If500}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Photoset}</div>
  599.  
  600. {block:Quote}<div class="quote">"{Quote}"</div><p>{block:Source}&nbsp;&nbsp;&nbsp;&mdash;&nbsp;{Source}</p>{/block:Source}{/block:Quote}
  601.  
  602. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  603.  
  604. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  605.  
  606. {block:Audio}{AudioPlayerWhite}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Audio}
  607.  
  608. {block:Video}{block:If250}{Video-250}{/block:If250}{block:If400}{Video-400}{/block:If400}{block:If500}{Video-500}{/block:If500}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:Video}
  609.  
  610. {block:Answer}<div id="ask">{Asker} asked:&nbsp;{Question}</div><p>{Answer}</p>{/block:Answer}
  611.  
  612. <div class="permalink">{block:IndexPage}
  613. {block:If250}<a href="{Permalink}" title="permalink" >{NoteCountWithLabel}</a>{/block:If250}{block:If400}<a href="{Permalink}" title="permalink" >posted {TimeAgo} with {NoteCountWithLabel}</a>{/block:If400}{block:If500}<a href="{Permalink}" title="permalink" >posted {TimeAgo} with {NoteCountWithLabel}</a>{/block:If500}&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank" title="reblog"> ↺ </a> {/block:IndexPage}
  614.  
  615. <div id="info">{block:permalinkpage}
  616. {block:Caption}<div class="caption">{caption}</div>{/block:Caption}<br><br>
  617. {block:Date}{TimeAgo}{/block:Date} - <a href="{Permalink}">
  618. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  619. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:permalinkpage}<br>{block:permalinkpage}<br>{block:HasTags}{block:Tags}&nbsp;&nbsp;&nbsp;&nbsp; ▲ <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div><br><br>{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:permalinkpage}</div> </div></div>{/block:Posts} </div>
  620.  
  621. <div style="bottom:10px;right:10px;z-index:999;position:fixed;"> <a href="http://exorgy.tumblr.com/" > <font color="#494949">Ⓐ</font></a></div>
  622.  
  623.  
  624. </body>
  625. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement