Advertisement
tsuruui

04MEIWAKU

Sep 29th, 2013
2,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!--
  5. MEIWAKU theme by juunko
  6. please feel free to edit but do not claim as your own!
  7. if you have any issues with the theme please drop me an ask
  8. thank you!!
  9. -->
  10.  
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15. <meta name="color:background" content="#ffffff">
  16. <meta name="color:notes" content="#ffffff">
  17. <meta name="image:background" content="">
  18. <meta name="image:sidebar" content="">
  19. <meta name="color:text" content="#000000">
  20. <meta name="color:bold" content="#000000">
  21. <meta name="color:title background" content="#000000">
  22. <meta name="color:sidebar background" content="#ffffff">
  23. <meta name="color:sidebar text" content="#888585">
  24. <meta name="color:link" content="#000000">
  25. <meta name="color:borders" content="#eeeeee">
  26. <meta name="text:ask" content="dreamt">
  27. <meta name="text:link1"content""/>
  28. <meta name="text:link1 url" content""/>
  29. <meta name="text:link2"content""/>
  30. <meta name="text:link2 url" content""/>
  31. <meta name="text:link3"content""/>
  32. <meta name="text:link3 url" content""/>
  33. <meta name="text:link4"content""/>
  34. <meta name="text:link4 url" content""/>
  35. <meta name="if:postBorders" content="1">
  36. <meta name="if:titlefont2" content="0">
  37. <meta name="if:photoFade" content="0">
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar { width: 4px; background-color: #000; }
  42.  
  43. ::-webkit-scrollbar-track { border-radius: 0px; background-color: #fff; }
  44.  
  45. ::-webkit-scrollbar-thumb { border-radius: 0px; -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); background-color: #000; }
  46.  
  47. ::-webkit-scrollbar-corner { background: #transparent ; }
  48. {CustomCSS}
  49. iframe#tumblr_controls{
  50. right:0px !important;
  51. position:fixed !important;
  52. -webkit-filter:invert(100%);
  53. opacity:.5;
  54. z-index:999999;
  55. }
  56.  
  57. ::selection {
  58. background: #fafafa;
  59. color:#666666;
  60.  
  61. }
  62.  
  63. ::-moz-selection {
  64. background: #fafafa;
  65. color:#666666;
  66.  
  67. }
  68.  
  69. ::-webkit-selection {
  70. background: #fafafa;
  71. color:#666666;
  72. }
  73.  
  74. body {
  75. background:{color:Background} url('{image:background}') fixed repeat center;
  76. font:9.5px consolas;
  77. font-color:{color:text};
  78. }
  79.  
  80. a {
  81. color:{color:link};
  82. cursor:help;
  83. text-decoration:none;
  84.  
  85. }
  86.  
  87. a:hover {
  88. text-decoration:line-through;
  89. }
  90.  
  91. b, strong {
  92. color:{color:bold};
  93. font-size:9px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. i, em {
  98. color:{color:text};
  99. font-size:9px;
  100. font-weight:lighter;
  101. }
  102.  
  103. h2 {
  104. font-size:0px;
  105. color:{Color:bold};
  106. margin-bottom:-5px;
  107. border-bottom: 1px dotted {color:borders};
  108. padding-bottom:2px;
  109. letter-spacing:1px;
  110. line-height:12px;
  111. text-transform: lowercase;
  112. font-weight:lighter;
  113. }
  114.  
  115. #sidebar {
  116. position:fixed;
  117. background-color:none;
  118. width: 90px;
  119. padding-top:0px;
  120. bottom:75px;
  121. margin-left:40px;
  122. color:{color:sidebar text};
  123. }
  124.  
  125. .sideimg {
  126. position:fixed;
  127. bottom:140px;
  128. left:72px;
  129. {block:ifphotofade}
  130. opacity:0.8;
  131. -webkit-transition:opacity 0.5s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out;
  132. transition:all 0.5s ease-out;
  133. {/block:ifphotofade}
  134. }
  135.  
  136. .sideimg:hover{
  137. opacity:1;
  138. }
  139. #title {
  140. background-color:{color:title background};
  141. {block:iftitlefont2}
  142. font-family:meiryo;
  143. {block:iftitlefont2}
  144. font-size:12px;
  145. text-align:right;
  146. opacity:1;
  147. margin-top:0px;
  148. margin-right:-35px;
  149. margin-left:25px;
  150. margin-bottom:0px;
  151.  
  152. }
  153.  
  154. #title a{;
  155. color:{color:notes};
  156. }
  157.  
  158.  
  159. #description {
  160. position;fixed;
  161. color:{color:sidebar text};
  162. background-color:{color:notes};
  163. width:66px;
  164. height:37px;
  165. overflow:auto;
  166. font-family:trebuchet ms;
  167. margin-top:0px;
  168. margin-left:55px;
  169. margin-right:0px;
  170. margin-bottom:-3px;
  171. text-align:right;
  172. text-transform:none;
  173. font-size:9px;
  174. letter-spacing:0px;
  175. line-height:1;
  176. padding-top:2px;
  177. padding-left:2px;
  178. padding-right:2px;
  179. }
  180.  
  181. #link {
  182. position:fixed;
  183. display:inline-block;
  184. float:right;
  185. word-wrap:break-word;
  186. color:{color:sidebar link};
  187. background-color:{color:notes};
  188. font-size:11px;
  189. text-align:right;
  190. text-transform:none;
  191. margin-left:25px;
  192. opacity:1;
  193. }
  194. #content {
  195. padding-left:10px;
  196. padding-bottom:0px;
  197. border-left:none;
  198. padding-top:10px;
  199. width:550px;
  200. overflow:hidden;
  201. margin-left:200px;
  202. {block:permalinkpage}width:560px;{/block:permalinkpage}
  203. }
  204.  
  205. #notes {
  206. position:relative;
  207. {block:PermalinkPage}
  208. display:none;
  209. {/block:PermalinkPage}
  210. {block:IndexPage}
  211. opacity:0;
  212. bottom:0px;
  213. text-align:left;
  214. width:auto;
  215. right:0px;
  216. font-size:0px;
  217. overflow:auto;
  218. padding:0px;
  219. padding-left:3px;
  220. background-color:{color:title background};
  221. text-transform:uppercase;
  222. {/block:IndexPage}
  223. -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out;
  224. transition:all 0.2s ease-in-out;
  225. }
  226.  
  227. #notes a{
  228. color:{color:notes};
  229. }
  230. .post {
  231. margin:15px;
  232. padding:15px;
  233. float:left;
  234. -webkit-transition-duration:1s;
  235. background:#fff;
  236. {block:ifpostBorders}
  237. border:1px dotted {color:borders};
  238. {/block:ifpostBorders}
  239. {block:indexpage}
  240. width:180px;
  241. {/block:indexpage}
  242. {block:permalinkpage}
  243. width:500px;
  244. {/block:permalinkpage}
  245. }
  246.  
  247.  
  248. .post img{
  249. {block:indexpage}
  250. {block:ifphotofade}
  251. opacity:0.8;
  252. -webkit-transition:opacity 0.5s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out;
  253. transition:all 0.5s ease-out;
  254. {/block:ifphotofade}
  255. width:180px;
  256. margin-bottom:-2px;
  257. background:{color:Background}
  258. {/block:indexpage}
  259. {block:permalinkpage}
  260. max-width:500px;
  261. {/block:permalinkpage}
  262.  
  263. }
  264.  
  265. .post img:hover{
  266. opacity:1;
  267. }
  268.  
  269.  
  270. .post:hover #notes{
  271. opacity:1;
  272. font-size:9px;
  273. }
  274.  
  275. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  276. #infscr-loading {display:none;}
  277. .navigation {display:none!important;}
  278.  
  279. #over{
  280. height:2000px!important;
  281. position:absolute;
  282. top:0px;
  283. left:0px;
  284. width: 100%;}
  285.  
  286. blockquote {
  287. padding: 2px;
  288. overflow:hidden;
  289. padding-left: 5px;
  290. border-left: 1px dashed {color:borders};
  291. margin-left:25px;
  292. margin-right: 30px;
  293. background-color:none;
  294. opacity:0.7;
  295. color: {color:blockquote text};
  296. }
  297.  
  298. .overflow {
  299. width:180px;
  300. height:auto;
  301. overflow:hidden;
  302. }
  303. #text {
  304. {block:indexpage}
  305. width:180px;
  306. margin-bottom:0px;
  307. padding-bottom:0px;
  308. {/block:indexpage}
  309. {block:permalinkpage}
  310. padding-top:0px;
  311. padding-bottom:20px;
  312. {/block:permalinkpage}
  313. }
  314.  
  315. #ask {
  316. background-color:#000;
  317. color:{color:notes};
  318. padding-left:3px;
  319. }
  320.  
  321. #ask a{
  322. color:{color:notes};
  323. }
  324. #s-m-t-tooltip {
  325. z-index:9999;
  326. background-color:#000;
  327. line-height:11px;
  328. font:8px consolas;
  329. text-transform:uppercase;
  330. color:{color:notes};
  331. max-width:150px;
  332. word-wrap:break-word;
  333. padding:3px;
  334. -webkit-border-radius: 5px;
  335. -moz-border-radius: 5px;
  336. border-radius: 5px;
  337. display:block;
  338. margin:25px 0 0 15px;
  339. }
  340. #credit {
  341. position:fixed;
  342. bottom:0px;
  343. right:0px;
  344. font-size:12px;
  345. }
  346. </style>
  347.  
  348.  
  349. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  350. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  351. <script>
  352. (function($){
  353. $(document).ready(function(){
  354. $("[title]").style_my_tooltips();
  355. });
  356. })(jQuery);
  357. </script>
  358. {block:indexpage}
  359. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
  360. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
  361. <script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>
  362. <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
  363. <script type="text/javascript">
  364. $(window).load(function () {
  365. $('#content').masonry(),
  366. $('.masonryWrap').infinitescroll({
  367. itemSelector : ".post",
  368. navSelector : "div.navigation",
  369. nextSelector : ".navigation a#next",
  370. bufferPx : 10000,
  371. extraScrollPx: 12000,
  372. loadingImg : "",
  373. loadingText : "",
  374. },
  375. function() { $('#content').masonry({ appendedContent: $(this) });
  376. });
  377. });
  378.  
  379.  
  380. </script>{/block:indexpage}
  381. </head>
  382. <body>
  383.  
  384. <div id="credit"><a href="http://juunko.tumblr.com" title="theme">©</a></div>
  385. <div class="navigation">
  386. {block:Pagination}
  387. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  388. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  389. {/block:Pagination}
  390.  
  391. </div>
  392.  
  393. <div id="sidebar">
  394. <div class="sideimg"><a href="/" title="refresh"><img src="{image:sidebar}" style="height:100px; width:100px;
  395. -webkit-border-radius: 50px;
  396. -moz-border-radius: 50px;
  397. border-radius: 50px;"></img></a></div>
  398. <div id="title"><a href="/" title="refresh">{Title}</a></div>
  399. <div id="link">
  400. <a href="/ask" title="message">01</a>
  401. <a href="/archive" title="archive">02</a><br>
  402. <a href="{text:link1 url}" title="{text:link1}">03</a>
  403. <a href="{text:link2 url}" title="{text:link2}">04</a><br>
  404. <a href="{text:link3 url}" title="{text:link3}">05</a>
  405. <a href="{text:link4 url}" title="{text:link4}">06</a>
  406. </div>
  407. <div id="description">{Description}</div>
  408.  
  409. </div></div></div>
  410.  
  411. </div>
  412. <div id="content">
  413.  
  414. {block:Posts}
  415. <div class="post">
  416. {block:IndexPage}<div class="permalink"><a href="{Permalink}"></a></div>{/block:IndexPage}
  417.  
  418. {block:Text}
  419. <div id="text">{block:IndexPage}<div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div>{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
  420. {Body}</div>
  421. {/block:Text}
  422.  
  423. {block:Photo}
  424. {block:IndexPage}{LinkOpenTag}<a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" style="max-width:180px"/></a>{LinkCloseTag}{/block:IndexPage}
  425. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkOpenTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  426. {/block:Photo}
  427.  
  428. {block:Photoset}
  429. {block:IndexPage}<div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div><center>{block:Photos}<img src="{PhotoURL-250}">{/block:Photos}</center>{/block:IndexPage}
  430. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  431. {/block:Photoset}
  432.  
  433. {block:Quote}
  434. <div id="text">{block:IndexPage}<div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div>{/block:IndexPage}"{Quote}"
  435. {block:Source}<br></br>—<b>{Source}</b>{/block:Source}{block:permalinkpage}{/block:Permalinkpage}</div>
  436. {/block:Quote}
  437.  
  438. {block:Link}
  439. <div id="text">{block:IndexPage}<div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div>{/block:IndexPage}<a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}{block:permalinkpage}{/block:Permalinkpage}</div>
  440. {/block:Link}
  441.  
  442. {block:Chat}
  443. <div id="text">{block:IndexPage}<div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div>{/block:IndexPage}{block:Title}<b>{Title}</b>{/block:Title}
  444. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}{block:permalinkpage}{/block:Permalinkpage}</div>
  445. {/block:Chat}
  446.  
  447. {block:Audio}
  448. {block:IndexPage}<div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div><div class="player"><div class="overflow">{AudioPlayerWhite}</div></div>{/block:IndexPage}
  449. <div class="overflow">{block:Caption}{Caption}{/block:Caption}</div>{block:permalinkpage}<div class="player">{AudioPlayerWhite}</div>{/block:Permalinkpage}
  450. {/block:Audio}
  451.  
  452. {block:Answer}
  453. <div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div><div id="ask">{Asker} {Text:Ask}: {Question}</div>
  454. <div id="text"><div id="blockquote">{Answer}</div></div>
  455. {/block:answer}
  456.  
  457. {block:Video}
  458. {block:IndexPage}<div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div><div class="video"><div class="overflow">{Video-250}</div></div>{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  459. {/block:Video}
  460.  
  461. {block:permalinkpage}
  462. {block:HasTags}Tagged; {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}<br>{/block:HasTags}
  463. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  464. {block:PostNotes}{PostNotes}{/block:PostNotes}
  465. {/block:permalinkpage}
  466. </div>
  467. {/block:Posts}
  468. </div>
  469. </div>
  470. </body>
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement