Jyuubi

[Theme] → #28 Kinjiraeta Ai

Aug 19th, 2012
14,477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.52 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #28 KINJIRAETA AI
  10. jyuubi.org | manatopia.org
  11.  
  12. --RULES--
  13. 1) DO NOT REMOVE CREDIT.
  14. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  15. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  16. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  17. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW UNLESS PROVIDED.
  18. -->
  19.  
  20. <meta name="color:BackgroundM" content="#ffffff">
  21.  
  22. <meta name="color:Header Background" content="#ebebeb">
  23. <meta name="color:Header Text" content="#373737">
  24.  
  25. <meta name="color:Description Text" content="#373737">
  26. <meta name="color:Description Bold" content="#252525">
  27. <meta name="color:Description Italic" content="#686868">
  28. <meta name="color:Description Link" content="#909090">
  29.  
  30. <meta name="color:Navigation Background" content="#656565">
  31. <meta name="color:Navigation Text" content="#ffffff">
  32. <meta name="color:Navigation Background Hover" content="#595959">
  33. <meta name="color:Navigation Text Hover" content="#ffffff">
  34.  
  35. <meta name="color:Post Wrap" content="#f1f1f1">
  36. <meta name="color:Entry Background" content="#f8f8f8">
  37. <meta name="color:Entry Text" content="#434343">
  38. <meta name="color:Entry Bold" content="#252525">
  39. <meta name="color:Entry Italic" content="#686868">
  40. <meta name="color:Entry Link" content="#909090">
  41. <meta name="color:Entry Titles" content="#5d5d5d">
  42.  
  43. <meta name="color:Question Background" content="#ffffff">
  44.  
  45. <meta name="color:Stats Text" content="#919191">
  46. <meta name="color:Stats Link" content="#6b6b6b">
  47. <meta name="color:Stats Border" content="#d6d6d6">
  48.  
  49. <meta name="image:BackgroundM" content="http://static.tumblr.com/ljotsrb/BuEm911a7/kaibg.png">
  50. <meta name="image:HeaderM" content="">
  51. <meta name="image:Sidebar" content="http://static.tumblr.com/ljotsrb/fPcm911at/kaiside.png">
  52.  
  53. <meta name="if:Infinite Scroll" content="0">
  54. <meta name="if:Show Captions" content="0">
  55. <meta name="if:Show Tags" content="1">
  56. <meta name="if:Reblog Link" content="1">
  57. <meta name="if:Popup Ask Box" content="0">
  58. <meta name="if:Monochrome Images" content="1">
  59. <meta name="if:Faded Images" content="1">
  60. <meta name="if:Faded Description" content="1">
  61. <meta name="if:Extra Links" content="0">
  62.  
  63. <meta name="text:Header" content="kinjiraeta ai">
  64. <meta name="text:Ask Box" content="yourbloghere.tumblr.com">
  65.  
  66. <meta name="text:Link 1" content="">
  67. <meta name="text:URL 1" content="">
  68. <meta name="text:Link 2" content="">
  69. <meta name="text:URL 2" content="">
  70. <meta name="text:Link 3" content="">
  71. <meta name="text:URL 3" content="">
  72. <meta name="text:Link 4" content="">
  73. <meta name="text:URL 4" content="">
  74. <meta name="text:Link 5" content="">
  75. <meta name="text:URL 5" content="">
  76. <meta name="text:Link 6" content="">
  77. <meta name="text:URL 6" content="">
  78. <meta name="text:Link 7" content="">
  79. <meta name="text:URL 7" content="">
  80. <meta name="text:Link 8" content="">
  81. <meta name="text:URL 8" content="">
  82.  
  83. <head>
  84. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  85. <title>{Title}</title>
  86. <link rel="shortcut icon" href="{Favicon}">
  87. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  88. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  89.  
  90. <style type="text/css">
  91. /* BODY */
  92. body {
  93. background-image: url("{image:BackgroundM}");
  94. background-attachment: fixed;
  95. background-color: {color:BackgroundM};
  96. margin: 0;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:vertical {
  100. background-color: {color:Entry Bold};
  101. height: 50px;
  102. }
  103.  
  104. ::-webkit-scrollbar {
  105. height: 10px;
  106. width: 5px;
  107. background-color: {color:Post Wrap};
  108. }
  109.  
  110. /* SIDEBAR */
  111. #navigation {
  112. width: 500px;
  113. position: fixed;
  114. text-align: center;
  115. top: 190px;
  116. z-index: 999;
  117. }
  118.  
  119. #navigation a {
  120. background-color: {color:Navigation Background};
  121. display: inline-block;
  122. width: 75px;
  123. height: 15px;
  124. font-family: calibri;
  125. font-size: 8px;
  126. color: {color:Navigation Text};
  127. text-transform: uppercase;
  128. text-decoration: none;
  129. text-align: center;
  130. line-height: 15px;
  131. letter-spacing: 1px;
  132. -webkit-transition: all 0.5s ease-in-out;
  133. -moz-transition: all 0.5s ease-in-out;
  134. -o-transition: all 0.5s ease-in-out;
  135. -ms-transition: all 0.5s ease-in-out;
  136. transition: all 0.5s ease-in-out;
  137. }
  138.  
  139. #navigation a:hover {
  140. background-color: {color:Navigation Background Hover};
  141. color: {color:Navigation Text Hover};
  142. }
  143.  
  144. #headerbg {
  145. background-image: url("{image:HeaderM}");
  146. background-attachment: fixed;
  147. background-color: {color:Header Background};
  148. position: fixed;
  149. width: 100%;
  150. height: 100px;
  151. left: 0;
  152. top: 210px;
  153. }
  154.  
  155. #headertext {
  156. font-family: georgia;
  157. font-size: 26px;
  158. color: {color:Header Text};
  159. font-style: italic;
  160. letter-spacing: 2px;
  161. position: fixed;
  162. top: 245px;
  163. width: 500px;
  164. text-align: center;
  165. z-index: 888;
  166. }
  167.  
  168. #hoverdesc {
  169. {block:IfFadedDescription}opacity: .1;{/block:IfFadedDescription}
  170. position: absolute;
  171. font-family: georgia;
  172. font-size: 12px;
  173. color: {color:Description Text};
  174. text-align: center;
  175. line-height: 10px;
  176. margin-top: -180px;
  177. width: 250px;
  178. height: 150px;
  179. margin-left: 125px;
  180. letter-spacing: 0px;
  181. z-index: 888;
  182. -webkit-transition: all 1s ease;
  183. -moz-transition: all 1s ease;
  184. -o-transition: all 1s ease;
  185. }
  186.  
  187. #hoverdesc b, strong {
  188. color: {color:Description Bold};
  189. }
  190.  
  191. #hoverdesc i, em {
  192. color: {color:Description Italic};
  193. }
  194.  
  195. #hoverdesc a {
  196. color: {color:Description Link};
  197. text-decoration: none;
  198. }
  199.  
  200. #headertext:hover #hoverdesc {
  201. opacity: 1;
  202. }
  203.  
  204. #sideimage {
  205. background-color: {color:Header Background};
  206. position: fixed;
  207. width: 220px;
  208. top: 310px;
  209. left: 140px;
  210. -moz-border-radius: 0px 0px 40px 40px;
  211. -webkit-border-radius: 0px 0px 40px 40px;
  212. border-radius: 0px 0px 40px 40px;
  213. text-align: center;
  214. padding-bottom: 5px;
  215. }
  216.  
  217. #sideimage img {
  218. max-width: 200px;
  219. -moz-border-radius: 0px 0px 40px 40px;
  220. -webkit-border-radius: 0px 0px 40px 40px;
  221. border-radius: 0px 0px 40px 40px;
  222. }
  223.  
  224. #leftpage {
  225. position: fixed;
  226. left: 50px;
  227. top: 320px;
  228. z-index: 999;
  229. }
  230.  
  231. #leftpage a {
  232. color: {color:Description Link};
  233. font-family: georgia;
  234. font-size: 70px;
  235. text-decoration: none;
  236. }
  237.  
  238. #rightpage {
  239. position: fixed;
  240. left: 405px;
  241. top: 320px;
  242. z-index: 999;
  243. }
  244.  
  245. #rightpage a {
  246. color: {color:Description Link};
  247. font-family: georgia;
  248. font-size: 70px;
  249. text-decoration: none;
  250. }
  251.  
  252. /* POP-UP */
  253. #fade {
  254. display: none;
  255. background: #000;
  256. position: fixed;
  257. left: 0;
  258. top: 0;
  259. width: 100%;
  260. height: 100%;
  261. opacity: .80;
  262. z-index: 9999;
  263. }
  264.  
  265. .popup_block{
  266. display: none;
  267. background: {color:Entry Background};
  268. padding: 20px;
  269. float: left;
  270. position: fixed;
  271. top: 50%;
  272. left: 50%;
  273. z-index: 99999;
  274. }
  275.  
  276. img.btn_close {
  277. float: right;
  278. margin: -55px -55px 0 0;
  279. }
  280.  
  281. *html #fade {
  282. position: absolute;
  283. }
  284.  
  285. *html .popup_block {
  286. position: absolute;
  287. }
  288.  
  289. #links a.extra {
  290. background-color: {color:Navigation Background};
  291. display: inline-block;
  292. width: 97px;
  293. height: 25px;
  294. line-height: 25px;
  295. font-family: calibri;
  296. font-size: 8px;
  297. color: {color:Navigation Text};
  298. text-decoration: none;
  299. text-transform: uppercase;
  300. letter-spacing: 1px;
  301. text-align: center;
  302. margin-bottom: 5px;
  303. -webkit-transition: all 0.5s ease-in-out;
  304. -moz-transition: all 0.5s ease-in-out;
  305. -o-transition: all 0.5s ease-in-out;
  306. -ms-transition: all 0.5s ease-in-out;
  307. transition: all 0.5s ease-in-out;
  308. }
  309.  
  310. #links a.extra:hover {
  311. background-color: {color:Navigation Background Hover};
  312. color: {color:Navigation Text Hover};
  313. }
  314.  
  315. /* POSTS/ENTRIES */
  316. #postwrap {
  317. background-color: {color:Post Wrap};
  318. position: fixed;
  319. height: 100%;
  320. width: 530px;
  321. left: 505px;
  322. }
  323.  
  324. #posts {
  325. top: 10px;
  326. position: relative;
  327. }
  328.  
  329. .posts {
  330. background-color: {color:Entry Background};
  331. width: 500px;
  332. border: 10px solid {color:Entry Background};
  333. overflow: hidden;
  334. margin-left: 510px;
  335. position: relative;
  336. z-index: 999px;
  337. margin-bottom: 3px;
  338. font-family: calibri;
  339. font-size: 14px;
  340. color: {color:Entry Text};
  341. text-align: justify;
  342. }
  343.  
  344. .posts b, strong {
  345. color: {color:Entry Bold};
  346. }
  347.  
  348. .posts i, em {
  349. color: {color:Entry Italic};
  350. }
  351.  
  352. .posts a {
  353. color: {color:Entry Link};
  354. text-decoration: none;
  355. }
  356.  
  357. .posts h1 {
  358. font-family: georgia;
  359. font-size: 20px;
  360. color: {color:Entry Titles};
  361. font-weight: normal;
  362. font-style: italic;
  363. letter-spacing: 1px;
  364. text-transform: lowercase;
  365. margin-bottom: -5px;
  366. }
  367.  
  368. .posts blockquote {
  369. border-left: 5px solid {color:Entry Italic};
  370. padding-left: 5px;
  371. margin-left: 10px;
  372. }
  373.  
  374. /* IMAGES */
  375. .posts img {
  376. {block:IfFadedImages}opacity: .8;{/block:IfFadedImages}
  377. {block:IfMonochromeImages}-webkit-filter: grayscale(1);{/block:IfMonochromeImages}
  378. -webkit-transition: all 0.5s ease-in-out;
  379. -moz-transition: all 0.5s ease-in-out;
  380. -o-transition: all 0.5s ease-in-out;
  381. -ms-transition: all 0.5s ease-in-out;
  382. transition: all 0.5s ease-in-out;
  383. }
  384.  
  385. .posts img:hover {
  386. opacity: 1;
  387. filter: none;
  388. -webkit-filter: grayscale(0);
  389. -webkit-transition: all 0.5s ease-in-out;
  390. -moz-transition: all 0.5s ease-in-out;
  391. -o-transition: all 0.5s ease-in-out;
  392. -ms-transition: all 0.5s ease-in-out;
  393. transition: all 0.5s ease-in-out;
  394. }
  395.  
  396. .photo {
  397. {block:IfFadedImages}opacity: .8;{/block:IfFadedImages}
  398. {block:IfMonochromeImages}-webkit-filter: grayscale(1);{/block:IfMonochromeImages}
  399. -webkit-transition: all 0.5s ease-in-out;
  400. -moz-transition: all 0.5s ease-in-out;
  401. -o-transition: all 0.5s ease-in-out;
  402. -ms-transition: all 0.5s ease-in-out;
  403. transition: all 0.5s ease-in-out;
  404. }
  405.  
  406. .photo:hover {
  407. opacity: 1;
  408. filter: none;
  409. -webkit-filter: grayscale(0);
  410. -webkit-transition: all 0.5s ease-in-out;
  411. -moz-transition: all 0.5s ease-in-out;
  412. -o-transition: all 0.5s ease-in-out;
  413. -ms-transition: all 0.5s ease-in-out;
  414. transition: all 0.5s ease-in-out;
  415. }
  416.  
  417. /* QUOTE */
  418. .posts h2 {
  419. font-family: georgia;
  420. font-size: 11px;
  421. color: {color:Entry Titles};
  422. font-weight: normal;
  423. font-style: italic;
  424. letter-spacing: 2px;
  425. }
  426.  
  427. .quote {
  428. font-family: georgia;
  429. font-size: 20px;
  430. color: {color:Entry Bold};
  431. float: left;
  432. margin-top: 2px;
  433. }
  434.  
  435. /* AUDIO */
  436. .audio img {
  437. max-width: 70px;
  438. float: left;
  439. margin-right: 5px;
  440. }
  441.  
  442. .player {
  443. background-color: #e4e4e4;
  444. padding: 10px;
  445. height: 27px;
  446. width: 405px;
  447. margin-left: 75px;
  448. }
  449.  
  450. /* STATISTICS */
  451. .stats {
  452. border-top: 1px solid {color:Stats Border};
  453. margin-bottom: 20px;
  454. font-family: georgia;
  455. font-size: 9px;
  456. color: {color:Stats Text};
  457. font-style: italic;
  458. text-transform: lowercase;
  459. width: 520px;
  460. margin-left: 510px;
  461. letter-spacing: 1px;
  462. }
  463.  
  464. .stats a {
  465. color: {color:Stats Link};
  466. text-decoration: none;
  467. }
  468.  
  469. /* PERMALINK PAGE */
  470. .permalink {
  471. font-family: calibri;
  472. font-size: 11px;
  473. color: {color:Entry Text};
  474. text-transform: lowercase;
  475. text-align: center;
  476. width: 520px;
  477. margin-left: 510px;
  478. position: relative;
  479. z-index: 999px;
  480. }
  481.  
  482. .permalink b {
  483. color: {color:Entry Bold};
  484. font-weight: normal;
  485. }
  486.  
  487. #date {
  488. color: {color:Entry Italic};
  489. }
  490.  
  491. .permalink a {
  492. color: {color:Entry Link};
  493. text-decoration: none;
  494. }
  495.  
  496. ol.notes {
  497. padding: 0px;
  498. margin: 15px 0px;
  499. list-style-type: none;
  500. background: transparent;
  501. border: 0px;
  502. letter-spacing: 0px;
  503. text-transform: lowercase;
  504. }
  505.  
  506. ol.notes li.note {
  507. padding: 1px;
  508. text-align: left;
  509. letter-spacing: 0px;
  510. text-transform: lowercase;
  511. }
  512.  
  513. .notes img{
  514. width: 8px;
  515. position: relative;
  516. top: 1px;
  517. opacity: .7;
  518. -moz-border-radius: 8px;
  519. -webkit-border-radius: 8px;
  520. border-radius: 8px;
  521. }
  522.  
  523. /* CREDIT */
  524. #credit {
  525. position: fixed;
  526. bottom: 5px;
  527. right: 5px;
  528. font-family: calibri;
  529. font-size: 8px;
  530. text-transform: uppercase;
  531. z-index: 999;
  532. }
  533.  
  534. #credit a {
  535. color: {color:Description Link};
  536. text-decoration: none;
  537. }
  538.  
  539. /* FOLLOW CODE */
  540. iframe#tumblr_controls {
  541. right:3px !important;
  542. position: fixed !important;
  543. -webkit-transition: opacity 0.7s linear;
  544. opacity: 0.2;
  545. -webkit-transition: all 0.8s ease-out;
  546. -moz-transition: all 0.8s ease-out;
  547. transition: all 0.8s ease-out;
  548. }
  549.  
  550. iframe#tumblr_controls:hover {
  551. -webkit-transition: opacity 0.7s linear;
  552. opacity: 1;
  553. -webkit-transition: all 0.4s ease-out;
  554. -moz-transition: all 0.4s ease-out;
  555. transition: all 0.4s ease-out;
  556. }
  557.  
  558. {CustomCSS}
  559. </style>
  560. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  561. <script>
  562. $(document).ready(function() {
  563. //
  564. //When you click on a link with class of poplight and the href starts with a #
  565. $('a.poplight[href^=#]').click(function() {
  566. var popID = $(this).attr('rel'); //Get Popup Name
  567. var popURL = $(this).attr('href'); //Get Popup href to define size
  568. //Pull Query & Variables from href URL
  569. var query= popURL.split('?');
  570. var dim= query[1].split('&');
  571. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  572. //Fade in the Popup and add close button
  573. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://s5.postimage.org/ypgcl25pv/close.png" class="btn_close" title="Close Window" alt="Close" style="background-color: #f1f1f1; padding: 2px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;" /></a>');
  574. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  575. var popMargTop = ($('#' + popID).height() + 80) / 2;
  576. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  577. //Apply Margin to Popup
  578. $('#' + popID).css({
  579. 'margin-top' : -popMargTop,
  580. 'margin-left' : -popMargLeft
  581. });
  582. //Fade in Background
  583. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  584. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  585. return false;
  586. });
  587. //Close Popups and Fade Layer
  588. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  589. $('#fade , .popup_block').fadeOut(function() {
  590. $('#fade, a.close').remove(); //fade them both out
  591. });
  592. return false;
  593. });
  594. });
  595. </script>
  596. {block:IfInfiniteScroll}
  597. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  598. {/block:IfInfiniteScroll}
  599. </head>
  600. <body>
  601.  
  602. <div id="navigation"><a href="/">main page</a> {block:IfNotPopupAskBox}<a href="/ask">message</a>{/block:IfNotPopupAskBox} {block:IfPopupAskBox}<a href="#?w=400" rel="message" class="poplight">message</a>{/block:IfPopupAskBox} <a href="/archive">archive</a> {block:IfExtraLinks}<a href="#?w=400" rel="links" class="poplight">+ more</a>{/block:IfExtraLinks} {block:IfNotExtraLinks}<a href="http://jyuubi.org" target="_blank">credit</a>{/block:IfNotExtraLinks}</div>
  603. <div id="headerbg"></div>
  604. <div id="headertext">
  605. {text:Header}
  606. <div id="hoverdesc">{Description}</div>
  607. </div>
  608. </div>
  609. <div id="sideimage"><img src="{image:Sidebar}" alt=""></div>
  610. {block:IfNotInfiniteScroll}<div id="leftpage">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}</div> <div id="rightpage">{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div>{/block:IfNotInfiniteScroll}
  611.  
  612. <div id="links" class="popup_block">
  613. {block:HasPages}
  614. {block:Pages}<a class="extra" href="{URL}">{Label}</a>&nbsp;{/block:Pages}
  615. {/block:HasPages}
  616. {block:IfLink1}<a class="extra" href="{text:URL 1}">{text:Link 1}</a>{/block:IfLink1}
  617. {block:IfLink2}<a class="extra" href="{text:URL 2}">{text:Link 2}</a>{/block:IfLink2}
  618. {block:IfLink3}<a class="extra" href="{text:URL 3}">{text:Link 3}</a>{/block:IfLink3}
  619. {block:IfLink4}<a class="extra" href="{text:URL 4}">{text:Link 4}</a>{/block:IfLink4}
  620. {block:IfLink5}<a class="extra" href="{text:URL 5}">{text:Link 5}</a>{/block:IfLink5}
  621. {block:IfLink6}<a class="extra" href="{text:URL 6}">{text:Link 6}</a>{/block:IfLink6}
  622. {block:IfLink7}<a class="extra" href="{text:URL 7}">{text:Link 7}</a>{/block:IfLink7}
  623. {block:IfLink8}<a class="extra" href="{text:URL 8}">{text:Link 8}</a>{/block:IfLink8}
  624. </div>
  625.  
  626. <div id="message" class="popup_block">
  627. <iframe frameborder="0" scrolling="no" width="100%" height="149" src="http://www.tumblr.com/ask_form/{text:Ask Box}" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  628. </div>
  629.  
  630. <div id="postwrap"></div>
  631. <div id="posts">
  632.  
  633. {block:Posts}
  634.  
  635. <div class="posts">
  636.  
  637. {block:Text}
  638. {block:Title}<h1>{Title}</h1>{/block:Title}
  639. {Body}
  640. {/block:Text}
  641.  
  642. {block:Photo}
  643. <center>{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div>{LinkCloseTag}</center>
  644. {block:IfHighResLink}{block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution &rarr;</a></font>{/block:HighRes}{/block:IfHighResLink}
  645. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  646. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  647. {Caption}
  648. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  649. {/block:Photo}
  650.  
  651. {block:Photoset}
  652. <div class="photo">{Photoset-500}</div>
  653. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  654. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  655. {Caption}
  656. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  657. {/block:Photoset}
  658.  
  659. {block:Quote}
  660. <div class="quote">&#10077;</div>
  661. <h2>{Quote}</h2>
  662. {block:Source}<p align="right">{Source}</p>{/block:Source}
  663. {/block:Quote}
  664.  
  665. {block:Link}
  666. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  667. {block:Description}{Description}{/block:Description}
  668. {/block:Link}
  669.  
  670. {block:Chat}
  671. {block:Title}<h1>{Title}</h1>{/block:Title}
  672. {block:Lines}
  673. {block:Label}
  674. <b>{Label}</b>
  675. {/block:Label}
  676. {Line}<br />
  677. {/block:Lines}
  678. {/block:Chat}
  679.  
  680. {block:Audio}
  681. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  682. <div class="player">{AudioPlayerGrey}</div>
  683. <div style="font-size: 14px; margin-top: 5px; margin-left: 10px;">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}</div>
  684. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  685. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  686. {Caption}
  687. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  688. {/block:Audio}
  689.  
  690. {block:Video}
  691. {Video-400}
  692. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  693. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  694. {Caption}
  695. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  696. {/block:Video}
  697.  
  698. {block:Answer}
  699. <table>
  700. <tr><td colspan="3" width="500px" style="padding:8px; text-align:center; background-color:{color:Question Background};">{Question}</td></tr>
  701. <tr>
  702. <td width="190" style="text-align:right; font-size:30px;"><div style="position:relative; margin-top:-18px; margin-left:35px; color:{color:Question Background};">&#9701;</div></td>
  703. <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  704. <td width="180"style="text-align:left; padding-left:2px; font-family:calibri; font-size:10px; letter-spacing:0px; text-transform:uppercase;">{Asker}</td>
  705. </tr>
  706. </table>
  707. {Answer}
  708. {/block:Answer}
  709. </div>
  710.  
  711. {block:IndexPage}<div class="stats">
  712. posted <a href="{Permalink}">{TimeAgo}</a>
  713. {block:NoteCount} &middot; with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}&middot; <a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  714. {block:IfReblogLink} &middot; <a href="{ReblogURL}">Reblog</a>{/block:IfReblogLink}</a>
  715. {block:IfShowTags}{block:HasTags}<br />Tags &raquo;&nbsp;&nbsp;{block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  716. </div>{/block:IndexPage}
  717.  
  718. {block:PermalinkPage}
  719. <div class="permalink">
  720. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  721. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  722. {block:PostNotes}
  723. {PostNotes}
  724. {/block:PostNotes}
  725. </div>
  726. {/block:PermalinkPage}
  727.  
  728. {/block:Posts}
  729.  
  730. </div>
  731.  
  732. <!-- DO NOT REMOVE BELOW UNLESS MOVING TO CREDITS PAGE -->
  733. {block:IfExtraLinks}<div id="credit"><a href="http://jyuubi.org" target="_blank">jyuubi.org</a></div>{/block:IfExtraLinks}
  734.  
  735. </body>
  736. </html>
Advertisement
Add Comment
Please, Sign In to add comment