mhango

Stay High Theme

Jan 21st, 2024
1,584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="https://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <!--
  6.  
  7. Theme: Stay High by @mhango | @themesbyeva
  8. Version 1 (21st January 2024)
  9.  
  10. Rules:
  11.  
  12. > don't alter / remove any credit
  13. > don't copy parts of this theme or use as a base code
  14. > don't edit this theme and redistribute
  15. > don't claim as your own
  16.  
  17. Credits / Resources:
  18.  
  19. > Base Code
  20. @shythemes
  21. > No.Js Photosets
  22. https://annasthms.github.io/photosets
  23. > Infinite Scroll
  24. https://infinite-scroll.com
  25. > Masonry
  26. https://masonry.desandro.com
  27. > Icons
  28. https://feathericons.com
  29. > Fonts
  30. https://fonts.google.com
  31. > Custom Tooltips
  32. https://manos.malihu.gr
  33. > Scroll To Top
  34. @painthemes
  35. > Hide / Show Effect
  36. @sophiasthemage
  37. > Un-nested Captions
  38. @neothm, @magnusthemes
  39. > Custom Like Button, Search Script, Load More
  40. @shythemes
  41. -->
  42.  
  43. <title>{Title}</title>
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. <link rel="shortcut icon" href="{Favicon}">
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}">
  48. {/block:Description}
  49. <link href="https://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  50.  
  51. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-smooth-scroll/1.7.2/jquery.smooth-scroll.min.js"></script>
  52.  
  53. <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js">
  54. </script>
  55.  
  56. <meta name="viewport" content="width=device-width, initial-scale=1">
  57.  
  58. <meta name="image:Background" content="https://static.tumblr.com/lrtkpti/3yys7m4l7/dark_checked.png" />
  59.  
  60. <meta name="color:Background" content="#000000" />
  61. <meta name="color:Text" content="#f6f6f6" />
  62. <meta name="color:Link" content="#876e7e" />
  63. <meta name="color:Link Hover" content="#e1b7d2" />
  64. <meta name="color:Blockquote" content="#b492a8" />
  65. <meta name="color:Blogtitle" content="#b492a8" />
  66. <meta name="color:Text Post Background" content="#000000" />
  67. <meta name="color:Text Post Borders" content="#876e7e" />
  68. <meta name="color:Post Overlay" content="#000000" />
  69. <meta name="color:Post Icons" content="#f6f6f6" />
  70. <meta name="color:Sidebar Text" content="#f6f6f6" />
  71. <meta name="color:Sidebar Icons" content="#f6f6f6" />
  72. <meta name="color:Tooltip Background" content="#000000" />
  73. <meta name="color:Tooltip Borders" content="#f6f6f6" />
  74. <meta name="color:Tooltip Text" content="#f6f6f6" />
  75. <meta name="color:Scrollbar" content="#5a4954" />
  76. <meta name="color:Text Highlight" content="#876e7e" />
  77.  
  78. <meta name="if:Infinite Scroll" content="1">
  79. <meta name="if:Manual Load" content="0">
  80. <meta name="if:Large Blogtitle" content="1">
  81. <meta name="if:Two Columns" content="0">
  82. <meta name="if:Three Columns" content="1">
  83. <meta name="if:Dark Tumblr Controls" content="1">
  84. <meta name="if:Text Navigation" content="1">
  85. <meta name="if:Hover Tab" content="1">
  86.  
  87. <meta name="text:Home Title" content="home">
  88. <meta name="text:Icons Info" content="Visit feathericons.com, find the icon of your choice and copy the name. Paste it below where you want it to be.">
  89. <meta name="text:Home Icon" content="home">
  90. <meta name="text:Ask Title" content="ask">
  91. <meta name="text:Ask Link" content="/ask">
  92. <meta name="text:Ask Icon" content="message-circle">
  93. <meta name="text:Submit Title" content="">
  94. <meta name="text:Submit Icon" content="upload">
  95. <meta name="text:Archive Title" content="past">
  96. <meta name="text:Archive Icon" content="archive">
  97. <meta name="text:Link 1 Title" content="" />
  98. <meta name="text:Link 1" content="" />
  99. <meta name="text:Link 1 Icon" content="star" />
  100. <meta name="text:Link 2 Title" content="" />
  101. <meta name="text:Link 2" content="" />
  102. <meta name="text:Link 2 Icon" content="paperclip" />
  103. <meta name="text:Link 3 Title" content="" />
  104. <meta name="text:Link 3" content="" />
  105. <meta name="text:Link 3 Icon" content="more-horizontal" />
  106. <meta name="text:Link 4 Title" content="" />
  107. <meta name="text:Link 4" content="" />
  108. <meta name="text:Link 4 Icon" content="user" />
  109. <meta name="text:Link 5 Title" content="" />
  110. <meta name="text:Link 5" content="" />
  111. <meta name="text:Link 5 Icon" content="info" />
  112. <meta name="text:Link 6 Title" content="" />
  113. <meta name="text:Link 6" content="" />
  114. <meta name="text:Link 6 Icon" content="grid" />
  115. <meta name="text:Link 7 Title" content="" />
  116. <meta name="text:Link 7" content="" />
  117. <meta name="text:Link 7 Icon" content="camera" />
  118. <meta name="text:Hover Tab Title 1" content="Updates" />
  119. <meta name="text:Hover Tab Text 1" content="Your text goes here" />
  120. <meta name="text:Hover Tab Title 2" content="Blogs" />
  121. <meta name="text:Hover Tab Text 2" content="Your text goes here" />
  122. <meta name="text:Hover Tab Title 3" content="Networks" />
  123. <meta name="text:Hover Tab Text 3" content="Your text goes here" />
  124.  
  125. <meta name="select:Body Font" content="'Avalon', Helvetica, Arial, sans-serif" title="Avalon">
  126. <meta name="select:Body Font" content="'Karla', Helvetica, Arial, sans-serif" title="Karla">
  127. <meta name="select:Body Font" content="'Lato', Helvetica, Arial, sans-serif" title="Lato">
  128. <meta name="select:Body Font" content="'Lora', Times New Roman, Times, serif" title="Lora">
  129. <meta name="select:Body Font" content="'Quicksand', Helvetica, Arial, sans-serif" title="Quicksand">
  130. <meta name="select:Body Font" content="'Raleway', Helvetica, Arial, sans-serif" title="Raleway">
  131. <meta name="select:Body Font" content="'Roboto', Helvetica, Arial, sans-serif" title="Roboto">
  132. <meta name="select:Body Font" content="'Roboto Condensed', Helvetica, Arial, sans-serif" title="Roboto Condensed">
  133. <meta name="select:Body Font" content="'Rubik', Helvetica, Arial, sans-serif" title="Rubik">
  134. <meta name="select:Body Font" content="'Source Serif 4', Times New Roman, Times, serif" title="Source Serif 4">
  135.  
  136. <meta name="select:Title Font" content="'Bilbo', cursive" title="Bilbo">
  137. <meta name="select:Title Font" content="'Kadwa', Times New Roman, Times, serif" title="Kadwa">
  138. <meta name="select:Title Font" content="'Liu Jian Mao Cao', cursive" title="Liu Jian Mao Cao">
  139. <meta name="select:Title Font" content="'Lexend Deca', Helvetica, Arial, sans-serif" title="Lexend Deca">
  140. <meta name="select:Title Font" content="'Ma Shan Zheng', cursive" title="Ma Shan Zheng">
  141. <meta name="select:Title Font" content="'Montserrat', Helvetica, Arial, sans-serif" title="Montserrat">
  142. <meta name="select:Title Font" content="'Nixie One', Helvetica, Arial, sans-serif" title="Nixie One">
  143. <meta name="select:Title Font" content="'Playfair Display', Helvetica, Arial, sans-serif" title="Playfair Display">
  144. <meta name="select:Title Font" content="'Poiret One', Helvetica, Arial, sans-serif" title="Poiret One">
  145. <meta name="select:Title Font" content="'Roboto Slab', Helvetica, Arial, sans-serif" title="Roboto Slab">
  146.  
  147. <meta name="select:Heading Font" content="'Kadwa', Times New Roman, Times, serif" title="Kadwa">
  148. <meta name="select:Heading Font" content="'Lexend Deca', Helvetica, Arial, sans-serif" title="Lexend Deca">
  149. <meta name="select:Heading Font" content="'Montserrat', Helvetica, Arial, sans-serif" title="Montserrat">
  150. <meta name="select:Heading Font" content="'Nixie One', Helvetica, Arial, sans-serif" title="Nixie One">
  151. <meta name="select:Heading Font" content="'Playfair Display', Helvetica, Arial, sans-serif" title="Playfair Display">
  152. <meta name="select:Heading Font" content="'Poiret One', Helvetica, Arial, sans-serif" title="Poiret One">
  153. <meta name="select:Heading Font" content="'Roboto Slab', Helvetica, Arial, sans-serif" title="Roboto Slab">
  154. <meta name="select:Heading Font" content="'Source Serif 4', Times New Roman, Times, serif" title="Source Serif 4">
  155.  
  156. <!-- google fonts -->
  157.  
  158. <link rel="preconnect" href="https://fonts.googleapis.com">
  159. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  160. <link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Lato:wght@400;700&family=Lora:wght@400;700&family=Quicksand:wght@400;700&family=Raleway:wght@400;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&family=Rubik:wght@400;700&family=Source+Serif+Pro:wght@400;700&display=swap" rel="stylesheet">
  161.  
  162. <link rel="preconnect" href="https://fonts.googleapis.com">
  163. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  164. <link href="https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Montserrat:wght@400;700&family=Nixie+One&family=Playfair+Display:wght@400;700&family=Poiret+One&family=Roboto+Slab:wght@400;700&display=swap" rel="stylesheet">
  165.  
  166. <link rel="preconnect" href="https://fonts.googleapis.com">
  167. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  168. <link href="https://fonts.googleapis.com/css2?family=Bilbo&family=Liu+Jian+Mao+Cao&family=Ma+Shan+Zheng&display=swap" rel="stylesheet">
  169.  
  170. <link rel="preconnect" href="https://fonts.googleapis.com">
  171. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  172. <link href="https://fonts.googleapis.com/css2?family=Kadwa:wght@400;700&family=Source+Serif+4:opsz,[email protected],200;8..60,300;8..60,400;8..60,500;8..60,600;8..60,700;8..60,800;8..60,900&display=swap" rel="stylesheet">
  173.  
  174.  
  175.  
  176. <link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/avalon/stylesheet.css?v=1">
  177.  
  178. <!-- jquery library -->
  179.  
  180. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  181.  
  182.  
  183.  
  184. <style type="text/css">
  185.  
  186. body {
  187. background: {color:Background} url('{image:Background}');
  188. background-attachment:fixed;
  189. background-repeat:repeat;
  190. color: {color:text};
  191. font-family: {select:body font};
  192. font-size: 12px;
  193. margin: 0;
  194. padding: 0;
  195. -moz-osx-font-smoothing:grayscale;
  196. -webkit-font-smoothing:antialiased;
  197. font-smoothing:antialiased;
  198. }
  199.  
  200. a:link, a:active, a:visited, .npf-link-block a {
  201. color: {color:link};
  202. text-decoration: none;
  203. outline: none;
  204. -webkit-transition: all 0.5s ease-in-out;
  205. -moz-transition: all 0.5s ease-in-out;
  206. -o-transition: all 0.5s ease-in-out;
  207. -ms-transition: all 0.5s ease-in-out;
  208. transition: all 0.5s ease-in-out;
  209. }
  210.  
  211. a:hover, .npf-link-block a:hover{
  212. color:{color:link hover};
  213. -webkit-transition: all 0.5s ease-in-out;
  214. -moz-transition: all 0.5s ease-in-out;
  215. -o-transition: all 0.5s ease-in-out;
  216. -ms-transition: all 0.5s ease-in-out;
  217. transition: all 0.5s ease-in-out;
  218.  
  219. }
  220.  
  221. i.cp, span.cp {
  222. font-weight:200;
  223. }
  224.  
  225. small, sub {
  226. font-size:1em;
  227. vertical-align:baseline;
  228. }
  229.  
  230. cite {
  231. font-style:normal;
  232. }
  233.  
  234. blockquote {
  235. margin: 0;
  236. padding: 0;
  237. border-left:0px solid {color:blockquote};
  238. }
  239.  
  240. ol, ul, pre {
  241. margin:0 0 .6em;
  242. }
  243.  
  244. h1, h2, h3, h4, h5, h6 {
  245. padding-top:0px;
  246. padding-bottom:5px;
  247. margin:0;
  248. font-size:1.5em;
  249. font-weight:normal;
  250. font-family:{select:Heading Font};
  251. }
  252.  
  253. .tumblr_video_container {
  254. max-width: 100%!important;
  255. height:auto;
  256. }
  257.  
  258. iframe, img, embed, object, video {
  259. max-width: 100%;
  260. }
  261.  
  262. img {
  263. border:0;
  264. max-width:100%;
  265. height:auto;
  266. }
  267.  
  268. hr {
  269. margin:1em;
  270. border:0;
  271. height:1px;
  272. -moz-box-sizing:border-box;
  273. box-sizing:border-box;
  274. background-color:{color:text};
  275. }
  276.  
  277. ::-webkit-scrollbar-thumb{
  278. background-color: {color:scrollbar};
  279. border: 2px solid {color:background};
  280. height:auto;
  281. -moz-border-radius: 20%;
  282. border-radius: 20%;
  283. }
  284.  
  285. ::-webkit-scrollbar {
  286. height:auto;
  287. width:8px;
  288. background-color: {color:background};
  289. border: 4px solid {color:background};
  290. }
  291.  
  292. ::-moz-selection {
  293. background: {color:Text highlight};
  294. color: {color:text};
  295. }
  296.  
  297. ::selection {
  298. background: {color:Text highlight};
  299. color: {color:text};
  300. }
  301.  
  302.  
  303. #scroll:link, #scroll:visited {
  304. display: none;
  305. position: fixed;
  306. bottom: 20px;
  307. right: 20px;
  308. z-index:999999;
  309. }
  310.  
  311. #scroll i, #scroll svg {
  312. color:{color:text};
  313. width:20px;
  314. }
  315.  
  316. #s-m-t-tooltip {
  317. font-family: {select:body font};
  318. font-size:0.8em;
  319. color: {color:tooltip text};
  320. background-color:{color:tooltip background};
  321. text-align: center;
  322. max-width:150px;
  323. border: 0.5px solid {color:tooltip borders};
  324. overflow:auto;
  325. text-transform:uppercase;
  326. letter-spacing:0.028em;
  327. position: absolute;
  328. z-index: 999999999999;
  329. padding: .33em .66em .33em .66em;
  330. box-shadow:0 0 rgba(0,0,0,0.2);
  331. -webkit-transition: all 0.2s ease-in-out;
  332. -moz-transition: all 0.2s ease-in-out;
  333. transition: all 0.2s ease-in-out;
  334. margin:20px 0 15px 10px;
  335. }
  336.  
  337. #content {
  338. margin-top:50px;
  339. z-index:9998;
  340. position:absolute;
  341. float:center;
  342. background:transparent;
  343. {block:indexpage}
  344. margin-left: 50%;
  345. transform: translate(-50%);
  346. width: min(28%,500px);
  347. {block:iftwocolumns}
  348. margin-left: 50%;
  349. transform: translate(-50%);
  350. width: min(37%,1100px);
  351. {/block:iftwocolumns}
  352. {block:ifthreecolumns}
  353. margin-left: 50%;
  354. transform: translate(-50%);
  355. width: min(55%,1680px);
  356. {/block:ifthreecolumns}
  357. {/block:indexpage}
  358. {block:permalinkpage}
  359. width:min(28%,500px);
  360. margin-left: 50%;
  361. transform: translate(-50%);
  362. {/block:permalinkpage}
  363. }
  364.  
  365. @-webkit-keyframes cssAnimation {
  366. from{
  367. -webkit-transform: scale(0.871);}
  368. to{
  369. -webkit-transform:scale(1); }
  370. }
  371.  
  372. @-moz-keyframes cssAnimation {
  373. from{
  374. -moz-transform:scale(0.871);}
  375. to{
  376. -moz-transform: scale(1); }
  377. }
  378.  
  379. @-o-keyframes cssAnimation {
  380. from{
  381. -o-transform: scale(0.871);
  382. }
  383.  
  384. to{
  385. -o-transform: scale(1);}
  386. }
  387.  
  388. .entry {
  389. position:relative;
  390. background: {color:Background};
  391. border:none;
  392. height:auto;
  393. margin: 35px 0;
  394. {block:indexpage}
  395. padding: 0;
  396. -webkit-animation: cssAnimation 1s 1 ease-in-out;
  397. -moz-animation: cssAnimation 1s 1 ease-in-out;
  398. -o-animation: cssAnimation 1s 1 ease-in-out;
  399. {/block:indexpage}
  400. {block:PermalinkPage}
  401. width:100%;
  402. height:auto;
  403. padding: 0;
  404. {/block:PermalinkPage}
  405. }
  406. {block:indexpage}
  407.  
  408. .gutter-sizer {
  409. width: 0px;
  410. }
  411.  
  412. .grid-sizer, .entry {
  413. width: 100%;
  414. }
  415.  
  416. {block:iftwocolumns}
  417. .gutter-sizer {
  418. width: 100px;
  419. }
  420.  
  421. .grid-sizer, .entry {
  422. width: calc((100% - 100px)/2);
  423. }
  424. {/block:iftwocolumns}
  425.  
  426. {block:ifthreecolumns}
  427. .gutter-sizer {
  428. width: 90px;
  429. }
  430.  
  431. .grid-sizer, .entry {
  432. width: calc((100% - 180px)/3);
  433. }
  434. {/block:ifthreecolumns}
  435.  
  436. {/block:indexpage}
  437. .entry:last-child {
  438. margin-bottom:5px;
  439. }
  440.  
  441. .entry img {
  442. display:block;
  443. }
  444.  
  445. .entry b {
  446. color:{color:link hover};
  447. }
  448.  
  449. .pinned {
  450. text-align:center;
  451. position:absolute;
  452. margin-top:-5%;
  453. margin-left: 50%;
  454. transform: translate(-50%);
  455. z-index:9999999999999999999999999999999;
  456. }
  457.  
  458. .pinned svg {
  459. width:24px;
  460. fill:{color:text post background};
  461. z-index:9999999999999999999999999999999;
  462. }
  463.  
  464. #overlay{
  465. position:absolute;
  466. left:0px;
  467. top:0px;
  468. height:100%;
  469. width:100%;
  470. background: rgba({RGBcolor:Post Overlay}, 0);
  471. box-sizing:border-box;
  472. z-index:999;
  473. -webkit-transition: all .5s ease-in-out;
  474. -moz-transition: all .5s ease-in-out;
  475. -ms-transition: all .5s ease-in-out;
  476. -o-transition: all .5s ease-in-out;
  477. transition: all .5s ease-in-out;
  478. }
  479.  
  480. .entry:hover #overlay {
  481. {block:indexpage}
  482. background: rgba({RGBcolor:Post Overlay}, 0.85);
  483. -webkit-transition: all .5s ease-in-out;
  484. -moz-transition: all .5s ease-in-out;
  485. -ms-transition: all .5s ease-in-out;
  486. -o-transition: all .5s ease-in-out;
  487. transition: all .5s ease-in-out;
  488. {/block:indexpage}
  489. }
  490.  
  491. .diagonal {
  492. position:relative;
  493. top:50%;
  494. left:50%;
  495. margin-left:-7%;
  496. margin-top:-7%;
  497. opacity:0;
  498. width:20%;
  499. background: rgba(17,17,17,0.2);
  500. -webkit-transition: all .5s ease-in-out;
  501. -moz-transition: all .5s ease-in-out;
  502. -ms-transition: all .5s ease-in-out;
  503. -o-transition: all .5s ease-in-out;
  504. transition: all .5s ease-in-out;
  505. }
  506.  
  507. .diagonal:after {
  508. content:"";
  509. position:absolute;
  510. opacity:1;
  511. border-top:1px solid {color:Post Icons};
  512. width:100%;
  513. transform: rotate(45deg);
  514. transform-origin: 0% 0%;
  515. }
  516.  
  517. .entry:hover .diagonal {
  518. opacity:1;
  519. margin-left:-14%;
  520. margin-top:-14%;
  521. width:40%;
  522. background: rgba(17,17,17,0.2);
  523. -webkit-transition: all .5s ease-in-out;
  524. -moz-transition: all .5s ease-in-out;
  525. -ms-transition: all .5s ease-in-out;
  526. -o-transition: all .5s ease-in-out;
  527. transition: all .5s ease-in-out;
  528. }
  529.  
  530. .diagonal2 {
  531. position:relative;
  532. top:50%;
  533. left:50%;
  534. margin-left:7%;
  535. margin-bottom:-7%;
  536. opacity:0;
  537. width:20%;
  538. background: rgba(17,17,17,0.2);
  539. -webkit-transition: all .5s ease-in-out;
  540. -moz-transition: all .5s ease-in-out;
  541. -ms-transition: all .5s ease-in-out;
  542. -o-transition: all .5s ease-in-out;
  543. transition: all .5s ease-in-out;
  544. }
  545.  
  546. .diagonal2:after {
  547. content:"";
  548. position:absolute;
  549. opacity:1;
  550. border-top:1px solid {color:Post Icons};
  551. width:100%;
  552. transform: rotate(135deg);
  553. transform-origin: 0% 0%;
  554. }
  555.  
  556. .entry:hover .diagonal2 {
  557. opacity:1;
  558. margin-left:14%;
  559. margin-bottom:-14%;
  560. width:40%;
  561. background: rgba(17,17,17,0.2);
  562. -webkit-transition: all .5s ease-in-out;
  563. -moz-transition: all .5s ease-in-out;
  564. -ms-transition: all .5s ease-in-out;
  565. -o-transition: all .5s ease-in-out;
  566. transition: all .5s ease-in-out;
  567. }
  568.  
  569. .permabutton, .reblogbutton, .heartbutton, .timebutton {
  570. {block:indexpage}
  571. position:absolute;
  572. width:auto;
  573. display:inline-block;
  574. z-index:999999;
  575. -webkit-transition: all 0.5s ease-in-out;
  576. -moz-transition: all 0.5s ease-in-out;
  577. -o-transition: all 0.5s ease-in-out;
  578. -ms-transition: all 0.5s ease-in-out;
  579. transition: all 0.5s ease-in-out;
  580. text-transform:uppercase;
  581. opacity:0;
  582. {/block:indexpage}
  583. }
  584.  
  585. .timebutton {
  586. top:50%;
  587. left:50%;
  588. transform: translate(-50%,-50%);
  589. margin-left:12%;
  590. margin-top:auto;
  591. padding:0;
  592. }
  593.  
  594. .permabutton {
  595. top:50%;
  596. left:50%;
  597. transform: translate(-50%,-50%);
  598. margin-left:auto;
  599. margin-top:12%;
  600. padding:0;
  601. }
  602.  
  603. .reblogbutton {
  604. top:50%;
  605. left:50%;
  606. transform: translate(-50%,-50%);
  607. margin-left:-12%;
  608. margin-top:auto;
  609. padding:0;
  610. }
  611.  
  612. .heartbutton {
  613. top:50%;
  614. left:50%;
  615. transform: translate(-50%,-50%);
  616. margin-left:auto;
  617. margin-top:-12%;
  618. padding:0;
  619. }
  620.  
  621. .permabutton svg, .reblogbutton svg, .heartbutton svg, .timebutton svg {
  622. width:18px;
  623. vertical-align:middle;
  624. }
  625.  
  626. .permabutton a, .permabutton a:visited,
  627. .reblogbutton a, .reblogbutton a:visited,
  628. .heartbutton a, .heartbutton a:visited,
  629. .timebutton a, .timebutton a:visited {
  630. color: {color:Post Icons};
  631. text-decoration: none;
  632. -webkit-transition: all 0.5s ease-in-out;
  633. -moz-transition: all 0.5s ease-in-out;
  634. -o-transition: all 0.5s ease-in-out;
  635. -ms-transition: all 0.5s ease-in-out;
  636. transition: all 0.5s ease-in-out;
  637. }
  638.  
  639. .permabutton a:hover, .reblogbutton a:hover, .heartbutton a:hover, .timebutton a:hover {
  640. color: {color:link hover};
  641. -webkit-transition: all 0.5sease-in-out;
  642. -moz-transition: all 0.5s ease-in-out;
  643. -o-transition: all 0.5s ease-in-out;
  644. -ms-transition: all 0.5s ease-in-out;
  645. transition: all 0.5s ease-in-out;
  646. }
  647.  
  648. .blogcaption {
  649. {block:indexpage}
  650. opacity:0;
  651. padding:10px;
  652. max-height:100%;
  653. max-width:100%;
  654. overflow:auto;
  655. color: {color:Post Icons};
  656. -webkit-transition: all 0.5s ease-in-out;
  657. -moz-transition: all 0.5s ease-in-out;
  658. -o-transition: all 0.5s ease-in-out;
  659. -ms-transition: all 0.5s ease-in-out;
  660. transition: all 0.5s ease-in-out;
  661. {/block:indexpage}
  662. }
  663.  
  664. .blogcaption a {
  665. {block:indexpage}
  666. color: {color:Post Icons};
  667. text-decoration:underline;
  668. -webkit-transition: all 0.5s ease-in-out;
  669. -moz-transition: all 0.5s ease-in-out;
  670. -o-transition: all 0.5s ease-in-out;
  671. -ms-transition: all 0.5s ease-in-out;
  672. transition: all 0.5s ease-in-out;
  673. {/block:indexpage}
  674. }
  675.  
  676. .blogcaption a:hover {
  677. {block:indexpage}
  678. color: {color:link hover};
  679. text-decoration:underline;
  680. -webkit-transition: all 0.5s ease-in-out;
  681. -moz-transition: all 0.5s ease-in-out;
  682. -o-transition: all 0.5s ease-in-out;
  683. -ms-transition: all 0.5s ease-in-out;
  684. transition: all 0.5s ease-in-out;
  685. {/block:indexpage}
  686. }
  687.  
  688.  
  689. .entry:hover .permabutton, .entry:hover .reblogbutton, .entry:hover .heartbutton, .entry:hover .blogcaption, .entry:hover .timebutton {
  690. {block:indexpage}
  691. opacity:1;
  692. -webkit-transition: all 0.5s ease-in-out;
  693. -moz-transition: all 0.5s ease-in-out;
  694. -o-transition: all 0.5s ease-in-out;
  695. -ms-transition: all 0.5s ease-in-out;
  696. transition: all 0.5s ease-in-out;
  697. {/block:indexpage}
  698.  
  699. }
  700.  
  701. .controls i, .controls svg {
  702. height:auto;
  703. overflow:visible;
  704. }
  705. .controls a {
  706. position:relative;
  707. overflow:hidden;
  708. }
  709.  
  710. .controls .like .liked + svg {
  711. color:#ec5a5a;
  712. }
  713. .controls .like .like_button {
  714. position:relative;
  715. }
  716. .controls .like .like_button iframe {
  717. position:absolute;
  718. top:0;
  719. left:0;
  720. bottom:0;
  721. right:0;
  722. z-index:2;
  723. opacity:0;
  724. }
  725.  
  726.  
  727.  
  728.  
  729. {block:permalinkpage}
  730.  
  731. .details {
  732. background:{color:Text Post Background};
  733. border-top:1px solid {color:Text Post Background};
  734. border-bottom:1px solid {color:Text Post Borders};
  735. border-left:1px solid {color:Text Post Borders};
  736. border-right:1px solid {color:Text Post Borders};
  737. padding-bottom:10px;
  738. }
  739.  
  740. {/block:permalinkpage}
  741.  
  742. #sidebar {
  743. background:transparent;
  744. padding: 1.2%;
  745. color: {color:sidebar text};
  746. height:auto;
  747. width:min(13%,350px);
  748. top:65px;
  749. left:3%;
  750. position:fixed;
  751. margin:auto;
  752. text-align:left;
  753. z-index:99999;
  754. }
  755.  
  756. .blogtitle {
  757. position:relative;
  758. display:inline-block;
  759. margin:5px;
  760. margin-bottom:8px;
  761. letter-spacing:.8px;
  762. }
  763.  
  764. .blogtitle a, .blogtitle a:visited {
  765. {block:iflargeblogtitle}
  766. font-size:2.2em;
  767. {/block:iflargeblogtitle}
  768. {block:ifnotlargeblogtitle}
  769. font-size:1.8em;
  770. {/block:ifnotlargeblogtitle}
  771. font-weight:400;
  772. font-family:{select:title font};
  773. color: {color:blogtitle};
  774. -webkit-transition: all 0.5s ease-in-out;
  775. -moz-transition: all 0.5s ease-in-out;
  776. -o-transition: all 0.5s ease-in-out;
  777. -ms-transition: all 0.5s ease-in-out;
  778. transition: all 0.5s ease-in-out;
  779. }
  780.  
  781. .blogtitle a:hover{
  782. color: {color:link hover};
  783. -webkit-transition: all 0.5s ease-in-out;
  784. -moz-transition: all 0.5s ease-in-out;
  785. -o-transition: all 0.5s ease-in-out;
  786. -ms-transition: all 0.5s ease-in-out;
  787. transition: all 0.5s ease-in-out;
  788. }
  789.  
  790. .description {
  791. margin:5px;
  792.  
  793. }
  794.  
  795. .navigation {
  796. position:relative;
  797. margin-bottom:-5px;
  798. }
  799.  
  800. .navi {
  801. display:inline-block;
  802. {block:ifnottextnavigation}
  803. margin:5px;
  804. {/block:ifnottextnavigation}
  805. padding:5px;
  806.  
  807. }
  808.  
  809. .navi a {
  810. color: {color:sidebar icons};
  811. {block:ifnottextnavigation}
  812. font-size:1.33em;
  813. {/block:ifnottextnavigation}
  814. -webkit-transition: all 0.5s ease-in-out;
  815. -moz-transition: all 0.5s ease-in-out;
  816. -o-transition: all 0.5s ease-in-out;
  817. -ms-transition: all 0.5s ease-in-out;
  818. transition: all 0.5s ease-in-out;
  819. }
  820.  
  821. .navi a:hover {
  822. color: {color:link hover};
  823. {block:ifnottextnavigation}
  824. font-size:1.33em;
  825. {/block:ifnottextnavigation}
  826. -webkit-transition: all 0.5s ease-in-out;
  827. -moz-transition: all 0.5s ease-in-out;
  828. -o-transition: all 0.5s ease-in-out;
  829. -ms-transition: all 0.5s ease-in-out;
  830. transition: all 0.5s ease-in-out;
  831. }
  832.  
  833. .navi svg {
  834. width:18px;
  835. }
  836.  
  837. nav li {
  838. display:inline;
  839. }
  840.  
  841. .search .query {
  842. border: 1px solid {color:sidebar icons};
  843. -moz-border-radius: 5%;
  844. border-radius:5%;
  845. outline: 0;
  846. padding: 5px;
  847. font-family: inherit;
  848. font-size: inherit;
  849. color: inherit;
  850. background-color: transparent;
  851. }
  852.  
  853. ::-webkit-input-placeholder {color: inherit;}
  854. :-moz-placeholder {color: inherit; opacity:1;}
  855. ::-moz-placeholder {color: inherit; opacity:1;}
  856. :-ms-input-placeholder {color: inherit;}
  857.  
  858. input:focus::-webkit-input-placeholder {color: transparent;}
  859. input:focus:-moz-placeholder {color: transparent;}
  860. input:focus::-moz-placeholder {color: transparent;}
  861. input:focus:-ms-input-placeholder { color: transparent;}
  862.  
  863. /* text post styles */
  864.  
  865. .title {
  866. padding-top:0px;
  867. padding-bottom:5px;
  868. font-size:1.35em;
  869. font-weight:normal;
  870. font-family:{select:Heading Font};
  871. }
  872.  
  873. .title a {
  874. color:{color:text};
  875. text-decoration: none;
  876. -webkit-transition: all 0.5s ease-in-out;
  877. -moz-transition: all 0.5s ease-in-out;
  878. -o-transition: all 0.5s ease-in-out;
  879. -ms-transition: all 0.5s ease-in-out;
  880. transition: all 0.5s ease-in-out;
  881. }
  882.  
  883. .title a:hover {
  884. color:{color:link hover};
  885. -webkit-transition: all 0.5s ease-in-out;
  886. -moz-transition: all 0.5s ease-in-out;
  887. -o-transition: all 0.5s ease-in-out;
  888. -ms-transition: all 0.5s ease-in-out;
  889. transition: all 0.5s ease-in-out;
  890. }
  891.  
  892. .title img {
  893. width:15px;
  894. }
  895.  
  896. .accent,
  897. .tumblr_blog {
  898. color:{color:link hover};
  899. }
  900.  
  901. .text, .textnew {
  902. background:{color:Text Post Background};
  903. padding: 15px;
  904. border:1px solid {color:Text Post Borders};
  905. }
  906.  
  907. .text a, .text img, .textnew a, .textnew img {
  908. max-width:100%;
  909. }
  910.  
  911. /*
  912.  
  913. Code: NPF / Text Post - Image Fix by @mhango | @themesbyeva
  914. Version 5 (15th June 2023)
  915.  
  916. Rules:
  917. > don't alter / remove the credit
  918. > don't copy parts of this code or use as a base
  919. > don't edit this code and redistribute
  920. > don't claim as your own
  921.  
  922. Disclaimer: This code might not work on every theme. Always back-up your theme before changing the code.
  923.  
  924. For detailed instructions and support please visit https://themesbyeva.tumblr.com.
  925.  
  926. */
  927.  
  928. {block:PermalinkPage}
  929.  
  930. .textnew figure + p {
  931. margin-top:1em;
  932. }
  933.  
  934.  
  935.  
  936. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(:is(.tmblr-full img,.post_media_photo_anchor img)) p {
  937. margin:10px 20px;
  938. }
  939.  
  940. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(:is(.tmblr-full img,.post_media_photo_anchor img)) {
  941. background:{color:Text Post Background};
  942. }
  943.  
  944. {/block:PermalinkPage}
  945.  
  946. {block:indexpage}
  947. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(:is(.tmblr-full img,.post_media_photo_anchor img)):has(.tumblr_blog) {
  948. color:{color:text post background};
  949. font-size:0;
  950. }
  951. {/block:indexpage}
  952.  
  953. .textnew:has(.tmblr-full img) .op-blockquote,
  954. .textnew:has(.tmblr-full img) .npf-post-source,
  955. .textnew:has(.tmblr-full img) .tumblr_blog,
  956. .textnew:has(.post_media_photo_anchor img) .op-blockquote,
  957. .textnew:has(.post_media_photo_anchor img) .npf-post-source,
  958. .textnew:has(.post_media_photo_anchor img) .tumblr_blog
  959. {
  960. display:none;
  961. }
  962.  
  963. .textnew {
  964. padding:10px;
  965. }
  966.  
  967. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(.tmblr-full img),
  968. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(.post_media_photo_anchor img) {
  969. padding:0;
  970. }
  971.  
  972. .post_media_photo_anchor img, .post_media_photo img {
  973. height:100%;
  974. width:100%;
  975. }
  976.  
  977. {block:indexpage}
  978.  
  979.  
  980. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(.tmblr-full img) :is(p,ul,ol,h1,h2,h3,h4,h5),
  981. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(.post_media_photo_anchor img) :is(p,ul,ol,h1,h2,h3,h4,h5)
  982. {
  983. display:none;
  984. }
  985.  
  986. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(.tmblr-full img),
  987. .textnew:not(:has(.title)):not(:has(p + .npf_row)):has(.post_media_photo_anchor img)
  988. {
  989. background-color: {color:background};
  990. border-color:{color:background};
  991. }
  992.  
  993. {/block:indexpage}
  994.  
  995. /* End of Text Post - Image Fix V5 */
  996.  
  997. [photoset-layout] {
  998. grid-gap: 2px;
  999. }
  1000.  
  1001. .ask {
  1002. padding-bottom:7px;
  1003. border-bottom: 1px solid {color:Text Post Borders};
  1004. }
  1005.  
  1006. .asker, .asker a {
  1007. color:{color:link};
  1008. font-weight:700;
  1009. margin-bottom:5px;
  1010. }
  1011.  
  1012. .quotetext, p.npf_quote {
  1013. font-size:1.1em;
  1014. font-weight:700;
  1015. font-family: {select:Heading Font};
  1016. }
  1017.  
  1018. .quotesource, p.npf_quote+p {
  1019. padding-top:5px;
  1020. padding-bottom:5px;
  1021. }
  1022.  
  1023. .chat {
  1024. background:{color:Text Post Background};
  1025. padding: 10px;
  1026. border:1px solid {color:Text Post Borders};
  1027. }
  1028.  
  1029. .chat .label, p.npf_chat b {
  1030. font-weight:700;
  1031. }
  1032.  
  1033. .chat span {
  1034. float: left;
  1035. margin-right: 1%;
  1036. }
  1037.  
  1038. .npf_chat, p.npf_chat {
  1039. font-family:{select:body font};
  1040. }
  1041.  
  1042. .npf-link-block {
  1043. border-radius:0;
  1044. border:0px;
  1045. background:{color:text post Borders};
  1046. }
  1047.  
  1048. .npf-link-block .title {
  1049. font-size:1.3em;
  1050. }
  1051.  
  1052. .spotify_audio_player, .soundcloud_audio_player {
  1053. margin-bottom:-3px;
  1054. }
  1055.  
  1056. .spotify_audio_player {
  1057. height:80px!important;
  1058. width:100%!important;
  1059. }
  1060.  
  1061. .soundcloud_audio_player {
  1062. height:150px!important;
  1063. width:100%!important;
  1064. }
  1065.  
  1066. #notes {
  1067. margin-top:5px;
  1068. display:inline-block;
  1069. }
  1070.  
  1071. #notes img {
  1072. display:inline-block;
  1073. }
  1074.  
  1075. .notes {
  1076. clear: both;
  1077. padding: 0;
  1078. }
  1079.  
  1080. ol.notes {
  1081. list-style-type:none;
  1082. line-height:150%;
  1083. padding:0;
  1084. margin 0 0;
  1085. border-bottom:solid 1px {color:blockquote};
  1086. }
  1087.  
  1088. ol.notes li.note {
  1089. border-top:1px solid {color:blockquote};
  1090. padding:5px;
  1091. }
  1092.  
  1093. ol.notes li.note img {
  1094. padding:0 !important;
  1095. }
  1096.  
  1097. ol.notes li.note img.avatar {
  1098. vertical-align:-4px;
  1099. margin-right:5px;
  1100. width:16px;
  1101. height:16px;
  1102. }
  1103.  
  1104. #tags {
  1105. text-align:left;
  1106. opacity: 1;
  1107. }
  1108.  
  1109. #tags, nav ul, .chat ul {
  1110. list-style: none;
  1111. list-style-image: none;
  1112. margin: 0;
  1113. padding: 0;
  1114. }
  1115.  
  1116. #tags li {
  1117. float: left;
  1118. margin-right: 1%;
  1119. }
  1120.  
  1121. .caption {
  1122. margin:10px 20px;
  1123. }
  1124.  
  1125. .caption ul {
  1126. margin: 0;
  1127. padding: 0;
  1128. line-height:150%;
  1129. }
  1130.  
  1131. .blogcaption ul {
  1132. list-style: disc outside none;
  1133. margin: 0 0 10px 20px;
  1134. padding: 0;
  1135. }
  1136.  
  1137. .tagsandmore ul {
  1138. list-style:none;
  1139. list-style-type:none;
  1140. }
  1141.  
  1142. .infoheading {
  1143. font-weight:700;
  1144. color:{color:text};
  1145. }
  1146.  
  1147. .media {
  1148. position:relative;
  1149. display:inline-block;
  1150. width:100%;
  1151. }
  1152.  
  1153. .tmblr-iframe-compact .tmblr-iframe--unified-controls {
  1154. position:fixed!important;
  1155. opacity:.67!important;
  1156. padding:4px;
  1157. z-index:99999999999999999999999;
  1158. {block:ifdarktumblrcontrols}
  1159. -webkit-filter:invert(100%);
  1160. -moz-filter:invert(100%);
  1161. -o-filter:invert(100%);
  1162. -ms-filter:invert(100%);
  1163. filter:invert(100%);
  1164. {/block:ifdarktumblrcontrols}
  1165. }
  1166.  
  1167. .tmblr-iframe--controls-phone-container,
  1168. .iframe-controls--phone-mobile,
  1169. .tmblr-iframe--app-cta-button {
  1170. z-index:999999999999999999999999999999999999999999999999999999!important;
  1171. position:fixed!important;
  1172. margin:0!important;
  1173. }
  1174.  
  1175.  
  1176. {block:ifInfiniteScroll}
  1177. .pagination,
  1178. #infscr-loading {
  1179. display:none!important;
  1180. }
  1181. {/block:ifInfiniteScroll}
  1182.  
  1183. {block:ifManualLoad}
  1184.  
  1185. .load-more {
  1186. position:fixed;
  1187. bottom:5px;
  1188. text-align:center;
  1189. background:{color:text post background};
  1190. border:1px solid {color:text post borders};
  1191. padding:10px;
  1192. margin-left: 50%;
  1193. transform: translate(-50%);
  1194. font-size:1.2em;
  1195. color:{color:text};
  1196. }
  1197.  
  1198. .load-more a , .load-more a:active , .load-more a:visited {
  1199. color:{color:text};
  1200. }
  1201.  
  1202. .pagination {
  1203. display:none!important;
  1204. }
  1205.  
  1206. {/block:ifManualLoad}
  1207.  
  1208. {block:ifnotManualLoad}
  1209.  
  1210. .load-more {
  1211. display:none;
  1212. }
  1213.  
  1214. {/block:ifnotManualLoad}
  1215.  
  1216.  
  1217. {block:ifnotInfiniteScroll}
  1218. .pagination {
  1219. margin-bottom:0;
  1220. text-align:center;
  1221. width:auto;
  1222. z-index:9999999999999999999999999999;
  1223. }
  1224.  
  1225. .pagination img, .pagination i, .pagination svg {
  1226. width:18px;
  1227. font-size:1.5em;
  1228. display:inline-block;
  1229. padding:10px 10px 0 10px;
  1230. color:{color:text};
  1231. }
  1232. {/block:ifnotInfiniteScroll}
  1233.  
  1234.  
  1235. #important, #important i, #important svg {
  1236. bottom:2px;
  1237. left:5px;
  1238. width:15px;
  1239. font-size:1.1em;
  1240. position:fixed;
  1241. z-index:9999999999999999999999999999;
  1242. color:{color:text};
  1243. }
  1244.  
  1245. /** hover tab code 1 **/
  1246.  
  1247. #hovertab {
  1248. color:{color:sidebar text};
  1249. width:120px;
  1250. height:120px;
  1251. top:60px;
  1252. right:75px;
  1253. margin:5px auto;
  1254. padding:0px 0px 0px 0px;
  1255. border-radius:100px;
  1256. opacity:1;
  1257. position:fixed;
  1258. z-index:9999;
  1259. text-align:center;
  1260. transition: all .5s ease-in-out;
  1261. -webkit-transition: all .5s ease-in-out;
  1262. -moz-transition: all .5s ease-in-out;
  1263. -o-transition: all .5s ease-in-out;
  1264. -ms-transition: all .5s ease-in-out;
  1265. }
  1266.  
  1267. .hoverx1 {
  1268. position:relative;
  1269. top:50%;
  1270. left:50%;
  1271. margin-left:-51%;
  1272. margin-top:-21%;
  1273. padding:0;
  1274. width:70%;
  1275. padding:0;
  1276. background: rgba(17,17,17,0.2);
  1277. -webkit-transition: all .5s ease-in-out;
  1278. -moz-transition: all .5s ease-in-out;
  1279. -ms-transition: all .5s ease-in-out;
  1280. -o-transition: all .5s ease-in-out;
  1281. transition: all .5s ease-in-out;
  1282. }
  1283.  
  1284. .hoverx1:before {
  1285. content:"";
  1286. position:absolute;
  1287. opacity:1;
  1288. border-top:1px solid {color:sidebar icons};
  1289. width:100%;
  1290. transform: rotate(45deg);
  1291. transform-origin: 0% 0%;
  1292. }
  1293.  
  1294. #hovertab:hover .hoverx1 {
  1295. transform: rotate(45deg);
  1296. width:200%;
  1297. margin-left:0%;
  1298. -webkit-transition: all .5s ease-in-out;
  1299. -moz-transition: all .5s ease-in-out;
  1300. -ms-transition: all .5s ease-in-out;
  1301. -o-transition: all .5s ease-in-out;
  1302. transition: all .5s ease-in-out;
  1303. }
  1304.  
  1305. .hoverx2 {
  1306. position:relative;
  1307. top:50%;
  1308. left:50%;
  1309. margin-left:0%;
  1310. margin-top:-20%;
  1311. width:70%;
  1312. padding:0;
  1313. background: rgba(17,17,17,0.2);
  1314. -webkit-transition: all .5s ease-in-out;
  1315. -moz-transition: all .5s ease-in-out;
  1316. -ms-transition: all .5s ease-in-out;
  1317. -o-transition: all .5s ease-in-out;
  1318. transition: all .5s ease-in-out;
  1319. }
  1320.  
  1321. .hoverx2:before {
  1322. content:"";
  1323. position:absolute;
  1324. opacity:1;
  1325. border-bottom:1px solid {color:sidebar icons};
  1326. width:100%;
  1327. transform: rotate(135deg);
  1328. transform-origin: 0% 0%;
  1329. }
  1330.  
  1331. #hovertab:hover .hoverx2 {
  1332. transform: rotate(-45deg);
  1333. width:200%;
  1334. margin-left:-150%;
  1335. -webkit-transition: all .5s ease-in-out;
  1336. -moz-transition: all .5s ease-in-out;
  1337. -ms-transition: all .5s ease-in-out;
  1338. -o-transition: all .5s ease-in-out;
  1339. transition: all .5s ease-in-out;
  1340. }
  1341.  
  1342. .hoverpanel {
  1343. opacity:0;
  1344. width:150%;
  1345. height:199%;
  1346. margin-top:50%;
  1347. border-top:1px solid {color:sidebar icons};
  1348. border-bottom:1px solid {color:sidebar icons};
  1349. font-size:0.9em;
  1350. -webkit-transition: all .5s ease-in-out;
  1351. -moz-transition: all .5s ease-in-out;
  1352. -ms-transition: all .5s ease-in-out;
  1353. -o-transition: all .5s ease-in-out;
  1354. transition: all .5s ease-in-out;
  1355. }
  1356.  
  1357. #hovertab:hover .hoverpanel {
  1358. opacity:1;
  1359. -webkit-transition: all .5s ease-in-out;
  1360. -moz-transition: all .5s ease-in-out;
  1361. -ms-transition: all .5s ease-in-out;
  1362. -o-transition: all .5s ease-in-out;
  1363. transition: all .5s ease-in-out;
  1364. }
  1365.  
  1366. .hovertab_heading {
  1367. font-family: {select:Heading Font};
  1368. text-align:center;
  1369. padding:2% 0 3% 0;
  1370. font-size:1.1em;
  1371. }
  1372.  
  1373. .hovertab_text{
  1374. padding:2% 5%;
  1375. text-align:center;
  1376. }
  1377.  
  1378. .hovertab_text img {
  1379. height:25px;
  1380. padding:0 2px;
  1381. }
  1382.  
  1383. dl {
  1384. margin:0px;
  1385. padding:0px;
  1386. }
  1387.  
  1388. .hovertab_text dl dt {
  1389. float:left;
  1390. font-weight:700;
  1391. text-decoration:none;
  1392. margin-right:10px;
  1393. width:30px;
  1394. padding:0px 5px 2px 2px;
  1395. }
  1396.  
  1397. .hovertab_text dl dd {
  1398. margin:0px 0;
  1399. padding:0px 0px 2px 0px;
  1400. }
  1401.  
  1402. @media only screen and (max-width:1024px) {
  1403.  
  1404. body {
  1405. max-width:100vw;
  1406. overflow-x:hidden;
  1407. }
  1408.  
  1409. #content {
  1410. max-width:100%;
  1411. width:min(80%,500px);
  1412. margin-top:25px;
  1413. height:auto;
  1414. margin-left: 50%;
  1415. transform: translate(-50%);
  1416. }
  1417.  
  1418. .gutter-sizer {
  1419. width: 0px;
  1420. }
  1421.  
  1422. .grid-sizer, .entry {
  1423. width: calc((100% - 0px));
  1424. }
  1425.  
  1426. #sidebar {
  1427. padding:1%;
  1428. top:25px;
  1429. left:0;
  1430. width:100%;
  1431. height:auto;
  1432. max-width:100vw;
  1433. overflow-x:hidden;
  1434. position:relative;
  1435. margin-top:auto;
  1436. text-align:center;
  1437. }
  1438.  
  1439. .blogtitle {
  1440. text-align:center;
  1441. }
  1442.  
  1443. .navigation {
  1444. padding: 0 5%;
  1445. text-align:center;
  1446. }
  1447.  
  1448. #scroll:link, #scroll:visited {
  1449. bottom:10px;
  1450. right:5px;
  1451. }
  1452.  
  1453. #important {
  1454. bottom:10px;
  1455. left:5px;
  1456. }
  1457.  
  1458. #hovertab {
  1459. display:none;
  1460. }
  1461.  
  1462. }
  1463.  
  1464. </style>
  1465.  
  1466. <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
  1467.  
  1468. </head>
  1469.  
  1470. <body>
  1471.  
  1472. {block:ifhovertab}
  1473.  
  1474. <div id="hovertab">
  1475.  
  1476. <div class="hoverx1"></div><div class="hoverx2"></div>
  1477. <div class="hoverpanel">
  1478. <div class="hovertab_text">
  1479. {block:ifhovertabtitle1}<div class="hovertab_heading">{text:hover tab title 1}</div>
  1480. {text:hover tab text 1}
  1481. <hr>{/block:ifhovertabtitle1}
  1482. {block:ifhovertabtitle2}
  1483. <div class="hovertab_heading">{text:hover tab title 2}</div>
  1484. {text:hover tab text 2}
  1485. <hr>{/block:ifhovertabtitle2}
  1486. {block:ifhovertabtitle3}
  1487. <div class="hovertab_heading">{text:hover tab title 3}</div>
  1488. {text:hover tab text 3}
  1489. {/block:ifhovertabtitle3}
  1490. </div>
  1491. </div>
  1492.  
  1493. </div>
  1494. {/block:ifhovertab}
  1495.  
  1496. <div id="sidebar">
  1497.  
  1498. <div class="navigation">
  1499.  
  1500. <div class="blogtitle"><a href="/">{Title}</a></div>
  1501.  
  1502. <div class="description">{Description}</div>
  1503.  
  1504. {block:iftextnavigation}
  1505.  
  1506. <div class="navi"><a href="/">{text:home title}</a></div>
  1507. {block:ifasktitle}<div class="navi"><a href="{text:ask link}">{text:ask title}</a></div>{/block:ifasktitle}
  1508. {block:ifsubmittitle}
  1509. <div class="navi"><a href="/submit">{text:submit title}</a></div>{/block:ifsubmittitle}
  1510. <div class="navi"><a href="/archive">{text:archive title}</a></div>
  1511.  
  1512.  
  1513. {block:iflink1}<div class="navi"><a href="{text:link 1}">{text:link 1 title}</a></div>{/block:iflink1}
  1514. {block:iflink2}<div class="navi"><a href="{text:link 2}">{text:link 2 title}</a></div>{/block:iflink2}
  1515. {block:iflink3}<div class="navi"><a href="{text:link 3}">{text:link 3 title}</a></div>{/block:iflink3}
  1516. {block:iflink4}<div class="navi"><a href="{text:link 4}">{text:link 4 title}</a></div>{/block:iflink4}
  1517. {block:iflink5}<div class="navi"><a href="{text:link 5}">{text:link 5 title}</a></div>{/block:iflink5}
  1518. {block:iflink6}<div class="navi"><a href="{text:link 6}">{text:link 6 title}</a></div>{/block:iflink6}
  1519. {block:iflink7}<div class="navi"><a href="{text:link 7}">{text:link 7 title}</a></div>{/block:iflink7}
  1520.  
  1521. <div class="navi"><a href="https://mhango.tumblr.com" target="_blank">theme</a></div>
  1522.  
  1523. {/block:iftextnavigation}
  1524.  
  1525. {block:ifnottextnavigation}
  1526.  
  1527. <div class="navi"><a href="/" title="{text:home title}"><i data-feather="{text:home icon}"></i></a></div>
  1528. {block:ifasktitle}<div class="navi"><a href="{text:ask link}" title="{text:ask title}"><i data-feather="{text:ask icon}"></i></a></div>{/block:ifasktitle}
  1529. {block:ifsubmittitle}
  1530. <div class="navi"><a href="/submit" title="{text:submit title}"><i data-feather="{text:submit icon}"></i></a></div>{/block:ifsubmittitle}
  1531. <div class="navi"><a href="/archive" title="{text:archive title}"><i data-feather="{text:archive icon}"></i></a></div>
  1532.  
  1533.  
  1534. {block:iflink1}<div class="navi"><a href="{text:link 1}" title="{text:link 1 title}"><i data-feather="{text:link 1 icon}"></i></a></div>{/block:iflink1}
  1535. {block:iflink2}<div class="navi"><a href="{text:link 2}" title="{text:link 2 title}"><i data-feather="{text:link 2 icon}"></i></a></div>{/block:iflink2}
  1536. {block:iflink3}<div class="navi"><a href="{text:link 3}" title="{text:link 3 title}"><i data-feather="{text:link 3 icon}"></i></a></div>{/block:iflink3}
  1537. {block:iflink4}<div class="navi"><a href="{text:link 4}" title="{text:link 4 title}"><i data-feather="{text:link 4 icon}"></i></a></div>{/block:iflink4}
  1538. {block:iflink5}<div class="navi"><a href="{text:link 5}" title="{text:link 5 title}"><i data-feather="{text:link 5 icon}"></i></a></div>{/block:iflink5}
  1539. {block:iflink6}<div class="navi"><a href="{text:link 6}" title="{text:link 6 title}"><i data-feather="{text:link 6 icon}"></i></a></div>{/block:iflink6}
  1540. {block:iflink7}<div class="navi"><a href="{text:link 7}" title="{text:link 7 title}"><i data-feather="{text:link 7 icon}"></i></a></div>{/block:iflink7}
  1541.  
  1542. <div class="navi"><a href="https://mhango.tumblr.com" title="theme" target="_blank"><i data-feather="code"></i></a></div>
  1543.  
  1544. <!-- {block:HasPages}
  1545. {block:Pages}
  1546. <div class="nav"><a href="{URL}">{Label}</a>
  1547. {/block:Pages}
  1548. {/block:HasPages}-->
  1549.  
  1550.  
  1551. {/block:ifnottextnavigation}
  1552. </div>
  1553.  
  1554.  
  1555. {block:Pagination}<div class="pagination">{block:PreviousPage}<a class="prev" href="{PreviousPage}" title="previous"><i data-feather="chevron-left"></i></a>{/block:PreviousPage} {block:NextPage}<a class="next" href="{NextPage}" title="next"><i data-feather="chevron-right"></i></a>{/block:NextPage}</div>{/block:Pagination}
  1556.  
  1557.  
  1558. </div>
  1559.  
  1560.  
  1561.  
  1562. <div id="content">
  1563.  
  1564. {block:Posts}
  1565.  
  1566. {block:ContentSource}<!-- {SourceURL}
  1567. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1568. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1569. {/block:ContentSource}
  1570.  
  1571. <!-- {block:NoRebloggedFrom}
  1572. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1573. {/block:NoRebloggedFrom} -->
  1574.  
  1575. <div class="entry" id="{PostID}">
  1576.  
  1577. <div class="grid-sizer"></div>
  1578. <div class="gutter-sizer"></div>
  1579.  
  1580. {block:indexpage}
  1581. {block:PinnedPostLabel}<div class="pinned" title="pinned"><i data-feather="hexagon"></i></div>{/block:PinnedPostLabel}
  1582. {/block:indexpage}
  1583.  
  1584. {block:Text}
  1585. <div class="textnew">
  1586. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}<div class="textbody">
  1587. {Body}</div>
  1588. {block:indexpage}
  1589. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls">
  1590. <div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1591. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1592. </div>
  1593. {/block:Text}
  1594.  
  1595. {block:Photo}
  1596.  
  1597. <div class="photo">
  1598. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{LinkCloseTag}
  1599. {block:indexpage}
  1600. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls"><div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1601. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1602.  
  1603. </div>
  1604. {/block:Photo}
  1605.  
  1606. {block:Photoset}
  1607. <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
  1608. {block:indexpage}
  1609. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls"><div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1610. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1611. {/block:Photoset}
  1612.  
  1613. {block:Quote}
  1614.  
  1615. <div class="text">
  1616. <div class="quotetext">{Quote}</div>
  1617. <div class="quotesource">{block:Source}<cite>{Source}</cite>{/block:Source}</div>
  1618. {block:indexpage}
  1619. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls"><div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1620. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1621. </div>
  1622. {/block:Quote}
  1623.  
  1624. {block:Link}
  1625.  
  1626. <div class="text">
  1627. <div class="title"><a href="{URL}">{Name}</div>
  1628. <div class="textbody">{block:Description}{Description}{/block:Description}</div>
  1629. {block:indexpage}
  1630. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls"><div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1631. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1632. </div>
  1633. {/block:Link}
  1634.  
  1635. {block:Chat}
  1636.  
  1637. <div class="chat">
  1638. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  1639. <ul>
  1640. {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}<p> {Line} </p></li>{/block:Lines}
  1641. </ul>
  1642. {block:indexpage}
  1643. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls"><div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1644. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1645. </div>
  1646. {/block:Chat}
  1647.  
  1648. {block:Audio}
  1649.  
  1650. <div class="audio">
  1651. {block:TrackName}{TrackName} by{/block:TrackName} {block:Artist}{Artist} <br><br>{/block:Artist}
  1652. {AudioPlayerGrey}
  1653. {block:indexpage}
  1654. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls"><div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1655. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1656. </div>
  1657. {/block:Audio}
  1658.  
  1659. {block:Video}
  1660.  
  1661. <div class="video">
  1662. <div class="video-player">{Video-500}</div>
  1663. {block:indexpage}
  1664. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls"><div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1665. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1666. </div>
  1667. {/block:Video}
  1668.  
  1669. {block:Answer}
  1670.  
  1671. <div class="text">
  1672. <div class="ask"><div class="asker">{Asker} said:&nbsp;</div>{Question}</div>
  1673. <div class="answer"><div class="textbody">{Answer}</div></div>
  1674. {block:indexpage}
  1675. <div id="overlay"><div class="diagonal"></div><div class="diagonal2"></div></div><div class="controls"><div class="timebutton"><a href="{Permalink}" title="{TimeAgo}"><i data-feather="clock"></i></a></div>
  1676. <div class="permabutton"><a href="{Permalink}" title="{notecountwithlabel}"><i data-feather="link-2"></i></a></div><div class="reblogbutton"><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="repeat"></i></a></div><div class="heartbutton"><a href="#" class="like" title="like">{LikeButton} <i data-feather="heart"></i></a></div></div>{/block:indexpage}
  1677. </div>
  1678. {/block:Answer}
  1679.  
  1680. {block:Date}
  1681. <div class="details">
  1682. {block:PermalinkPage}
  1683. <div class="caption">
  1684. <div class="blogcaption"><div class="textbody">{block:caption}{Caption}{/block:caption}</div></div>
  1685. <div class="tagsandmore">
  1686. <ul>
  1687. {block:HasTags}<li><div id="tags"><span class="infoheading">Tags:</span> {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}</div></li>{/block:HasTags}
  1688. <li><span class="infoheading">Posted:</span> {timeago}</li>
  1689. {block:NoteCount}<li><span class="infoheading">Notecount:</span> {notecount}</li>{/block:NoteCount}
  1690. {block:RebloggedFrom}<li><span class="infoheading">Via:</span> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a></li>{/block:RebloggedFrom}
  1691. {block:ContentSource}<li><span class="infoheading">Source:</span> <a href="{SourceURL}" target="_blank">{SourceTitle}</a></li>{/block:ContentSource}
  1692. </ul>
  1693. {block:PostNotes}<div id="notes">{PostNotes-16}</div>{/block:PostNotes}
  1694. </div></div>
  1695. {/block:PermalinkPage}
  1696. </div>{/block:Date}
  1697.  
  1698. </div>
  1699.  
  1700. {/block:Posts}
  1701.  
  1702.  
  1703. {block:Pagination}<a href="#" class="load-more" style="color:{color:text}">load more</a>{/block:Pagination}
  1704.  
  1705.  
  1706. </div>
  1707.  
  1708. <!-- Codes for Infinite Scroll, Masonry, etc. -->
  1709. <script src="https://static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  1710. <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  1711.  
  1712. {block:IndexPage}
  1713. <script src="https://static.tumblr.com/lrtkpti/68fqnfrtl/masonry.pkgd.min.js"></script>
  1714. <script src="https://static.tumblr.com/lrtkpti/RGIqnfs0v/imagesloaded.pkgd.min.js"></script>
  1715. {block:ifInfiniteScroll}
  1716. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1717. {/block:ifInfiniteScroll}
  1718. {/block:IndexPage}
  1719.  
  1720. <!-- unnested captions -->
  1721.  
  1722. <script>
  1723. $('.entry').unnest({
  1724. yourCaption: ".textbody", {Caption}
  1725. wrapName: ".tumblr_parent",
  1726. newCaptionUsername: false,
  1727. originalPostCaptionUsername: false,
  1728. tumblrAvatars: false,
  1729. tumblrAvatarClass: ".tumblr_avatar",
  1730. usernameColon: false
  1731. });
  1732. </script>
  1733.  
  1734.  
  1735. <script>
  1736. $(document).ready(function(){
  1737. {block:IndexPage}
  1738. var $container = $('#content');
  1739. $container.masonry({
  1740. itemSelector: '.entry',
  1741. columnWidth: '.grid-sizer',
  1742. gutter: '.gutter-sizer',
  1743. percentPosition: true,
  1744. horizontalOrder: true
  1745. });
  1746. $container.imagesLoaded(function(){
  1747. $container.masonry({
  1748. itemSelector: '.entry',
  1749. columnWidth: '.grid-sizer',
  1750. gutter: '.gutter-sizer',
  1751. percentPosition: true,
  1752. horizontalOrder: true
  1753. });
  1754. //$container.find('.entry').animate({ opacity: 1, zIndex: 1 });
  1755. });
  1756. {block:ifInfiniteScroll}
  1757. $container.infinitescroll({
  1758. itemSelector: '.entry',
  1759. navSelector: '.pagination',
  1760. nextSelector: '.next',
  1761. loadingImg: '',
  1762. loadingText: '<em></em>',
  1763. bufferPx: 2000,
  1764. errorCallback: function(){
  1765. $('.load-more').hide();
  1766. }
  1767. },
  1768. function( newElements ) {
  1769. var $newElems = $( newElements )
  1770.  
  1771. $newElems.css({ opacity:0, zIndex:-1 });
  1772. /*startlike*/
  1773. var $newElemsIDs = $newElems.map(function(){
  1774. return this.id;
  1775. }).get();
  1776. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);/*endlike*/
  1777. feather.replace({'stroke-width': 1 })
  1778. $newElems.imagesLoaded(function(){
  1779. $container.masonry( 'appended', $newElems );
  1780. $newElems.animate({ opacity:1, zIndex:1, border:none, background:transparent });
  1781. });
  1782. $newElems.unnest();
  1783. resizeVideos();
  1784. });
  1785. {block:ifManualload}
  1786. $(window).unbind('.infscr');
  1787. $('.load-more').click(function(){
  1788. $container.infinitescroll('retrieve');
  1789. return false
  1790. });{/block:ifManualload}
  1791. {/block:ifInfiniteScroll}
  1792. {/block:IndexPage}
  1793. });
  1794. </script>
  1795.  
  1796. <!-- scroll to top code 1 -->
  1797.  
  1798. <script type="text/javascript">
  1799.  
  1800. $(function(){$window=$(window);$link=$("#scroll");$link.click(function(){$("html, body").animate({scrollTop:0},"slow")});$window.scroll(function(){if($window.scrollTop()<=0){$link.fadeOut("slow")}else{$link.fadeIn("fast")}})});
  1801.  
  1802. </script>
  1803.  
  1804.  
  1805. <!-- tooltip script -->
  1806.  
  1807. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1808.  
  1809. <script>
  1810.  
  1811. (function($){
  1812.  
  1813. $(document).ready(function(){
  1814.  
  1815. $("[title]").style_my_tooltips({
  1816.  
  1817. tip_follows_cursor:true,
  1818.  
  1819. tip_delay_time:100,
  1820.  
  1821. tip_fade_speed:250,
  1822.  
  1823. attribute:"title"
  1824.  
  1825. });
  1826.  
  1827. });
  1828.  
  1829. })(jQuery);
  1830.  
  1831. </script>
  1832.  
  1833. <!-- search form script -->
  1834.  
  1835. <script>
  1836. $(document).ready(function(){
  1837. $('.search').submit(function(event){
  1838. var value = $('input:first').val();
  1839. location.replace('http://{Name}.tumblr.com/tagged/' + value);
  1840. });
  1841. });
  1842. </script>
  1843.  
  1844. <!-- theme credit -->
  1845.  
  1846. <div id="important"><a href="https://mhango.tumblr.com" target="_blank" title="theme by mhango"><i data-feather="cloud"></i></a></div>
  1847.  
  1848.  
  1849. </body>
  1850.  
  1851. <!-- scroll to top code 3 -->
  1852.  
  1853. <a href="javascript:;" id="scroll" rel="nofollow" title="scroll to top"><i data-feather="chevron-up"></i></a>
  1854.  
  1855. <!-- end of scroll to top code 3 -->
  1856.  
  1857. <script>
  1858. feather.replace({'stroke-width': 1 })
  1859. </script>
  1860.  
  1861. </html>
Advertisement
Add Comment
Please, Sign In to add comment