5-1-fan

005 Machine

Mar 31st, 2014
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.83 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 005 MACHINE 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="#f8f8f8" />
  42. <meta name="color:Header" content="#000000" />
  43. <meta name="color:Text" content="#909090" />
  44. <meta name="color:Link" content="#bababa" />
  45. <meta name="color:Link hover" content="#777777" />
  46. <meta name="color:Bold" content="#9e9e9e" />
  47. <meta name="color:Italic" content="#9e9e9e" />
  48. <meta name="color:Underline" content="#9e9e9e" />
  49. <meta name="color:Post title" content="#9e9e9e" />
  50. <meta name="color:Post border" content="#eeeeee" />
  51. <meta name="color:Selection bg" content="#ffffff" />
  52. <meta name="color:Selection text" content="#000000" />
  53. <meta name="color:Scrollbar" content="#b3b3b3" />
  54. <meta name="color:Post bg" content="#ffffff" />
  55. <meta name="color:Blockquote" content="#a4a4a4" />
  56. <meta name="color:Title" content="#ffffff" />
  57. <meta name="color:Title hover" content="#cfcfcf" />
  58. <meta name="color:Description" content="#dadada" />
  59. <meta name="color:Navigation" content="#e3e3e3" />
  60. <meta name="color:Navigation hover" content="#c0c0c0" />
  61. <meta name="color:Permalink" content="#7f7f7f" />
  62.  
  63. <meta name="text:Link 1 URL" content="/ask" />
  64. <meta name="text:Link 1 Title" content="ask" />
  65. <meta name="text:Link 2 URL" content="/" />
  66. <meta name="text:Link 2 Title" content="link 1" />
  67. <meta name="text:Link 3 URL" content="/" />
  68. <meta name="text:Link 3 Title" content="link 2" />
  69. <meta name="text:Link 4 URL" content="/" />
  70. <meta name="text:Link 4 Title" content="link 3" />
  71. <meta name="text:Link 5 URL" content="/" />
  72. <meta name="text:Link 5 Title" content="link 4" />
  73. <meta name="text:Link 6 URL" content="/" />
  74. <meta name="text:Link 6 Title" content="link 5" />
  75.  
  76. <meta name="image:Background" content="" />
  77. <meta name="image:Header" content="https://31.media.tumblr.com/a54acd5216911432bcc42db2688f912b/tumblr_n3c2to3cee1qe8xt9o1_250.png" />
  78.  
  79. <meta name="if:Tiny Cursor" content="1"/>
  80. <meta name="if:250" content="0"/>
  81. <meta name="if:400" content="1"/>
  82. <meta name="if:500" content="0"/>
  83. <meta name="if:Show Tags" content="1"/>
  84. <meta name="if:Show Photo Caption" content="1"/>
  85. <meta name="if:Fadeout" content="0"/>
  86. <meta name="if:Grayscale" content="0"/>
  87.  
  88. <style type="text/css">
  89.  
  90. @font-face {
  91. font-family: "04b03";
  92. src: url('http://static.tumblr.com/5fd89aw/aFUlmf7ca/04b03.ttf');
  93. }
  94.  
  95.  
  96. {block:IfTinyCursor}
  97. body, a {
  98. cursor:url('http://i.imgur.com/2qleX.jpg'), auto
  99. }
  100.  
  101. a:hover {
  102. cursor: url('http://i.imgur.com/IepP2.jpg'), auto;
  103. }
  104. {/block:IfTinyCursor}
  105.  
  106. ::-webkit-scrollbar-thumb{
  107. background-color: {color:Scrollbar};
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. height:6px;
  112. width:3px;
  113. background-color: transparent;
  114. }
  115.  
  116. ::selection {
  117. color:{color:Selection text};
  118. background:{color:Selection bg};
  119. }
  120.  
  121. body {
  122. background:{color:Background};
  123. background-image: url('{image:Background}');
  124. background-repeat:repeat;
  125. background-attachment:fixed;
  126. margin:0;
  127. padding:0;
  128. color:{color:Text};
  129. font-family:Helvetica;
  130. font-size:10px;
  131. line-height:150%;
  132. letter-spacing:1px;
  133. word-spacing:1px;
  134. }
  135.  
  136. img {
  137. height: auto;
  138. {block:If250}
  139. max-width:250px;
  140. {/block:If250}
  141. {block:If400}
  142. max-width:400px;
  143. {/block:If400}
  144. {block:If500}
  145. max-width:500px;
  146. {/block:If500}
  147. {block:IfFadeout}
  148. opacity:.7;
  149. -webkit-transition: all 0.5s ease-in-out;
  150. -moz-transition: all 0.5s ease-in-out;
  151. -o-transition: all 0.5s ease-in-out;
  152. -ms-transition: all 0.5s ease-in-out;
  153. transition: all 0.5s ease-in-out;
  154. {/block:IfFadeout}
  155. {block:IfGrayscale}
  156. -webkit-filter: grayscale(1);
  157. -webkit-transition: all 0.5s ease-in-out;
  158. -moz-transition: all 0.5s ease-in-out;
  159. -o-transition: all 0.5s ease-in-out;
  160. -ms-transition: all 0.5s ease-in-out;
  161. transition: all 0.5s ease-in-out;
  162. {/block:IfGrayscale}
  163. }
  164.  
  165. img:hover {
  166. {block:IfFadeout}
  167. opacity:1;
  168. -webkit-transition: all 0.5s ease-in-out;
  169. -moz-transition: all 0.5s ease-in-out;
  170. -o-transition: all 0.5s ease-in-out;
  171. -ms-transition: all 0.5s ease-in-out;
  172. transition: all 0.5s ease-in-out;
  173. {/block:IfFadeout}
  174. {block:IfGrayscale}
  175. filter: none;
  176. -webkit-filter: grayscale(0);
  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:IfGrayscale}
  183. }
  184.  
  185. iframe {
  186. {block:IfFadeout}
  187. opacity: .7;
  188. filter:alpha(opacity=70);
  189. -moz-opacity: .7;
  190. -khtml-opacity: .7;
  191. -webkit-transition: all 0.5s ease-in-out;
  192. -moz-transition: all 0.5s ease-in-out;
  193. -o-transition: all 0.5s ease-in-out;
  194. -ms-transition: all 0.5s ease-in-out;
  195. transition: all 0.5s ease-in-out;
  196. {/block:IfFadeout}
  197. }
  198.  
  199. iframe:hover{
  200. {block:IfFadeout}
  201. opacity: 1;
  202. filter:alpha(opacity=100);
  203. -moz-opacity: 1;
  204. -khtml-opa-webkit-transition: all 0.5s ease-in-out;
  205. -moz-transition: all 0.5s ease-in-out;
  206. -o-transition: all 0.5s ease-in-out;
  207. -ms-transition: all 0.5s ease-in-out;
  208. transition: all 0.5s ease-in-out;city: 1;
  209. {/block:IfFadeout}
  210. }
  211.  
  212. .photoset {
  213. {block:IfGrayscale}
  214. -webkit-filter: grayscale(100%);
  215. -webkit-transition: all 0.5s ease-in-out;
  216. -moz-transition: all 0.5s ease-in-out;
  217. -o-transition: all 0.5s ease-in-out;
  218. -ms-transition: all 0.5s ease-in-out;
  219. transition: all 0.5s ease-in-out;
  220. {/block:IfGrayscale}
  221. }
  222.  
  223. .photoset:hover {
  224. {block:IfGrayscale}
  225. -webkit-filter: grayscale(0);
  226. -webkit-transition: all 0.5s ease-in-out;
  227. -moz-transition: all 0.5s ease-in-out;
  228. -o-transition: all 0.5s ease-in-out;
  229. -ms-transition: all 0.5s ease-in-out;
  230. transition: all 0.5s ease-in-out;
  231. {/block:IfGrayscale}
  232. }
  233.  
  234. blockquote {
  235. background:transparent;
  236. text-align:left;
  237. padding-left : 10px;
  238. margin-left:10px;
  239. border-left: 1px double {color:Blockquote};
  240. }
  241.  
  242. a:link, a:active, a:visited {
  243. color: {color:Link};
  244. text-decoration: none;
  245. word-spacing:2px;
  246. -webkit-transition: all 0.3s ease-in-out;
  247. -moz-transition: all 0.3s ease-in-out;
  248. -o-transition: all 0.3s ease-in-out;
  249. -ms-transition: all 0.3s ease-in-out;
  250. transition: all 0.3s ease-in-out;
  251. }
  252.  
  253. a:hover {
  254. color: {color:Link hover};
  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. b, strong, .strong {
  263. color:{color:Bold};
  264. font-weight: 700;
  265. }
  266.  
  267. i, em, .em {
  268. color:{color:Italic};
  269. font-style:oblique;
  270. }
  271.  
  272. u, em, .em{
  273. color: {color:Underline};
  274. text-decoration: underline;
  275. }
  276.  
  277. h1 {
  278. font-size:15px;
  279. text-transform:uppercase;
  280. color: {color:Post title};
  281. line-height:150%;
  282. font-family:consolas;
  283. }
  284.  
  285. .posts li, .posts blockquote {
  286. max-width: 100%;
  287. }
  288.  
  289. iframe#tumblr_controls {
  290. top:5px;
  291. right:10px!important;
  292. position:fixed !important;
  293. -webkit-filter: invert(1);
  294. opacity:1;
  295. filter:alpha(opacity=100);
  296. -moz-opacity:1;
  297. }
  298.  
  299. ol.notes {
  300. padding: 0px;
  301. margin: 25px 0px;
  302. list-style-type: none;
  303. text-align:center;
  304. line-height:150%;
  305. }
  306.  
  307. ol.notes li.note {
  308. padding: 10px;
  309. }
  310.  
  311. ol.notes li.note img.avatar {
  312. display:none;
  313. }
  314.  
  315. ol.notes li.note span.action {
  316. font-weight: bold;
  317. }
  318.  
  319. ol.notes li.note .answer_content {
  320. font-weight: normal;
  321. }
  322.  
  323. ol.notes li.note blockquote {
  324. border-color: {color:Blockquote};
  325. padding: 4px 10px;
  326. margin: 10px 0px 0px 25px;
  327. }
  328.  
  329. ol.notes li.note blockquote a {
  330. text-decoration: none;
  331. }
  332.  
  333. #s-m-t-tooltip{
  334. max-width:300px;
  335. z-index:999999;
  336. margin:20px 0px;
  337. padding: 0px 5px 0px 5px ;
  338. text-transform:uppercase;
  339. font-family: "04b03";
  340. font-size:9px;
  341. color:#777777;
  342. text-align:center;
  343. border:1px solid #eee;
  344. background: white;
  345. }
  346.  
  347. #cont {
  348. {block:If250}
  349. width:310px;
  350. {/block:If250}
  351. {block:If400}
  352. width:460px;
  353. {/block:If400}
  354. {block:If500}
  355. width:560px;
  356. {/block:If500}
  357. margin:0 auto;
  358. }
  359.  
  360. #entries {
  361. margin:auto;
  362. margin-top:750px;
  363. text-align:left;
  364. position:absolute;
  365. z-index:99;
  366. }
  367.  
  368. #post {
  369. margin-bottom:150px;
  370. max-width:100%;
  371. {block:If250}
  372. width:250px;
  373. {/block:If250}
  374. {block:If400}
  375. width:400px;
  376. {/block:If400}
  377. {block:If500}
  378. width:500px;
  379. {/block:If500}
  380. height: auto;
  381. word-wrap: break-word;
  382. z-index:9;
  383. border: 1px solid {color:Post border};
  384. padding: 30px;
  385. background:{color:Post bg};
  386. }
  387.  
  388. #info {
  389. {block:If250}
  390. width:250px;
  391. {/block:If250}
  392. {block:If400}
  393. width:400px;
  394. {/block:If400}
  395. {block:If500}
  396. width:500px;
  397. {/block:If500}
  398. color:{color:Text};
  399. text-align:center;
  400. font-family: arial;
  401. font-size:9px;
  402. margin-top:-130px;
  403. border: 1px solid {color:Post border};
  404. padding:33px 30px 30px 30px;
  405. margin-bottom:50px;
  406. background:{color:Post bg};
  407. }
  408.  
  409. .perm, .perm a {
  410. color:{color:Permalink};
  411. text-transform:uppercase;
  412. font-size:8px;
  413. font-family:arial;
  414. }
  415.  
  416. #post .permalink {
  417. margin-top: 35px;
  418. margin-left: -31px;
  419. position: absolute;
  420. text-align:right;
  421. height:auto;
  422. {block:If250}
  423. width:306px;
  424. {/block:If250}
  425. {block:If400}
  426. width:456px;
  427. {/block:If400}
  428. {block:If500}
  429. width:556px;
  430. {/block:If500}
  431. opacity:.5;
  432. letter-spacing:3px;
  433. padding-right:3px;
  434. -webkit-transition: all 0.3s ease-in-out;
  435. -moz-transition: all 0.3s ease-in-out;
  436. -o-transition: all 0.3s ease-in-out;
  437. -ms-transition: all 0.3s ease-in-out;
  438. transition: all 0.3s ease-in-out;
  439. }
  440.  
  441. #post:hover .permalink {
  442. opacity:1;
  443. -webkit-transition: all 0.3s ease-in-out;
  444. -moz-transition: all 0.3s ease-in-out;
  445. -o-transition: all 0.3s ease-in-out;
  446. -ms-transition: all 0.3s ease-in-out;
  447. transition: all 0.3s ease-in-out;
  448. }
  449.  
  450. #ask {
  451. text-align:left;
  452. margin-right:25px;
  453. padding: 19px ;
  454. border:1px solid #eee;
  455. {block:If250}
  456. width:210px;
  457. {/block:If250}
  458. {block:If400}
  459. width:360px;
  460. {/block:If400}
  461. {block:If500}
  462. width:460px;
  463. {/block:If500}
  464. height:auto;
  465. line-height:150%;
  466. }
  467.  
  468. .caption {
  469. text-align:left;
  470. margin-left:3px;
  471. margin-top:10px;
  472. padding-top:5px;
  473. {block:If250}
  474. width:250px;
  475. {/block:If250}
  476. {block:If400}
  477. width:400px;
  478. {/block:If400}
  479. {block:If500}
  480. width:500px;
  481. {/block:If500}
  482. }
  483.  
  484. .quote {
  485. font-size:20px;
  486. max-width:100%;
  487. font-weight:700;
  488. line-height:120%;
  489. }
  490.  
  491. #headcont {
  492. width:600px;
  493. margin:0 auto;
  494. }
  495.  
  496. #head {
  497. position: absolute;
  498. z-index:999;
  499. margin-top:0px;
  500. margin:0 auto;
  501. width:600px;
  502. height:600px;
  503. background:{color:Header};
  504. background-image: url('{image:Header}');
  505. background-repeat:repeat;
  506. }
  507.  
  508. .header {
  509. position: absolute;
  510. width:600px;
  511. height: 140px;
  512. z-index:999;
  513. margin-top:205px;
  514. }
  515.  
  516. .stick {
  517. position: fixed;
  518. z-index:999;
  519. margin-top: 0px;
  520. background:{color:Header};
  521. background-image: url('{image:Header}');
  522. background-repeat:repeat;
  523. }
  524.  
  525. #title {
  526. font-size:50px;
  527. font-family: arial black;
  528. letter-spacing:0px;
  529. word-spacing:1px;
  530. width:600px;
  531. height:auto;
  532. text-align:center;
  533. z-index:9999;
  534. position:absolute;
  535. margin-top:10px;
  536. margin-left:0px;
  537. padding:20px 0px;
  538. }
  539.  
  540. #title a {
  541. color:{color:Title};
  542. -webkit-transition: all 0.3s ease-in-out;
  543. -moz-transition: all 0.3s ease-in-out;
  544. -o-transition: all 0.3s ease-in-out;
  545. -ms-transition: all 0.3s ease-in-out;
  546. transition: all 0.3s ease-in-out;
  547. }
  548.  
  549. #title a:hover {
  550. color:{color:Title hover};
  551. -webkit-transition: all 0.3s ease-in-out;
  552. -moz-transition: all 0.3s ease-in-out;
  553. -o-transition: all 0.3s ease-in-out;
  554. -ms-transition: all 0.3s ease-in-out;
  555. transition: all 0.3s ease-in-out;
  556. }
  557.  
  558. #desc {
  559. position:absolute;
  560. margin-top:75px;
  561. margin-left:0px;
  562. width:400px;
  563. text-align:center;
  564. height:auto ;
  565. z-index:9999;
  566. line-height:150%;
  567. font-family: Arial;
  568. letter-spacing:1px;
  569. word-spacing:2px;
  570. font-size:9px;
  571. color:{color:Description};
  572. padding:0px 100px;
  573. }
  574.  
  575. #navi {
  576. text-align:center;
  577. position:absolute;
  578. margin-top:110px;
  579. margin-left:0px;
  580. width:600px;
  581. z-index:9999;
  582. font-size:10px;
  583. text-transform:lowercase;
  584. font-style:italic;
  585. font-size:10px;
  586. font-family:baskerville;
  587. }
  588.  
  589. #navi a {
  590. color:{color:Navigation};
  591. -webkit-transition: all 0.3s ease-in-out;
  592. -moz-transition: all 0.3s ease-in-out;
  593. -o-transition: all 0.3s ease-in-out;
  594. -ms-transition: all 0.3s ease-in-out;
  595. transition: all 0.3s ease-in-out;
  596. }
  597.  
  598. #navi a:hover {
  599. color:{color:Navigation Hover};
  600. -webkit-transition: all 0.3s ease-in-out;
  601. -moz-transition: all 0.3s ease-in-out;
  602. -o-transition: all 0.3s ease-in-out;
  603. -ms-transition: all 0.3s ease-in-out;
  604. transition: all 0.3s ease-in-out;
  605. }
  606.  
  607.  
  608. {CustomCSS}
  609. </style>
  610. </head>
  611. <body>
  612. <div id="headcont"><div id="head"></div><div class="header">
  613. <div id="title"><a href="/">{Title}</a></div>
  614. <div id="desc">{Description}</div><div id="navi">
  615. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" > ⇦&nbsp;&nbsp; </a>{block:PreviousPage}{/block:Pagination}
  616. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Title}&nbsp;&nbsp;</a>{/block:ifLink1URL}
  617. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Title}&nbsp;&nbsp;</a>{/block:ifLink2URL}
  618. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Title}&nbsp;&nbsp;</a>{/block:ifLink3URL}
  619. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Title}&nbsp;&nbsp;</a>{/block:ifLink4URL}
  620. {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 Title}&nbsp;&nbsp;</a>{/block:ifLink5URL}
  621. {block:ifLink6URL}<a href="{text:Link 6 URL}">{text:Link 6 Title}</a>{/block:ifLink6URL}
  622. {block:Pagination}{block:NextPage}<a href="{NextPage}" > &nbsp;&nbsp;⇨ </a>{/block:NextPage}{/block:Pagination}
  623. </div></div></div>
  624. <script>
  625. var header = document.querySelector('.header');
  626. var origOffsetY = header.offsetTop;
  627. function onScroll(e) {
  628. window.scrollY >= origOffsetY ? header.classList.add('stick') :
  629. header.classList.remove('stick');
  630. }
  631. document.addEventListener('scroll', onScroll);
  632. </script>
  633.  
  634. <div id="cont"><div id="entries">{block:Posts}
  635.  
  636. {block:ContentSource}<!--- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  637. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  638.  
  639. <div id="post">{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  640.  
  641. {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}
  642.  
  643. <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>
  644.  
  645. {block:Quote}<div class="quote">"{Quote}"</div><p>{block:Source}&nbsp;&nbsp;&nbsp;&mdash;&nbsp;{Source}</p>{/block:Source}{/block:Quote}
  646.  
  647. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  648.  
  649. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  650.  
  651. {block:Audio}<center>{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}<br>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} - {Artist}{/block:Artist}</center>{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Audio}
  652.  
  653. {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}
  654.  
  655. {block:Answer}<div id="ask">{Asker} asked:&nbsp;{Question}</div><br><p>{Answer}</p>{/block:Answer}
  656.  
  657. {block:IndexPage}<div class="permalink"><div class="perm">{block:IfNot250}<a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}</a>{/block:IfNot250}{block:If250}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:If250}{block:IfShowTags}{block:HasTags}&nbsp;&nbsp;&nbsp;<span title="{block:Tags}#{Tag} {/block:Tags}">TAGS</span>{/block:HasTags}{/block:IfShowTags}&nbsp;&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  658.  
  659. {block:permalinkpage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:permalinkpage} </div>
  660.  
  661. {block:PermalinkPagination}{block:permalinkpage}<div id="info">
  662. Posted {block:Date}{TimeAgo}{/block:Date} with {NoteCountWithLabel} <br><br>
  663. {block:RebloggedFrom}via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br><br>
  664. {block:HasTags}{block:Tags}<a href="{TagURL}"> &nbsp;{Tag}&nbsp; </a>{/block:Tags}{/block:HasTags}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:permalinkpage}{/block:PermalinkPagination}
  665.  
  666. {/block:Posts}</div></div>
  667.  
  668. <div style="bottom:10px;right:10px;z-index:999;position:fixed;"> <a href="http://exorgy.tumblr.com/" > <font color="#494949">Ⓐ</font></a></div>
  669.  
  670.  
  671. </body>
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment