Advertisement
naofumi

Untitled

Oct 30th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.15 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. theme: thyme
  5. - sorrism -
  6.  
  7.  
  8. -->
  9.  
  10. <!DOCTYPE html>
  11. <head>
  12.  
  13. <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  14.  
  15. <link rel="shortcut icon" href="{favicon}">
  16.  
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <!--Default Variables-->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#cccccc"/>
  24. <meta name="color:Link" content="#a7a7a7"/>
  25. <meta name="color:Title" content="#000000"/>
  26. <meta name="color:Scrollbar" content="#d5d5d5" />
  27. <meta name="color:Borders" content="#eeeeee"/>
  28. <meta name="color:Text Borders" content="#eeeeee"/>
  29.  
  30. <meta name="if:Infinite Scroll" content="1"/>
  31. <meta name="if:Manual Load" content="0"/>
  32. <meta name="if:Popup" content="1"/>
  33. <meta name="if:Hover Info" content="1"/>
  34. <meta name="if:Hide Tags" content="0"/>
  35. <meta name="if:Justify Text" content="0"/>
  36.  
  37. <meta name="select:Captions" content="def" title="Default"/>
  38. <meta name="select:Captions" content="inl" title="Inline"/>
  39. <meta name="select:Captions" content="hide" title="Hide"/>
  40.  
  41. <meta name="image:Icon" content=""/>
  42.  
  43. <meta name="text:Post Spacing" content="75"/>
  44. <meta name="text:Popup Title" content=""/>
  45. <meta name="text:Popup Text" content=""/>
  46.  
  47. <meta name="select:Post Width" content="250" title="250px"/>
  48. <meta name="select:Post Width" content="275" title="275px"/>
  49. <meta name="select:Post Width" content="300" title="300px"/>
  50. <meta name="select:Post Width" content="325" title="325px"/>
  51. <meta name="select:Post Width" content="350" title="350px"/>
  52. <meta name="select:Post Width" content="375" title="375px"/>
  53. <meta name="select:Post Width" content="400" title="400px"/>
  54. <meta name="select:Post Width" content="450" title="450px"/>
  55. <meta name="select:Post Width" content="500" title="500px"/>
  56. <meta name="select:Post Width" content="540" title="540px"/>
  57.  
  58. <meta name="text:Link 1 URL" content=""/>
  59. <meta name="text:Link 1" content=""/>
  60. <meta name="text:Link 2 URL" content=""/>
  61. <meta name="text:Link 2" content=""/>
  62. <meta name="text:Link 3 URL" content=""/>
  63. <meta name="text:Link 3" content=""/>
  64.  
  65. <meta name="text:Home Title" content="index"/>
  66. <meta name="text:Ask Title" content="contact"/>
  67. <meta name="text:Archive Title" content="archive"/>
  68.  
  69. <meta name="select:Font" content="karla" title="Karla"/>
  70. <meta name="select:Font" content="lato" title="Lato"/>
  71. <meta name="select:Font" content="source-sans-pro" title="Source Sans Pro"/>
  72. <meta name="select:Font" content="mako" title="Mako"/>
  73. <meta name="select:Font" content="maven-pro" title="Maven Pro"/>
  74. <meta name="select:Font" content="open-sans" title="Open Sans"/>
  75. <meta name="select:Font" content="arial" title="Arial"/>
  76. <meta name="select:Font" content="helvetica" title="Helvetica"/>
  77. <meta name="select:Font" content="trebuchet ms" title="Trebuchet ms"/>
  78. <meta name="select:Font" content="inconsolata" title="Inconsolata"/>
  79. <meta name="select:Font" content="courier-prime" title="Courier Prime"/>
  80. <meta name="select:Font" content="lora" title="Lora"/>
  81. <meta name="select:Font" content="times" title="Times"/>
  82. <meta name="select:Font" content="georgia" title="Georgia"/>
  83. <meta name="select:Font" content="cambria" title="Cambria"/>
  84.  
  85. <meta name="select:Font Size" content="9px" title="9px"/>
  86. <meta name="select:Font Size" content="10px" title="10px"/>
  87. <meta name="select:Font Size" content="11px" title="11px"/>
  88. <meta name="select:Font Size" content="12px" title="12px"/>
  89.  
  90. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><link href='http://static.tumblr.com/sas2ex2/82lo0p4wz/photoset.css' rel='stylesheet' type='text/css'><script src="//use.edgefonts.net/{select:font}:n4,i4,n5,n6,n7.js"></script>
  91.  
  92. <!--CSS customization here. -->
  93.  
  94. <style type="text/css">
  95.  
  96. /*tumblr controls and lightbox*/
  97.  
  98. .tmblr-lightbox {background:rgba({RGBcolor:background}, .95)!important;}
  99.  
  100. .tmblr-lightbox img {opacity:0;}
  101.  
  102. .lightbox-caption {
  103. color:{color:title}!important;
  104. font-family:inherit!important;
  105. font-size:1em!important;
  106. font-weight:normal!important;
  107. text-shadow:none!important;
  108. }
  109.  
  110. .lightbox-image {
  111. -moz-box-shadow:none!important;
  112. -webkit-box-shadow:none!important;
  113. box-shadow:none!important;
  114. -moz-border-radius:0px!important;
  115. -webkit-border-radius:0px!important;
  116. border-radius:0px!important;
  117. padding:0px!important;
  118. margin:0px!important;
  119. border:0!important;
  120. opacity:1!important;
  121. }
  122.  
  123. .vignette {opacity:0!Important;}
  124.  
  125. .iframe-controls--desktop {
  126. white-space:nowrap!important;
  127. -webkit-filter:invert(70%)!important;
  128. -moz-filter:invert(70%)!important;
  129. -ms-filter:invert(70%)!important;
  130. -o-filter:invert(70%)!important;
  131. filter:invert(70%)!important;
  132. top:10px!important;
  133. right:10px!important;
  134. opacity:.3!important;
  135. position:fixed!important;
  136. }
  137.  
  138. /*tooltip*/
  139.  
  140. .ui-tooltip {
  141. position:Absolute;
  142. z-index:9999;
  143. padding-top:15px;
  144. }
  145.  
  146. .ui-tooltip-content {
  147. background:{color:background};
  148. padding:2px 3px;
  149. border:1px solid {color:borders};
  150. font-style:italic;
  151. font-size:10px;
  152. text-transform:lowercase;
  153. }
  154.  
  155. /*scrollbar*/
  156. ::-webkit-scrollbar{
  157. height:2px;
  158. width:4px;
  159. background:inherit;
  160. }
  161.  
  162. ::-webkit-scrollbar-thumb {
  163. background:{color:scrollbar};
  164. border-radius:2px;
  165. -webkit-border-radius:2px;
  166. }
  167.  
  168. .same::-webkit-scrollbar {width:1px;}
  169.  
  170. .same::-webkit-scrollbar-thumb {background:{color:borders}!important;}
  171.  
  172. /*basics*/
  173.  
  174. body {
  175. background:{color:background};
  176. background-image:url("http://i.imgur.com/fOtFIqQ.jpg");
  177. background-repeat:no-repeat;
  178. background-position:right top;
  179. background-attachment:fixed;
  180. color:{color:text};
  181. font:normal {select:font size}/1.5em {select:font}, sans-serif;
  182. word-wrap:break-word;
  183. text-align:left;
  184. {block:ifjustifytext}
  185. text-align:justify;
  186. {/block:ifjustifytext}
  187. -moz-osx-font-smoothing:grayscale;
  188. -webkit-font-smoothing:antialiased;
  189. font-smoothing:antialiased;
  190. margin:0;
  191. }
  192.  
  193. a {
  194. color:{color:text};
  195. text-decoration:none;
  196. transition:all .4s linear;
  197. -webkit-transition:all .4s linear;
  198. -o-transition:all .4s linear;
  199. -moz-transition:all .4s linear;
  200. }
  201.  
  202. a, a img {cursor:pointer;}
  203.  
  204. a:hover {
  205. color:{color:link};
  206. text-decoration:none;
  207. }
  208.  
  209. .tex a, .a a, .caption a, .title a, .source a {border-bottom:1px solid {color:text borders};}
  210.  
  211. .tex a:hover, .a a:hover, .caption a:hover, .title a:hover, .source a:hover {border-color:{color:link}!important;}
  212.  
  213. img {
  214. opacity:1;
  215. border:none;
  216. text-decoration:none;
  217. }
  218.  
  219. blockquote {
  220. padding:.25em 0 .25em 15px;
  221. margin:.5em 0;
  222. border-left:2px solid {color:text borders};
  223. }
  224.  
  225. pre {
  226. padding:0;
  227. margin:0;
  228. line-height:inherit!important;
  229. background:transparent;
  230. font-family:inherit!Important;
  231. font-size:inherit!important;
  232. white-space:pre-wrap;
  233. white-space:-moz-pre-wrap;
  234. white-space:-pre-wrap;
  235. white-space:-o-pre-wrap;
  236. word-wrap:break-word;
  237. }
  238.  
  239. p {margin:1em 0;}
  240.  
  241. p:first-of-type {margin-top:0;}
  242.  
  243. p:last-of-type {margin-bottom:0;}
  244.  
  245. b, strong, b a, strong a {color:{color:title};}
  246.  
  247. ol, ul {
  248. list-style:none;
  249. text-align:left;
  250. padding-left:0;
  251. }
  252.  
  253. li {
  254. position:relative;
  255. padding:.1em 0 .1em 35px;
  256. }
  257.  
  258. ol li {counter-increment:list;}
  259.  
  260. ol li:before, ul li:before {
  261. left:15px;
  262. position:absolute;
  263. vertical-align:baseline!important;
  264. }
  265.  
  266. ol li:before {content:counter(list) '.';}
  267.  
  268. ul li:before {content:'›';}
  269.  
  270. .chat li:before, .same li:before {display:none;}
  271.  
  272. small, big, sub, pre {
  273. font-size:1em!important;
  274. line-height:1.5em!important;
  275. vertical-align:baseline!important;
  276. }
  277.  
  278. h1, h2, h3, h4 {
  279. font-size:1.2em;
  280. margin:.25em 0;
  281. padding:0;
  282. color:{color:title};
  283. font-weight:normal;
  284. }
  285.  
  286. .post h1:first-child, .post h2:first-child, .post h3:first-child, .post h4:first-child {margin-top:0;}
  287.  
  288. hr {
  289. border:none;
  290. box-shadow:0;
  291. margin:1.5em 25%;
  292. border-top:1px solid {color:text borders};
  293. }
  294.  
  295. /*side*/
  296.  
  297. header {
  298. margin:100px 0 0 300px;
  299. width:{select:post width}px;
  300. left:0;
  301. position:relative;
  302. -webkit-animation-name: fade-in;
  303. -webkit-animation-duration: 1.5s;
  304. }
  305.  
  306. .wrap {position:relative;}
  307.  
  308. .wrap:before {
  309. height:100%;
  310. content:'';
  311. position:absolute;
  312. left:-75px;
  313. width:1px;
  314. background:{color:borders};
  315. }
  316.  
  317. .o {
  318. width:50px;
  319. height:50px;
  320. position:absolute;
  321. -moz-border-radius:100%;
  322. -webkit-border-radius:100%;
  323. border-radius:100%;
  324. -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  325. display:block;
  326. margin-left:-101px;
  327. z-index:10;
  328. overflow:hidden!important;
  329. background:{color:borders};
  330. }
  331.  
  332. .o img {
  333. width:50px;
  334. -moz-border-radius:100%;
  335. -webkit-border-radius:100%;
  336. border-radius:100%;
  337. height:50px;
  338. display:block;
  339. -webkit-backface-visibility:hidden;
  340. }
  341.  
  342. .stick .o {
  343. position:fixed;
  344. top:25px;
  345. }
  346.  
  347. header .o span {
  348. -ms-transform:scale(1.4);
  349. -webkit-transform:scale(1.4);
  350. -moz-transform:scale(1.4);
  351. transform:scale(1.4);
  352. display:block;
  353. z-index:6;
  354. position:absolute;
  355. width:40px;
  356. top:5px;
  357. left:5px;
  358. height:40px;
  359. -moz-border-radius:100%;
  360. -webkit-border-radius:100%;
  361. border-radius:100%;
  362. line-height:40px;
  363. text-align:center;
  364. cursor:help;
  365. opacity:0;
  366. color:{color:title};
  367. font-weight:bold;
  368. font-style:italic;
  369. font-family:serif;
  370. font-size:18px;
  371. background:rgba({RGBcolor:borders},.95);
  372. transition:all .4s linear;
  373. -webkit-transition:all .4s linear;
  374. -o-transition:all .4s linear;
  375. -moz-transition:all .4s linear;
  376.  
  377. }
  378.  
  379. .o:hover span {
  380. background:{color:background};
  381. -ms-transform:scale(1);
  382. -webkit-transform:scale(1);
  383. -moz-transform:scale(1);
  384. transform:scale(1);
  385. opacity:1;
  386. }
  387.  
  388. .tai {
  389. font-size:14px;
  390. position:relative;
  391. line-height:1em;
  392. display:inline-block;
  393. color:{color:title};
  394. }
  395.  
  396. .tai:after {
  397. content:'';
  398. display:block;
  399. height:1px;
  400. width:100%;
  401. margin:10px 0;
  402. background:{color:borders};
  403. }
  404.  
  405. .tai:before {
  406. content:'';
  407. display:block;
  408. height:1px;
  409. width:0;
  410. left:0;
  411. bottom:10px;
  412. position:absolute;
  413. transition:all .4s linear;
  414. -webkit-transition:all .4s linear;
  415. -o-transition:all .4s linear;
  416. -moz-transition:all .4s linear;
  417. }
  418.  
  419. header:hover .tai:before {
  420. width:100%;
  421. background:{color:link};
  422. }
  423.  
  424. nav a {
  425. margin-right:5px;
  426. color:{color:text};
  427. }
  428.  
  429. nav a:hover {color:{color:link};}
  430.  
  431. #d {margin-top:10px;}
  432.  
  433. /*pagination*/
  434.  
  435. footer {
  436. {block:ifinfinitescroll}
  437. {block:ifnotmanualload}
  438. display:none;
  439. {/block:ifnotmanualload}
  440. {/block:ifinfinitescroll}
  441. position:relative;
  442. left:0;
  443. text-align:right;
  444. font-style:italic;
  445. margin:0 0 150px 300px;
  446. width:{select:post width}px;
  447. -webkit-animation-name: fade-in;
  448. -webkit-animation-duration: 1.5s;
  449. }
  450.  
  451. #pagination {
  452. {block:ifinfinitescroll}
  453. display:none;
  454. {/block:ifinfinitescroll}
  455. }
  456.  
  457. footer a {
  458. display:inline-block;
  459. margin:0 10px;
  460. }
  461.  
  462. footer a:last-of-type {margin-right:0;}
  463.  
  464. .nice {
  465. position:fixed;
  466. right:15px;
  467. bottom:10px;
  468. }
  469.  
  470. .nice a {color:{color:text};}
  471.  
  472. #infscr-loading {display:none!important;}
  473.  
  474. /*posts*/
  475.  
  476. section {
  477. left:0;
  478. margin:0 0 75px 225px;
  479. padding:75px 0 0 75px;
  480. position:relative;
  481. width:{select:post width}px;
  482. }
  483.  
  484. section:before {
  485. content:'';
  486. position:absolute;
  487. height:100%;
  488. width:1px;
  489. left:0;
  490. top:0;
  491. background:{color:borders};
  492. -webkit-animation-name: fade-in;
  493. -webkit-animation-duration: 1.5s;
  494. }
  495.  
  496. article {
  497. width:{select:post width}px;
  498. margin-bottom:{text:post spacing}px;
  499. position:relative;
  500. counter-increment:post;
  501. display:block;
  502. -webkit-animation-name: fade-in;
  503. -webkit-animation-duration: 1.5s;
  504.  
  505. }
  506.  
  507. .post img {
  508. height:auto;
  509. max-width:{select:post width}px;
  510. -webkit-backface-visibility:hidden;
  511. backface-visibility:hidden;
  512. }
  513.  
  514. .photo img {
  515. width:{select:post width}px;
  516. display:block;
  517. }
  518.  
  519. .media, .photo-slideshow {
  520. position:relative;
  521. display:block;
  522. }
  523.  
  524. .read_more {text-transform:lowercase;}
  525.  
  526. /*text and captions*/
  527.  
  528. .title {
  529. font-size:1.2em;
  530. line-height:1.5em;
  531. }
  532.  
  533. .title, .title a {color:{color:title};}
  534.  
  535. .ted {margin-top:15px;}
  536.  
  537. .quote {
  538. font-style:italic;
  539. font-size:1.4em;
  540. }
  541.  
  542. .source {margin-top:15px;}
  543.  
  544. /*captions*/
  545.  
  546. .caption {
  547. position:relative;
  548. margin-top:25px;
  549. }
  550.  
  551. .caption blockquote {padding-left:15px;}
  552.  
  553. .inl .caption *:not(a):not(ul):not(ol):not(li) {
  554. margin:0;
  555. padding:0;
  556. display:inline;
  557. }
  558.  
  559. .inl .caption p:first-of-type {display:inline!important;}
  560.  
  561. .inl .caption p:first-of-type::after {content:' ';}
  562.  
  563. .inl .caption blockquote {
  564. padding:0;
  565. display:block;
  566. border:0;
  567. }
  568.  
  569. .inl .caption blockquote p{display:block!important;}
  570.  
  571. .inl .caption p {
  572. display:block!important;
  573. margin:.5em 0!important;
  574. }
  575.  
  576. .inl .caption p:first-of-type {
  577. display:inline!important;
  578. margin:0!important;
  579. }
  580.  
  581. .inl .caption *::after:not(a):not(ul):not(ol):not(li) {content:' ';}
  582.  
  583. .post img, .post li, .post blockquote, .caption img, .caption iframe {max-width:100%;}
  584.  
  585. .caption *:last-child, .a *:last-child, .tex *:last-child {
  586. margin-bottom:0!important;
  587. padding-bottom:0!Important;
  588. }
  589.  
  590. {block:indexpage}.hide .caption {display:none!important;}{/block:indexpage}
  591.  
  592. /*audio*/
  593.  
  594. .tumblr_audio_player {
  595. width:250px;
  596. height:30px;
  597. margin-top:-2px;
  598. }
  599.  
  600. .player {
  601. width:25px;
  602. height:25px;
  603. display:inline-block;
  604. overflow:hidden;
  605. vertical-align:middle;
  606. }
  607.  
  608. .audio_info {
  609. padding-left:15px;
  610. margin-left:14px;
  611. border-left:1px solid {color:borders};
  612. vertical-align:middle;
  613. display:inline-block;
  614. width:calc({select:post width} - 55px);
  615. }
  616.  
  617. .audio_info span {display:block;}
  618.  
  619. /*asks*/
  620.  
  621. .q {
  622. margin-bottom:15px;
  623. font-style:italic;
  624. }
  625.  
  626. .as:before, .source:before, .t:before {
  627. content:'';
  628. display:inline-block;
  629. vertical-align:middle;
  630. width:15px;
  631. height:1px;
  632. background:{color:text borders};
  633. margin-right:5px;
  634. }
  635.  
  636. .as {
  637. margin:15px 0 0 50%;
  638. text-transform:lowercase;
  639. }
  640.  
  641. .w250 .as, .w275 .as, .w300 .as {margin-left:15px;}
  642.  
  643. .a {margin-top:15px}
  644.  
  645. /*chats*/
  646.  
  647. .chat ol {
  648. margin:0;
  649. padding:0;
  650. list-style:none;
  651. text-align:left;
  652. }
  653.  
  654. .l {
  655. margin:5px 0;
  656. padding:0;
  657. }
  658.  
  659. .chat li:first-of-type {margin-top:0px;}
  660.  
  661. .chat li:last-of-type {margin-bottom:0;}
  662.  
  663. .label {
  664. color:{color:title};
  665. display:inline-block;
  666. }
  667.  
  668. /*permalink and notes*/
  669.  
  670. #permalink {
  671. margin-top:25px;
  672. }
  673.  
  674. #permalink span {display:block;}
  675.  
  676. .when {
  677. position:absolute;
  678. top:calc(50% - 1.8em);
  679. left:-79px;
  680. line-height:1.2em;
  681. text-transform:lowercase;
  682. }
  683.  
  684. .ipsum {
  685. width:9px;
  686. height:9px;
  687. display:block;
  688. position:absolute;
  689. -moz-border-radius:100%;
  690. -webkit-border-radius:100%;
  691. border-radius:100%;
  692. background:{color:borders};
  693. }
  694.  
  695. .when span, .ipsum {
  696. transition:all .4s linear;
  697. -webkit-transition:all .4s linear;
  698. -o-transition:all .4s linear;
  699. -moz-transition:all .4s linear;
  700. }
  701.  
  702. .post:hover .ipsum {background:{color:link};}
  703.  
  704. .when span {
  705. display:inline-block;
  706. text-align:right;
  707. margin-top:-1.5em;
  708. margin-left:-100px;
  709. {block:ifHoverInfo}
  710. opacity:0;
  711. margin-left:-75px;
  712. {/block:ifHoverInfo}
  713. }
  714.  
  715. {block:ifHoverInfo}
  716. .post:hover .when span {
  717. opacity:1;
  718. margin-left:-100px;
  719. }
  720. {/block:ifHoverInfo}
  721.  
  722. .when span:before {
  723. content:'entry #' counter(post);
  724. display:block;
  725. }
  726.  
  727. .when a {display:inline-block;}
  728.  
  729. .tags {
  730. padding-top:5px;
  731. font-size:.9em;
  732. }
  733.  
  734. .tags a {
  735. opacity:.7;
  736. display:inline;
  737. }
  738.  
  739. .tags a:hover {opacity:1;}
  740.  
  741. .same {display:none;}
  742.  
  743. ol.notes {
  744. list-style-type:none;
  745. padding:0px;
  746. margin:0;
  747. }
  748.  
  749. ol.notes li.note {
  750. display:block;
  751. margin-bottom:5px;
  752. padding:0;
  753. }
  754.  
  755. ol.notes li.note img.avatar {display:none!important;}
  756.  
  757. .t {
  758. display:block;
  759. margin-bottom:15px;
  760. font-size:11px;
  761. }
  762.  
  763. .more_notes_link {
  764. display:block;
  765. text-align:left!important;
  766. text-transform:lowercase;
  767. color:{color:title};
  768. }
  769.  
  770. /*modal*/
  771.  
  772. footer, section, .wrap, header {
  773. transition:all .4s linear;
  774. -webkit-transition:all .4s linear;
  775. -o-transition:all .4s linear;
  776. -moz-transition:all .4s linear;
  777. }
  778.  
  779. .modal footer, .modal section, .modal header {left:150px;}
  780.  
  781. .modal footer, .modal section, .modal .wrap {opacity:.4;}
  782.  
  783. body.modal {overflow:hidden;}
  784.  
  785. modal {
  786. position:fixed;
  787. left:0px;
  788. top:100px;
  789. width:0;
  790. overflow:hidden;
  791. }
  792.  
  793. .inner {
  794. padding:0 50px;
  795. opacity:0;
  796. width:275px;
  797. }
  798.  
  799. modal .title {margin-bottom:15px;}
  800.  
  801. .le {
  802. text-transform:lowercase;
  803. position:relative;
  804. text-align:left;
  805. width:100%;
  806. {block:ifPopupText}
  807. border-top:1px solid {color:borders};
  808. padding-top:15px;
  809. margin-top:15px;
  810. {/block:ifPopupText}
  811. }
  812.  
  813. .rest {
  814. margin-left:90px;
  815. display:block;
  816. }
  817.  
  818. .lee:after {
  819. content:'';
  820. visibility:hidden;
  821. display:block;
  822. height:0;
  823. clear:both;
  824. }
  825.  
  826. .lee {margin-bottom:15px;}
  827.  
  828. .le a, .lo {display:inline-block;}
  829.  
  830. .le a {
  831. width:calc(100% / 2)!important;
  832. float:left;
  833. }
  834.  
  835. .lo {
  836. color:{color:title};
  837. width:90px;
  838. float:left;
  839. position:relative;
  840. }
  841.  
  842. .lo span {
  843. display:inline-block;
  844. background:{color:background};
  845. padding-right:17px;
  846. }
  847.  
  848. .lo:before {
  849. content:'';
  850. height:1px;
  851. background:{color:borders};
  852. width:65px;
  853. z-index:-1;
  854. left:0px;
  855. top:.75em;
  856. position:absolute;
  857. }
  858.  
  859. {CustomCSS}
  860.  
  861. </style>
  862.  
  863. <!--script-->
  864. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  865. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script><script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  866.  
  867. <script>
  868. $(document).ready(function() {
  869. $(document).tooltip({
  870. track:true
  871. });
  872. $('.t').click(function() {
  873. $('.same').slideToggle(400);
  874. });
  875. {block:ifpopup}
  876. $('.o').click(function(event){
  877. event.preventDefault();
  878. if ($(this).hasClass('op')) {
  879. $('.inner').fadeTo("200", 0);
  880. $('modal').animate({width:0}, 600);
  881. $('body').delay(600).removeClass('modal');
  882. $('.when').delay(600).fadeIn();
  883. }
  884. else {
  885. $('.when').fadeOut();
  886. $('body').delay(400).addClass('modal');
  887. $('modal').stop().animate({width:$('.inner').outerWidth()}, 400);
  888. $('.inner').delay(300).fadeTo("200", 1);
  889. }
  890. $(this).toggleClass('op');return false;
  891. });
  892. {/block:ifpopup}
  893. $('.photo-slideshow').pxuPhotoset({
  894. lightbox: true,
  895. rounded: false,
  896. gutter: '3px',
  897. photoset: '.photo-slideshow',
  898. photoWrap: '.photo-data',
  899. photo: '.pxu-photo'
  900. });
  901. {block:indexpage}{block:ifIconImage}{block:ifPopup}
  902. var top = $('.o').offset();
  903. $(document).scroll(function(){
  904. var scrolled = $(document).scrollTop();
  905. if (scrolled < top.top - 125) {$('body').removeClass('stick');}
  906. else {$('body').addClass('stick');}
  907. });
  908. {/block:ifPopup}{/block:ifIconImage}{/block:indexpage}
  909. });
  910. </script>
  911.  
  912. </head>
  913.  
  914. <body>
  915.  
  916. {block:ifpopup}<modal><div class="inner">{block:ifPopupTitle}<div class="title">{text:popup title}</div>{/block:ifPopupTitle}{block:ifPopupText}{text:popup text}{/block:ifPopupText}<div class="le">
  917.  
  918. <!--link group #1-->
  919. <div class="lee">
  920.  
  921. <!--link group name-->
  922. <span class="lo"><span>Links</span></span>
  923.  
  924. <span class="rest">
  925.  
  926. <!--links-->
  927.  
  928. <a href="">potatoes</a>
  929. <a href="">potatoes</a>
  930. <a href="">potatoes</a>
  931. <a href="">potatoes</a>
  932.  
  933. </span></div>
  934. <!--end link group-->
  935.  
  936. <!--link group #2-->
  937. <div class="lee">
  938.  
  939. <!--link group name-->
  940. <span class="lo"><span>tags</span></span>
  941.  
  942. <span class="rest">
  943.  
  944. <!--links-->
  945.  
  946. <a href="">boil 'em</a>
  947. <a href="">mash 'em</a>
  948. <a href="">stick 'em in</a>
  949. <a href="">a stew</a>
  950.  
  951. </span></div>
  952. <!--end link group-->
  953.  
  954. </div></div></modal>{/block:ifpopup}
  955.  
  956. <header><span class="m"><a class="o" {block:ifnotpopup}href="/"{/block:ifnotpopup}>{block:ifpopup}<span>i</span>{/block:ifpopup}{block:ifIconImage}<img src="{image:icon}"/>{/block:ifIconImage}</a></span><div class="wrap"><a href="/" class="tai">{title}</a><nav>{block:ifHomeTitle}<a class="pro" href="/">{text:home title}</a>{/block:ifHomeTitle}{block:ifAskTitle}<a href="/ask">{text:ask title}</a>{/block:ifAskTitle}{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}{block:ifArchiveTitle}<a href="/archive">{text:archive title}</a>{/block:ifArchiveTitle}</nav><div id="d">{description}</div></div></header>
  957.  
  958. <section>{block:Posts}<article class="post {select:captions} w{select:post width}">
  959.  
  960. {block:Quote}
  961. <div class="title quote">{Quote}</div>
  962. {block:Source}<div class="source">{Source}</div>{/block:Source}
  963. {/block:Quote}
  964.  
  965. {block:Text}
  966. {block:Title}<div class="title">{Title}</div>{/block:Title}
  967. <div class="tex {block:title}ted{/block:title}">{Body}</div>{/block:Text}
  968.  
  969. {block:Link}
  970. <div class="title"><a href="{URL}">{Name}</a></div>
  971. {block:Description}<div class="tex ted">{Description}</div>{/block:Description}
  972. {/block:Link}
  973.  
  974. {block:Chat}
  975. {block:Title}<div class="title">{Title}</div>{/block:Title}
  976. <ol class="chat {block:title}ted{/block:title}">
  977. {block:Lines}
  978. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  979. {/block:Lines}
  980. </div>
  981. {/block:Chat}
  982.  
  983. {block:Photo}
  984. <div class="photo"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></div>
  985. {/block:Photo}
  986.  
  987. {block:Photoset}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img alt="{PhotoAlt}" src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  988. {/block:Photoset}
  989.  
  990. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  991.  
  992. {block:Audio}
  993. {block:AudioPlayer}
  994. <div class="hold"><div class="player">{AudioPlayerwhite}</div><div class="audio_info">
  995. {block:TrackName}<span><b>{TrackName}</b></span>{/block:TrackName}
  996. {block:Artist}<span>by {Artist}</span>{/block:Artist}
  997. </div></div>{/block:AudioPlayer}
  998. {/block:Audio}
  999.  
  1000. {block:Answer}
  1001. <div class="q">{Question}</div>
  1002. <div class="as">sent by {Asker}</div>
  1003. <div class="a">{Answer}</div>
  1004. {/block:Answer}
  1005.  
  1006. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1007.  
  1008. {block:Date}{block:indexpage}
  1009. <div class="when"><div class="ipsum"></div>
  1010. <span><a href="{Permalink}" target="_blank">{dayofweek}</a><br><a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  1011. {block:ifnothidetags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifnothidetags}
  1012. {/block:indexpage}
  1013.  
  1014. {block:permalinkpage}
  1015. <div id="permalink">
  1016. <span>Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm}</span>
  1017. {block:RebloggedFrom}<span>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} &mdash; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}</span>{/block:RebloggedFrom}
  1018. {block:HasTags}<span>Indexed: {block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags}</div>
  1019. {/block:permalinkpage}
  1020.  
  1021. {/block:Date}
  1022.  
  1023. {block:PostNotes}
  1024. <a class="t">{NoteCountWithLabel}</a><div class="same">{PostNotes}</div>
  1025. {/block:PostNotes}
  1026.  
  1027. </article>{/block:Posts}</section>
  1028.  
  1029. {block:pagination}<footer><div id="pagination">
  1030. {block:previouspage}<a href="{previouspage}">&laquo; back</a>{block:nextpage}/{/block:nextpage}{/block:previouspage}{block:nextpage}<a href="{nextpage}">next &raquo;</a>{/block:nextpage}</div>{block:ifinfinitescroll}{block:ifmanualload}<a style="cursor:help;" class="load">load more</a>{/block:ifmanualload}{/block:ifinfinitescroll}</footer>{/block:pagination}
  1031. {block:indexpage}{block:ifinfinitescroll}
  1032. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  1033. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1034. <script>
  1035. $(document).ready(function() {
  1036. var $container = $('section');
  1037. $container.infinitescroll({
  1038. itemSelector: 'article',
  1039. navSelector: '#pagination',
  1040. nextSelector: '#pagination a',
  1041. loadingImg: '',
  1042. loadingText: '<em></em>',
  1043. errorCallback: function(){$('.load').text('no more posts').parent().delay(4000).hide();},
  1044. bufferPx: 3000
  1045. },
  1046. function( newElements ) {
  1047. var $newElems = $( newElements );
  1048. $newElems.css({opacity: 0, zIndex: -1});
  1049. $newElems.find('.photo-slideshow').pxuPhotoset({
  1050. lightbox: true,
  1051. rounded: false,
  1052. gutter: '3px',
  1053. photoset: '.photo-slideshow',
  1054. photoWrap: '.photo-data',
  1055. photo: '.pxu-photo'
  1056. })
  1057. resizeVideos();
  1058. $newElems.imagesLoaded(function(){
  1059. $container.masonry( 'appended', $newElems );
  1060. $newElems.delay(600).animate({opacity: 1, zIndex: 1});
  1061. });
  1062. });
  1063. {block:ifmanualload}
  1064. $(window).unbind('.infscr');
  1065. $('.load').click(function(){
  1066. $(this).parent().fadeTo("400", 0);
  1067. $('section').delay(400).infinitescroll('retrieve').parent('body').find('.load').parent().delay(400).fadeTo("400", 1); return false;
  1068. });
  1069. {/block:ifmanualload}
  1070. });
  1071. </script>{/block:ifinfinitescroll} {/block:indexpage}<a class="nice" href="http://sorrism.tumblr.com" target="_blank">σ</a>
  1072. {block:ContentSource}
  1073. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1074. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1075. {/block:SourceLogo}
  1076. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1077. {/block:ContentSource}
  1078.  
  1079. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement