Advertisement
rasperries

dreamers sorr 2

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