5-1-fan

007 Tao Zi

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