ILikeMochiCx

Kyourai - Theme #8

Mar 29th, 2013
4,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.22 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">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6.  
  7.  
  8. <!--
  9. ___________________________________________________________________________
  10.  
  11. you may customize this theme as much as you want,
  12. just don't remove any credit or steal my theme, ok?
  13. i'll hunt you down if you do. =u=
  14.  
  15. Theme #8 - Kyourai
  16. By: hajimeii.tumblr.com
  17.  
  18. ___________________________________________________________________________
  19.  
  20. -->
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. {block:Description}<meta name="description" content="{MetaDescription}" />
  26. {/block:Description}
  27.  
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:Sidebar" content=""/>
  30. <meta name="image:Ask Icon" content="http://static.tumblr.com/d703b05f57dccfc006cbb58ac26b1a67/z4uvtpt/E3imk830m/tumblr_static_1338348255_mail_small.png"/>
  31. <meta name="image:Archive Icon" content="http://static.tumblr.com/ab802d5a3a8ed0edb0a7da9111084571/z4uvtpt/jncmk8316/tumblr_static_1338348302_calendar-small.png"/>
  32. <meta name="image:Custom Link 1 Icon" content="http://static.tumblr.com/5db4bd36aee7169a8a7d1bf2b2632794/z4uvtpt/6cOmk82yz/tumblr_static_1338348159_tag_small.png"/>
  33. <meta name="image:Custom Link 2 Icon" content="http://static.tumblr.com/1651b8681c4cf804f66b0f343dca2f9a/z4uvtpt/sKNmk82zc/tumblr_static_1338348131_pin-small.png"/>
  34.  
  35. <meta name="color:Background" content="#ffffff"/>
  36. <meta name="color:Bold" content="#bfecd9"/>
  37. <meta name="color:Posts Background" content="#ffffff"/>
  38. <meta name="color:Posts Border" content="#f8f8f8"/>
  39. <meta name="color:Text" content="#000000"/>
  40. <meta name="color:Link" content="#aaaaaa"/>
  41. <meta name="color:Link Hover" content="#ffffff"/>
  42. <meta name="color:Blockquote" content="#aaaaaa"/>
  43. <meta name="color:First Letter Background" content="#bfecd9"/>
  44. <meta name="color:First Letter" content="#ffffff"/>
  45.  
  46. <meta name="text:Link 1 URL" content=""/>
  47. <meta name="text:Link 1" content=""/>
  48. <meta name="text:Link 2 URL" content=""/>
  49. <meta name="text:Link 2" content=""/>
  50.  
  51. <meta name="if:250px Posts" content=""/>
  52. <meta name="if:400px Posts" content="1"/>
  53. <meta name="if:Infinite Scroll" content="1"/>
  54.  
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar {width: 4px; height: auto; background-color:{color:Background};}
  60. ::-webkit-scrollbar-thumb {background-color:{color:Link};}
  61.  
  62. h1{
  63. font-family:georgia;
  64. font-style:italic;
  65. color:{color:Bold};
  66. }
  67.  
  68. h2{
  69. font-family:georgia;
  70. font-style:italic;
  71. color:{color:Bold};
  72. }
  73.  
  74. b,strong{
  75. font-weight:heavy;
  76. color:{color:Bold};
  77. }
  78.  
  79. body {
  80. font-family:trebuchet ms;
  81. font-size:9px;
  82. color:{color:Text};
  83. background:{color:Background} url('{image:Background}') fixed repeat center;
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. -moz-outline-style:none;
  90. color:{color:Link};
  91. cursor:help;
  92. -webkit-transition: all 0.5s ease-in-out;
  93. -moz-transition: all 0.5s ease-in-out;
  94. -o-transition: all 0.5s ease-in-out;
  95. -ms-transition: all 0.5s ease-in-out;
  96. transition: all 0.5s ease-in-out;
  97. }
  98.  
  99. a:visited{
  100. color:{color:Link};
  101. }
  102.  
  103. a:hover{
  104. color:{color:Link Hover};
  105. }
  106.  
  107. b,strong{
  108. color:{color:bold};
  109. }
  110.  
  111. i,italic{
  112. color:{color:italic};
  113. }
  114.  
  115. blockquote{
  116. padding-left:5px;
  117. border-left:3px solid {color:Blockquote};
  118. }
  119.  
  120. #desc{
  121. color:{color:Text};
  122. font:9px calibri;
  123. margin-top:5px;
  124. letter-spacing:2px;
  125. text-align:center;
  126. padding-bottom:2px;
  127. }
  128.  
  129. #desc:first-letter{
  130. width:23px;
  131. height:21px;
  132. padding:5px;
  133. margin-right:6px;
  134. float:left;
  135. background-color:{color:First Letter Background};
  136. color:{color:First Letter};
  137. font:24px times;
  138. line-height:22px;
  139. text-transform:uppercase;
  140. }
  141.  
  142. #sidebar{
  143. width:150px;
  144. position:fixed;
  145. top:100px;
  146. padding:2px;
  147. margin-left:160px;
  148. }
  149.  
  150. #img img{
  151. width:150px;
  152. height:400px;
  153. -webkit-transition: all 0.5s ease-in-out;
  154. -moz-transition: all 0.5s ease-in-out;
  155. -o-transition: all 0.5s ease-in-out;
  156. -ms-transition: all 0.5s ease-in-out;
  157. transition: all 0.5s ease-in-out;
  158. }
  159.  
  160. #img img:hover{
  161. filter: url(filters.svg#grayscale);
  162. filter: gray;
  163. -webkit-filter: grayscale(1);
  164. border-radius:7px;
  165. }
  166.  
  167. #title{
  168. font-family:georgia;
  169. font-style:italic;
  170. font-size:24px;
  171. width:auto;
  172. margin-left:0px;
  173. padding-bottom:2px;
  174. border-bottom:1px dashed #eee;
  175. text-align:center;
  176. }
  177.  
  178. #content{
  179. padding-left:10px;
  180. padding-bottom:10px;
  181. padding-top:10px;
  182. overflow:hidden;
  183. {block:if250pxPosts}
  184. width:550px;
  185. {/block:if250pxPosts}
  186. {block:if400pxPosts}
  187. width:450px;
  188. {/block:if400pxPosts}
  189. margin-left:350px;
  190. {block:permalinkpage}width:550px;{/block:permalinkpage}
  191. }
  192.  
  193. .entry{
  194. margin:5px 4px 5px 4px;
  195. float:left;
  196. overflow:hidden;
  197. background:{color:Posts Background};
  198. padding:15px;
  199. border:1px solid {color:Posts Border};
  200. {block:indexpage}
  201. {block:if250pxPosts}
  202. width:250px;
  203. {/block:if250pxPosts}
  204. {block:if400pxPosts}
  205. width:400px;
  206. {/block:if400pxPosts}
  207. {/block:indexpage}
  208. {block:permalinkpage}
  209. width:500px;
  210. {/block:permalinkpage}
  211. }
  212.  
  213. .pagination {
  214. display: none;
  215. }
  216.  
  217. #pagination{
  218. position:fixed;
  219. left:230px;
  220. bottom:-10px;
  221. }
  222.  
  223. #la{
  224. {block:indexpage}
  225. position:relative;
  226. background:#f3f3f3;
  227. color:#aaa;
  228. {block:if250pxPosts}
  229. width:280px;
  230. {/block:if250pxPosts}
  231. {block:if400pxPosts}
  232. width:425px;
  233. {/block:if400pxPosts}
  234. bottom:-15px;
  235. margin-left:-20px;
  236. padding:2px;
  237. text-align:center;
  238. font:8px calibri;
  239. text-transform:uppercase;
  240. letter-spacing:1px;
  241. border:1px solid #ededed;
  242. {/block:indexpage}
  243. }
  244.  
  245. #links{
  246. display:inline;
  247. width:60px;
  248. }
  249.  
  250. #links img{
  251. opacity:0.6;
  252. }
  253.  
  254. .permapage {
  255. padding:0px 10px 0px 10px;
  256. }
  257.  
  258. {block:ifDropdown}
  259. .show {
  260. text-align:center;
  261. margin-top:-14px;
  262. margin-left:100px;
  263. cursor:help;
  264. }
  265. {/block:ifDropdown}
  266.  
  267. iframe#tumblr_controls{position:fixed !important;}
  268.  
  269. #s-m-t-tooltip{
  270. background:#fff;
  271. color:#aaa;
  272. font-size:8px;
  273. font-style:italic;
  274. letter-spacing:2px;
  275. text-transform:lowercase;
  276. max-width:300px;
  277. padding:4px;
  278. z-index: 9999;
  279. margin:20px 10px 10px 10px;
  280. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  281. }
  282.  
  283. #portrait img{
  284. padding:4px;
  285. border:3px double #eee;
  286. width:auto;
  287. }
  288.  
  289. .cover{
  290. position:absolute;
  291. padding:5px;
  292. width:100px;
  293. z-index:1;
  294. }
  295.  
  296. #album{
  297. margin-top:-35px;
  298. padding-bottom:20px;
  299. float:left;
  300. }
  301.  
  302. #album:hover .playbox{
  303. opacity:1;
  304. }
  305.  
  306. #album:hover .circ{
  307. opacity:1;
  308. }
  309.  
  310. .playbutton{
  311. position:absolute;
  312. top:-30px;
  313. left:-5px;
  314. }
  315.  
  316. .circ{
  317. opacity:0;
  318. position:absolute;
  319. background:#fff;
  320. top:40px;
  321. left:35px;
  322. width:70px;
  323. height:70px;
  324. z-index:999;
  325. border-radius:100px;
  326. -webkit-transition: all 0.5s ease-in-out;
  327. -moz-transition: all 0.5s ease-in-out;
  328. -o-transition: all 0.5s ease-in-out;
  329. -ms-transition: all 0.5s ease-in-out;
  330. transition: all 0.5s ease-in-out;
  331. }
  332.  
  333. .playbox{
  334. opacity:0;
  335. position:relative;
  336. z-index:1000;
  337. top:76px;
  338. left:35px;
  339. width:40px;
  340. height:39px;
  341. overflow:hidden;
  342. -webkit-transition: all 0.5s ease-in-out;
  343. -moz-transition: all 0.5s ease-in-out;
  344. -o-transition: all 0.5s ease-in-out;
  345. -ms-transition: all 0.5s ease-in-out;
  346. transition: all 0.5s ease-in-out;
  347. }
  348.  
  349. .tumblr_audio_player{
  350. border:none;
  351. padding:0px;
  352. margin:0px;
  353. height:100px;
  354. width:500px;
  355. }
  356.  
  357. #text{
  358. padding-bottom:10px;
  359. }
  360.  
  361. #text img{
  362. width:auto;
  363. {block:if250pxPosts}
  364. max-width:250px;
  365. {/block:if250pxPosts}
  366. {block:if400pxPosts}
  367. max-width:400px;
  368. {/block:if400pxPosts}
  369. }
  370.  
  371. #photo{
  372. padding-bottom:10px;
  373. }
  374.  
  375. #cap{
  376. margin-left:110px;
  377. height:90px;
  378. }
  379.  
  380. #audio{
  381. background:#f8f8f8;
  382. padding-top:35px;
  383. border-left:2px solid #ccc;
  384. border-right:2px solid #ccc;
  385. margin-left:110px;
  386. margin-top:10px;
  387. min-height:65px;
  388. text-transform:uppercase;
  389. font-size:7px;
  390. letter-spacing:1px;
  391. text-align:center;
  392. }
  393.  
  394. #infscr-loading{
  395. display:none!important;
  396. }
  397.  
  398. </style>
  399.  
  400. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  401. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  402. <script>
  403. (function($){
  404. $(document).ready(function(){
  405. $("a[title]").style_my_tooltips({
  406. tip_follows_cursor:true,
  407. tip_delay_time:20,
  408. tip_fade_speed:400,
  409. attribute:"title"
  410. });
  411. });
  412. })(jQuery);
  413. </script>
  414.  
  415. <script>
  416. (function($){
  417. $(document).ready(function(){
  418. $("img[title]").style_my_tooltips({
  419. tip_follows_cursor:true,
  420. tip_delay_time:20,
  421. tip_fade_speed:400,
  422. attribute:"title"
  423. });
  424. });
  425. })(jQuery);
  426. </script>
  427.  
  428. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  429. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  430. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  431. <script>
  432. $(document).ready(function(){
  433. $('.photo-slideshow').pxuPhotoset({
  434. lightbox: true,
  435. rounded: false,
  436. gutter: '5px',
  437. photoset: '.photo-slideshow',
  438. photoWrap: '.photo-data',
  439. photo: '.pxu-photo'
  440. });
  441. });
  442. </script>
  443.  
  444. {block:IndexPage}
  445. {block:ifInfiniteScroll}
  446. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  447. <script>
  448. $(document).ready(function(){
  449. var $container = $('#content');
  450. $container.infinitescroll({
  451. itemSelector: '.entry',
  452. navSelector: '.pagination',
  453. nextSelector: '.pagination a',
  454. bufferPx: 800
  455. },
  456. function( newElements ) {
  457. var $newElems = $( newElements );
  458. $newElems.find('.photo-slideshow').pxuPhotoset({
  459. lightbox: true,
  460. rounded: false,
  461. gutter: '4px',
  462. photoset: '.photo-slideshow',
  463. photoWrap: '.photo-data',
  464. photo: '.pxu-photo'
  465. });
  466. });
  467.  
  468. });
  469. </script>
  470. {/block:ifInfiniteScroll}
  471. {/block:IndexPage}
  472.  
  473. </head>
  474. <body>
  475.  
  476. {block:ifnotinfinitescroll}
  477. <div id="pagination">
  478. <center>{block:NextPage}<a href="{NextPage}"><font size="6">&#171;</font></a>{/block:NextPage}
  479. {block:PreviousPage} <a href="{PreviousPage}"><font size="6">&#187;</font></a>{/block:PreviousPage}<br>
  480. {block:PermalinkPagination}
  481. {block:NextPost}<a href="{NextPost}"><font size="6">&#171;</font></a>{/block:NextPost}
  482. {block:PreviousPost} <a href="{PreviousPost}"><font size="6">&#187;</font></a>{/block:PreviousPost}
  483. {/block:PermalinkPagination}<p>
  484. </center>
  485. </div>
  486. {/block:ifnotinfinitescroll}
  487.  
  488. {block:ifInfiniteScroll}
  489. <div class="pagination">
  490. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  491. </div>
  492. {/block:ifInfiniteScroll}
  493.  
  494.  
  495.  
  496. <div id="sidebar">
  497.  
  498. <div id="title"><a href="/">{title}</a></div>
  499.  
  500. <div id="desc">{description}</div>
  501.  
  502. <p>
  503.  
  504. <div id="links">
  505. <center>
  506. <a href="/ask" title="whisper"><img src="{image:Ask Icon}"/></a>
  507.  
  508. <a href="/archive" title="past"><img src="{image:Archive Icon}"/></a>
  509.  
  510. {block:ifLink1}
  511. <a href="{text:Link 1 URL}" title="{text:Link 1}"><img src="{image:Custom Link 1 Icon}"/></a>
  512. {/block:ifLink1}
  513.  
  514. {block:ifLink2}
  515. <a href="{text:Link 2 URL}" title="{text:Link 2}"><img src="{image:Custom Link 2 Icon}"/></a>
  516. {/block:ifLink2}
  517. </center>
  518. </div>
  519.  
  520. <div id="img"><img src="{image:Sidebar}"/></div>
  521.  
  522. </div>
  523. </div>
  524.  
  525. <div id="content">
  526. {block:Posts}
  527.  
  528.  
  529. <div class="entry">
  530.  
  531. {block:Text}
  532. <div id="text">{block:Title}<h2>{Title}</h2>{/block:Title}
  533. {Body}</div>
  534. {/block:Text}
  535.  
  536. {block:Photo}
  537. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}{block:if250pxPosts}width="250"{/block:if250pxPosts} {block:if400pxPosts}width="400"{/block:if400pxPosts}{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  538. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  539. {/block:Photo}
  540.  
  541. {block:Photoset}
  542. <div id="photo">{block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{/block:IndexPage}
  543. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  544. {/block:Photoset}
  545.  
  546. {block:Quote}
  547. <div id="text">"{Quote}"
  548. {block:Source}<p>&mdash;<b>{Source}</b></p>{/block:Source}</div>
  549. {/block:Quote}
  550.  
  551. {block:Link}
  552. <div id="text"><a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
  553. {/block:Link}
  554.  
  555. {block:Chat}
  556. <div id="text">
  557. {block:Title}<h3>{Title}</h3>{/block:Title}
  558. {block:Lines}<p>
  559. {block:Label}<b>{Label}</b>{/block:Label}
  560. {Line}</p>
  561. {/block:Lines}</div>
  562. {/block:Chat}
  563.  
  564. {block:Audio}
  565. {block:IndexPage}
  566. <div id="album">
  567. <div class="circ"></div>
  568. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  569. {block:AlbumArt}
  570. <img src="{AlbumArtURL}" class="cover">
  571. {/block:AlbumArt}
  572. </div>
  573.  
  574. <div id="audio">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}
  575. {block:TrackName}<br><b>Song:</b> {TrackName}{/block:TrackName}
  576. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  577. </div>
  578. {/block:IndexPage}
  579.  
  580. {block:PermalinkPage}
  581. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  582.  
  583. <div id="cap">{block:Caption}{Caption}{/block:Caption}
  584. </div>
  585. {/block:PermalinkPage}
  586.  
  587. {/block:Audio}
  588.  
  589.  
  590. {block:Answer}
  591. <table style="width:400px;border-bottom:1px dashed #eee;padding-bottom:5px;margin-bottom:5px;">
  592. <tr>
  593. <td style="vertical-align:top;padding-right:10px;"><div id="portrait"><img src="{AskerPortraitURL-48}"></div></td>
  594. <td style="max-width:300px;position:absolute;margin-left:-320px;"><em><strong>{Asker}</strong> whispered:</em> {Question}</td>
  595. </tr>
  596. </table>
  597. {Answer}
  598. {/block:Answer}
  599.  
  600.  
  601. {block:Video}
  602. {block:IndexPage}{block:if250pxPosts}{Video-250}{/block:if250pxPosts}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  603. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  604. {/block:Video}
  605.  
  606. {block:IndexPage}
  607. <center><div id="la"><a href="{Permalink}" target="blank">{MonthNumber}.{DayOfMonth}</a> | {NoteCountWithLabel}</div></center>
  608. {/block:IndexPage}
  609.  
  610. {block:PermalinkPage}<div class="permapage">{block:HasTags}—Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}{block:NoteCount}—{NoteCountwithLabel}{/block:NoteCount}</div>{/block:PermalinkPage}
  611.  
  612. {block:PostNotes}{PostNotes}{/block:PostNotes}
  613.  
  614.  
  615. </div>
  616. {/block:Posts}
  617. </div>
  618.  
  619. <a style="position:fixed;bottom:5px;right:5px;opacity:0.9;" href="http://shoseii.tumblr.com">© credit</a>
  620.  
  621. </body>
  622. </html>
Advertisement
Add Comment
Please, Sign In to add comment