Advertisement
5-1-fan

006 no fade

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