ILikeMochiCx

Rinkyo - Theme #6

Jan 19th, 2013
7,955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.31 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.  
  12. you may customize this theme as much as you want,
  13. just don't remove any credit or steal my theme, ok?
  14. i'll hunt you down if you do. =u=
  15.  
  16. Theme #6 - Rinkyo
  17. By: hajimeii.tumblr.com
  18.  
  19. ___________________________________________________________________________
  20.  
  21. -->
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. {block:Description}<meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:Sidebar" content="http://static.tumblr.com/ef00be4012ce8b5ad01d771736250f0d/2e9nahe/RuYmgw9yt/tumblr_static_tumblr_inline_mfb0rz3mdm1qmgwij.png"/>
  31.  
  32. <meta name="color:Background" content="#ffffff"/>
  33. <meta name="color:Posts Background" content="#ffffff"/>
  34. <meta name="color:Posts Border" content="#f8f8f8"/>
  35. <meta name="color:Text" content="#afaeae"/>
  36. <meta name="color:Link" content="#868585"/>
  37. <meta name="color:Link Hover" content="#d6ebec"/>
  38.  
  39.  
  40.  
  41. <meta name="text:Link 1 URL" content=""/>
  42. <meta name="text:Link 1" content=""/>
  43. <meta name="text:Link 2 URL" content=""/>
  44. <meta name="text:Link 2" content=""/>
  45. <meta name="text:Ask" content="Your URL here"/>
  46. <meta name="text:Ask Title" content="m e s s a g e;">
  47.  
  48. <meta name="if:Infinite Scrolling" content="1"/>
  49. <meta name="if:Extra Link" content="1"/>
  50. <meta name="if:250px Posts" content="1"/>
  51. <meta name="if:400px Posts" content=""/>
  52. <meta name="if:500px Posts" content=""/>
  53. <meta name="if:Vertical Title" 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. body {
  63. font-family:trebuchet ms;
  64. font-size:9px;
  65. color:{color:Text};
  66. background:{color:Background} url('{image:Background}') fixed repeat center;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:Link};
  74. cursor:help;
  75. -webkit-transition: all 0.5s ease-in-out;
  76. -moz-transition: all 0.5s ease-in-out;
  77. -o-transition: all 0.5s ease-in-out;
  78. -ms-transition: all 0.5s ease-in-out;
  79. transition: all 0.5s ease-in-out;
  80. }
  81.  
  82. a:visited{
  83. color:{color:Link};
  84. }
  85.  
  86. a:hover{
  87. color:{color:Link Hover};
  88. }
  89.  
  90. b,strong{
  91. font-weight:heavy;
  92. color:{color:Text};
  93. }
  94.  
  95. blockquote{
  96. padding-left:5px;
  97. border-left:1px
  98. dashed #C7C7C7;
  99. }
  100.  
  101. #desc{
  102. color:{color:Text};
  103. font-size:9px;
  104. text-align:center;
  105. width:150px;
  106. margin-left:32px;
  107. margin-top:10px;
  108. padding:10px;
  109. border-top:1px dashed {color:Posts Border};
  110.  
  111. }
  112.  
  113. #sidebar{
  114. width:250px;
  115. position:fixed;
  116. bottom:250px;
  117. margin-left:50px;
  118. }
  119.  
  120.  
  121.  
  122.  
  123. {block:ifVerticalTitle}
  124. #title{
  125. font-size:20px;
  126. margin-left:160px;
  127. width:20px;
  128. }
  129.  
  130. #sidebar img{
  131. {block:ifsidebarimage}
  132. position:fixed;
  133. opacity:0.8;
  134. margin-left:50px;
  135. margin-top:-100px;
  136. padding:4px;
  137. -webkit-transition: opacity 0.3s linear;
  138. -webkit-transition: all 0.3s ease-in-out;
  139. -moz-transition: all 0.3s ease-in-out;
  140. -o-transition: all 0.3s ease-in-out;
  141. transition: all 0.3s ease-in-out;
  142. {/block:ifsidebarimage}
  143. }
  144.  
  145. #sidebar img:hover{
  146. opacity:1;
  147. }
  148. {/block:ifVerticalTitle}
  149.  
  150. {block:ifnotVerticalTitle}
  151. #title{
  152. position:fixed;
  153. font-family:consolas;
  154. font-size:20px;
  155. margin-left:110px;
  156. bottom:450px;
  157. }
  158. #sidebar img{
  159. {block:ifsidebarimage}
  160. position:fixed;
  161. opacity:0.8;
  162. margin-left:70px;
  163. margin-top:-100px;
  164. padding:4px;
  165. -webkit-transition: opacity 0.3s linear;
  166. -webkit-transition: all 0.3s ease-in-out;
  167. -moz-transition: all 0.3s ease-in-out;
  168. -o-transition: all 0.3s ease-in-out;
  169. transition: all 0.3s ease-in-out;
  170. {/block:ifsidebarimage}
  171. }
  172.  
  173. #sidebar img:hover{
  174. opacity:1;
  175. }
  176. {/block:ifnotVerticalTitle}
  177.  
  178. #content{
  179. padding-left:10px;
  180. padding-bottom:10px;
  181. padding-top:10px;
  182. {block:if250pxPosts}
  183. width:300px;
  184. {/block:if250pxPosts}
  185. {block:if400pxPosts}
  186. width:450px;
  187. {/block:if400pxPosts}
  188. {block:if500pxPosts}
  189. width:500px;
  190. {/block:if500pxPosts}
  191. margin-left:300px;
  192. {block:permalinkpage}width:530px;{/block:permalinkpage}
  193. }
  194.  
  195. .entry{
  196. margin:4px;
  197. padding:6px;
  198. float:left;
  199. background:{color:Posts Background};
  200. border:1px solid {color:Posts Border};
  201. {block:indexpage}
  202. {block:if250pxPosts}
  203. width:250px;
  204. {/block:if250pxPosts}
  205. {block:if400pxPosts}
  206. width:400px;
  207. {/block:if400pxPosts}
  208. {block:if500pxPosts}
  209. width:500px;
  210. {/block:if500pxPosts}
  211. {/block:indexpage}
  212. {block:permalinkpage}
  213. width:500px;
  214. {/block:permalinkpage}
  215. }
  216.  
  217. .entry img{
  218. {block:indexpage}
  219. {block:if250pxPosts}
  220. width:250px;
  221. {/block:if250pxPosts}
  222. {block:if400pxPosts}
  223. width:400px;
  224. {/block:if400pxPosts}
  225. {block:if500pxPosts}
  226. width:500px;
  227. {/block:if500pxPosts}
  228. margin-bottom:-2px;
  229. {/block:indexpage}
  230. {block:permalinkpage}
  231. max-width:500px;
  232. {/block:permalinkpage}
  233. }
  234.  
  235. #img{
  236. {block:indexpage}
  237. opacity:.8;
  238. -webkit-transition:all 0.3s ease-in-out;
  239. -moz-transition:all 0.3s ease-in-out;
  240. -o-transition:all 0.3s ease-in-out;
  241. transition:all 0.3s ease-in-out;
  242. {/block:indexpage}
  243. }
  244.  
  245. #img:hover{
  246. opacity:1;
  247.  
  248. }
  249.  
  250.  
  251.  
  252. .link {
  253. margin-left:2px;
  254. display:inline;
  255. width: 60px;
  256. background-color: #eee;
  257. padding: 4px;
  258. opacity: .8;
  259. font-size: 8px;
  260. text-transform: uppercase;
  261. letter-spacing:1px;
  262. -webkit-transition: opacity 0.3s linear;
  263. -webkit-transition: all 0.3s ease-in-out;
  264. -moz-transition: all 0.3s ease-in-out;
  265. -o-transition: all 0.3s ease-in-out;
  266. transition: all 0.3s ease-in-out;
  267. }
  268.  
  269. .link:hover{
  270. opacity:1;
  271. background:#fff;
  272. }
  273.  
  274. .pagination{
  275. display:none;
  276. }
  277.  
  278. #pagination{
  279. position:fixed;
  280. font-size:16px;
  281. left:152px;
  282. bottom:100px;
  283. }
  284.  
  285. iframe#tumblr_controls{position:fixed !important;}
  286.  
  287. .permapage {
  288. padding:0px 10px 0px 10px;
  289. }
  290.  
  291. #la{
  292. background:#f3f3f3;
  293. margin-top:-2px;
  294. text-transform:uppercase;
  295. font:7px trebuchet ms;
  296. letter-spacing:1px;
  297. text-align:center;
  298. border-right:1px solid #ededed;
  299. border-left:1px solid #ededed;
  300. border-bottom:1px solid #ededed;
  301. padding:4px 10px 1px 10px;
  302. }
  303.  
  304. .show {
  305. position:fixed;
  306. font-size:30px;
  307. letter-spacing:5px;
  308. color:{color:Text};
  309. bottom:200px;
  310. margin-left:150px;
  311. cursor:help;
  312. }
  313.  
  314. .hide {
  315. position:fixed;
  316. text-align:left;
  317. padding:10px;
  318. bottom:0px;
  319. }
  320.  
  321. #text img{
  322. {block:if500pxPosts}
  323. max-width:500px;
  324. {/block:if500pxPosts}
  325. {block:if250pxPosts}
  326. max-width:250px;
  327. {/block:if250pxPosts}
  328. {block:if400pxPosts}
  329. max-width:400px;
  330. {/block:if400pxPosts}
  331. {block:PermalinkPage}
  332. max-width:500px;
  333. {/block:PermalinkPage}
  334. width:auto;
  335. height:auto;
  336. }
  337.  
  338. #infscr-loading{
  339. display:none!important;
  340. }
  341.  
  342. </style>
  343.  
  344. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  345. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  346. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  347. <script>
  348. $(document).ready(function(){
  349. $('.photo-slideshow').pxuPhotoset({
  350. lightbox: true,
  351. rounded: false,
  352. gutter: '5px',
  353. photoset: '.photo-slideshow',
  354. photoWrap: '.photo-data',
  355. photo: '.pxu-photo'
  356. });
  357. });
  358. </script>
  359.  
  360. </head>
  361. <body>
  362.  
  363. {block:ifInfiniteScrolling}
  364. <div class="pagination">
  365. {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}
  366. </div>
  367. {/block:ifInfiniteScrolling}
  368.  
  369. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  370. <script type="text/javascript">
  371. $(document).ready(function(){
  372. $(".hide").hide();
  373. $(".show").click(function(){
  374. $(this).next(".hide").slideToggle('fast');
  375. }); });
  376. </script>
  377.  
  378. <div class="show">✉</div>
  379. <div class="hide">
  380. <div style="letter-spacing:1px; font-size:10px;">{text:Ask Title}</div><p>
  381. <iframe frameborder="0" height="149" src="http://www.tumblr.com/ask_form/{text:Ask}.tumblr.com" width="100%"></iframe>
  382. </div>
  383. </div>
  384.  
  385.  
  386. <div id="sidebar">
  387. <div id="title"><a href="/">{Title}</a></div>
  388. <img src={image:Sidebar}>
  389. <div id="desc">{description}</div>
  390.  
  391. {block:ifExtraLink}
  392. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<div class="link">
  393. <a href="/">Index</a></div>
  394. <div class="link"><a href="/archive">Archive</a></div>
  395.  
  396. <div class="link"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
  397.  
  398.  
  399.  
  400. <div class="link"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  401. {/block:ifExtraLink}
  402.  
  403. {block:ifnotExtraLink}
  404. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<div class="link">
  405. <a href="/">Index</a></div>
  406. <div class="link"><a href="/archive">Archive</a></div>
  407.  
  408. <div class="link"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
  409.  
  410. {/block:ifnotExtraLink}
  411.  
  412.  
  413. </div>
  414.  
  415.  
  416. {block:ifnotinfinitescrolling}
  417. <div id="pagination">
  418. {block:NextPage}<a href="{NextPage}">◀</a>{/block:NextPage}<br>
  419. {block:PreviousPage}<a href="{PreviousPage}">▶</a>{/block:PreviousPage}
  420. </div>
  421. {/block:ifnotinfinitescrolling}
  422.  
  423.  
  424. <div id="content">
  425. {block:Posts}
  426.  
  427.  
  428. <div class="entry">
  429.  
  430.  
  431. {block:Text}
  432. <div id="text">{block:IndexPage}<div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div>{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
  433. {Body}</div>
  434. {/block:Text}
  435.  
  436. {block:Photo}{block:IndexPage}<center><div id="la"><a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}
  437. <div id="img">
  438. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}</div>
  439.  
  440. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  441. {/block:Photo}
  442.  
  443. {block:Photoset}{block:IndexPage}<center><div id="la"><a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}
  444. <div id="img">
  445. {block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}{/block:IndexPage}</div>
  446. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  447. {/block:Photoset}
  448.  
  449.  
  450. {block:Quote}
  451. <div id="text">{block:IndexPage}<center><div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}<br>"{Quote}"
  452. {block:Source}<p>+<b>{Source}</b></p>{/block:Source}</div>
  453. {/block:Quote}
  454.  
  455. {block:Link}
  456. <div id="text">{block:IndexPage}<center><div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}<a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
  457. {/block:Link}
  458.  
  459. {block:Chat}
  460. <div id="text">{block:IndexPage}<center><div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}<br>
  461. {block:Title}<h3>{Title}</h3>{/block:Title}
  462. {block:Lines}<p>
  463. {block:Label}<b>{Label}</b>{/block:Label}
  464. {Line}</p>
  465. {/block:Lines}</div>
  466. {/block:Chat}
  467.  
  468. {block:Audio}
  469. {block:IndexPage}<center><div id="la"><a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}<div class="player"><br>{AudioPlayerWhite}</div>
  470. {block:Caption}{Caption}{/block:Caption}
  471. {/block:Audio}
  472.  
  473. {block:Answer}
  474. {block:IndexPage}<center><div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}<br>{Asker} {Text:Ask}: {Question}
  475. {Answer}
  476. {/block:answer}
  477.  
  478. {block:Video}
  479. {block:IndexPage}<center><div class="notes"><a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}<div class="video">{Video-250}</div>
  480. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  481. {/block:Video}
  482.  
  483. {block:PermalinkPage}
  484. <div class="permapage">{block:HasTags}—Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  485. {block:NoteCount}&mdash;{NoteCountWithLabel}<br>{/block:NoteCount}</div>
  486. {/block:PermalinkPage}
  487.  
  488.  
  489. {block:PostNotes}{PostNotes}{/block:PostNotes}
  490.  
  491.  
  492. </div>
  493. {/block:Posts}
  494. </div>
  495.  
  496.  
  497. {block:IndexPage}
  498. {block:ifInfiniteScrolling}
  499. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  500. <script>
  501. $(document).ready(function(){
  502. var $container = $('#content');
  503. $container.infinitescroll({
  504. itemSelector: '.entry',
  505. navSelector: '.pagination',
  506. nextSelector: '.pagination a',
  507. bufferPx: 800
  508. },
  509. function( newElements ) {
  510. var $newElems = $( newElements );
  511. $newElems.find('.photo-slideshow').pxuPhotoset({
  512. lightbox: true,
  513. rounded: false,
  514. gutter: '4px',
  515. photoset: '.photo-slideshow',
  516. photoWrap: '.photo-data',
  517. photo: '.pxu-photo'
  518. });
  519. });
  520.  
  521. });
  522. </script>
  523. {/block:ifInfiniteScrolling}
  524. {/block:IndexPage}
  525.  
  526. <a style="position:fixed;bottom:5px;right:5px;opacity:0.9;" href="http://shoseii.tumblr.com">THEME</a>
  527.  
  528. </body>
  529. </html>
Advertisement
Add Comment
Please, Sign In to add comment