ILikeMochiCx

Opalescence - Theme #24

Jul 30th, 2015
1,529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.63 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.  
  6. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
  8.  
  9.  
  10. <title>{Title}</title>
  11.  
  12. <!--
  13. ___________________________________________________________________________
  14.  
  15.  
  16. you may customize this theme as much as you want,
  17. just don't remove any credit or steal my theme, ok?
  18. i'll hunt you down if you do. =u=
  19.  
  20. Theme #24 - Opalescence
  21. shoseii.tumblr.com
  22.  
  23. ___________________________________________________________________________
  24.  
  25. -->
  26.  
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29.  
  30. {block:Description}<meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32.  
  33. <meta name="image:Background" content=""/>
  34.  
  35. <meta name="color:Background" content="#ffffff"/>
  36. <meta name="color:Posts Background" content="#ffffff"/>
  37. <meta name="color:Posts Border" content="#eeeeee"/>
  38. <meta name="color:Pagination" content="#f7f7f7"/>
  39. <meta name="color:Title Color 1" content="#000000"/>
  40. <meta name="color:Title Color 2" content="#ffffff"/>
  41. <meta name="color:Text" content="##898989"/>
  42. <meta name="color:Bold" content="#ED6B73"/>
  43. <meta name="color:Link" content="#868585"/>
  44. <meta name="color:Nav Links" content="#000000"/>
  45. <meta name="color:Nav Links Hover Background" content="#000000"/>
  46. <meta name="color:Link Hover" content="#f59797"/>
  47. <meta name="color:Selection" content="#a5d7f0"/>
  48. <meta name="color:Scrollbar" content="#cccccc"/>
  49. <meta name="color:Title Stroke" content="#000000"/>
  50.  
  51. <meta name="text:Title Color 1 Words" content="black"/>
  52. <meta name="text:Title Color 2 Words" content="white"/>
  53. <meta name="text:Link 1" content=""/>
  54. <meta name="text:Link 1 URL" content=""/>
  55. <meta name="text:Link 2" content=""/>
  56. <meta name="text:Link 2 URL" content=""/>
  57.  
  58. <meta name="if:Infinite Scroll" content="1"/>
  59. <meta name="if:Black Audio Player" content=""/>
  60. <meta name="if:200px Posts" content="1"/>
  61. <meta name="if:250px Posts" content=""/>
  62. <meta name="if:400px Posts" content=""/>
  63. <meta name="if:Grayscale Effect" content=""/>
  64. <meta name="if:Post Fade" content="1"/>
  65. <meta name="if:Show Caption" content=""/>
  66. <meta name="if:Mini Cursor" content="1"/>
  67. <meta name="if:Post Borders" content="1"/>
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. {block:ifMiniCursor}
  73. *, body, a {cursor: url(http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png), auto;}
  74.  
  75. a:hover {cursor: url(http://static.tumblr.com/p7wg3p9/EWnmn8ip5/tinyhover.png), auto;}
  76. {/block:ifMiniCursor}
  77.  
  78. ::-webkit-scrollbar-thumb{
  79. background-color:{color:Scrollbar};
  80. border:3px solid {color:Background};
  81. height:auto;
  82. }
  83.  
  84. ::-webkit-scrollbar {
  85. background:{color:Background};
  86. height:9px;
  87. width:7px;
  88. }
  89.  
  90. ::-webkit-scrollbar:horizontal{
  91. display:none;
  92. }
  93.  
  94. ::-moz-selection {
  95. background:{color:Selection};
  96. color:#fff;
  97. }
  98.  
  99. ::selection {
  100. background:{color:Selection};
  101. color:#fff;
  102. }
  103.  
  104. body {
  105. font-family:'Open Sans', sans-serif;
  106. font-size:9px;
  107. color:{color:Text};
  108. text-align:left;
  109. background:{color:Background} url('{image:Background}') fixed repeat center;
  110. }
  111.  
  112. a {
  113. text-decoration:none;
  114. outline:none;
  115. -moz-outline-style:none;
  116. color:{color:Link};
  117. cursor:help;
  118. -webkit-transition: all 0.3s ease-in-out;
  119. -moz-transition: all 0.3s ease-in-out;
  120. -o-transition: all 0.3s ease-in-out;
  121. -ms-transition: all 0.3s ease-in-out
  122. transition: all 0.3s ease-in-out;
  123. }
  124.  
  125. a:visited{
  126. color:{color:Link};
  127. }
  128.  
  129. a:hover{
  130. color:{color:Link Hover};
  131. }
  132.  
  133. b,strong{
  134. font-weight:heavy;
  135. color:{color:Bold};
  136. }
  137.  
  138. blockquote{
  139. padding-left:5px;
  140. border-left:1px solid #ccc;
  141. }
  142.  
  143. /*--Sidebar--*/
  144. .sidebar{
  145. position:fixed;
  146. width:200px;
  147. height:200px;
  148. bottom:0px;
  149. margin-left:-200px;
  150. z-index:99999999999999;
  151. }
  152.  
  153. .sidebar:hover #links{
  154. opacity:1;
  155. }
  156.  
  157. .title{
  158. display:inline-block;
  159. position:fixed;
  160. width:300px;
  161. margin-left:-100px;
  162. margin-top:-12px;
  163. font:25px 'Nunito', sans-serif;
  164. text-align:right;
  165. z-index:99999;
  166. {block:indexpage}
  167. opacity:0;
  168. {/block:indexpage}
  169. -webkit-transition: all 0.3s ease-in-out;
  170. -moz-transition: all 0.3s ease-in-out;
  171. -o-transition: all 0.3s ease-in-out;
  172. -ms-transition: all 0.3s ease-in-out;
  173. transition: all 0.3s ease-in-out;
  174. }
  175.  
  176. .title a{
  177. text-shadow: -1px 0 {color:Title Stroke}, 0 1px {color:Title Stroke}, 1px 0 {color:Title Stroke}, 0 -1px {color:Title Stroke};
  178. }
  179.  
  180. #black{
  181. color:{color:Title Color 1};
  182. }
  183.  
  184. #white{
  185. color:{color:Title Color 2};
  186. }
  187.  
  188. .sidebar:hover #black{
  189. color:{color:Title Color 2};
  190. }
  191.  
  192. .sidebar:hover #white{
  193. color:{color:Title Color 1};
  194. }
  195.  
  196. #desc{
  197. font-size:10px;
  198. color:{color:text};
  199. z-index:9999;
  200. width:200px;
  201. max-height:100px;
  202. overflow:scroll;
  203. margin-top:20px;
  204. margin-left:10px;
  205. text-align:right;
  206. {block:indexpage}
  207. opacity:0;
  208. {/block:indexpage}
  209. }
  210.  
  211. #links{
  212. opacity:0;
  213. width:200px;
  214. z-index:9;
  215. z-index:9999999999;
  216. text-align:right;
  217. font:8px courier new;
  218. text-transform:uppercase;
  219. margin-top:5px;
  220. -webkit-transition: all 0.5s ease-in-out;
  221. -moz-transition: all 0.5s ease-in-out;
  222. -o-transition: all 0.5s ease-in-out;
  223. -ms-transition: all 0.5s ease-in-out;
  224. transition: all 0.5s ease-in-out;
  225. }
  226.  
  227. #links a{
  228. background:{color:Background};
  229. color:{color:Nav Links};
  230. border:1px solid {color:Posts Border};
  231. display:inline-block;
  232. padding:2px;
  233. margin:2px 2px 2px 0px;
  234. overflow:hidden;
  235. }
  236.  
  237. #links a:hover{
  238. background:{color:Nav Links Hover Background};
  239. color:{color:Link Hover};
  240. }
  241.  
  242. /*--Posts--*/
  243.  
  244. #center{
  245. {block:if200pxPosts}
  246. width:200px;
  247. {/block:if200pxPosts}
  248. {block:if250pxPosts}
  249. width:250px;
  250. {/block:if250pxPosts}
  251. {block:if400pxPosts}
  252. width:400px;
  253. {/block:if400pxPosts}
  254. margin-left:auto;
  255. margin-right:auto;
  256. margin-top:20px;
  257. margin-bottom:0px;
  258. padding-left:20px;
  259. padding-right:20px;
  260. border:0;
  261. }
  262.  
  263. #content{
  264. background:{color:Background};
  265. {block:IndexPage}
  266. margin-top:10px;
  267. {/block:IndexPage}
  268. {block:PermalinkPage}
  269. margin-top:10px;
  270. {/block:PermalinkPage}
  271. width:335px;
  272. {block:permalinkpage}
  273. width:585px;
  274. {/block:permalinkpage}
  275. z-index:999999999;
  276. }
  277.  
  278. .entry{
  279. margin:5px 4px 10px 35px;
  280. padding:7px;
  281. float:left;
  282. {block:ifPostBorders}
  283. border:1px solid {color:Posts Border};
  284. {block:ifPostBorders}
  285. background:{color:Posts Background};
  286. {block:indexpage}
  287. opacity:0;
  288. {block:if200pxPosts}
  289. width:200px;
  290. {/block:if200pxPosts}
  291. {block:if250pxPosts}
  292. width:250px;
  293. {/block:if250pxPosts}
  294. {block:if400pxPosts}
  295. width:400px;
  296. {/block:if400pxPosts}
  297. {/block:indexpage}
  298. {block:permalinkpage}
  299. width:500px;
  300. {/block:permalinkpage}
  301. }
  302.  
  303. .entry img{
  304. {block:indexpage}
  305. {block:if200pxPosts}
  306. width:200px;
  307. {/block:if200pxPosts}
  308. {block:if250pxPosts}
  309. width:250px;
  310. {/block:if250pxPosts}
  311. {block:if400pxPosts}
  312. width:400px;
  313. {/block:if400pxPosts}
  314. margin-bottom:-2px;
  315. {/block:indexpage}
  316. {block:permalinkpage}
  317. max-width:500px;
  318. {/block:permalinkpage}
  319. }
  320.  
  321. ol.notes{
  322. padding:0px;
  323. margin:5px 0px;
  324. list-style-type:none;
  325. border-bottom:solid 1px {color:Posts Border};
  326. }
  327.  
  328. ol.notes li.note{
  329. border-top:solid 1px {color:Posts Border};
  330. padding:10px;
  331. }
  332.  
  333. ol.notes li.note img.avatar{
  334. vertical-align:-4px;
  335. margin-right:10px;
  336. width:16px;
  337. height:16px;
  338. }
  339.  
  340. ol.notes li.note blockquote{
  341. border-color:{color:Posts Border};
  342. padding:4px 10px;
  343. margin:10px 0px 0px 25px;
  344. }
  345.  
  346. ol.notes li.note blockquote a{
  347. text-decoration:none;
  348. }
  349.  
  350. /*--Grayscale Effect--*/
  351.  
  352. #img{
  353. {block:indexpage}
  354. {block:ifPostFade}
  355. opacity:0.6;
  356. {/block:ifPostFade}
  357. {block:ifGrayscaleEffect}
  358. filter: url(filters.svg#grayscale);
  359. filter: gray;
  360. -webkit-filter: grayscale(1);
  361. {/block:ifGrayscaleEffect}
  362. -webkit-transition:all 0.3s ease-in-out;
  363. -moz-transition:all 0.3s ease-in-out;
  364. -o-transition:all 0.3s ease-in-out;
  365. transition:all 0.3s ease-in-out;
  366. {/block:indexpage}
  367. }
  368.  
  369. #img:hover{
  370. {block:indexpage}
  371. opacity:1;
  372. {block:ifGrayscaleEffect}
  373. filter: url(filters.svg#grayscale);
  374. filter: gray;
  375. -webkit-filter: grayscale(0);
  376. {/block:ifGrayscaleEffect}
  377. {/block:indexpage}
  378. }
  379.  
  380. /*--Permalinks--*/
  381.  
  382. #permalink{
  383. position:absolute;
  384. color:#444;
  385. width:312px;
  386. {block:if400pxPosts}
  387. width:394px;
  388. {/block:if400pxPosts}
  389. margin-top:-12px;
  390. {block:if200pxPosts}
  391. margin-left:200px;
  392. {/block:if200pxPosts}
  393. {block:if250pxPosts}
  394. margin-left:250px;
  395. {/block:if250pxPosts}
  396. {block:if400pxPosts}
  397. margin-left:400px;
  398. {/block:if400pxPosts}
  399. padding:5px 0px 4px 4px;
  400. text-align:left;
  401. font:bold 8px courier new;
  402. z-index:-99999999;
  403. text-transform:uppercase;
  404. letter-spacing:1px;
  405. -webkit-transition:all 0.5s ease-in-out;
  406. -moz-transition:all 0.5s ease-in-out;
  407. -o-transition:all 0.5s ease-in-out;
  408. transition:all 0.5s ease-in-out;
  409. }
  410.  
  411. #notes{
  412. opacity:0;
  413. background:{color:Posts Background};
  414. position:absolute;
  415. border:1px solid {color:Posts Border};
  416. padding:1px;
  417. margin-left:-12px;
  418. margin-top:-1px;
  419. -webkit-transition:all 0.5s ease-in-out;
  420. -moz-transition:all 0.5s ease-in-out;
  421. -o-transition:all 0.5s ease-in-out;
  422. transition:all 0.5s ease-in-out;
  423. }
  424.  
  425. .entry:hover #notes{
  426. opacity:1;
  427. margin-left:3px;
  428. }
  429.  
  430. #date{
  431. opacity:0;
  432. position:absolute;
  433. background:#000;
  434. color:#fff;
  435. display:inline-block;
  436. padding:2px;
  437. text-align:center;
  438. margin-left:-12px;
  439. margin-top:12px;
  440. text-transform:uppercase;
  441. z-index:999999;
  442. -webkit-transition:all 0.5s ease-in-out;
  443. -moz-transition:all 0.5s ease-in-out;
  444. -o-transition:all 0.5s ease-in-out;
  445. transition:all 0.5s ease-in-out;
  446. transition-delay:0.5s;
  447. }
  448.  
  449. .entry:hover #date{
  450. opacity:1;
  451. margin-left:3px;
  452. }
  453.  
  454. #reblog{
  455. opacity:0;
  456. position:absolute;
  457. background:{color:Posts Background};
  458. border:1px solid {color:Posts Border};
  459. display:inline-block;
  460. padding:1px;
  461. margin-left:-12px;
  462. margin-top:25px;
  463. -webkit-transition:all 0.5s ease-in-out;
  464. -moz-transition:all 0.5s ease-in-out;
  465. -o-transition:all 0.5s ease-in-out;
  466. transition:all 0.5s ease-in-out;
  467. transition-delay:1s;
  468. }
  469.  
  470. .entry:hover #reblog{
  471. opacity:1;
  472. margin-left:3px;
  473. }
  474.  
  475. /*--Miscellaneous--*/
  476.  
  477. .permapage {
  478. padding:0px 10px 0px 10px;
  479. }
  480.  
  481. iframe#tumblr_controls{
  482. position:fixed !important;
  483. -webkit-filter:invert(100%);
  484. opacity:0.4;
  485. }
  486.  
  487. .pagination {
  488. display:none;
  489. }
  490.  
  491. .back, .next {
  492. padding:5px;
  493. position:fixed;
  494. top:95%;
  495. margin-left:160px;
  496. text-transform:uppercase;
  497. font:8px courier new;
  498. border-radius:2px;
  499. z-index:99999999999999;
  500. }
  501.  
  502. .back{
  503. margin-left:260px;
  504. {block:if250pxPosts}
  505. margin-left:305px;
  506. {/block:if250pxPosts}
  507. {block:if400pxPosts}
  508. margin-left:455px;
  509. {/block:if400pxPosts}
  510. background:{color:Pagination};
  511. border:1px solid {color:Posts Border};
  512. }
  513.  
  514. .next{
  515. margin-left:-5px;
  516. background:{color:Pagination};
  517. border:1px solid {color:Posts Border};
  518. }
  519.  
  520. #text img{
  521. {block:if200pxPosts}
  522. max-width:200px;
  523. {/block:if200pxPosts}
  524. {block:if250pxPosts}
  525. max-width:250px;
  526. {/block:if250pxPosts}
  527. {block:if400pxPosts}
  528. max-width:400px;
  529. {/block:if400pxPosts}
  530. width:auto;
  531. height:auto;
  532. {block:PermalinkPage}
  533. max-width:500px;
  534. {/block:PermalinkPage}
  535. }
  536.  
  537. #text{
  538. padding-bottom:5px;
  539. }
  540.  
  541. #audio{
  542. margin-top:-30px;
  543. margin-left:50px;
  544. min-height:5px;
  545. font-size:8px;
  546. letter-spacing:1px;
  547. text-align:left;
  548. padding-bottom:10px;
  549. }
  550.  
  551. .audtext{
  552. font:bold 12px Helvetica, Arial;
  553. }
  554.  
  555. .playbutton{
  556. position:absolute;
  557. top:-33px;
  558. left:-10px;
  559. }
  560.  
  561. .playbox{
  562. position:relative;
  563. width:32px;
  564. height:35px;
  565. overflow:hidden;
  566. }
  567.  
  568. .tumblr_audio_player{
  569. border:none;
  570. padding:0px;
  571. margin:0px;
  572. height:100px;
  573. width:500px;
  574. }
  575.  
  576. #s-m-t-tooltip{
  577. background:#fff;
  578. color:#aaa;
  579. font-size:8px;
  580. font-style:italic;
  581. letter-spacing:2px;
  582. text-transform:lowercase;
  583. max-width:300px;
  584. padding:4px;
  585. z-index:9999999999;
  586. margin:20px 10px 10px 10px;
  587. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  588. }
  589.  
  590. #ask{
  591. color:{color:Text};
  592. width:auto;
  593. padding:10px;
  594. text-align:center;
  595. border-bottom:1px solid #eee;
  596. text-transform:uppercase;
  597. }
  598.  
  599. #answer{
  600. margin-left:10px;
  601. margin-top:0px;
  602. }
  603.  
  604. #caption{
  605. border-top:1px solid #eee;
  606. margin-top:8px;
  607. padding:3px;
  608. }
  609.  
  610. .back-to-top{
  611. position: fixed;
  612. bottom:-75px;
  613. left:10px;
  614. background: url('http://static.tumblr.com/2e9nahe/xvCoaucis/arrow-up.svg') no-repeat;
  615. background-size:15px;
  616. width:100px;
  617. height:100px;
  618. z-index:9999999;
  619. }
  620.  
  621. .back-to-top a{
  622. text-indent: -9999px;
  623. display: block;
  624. }
  625.  
  626. .video{
  627. position:relative;
  628. height:0;
  629. padding-bottom:56%;
  630. }
  631.  
  632. .video iframe{
  633. position:absolute;
  634. top:0;
  635. left:0;
  636. height:100%;
  637. width:100%;
  638. }
  639.  
  640. #infscr-loading{
  641. display:none!important;
  642. }
  643.  
  644. </style>
  645.  
  646. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  647. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  648. <script>
  649. (function($){
  650. $(document).ready(function(){
  651. $("[title]").style_my_tooltips({
  652. tip_follows_cursor:true,
  653. tip_delay_time:20,
  654. tip_fade_speed:400,
  655. attribute:"title"
  656. });
  657. });
  658. })(jQuery);
  659. </script>
  660.  
  661.  
  662.  
  663. <!--Scroll back to top-->
  664.  
  665. <div class="back-to-top" id="back-top">
  666. <a href="javascript:void(0)" class="back-to-top">Top</a>
  667. </div>
  668.  
  669.  
  670. <script type="text/javascript">
  671. $(function () {
  672. $("#back-top").hide();
  673. $(window).scroll(function () {
  674. if ($(this).scrollTop() > 150) {
  675. $('#back-top').fadeIn();
  676. } else {
  677. $('#back-top').fadeOut();
  678. }
  679. });
  680. });
  681. jQuery('.back-to-top').click(function () {
  682. jQuery('html, body').animate({
  683. scrollTop: 0
  684. }, 'slow');
  685. });
  686. </script>
  687.  
  688.  
  689. <!--end of Scroll back to top-->
  690.  
  691.  
  692. </head>
  693.  
  694. <link href="http://static.tumblr.com/2e9nahe/oAPnjs2lc/animate.css" rel="stylesheet" type="text/css" />
  695.  
  696. <body>
  697.  
  698. <div id="center">
  699.  
  700. <div class="sidebar">
  701. <div class="title {block:indexpage}wow fadeInLeft{/block:indexpage}" data-wow-delay="0.2s">
  702. <a href="/" id="black">{text:Title Color 1 Words}</a><a href="/" id="white">{text:Title Color 2 Words}</a>
  703. </div>
  704. <div id="desc" class="{block:indexpage}wow fadeInLeft{/block:indexpage}" data-wow-delay="0.5s">{Description}</div>
  705. <div id="links">
  706. <a href="/">refresh</a>
  707. <a href="/ask" target="_blank">message</a>
  708. <a href="/archive" target="_blank">past</a>
  709. {block:ifLink1}<a href="{text:Link 1 URL}" target="_blank">{text:Link 1}</a>{/block:ifLink1}
  710. {block:ifLink2}<a href="{text:Link 2 URL}" target="_blank">{text:Link 2}</a>{block:ifLink2}
  711. </div>
  712. </div>
  713.  
  714. {block:ifnotinfinitescroll}
  715. {block:Pagination}
  716.  
  717. {block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}
  718. {block:PreviousPage}<a class="back" href="{PreviousPage}">previous</a>{/block:PreviousPage}
  719.  
  720. {/block:Pagination}
  721. {/block:ifnotinfinitescroll}
  722.  
  723.  
  724.  
  725.  
  726. <div id="content">
  727.  
  728. {block:Posts}
  729.  
  730.  
  731. <div class="entry {block:indexpage}wow fadeIn{/block:indexpage}" data-wow-duration="1s">
  732.  
  733. {block:IndexPage}
  734. <div id="permalink">
  735. <div id="notes"><a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a></div>
  736.  
  737. <div id="date">
  738. {DayofMonth}|{Month}
  739. </div>
  740.  
  741. <div id="reblog">
  742. <a href="{ReblogURL}" target="_blank">Reblog?</a>
  743. </div>
  744.  
  745. </div>
  746.  
  747. {/block:IndexPage}
  748.  
  749. {block:Text}
  750. <div id="text">{block:IndexPage}{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
  751. {Body}
  752. </div>
  753. {/block:Text}
  754.  
  755. {block:Photo}
  756. <div id="img">
  757. {block:IndexPage}<img src="{PhotoURL-500}" width="{block:if250pxPosts}250{/block:if250pxPosts}{block:if400pxPosts}400{/block:if400pxPosts}{block:if500pxPosts}500{/block:if500pxPosts}"/></div>
  758.  
  759.  
  760. {/block:IndexPage}
  761. {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
  762. {/block:PermalinkPage}
  763. {/block:Photo}
  764.  
  765. {block:Photoset}
  766. {block:IndexPage}
  767. <div id="img">
  768. {Photoset}
  769. </div>
  770.  
  771. {/block:IndexPage}
  772.  
  773. {block:PermalinkPage}{Photoset-500}
  774. {block:Caption}{Caption}{/block:Caption}
  775. {/block:PermalinkPage}
  776. {/block:Photoset}
  777.  
  778.  
  779. {block:Quote}
  780. <div style="position:absolute;margin-top:-8px;margin-left:-5px;font:bold 30px times new roman;opacity:0.5;">“</div>
  781. <div style="font:bold italic 12px helvetica, arial;margin-left:12px;text-align:left;">{Quote}</div>
  782. {block:Source}<p style="text-align:right">{Source}</p>{/block:Source}
  783. {/block:Quote}
  784.  
  785. {block:Link}
  786. <div id="text">
  787. <a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
  788. {/block:Link}
  789.  
  790. {block:Chat}
  791. <div id="text">
  792. {block:Title}<h3>{Title}</h3>{/block:Title}
  793. {block:Lines}<p>
  794. {block:Label}<b>{Label}</b>{/block:Label}
  795. {Line}</p>
  796. {/block:Lines}
  797. </div>
  798. {/block:Chat}
  799.  
  800. {block:Audio}
  801. <div id="img">
  802. {block:IndexPage}
  803. {block:AudioEmbed}
  804. {block:if200pxPosts}{AudioEmbed-250}{/block:if200pxPosts}
  805. {block:if250pxPosts}{AudioEmbed-250}{/block:if250pxPosts}
  806. {block:if400pxPosts}{AudioEmbed-400}{/block:if400pxPosts}
  807. {/block:AudioEmbed}
  808. {block:AudioPlayer}
  809. <div class="playbox"><div class="playbutton">
  810. {block:ifnotBlackAudioPlayer}{AudioPlayer}{/block:ifnotBlackAudioPlayer}
  811. {block:ifBlackAudioPlayer}{AudioPlayerBlack}{/block:ifBlackAudioPlayer}
  812. </div></div>
  813. {/block:AudioPlayer}
  814.  
  815. {block:AudioPlayer}
  816. <div id="audio">
  817. <span class="audtext">{block:TrackName}{TrackName}{/block:TrackName}</span>
  818. <br>{block:Artist}{Artist}{/block:Artist}
  819. </div>
  820. {/block:AudioPlayer}
  821.  
  822. {/block:IndexPage}
  823. </div>
  824.  
  825. {block:PermalinkPage}
  826. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  827. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  828. {block:Caption}{Caption}{/block:Caption}
  829. {/block:PermalinkPage}
  830.  
  831. {/block:Audio}
  832.  
  833. {block:Answer}
  834. <div id="ask">
  835. <em><strong>{Asker} whispered:</em></strong> {Question}
  836. </div>
  837. <div id="answer">
  838. {Answer}
  839. </div>
  840. {/block:Answer}
  841.  
  842. {block:Video}
  843. <div id="img">
  844. {block:IndexPage}
  845. <div class="video">{VideoEmbed-500}</div>
  846. </div>
  847.  
  848. {/block:IndexPage}
  849.  
  850. {block:PermalinkPage}{Video-500}
  851. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  852. {/block:Video}
  853.  
  854.  
  855. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  856.  
  857. {block:IndexPage}
  858. {block:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
  859. {/block:IndexPage}
  860.  
  861. {block:PermalinkPage}
  862. {block:Date}
  863. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  864. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  865. <div class="permapage">
  866. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  867. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  868. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  869. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>
  870. {/block:Date}
  871. {/block:PermalinkPage}
  872.  
  873. {block:PostNotes}{PostNotes}{/block:PostNotes}
  874.  
  875.  
  876. </div>
  877. {/block:Posts}
  878. </div>
  879. </div>
  880.  
  881. </div>
  882.  
  883. <a href="http://shoseii.tumblr.com" style="position:fixed;bottom:5px;right:3px;">THEME</a>
  884.  
  885.  
  886. <script src="http://static.tumblr.com/2e9nahe/6Nxnjs2mx/wow.js"></script>
  887. <script>
  888. new WOW().init();
  889. </script>
  890.  
  891. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  892. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  893. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  894. <script>
  895. $(document).ready(function(){
  896. $('.photo-slideshow').pxuPhotoset({
  897. lightbox: true,
  898. rounded: false,
  899. gutter: '5px',
  900. photoset: '.photo-slideshow',
  901. photoWrap: '.photo-data',
  902. photo: '.pxu-photo'
  903. });
  904. });
  905. </script>
  906.  
  907. {block:ifInfiniteScroll}
  908.  
  909. <div class="pagination">
  910. {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}
  911. </div>
  912.  
  913. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  914. <script>
  915. $(document).ready(function(){
  916. var $container = $('#content');
  917. $container.infinitescroll({
  918. itemSelector: '.entry',
  919. navSelector: '.pagination',
  920. nextSelector: '.pagination a',
  921. bufferPx: 800
  922. },
  923. function( newElements ) {
  924. var $newElems = $( newElements );
  925. $newElems.find('.photo-slideshow').pxuPhotoset({
  926. lightbox: true,
  927. rounded: false,
  928. gutter: '4px',
  929. photoset: '.photo-slideshow',
  930. photoWrap: '.photo-data',
  931. photo: '.pxu-photo'
  932. });
  933.  
  934. var color = '#ededed';
  935. $('.soundcloud_audio_player').each(function(){
  936. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=false&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  937. });
  938. });
  939.  
  940. });
  941. </script>
  942. {/block:ifInfiniteScroll}
  943.  
  944. </body>
  945. </html>
Advertisement
Add Comment
Please, Sign In to add comment