Advertisement
aegyoq

001. version2

Jun 24th, 2017
2,950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.03 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. THEME ' 001. ' VERSION 2 MADE BY @SOVBIN.
  5. ( your little strawberry )
  6.  
  7.  
  8. ---------------------------------------------------------------
  9.  
  10.  
  11. + made by using tutorials from https://octomoosey.tumblr.com;
  12. + spotify player from https://laurenbudorick.tumblr.com;
  13. + read more from https://themesbytommy.tumblr.com;
  14. + tabs from https://ncighbourhood.tumblr.com/tabstutorialmore;
  15. + star icon from https://honeybee.suiomi.com;
  16.  
  17.  
  18. ---------------------------------------------------------------
  19.  
  20. -->
  21.  
  22. <!DOCTYPE html>
  23. <html>
  24. <head>
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31. <meta name="image:render1" content="https://66.media.tumblr.com/ee231d75f250274406d7b444c4e19ca3/tumblr_pn1h4l1swH1x9e4iko2_250.png">
  32. <meta name="image:render2" content="https://66.media.tumblr.com/4aac82d1fb64e7c4d9e2f4532a53283d/tumblr_pn1h4l1swH1x9e4iko1_250.png">
  33.  
  34. <meta name="color:background" content="#efefef" />
  35. <meta name="color:bold" content="#aaaaaa" />
  36. <meta name="color:border" content="#f7f7f7" />
  37. <meta name="color:italic" content="#cccccc" />
  38. <meta name="color:links" content="#b0b0b0" />
  39. <meta name="color:text" content="#000000" />
  40. <meta name="color:sidebar" content="#ffffff" />
  41. <meta name="color:tags" content="#000000" />
  42. <meta name="color:pagination" content="#ffffff" />
  43. <meta name="color:blockquote" content="#eeeeee" />
  44. <meta name="color:posts" content="#ffffff" />
  45.  
  46. <meta name="text:link 4" content="">
  47. <meta name="text:link 5" content="">
  48. <meta name="text:link 6" content="">
  49.  
  50. <meta name="text:Hovers1 Title" content="HOVERS 1"/>
  51. <meta name="text:Hovers2 Title" content="HOVERS 2"/>
  52. <meta name="text:Hovers3 Title" content="HOVERS 3"/>
  53. <meta name="text:Hovers4 Title" content="HOVERS 4"/>
  54. <meta name="text:Hovers5 Title" content="HOVERS 5"/>
  55. <meta name="text:Hovers6 Title" content="HOVERS 6"/>
  56.  
  57. <meta name="text:Description1" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.">
  58.  
  59. <meta name="text:Description2" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis." />
  60.  
  61.  
  62. <meta name="text:more" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.">
  63. <meta name="text:more Title" content="MORE"/>
  64.  
  65.  
  66.  
  67. </head>
  68.  
  69. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  70.  
  71. <!-- tooltips -->
  72. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  73.  
  74. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75. <script>
  76. (function($){
  77. $(document).ready(function(){
  78. $("[title]").style_my_tooltips({
  79. tip_follows_cursor:true,
  80. tip_delay_time:0,
  81. tip_fade_speed:400,
  82. attribute:"title"
  83. });
  84. });
  85. })(jQuery);
  86. </script>
  87.  
  88. <!-- tabs -->
  89.  
  90. <script>
  91. function openAlytut(evt, alytutName) {
  92. var i, x, tablinks;
  93. x = document.getElementsByClassName("alytut");
  94. for (i = 0; i < x.length; i++) {
  95. x[i].style.display = "none";
  96. }
  97. tablinks = document.getElementsByClassName("tablink");
  98. for (i = 0; i < x.length; i++) {
  99. tablinks[i].className = tablinks[i].className.replace(" tabzact", "");
  100. }
  101. document.getElementById(alytutName).style.display = "block";
  102. evt.currentTarget.className += " tabzact";
  103. }
  104. </script>
  105.  
  106.  
  107.  
  108. <style type="text/css">
  109.  
  110. /* Grow Rotate */
  111. .hvr-grow-rotate {display: inline-block;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;-webkit-transition-duration: 0.3s;transition-duration: 0.6s;-webkit-transition-property: transform;transition-property: transform;}
  112. .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  113. -webkit-transform: scale(1.1) rotate(1deg);transform: scale(1.1) rotate(4deg);}
  114.  
  115.  
  116. /* SCROLLBAR */
  117.  
  118. ::-webkit-scrollbar {
  119. width:7.5px;
  120. height:7.5px;
  121. }
  122. ::-webkit-scrollbar {
  123. background-color:#efefef;
  124. }
  125. ::-webkit-scrollbar-track {
  126. border:2px solid #efefef;
  127. background-color:#efefef;
  128. }
  129. ::-webkit-scrollbar-thumb {
  130. border:2px solid #efefef;
  131. background-color:#fff;
  132. }
  133.  
  134. /* GENERAL STYLES */
  135.  
  136. body {
  137. background-color:{color:background};
  138. font-family:'Gibson', sans-serif;
  139. font-size: 9px;
  140. line-height:120%;
  141. color:{color:text};
  142. }
  143.  
  144. a {
  145. text-decoration:none;
  146. color:{color:links};
  147. -webkit-transition: all 0.7s ease;
  148. -moz-transition: all 0.7s ease;
  149. -o-transition: all 0.7s ease;
  150. }
  151.  
  152. a:hover {
  153. color:#636363;
  154. }
  155.  
  156. b, strong {
  157. color:{color:bold};
  158. font-weight:bold;
  159. font-size:9px;
  160. text-transform:uppercase;
  161. }
  162.  
  163. i, em {
  164. color:{color:italic};
  165. font-family:'Bookman', serif;
  166. }
  167.  
  168. blockquote {margin:3px 0 3px 8px; padding:3px 7px;}
  169. blockquote p{margin:3px 0 3px 8px;line-height:140%;}
  170. blockquote p:first-child{margin:3px 0 3px 8px;}
  171. blockquote p:last-child{margin:3px 0 3px 8px;}
  172. blockquote p:only-child{margin:3px 0 3px 8px;}
  173. blockquote blockquote {margin:0;line-height:140%;}
  174. blockquote {padding-left:10px;border-left:1px solid {color:blockquote};}
  175. blockquote blockquote b {word-spacing:1px;letter-spacing:1px;}
  176.  
  177. blockquote img {
  178. max-width:100%;
  179. height:auto;
  180. }
  181.  
  182. img {
  183. max-width: 100%;
  184. }
  185.  
  186. h1 {
  187. font-size:20px;
  188. line-height:120%;
  189. text-align:center;
  190. padding:6px;
  191. }
  192.  
  193. hr {
  194. height:2px;
  195. width:150px;
  196. border-width:0;
  197. color:#efefef;
  198. background-color:#efefef;
  199. }
  200. /* POSTS */
  201.  
  202. #container {
  203. position:absolute;
  204. left:49%;
  205. top:8%;
  206. }
  207.  
  208. .posts {
  209. width:300px;
  210. background-color:{color:posts};
  211. padding:12px;
  212. margin-bottom:60px;
  213. text-align:justify;
  214. line-height:140%;
  215. word-spacing:1px;
  216. border:1px solid {color:border};
  217. }
  218.  
  219. iframe, img, embed, object, video {
  220. max-width: 100%;
  221. }
  222. img {
  223. height: auto;
  224. width: auto;
  225. }
  226.  
  227. /* PERMALINKS */
  228.  
  229. .permalinks {
  230. background:transparent;
  231. padding-bottom:17px;
  232. padding-top:0px;
  233. height:12px;
  234. margin-bottom:20px;
  235. border-bottom:0.5px solid #f7f7f7;
  236. }
  237.  
  238. .permalinks a {
  239. text-decoration:none;
  240. font-weight:600;
  241. font-size:7.5px;
  242. color:#a6a6a6;
  243. }
  244.  
  245. .permalinks a:hover {
  246. color:#efefef;
  247. }
  248.  
  249. .date {
  250. text-transform:uppercase;
  251. letter-spacing:0.5px;
  252. text-align:center;
  253. }
  254.  
  255. .pn img {
  256. display:none;
  257. }
  258.  
  259. .pn {
  260. padding:10px;
  261. font-size:8.5px;
  262. }
  263.  
  264. .tags {
  265. text-align:left;
  266. padding:8px;
  267. }
  268.  
  269. .tags a {
  270. margin-right:11px;
  271. text-decoration:none;
  272. font-size: 8px;
  273. font-weight:400;
  274. text-transform:uppercase;
  275. color:{color:tags};
  276. }
  277.  
  278. .tags a:hover {
  279. color:#dddddd;
  280. }
  281.  
  282. .pn img {
  283. display:none;
  284. }
  285.  
  286. .pn {
  287. padding:10px;
  288. font-size:8.5px;
  289. border-top:1px solid {color:border};
  290. }
  291.  
  292. /* SB WRAPPER */
  293.  
  294. #wrapper {
  295. position:fixed;
  296. padding:2px;
  297. left:10%;
  298. top:35%;
  299. width:322.5px;
  300. height:240px;
  301. background:{color:border};
  302. }
  303.  
  304. /* RENDER */
  305.  
  306. #render1 {
  307. position:fixed;
  308. margin-top:0px;
  309. margin-left:0px;
  310. z-index:9;
  311. }
  312.  
  313. #render1 img {
  314. position:fixed;
  315. width:160px;
  316. height:auto;
  317. }
  318.  
  319. #render2 {
  320. position:fixed;
  321. margin-top:121px;
  322. margin-left:162.5px;
  323. z-index:9;
  324. }
  325.  
  326. #render2 img {
  327. position:fixed;
  328. width:160px;
  329. height:auto;
  330. }
  331.  
  332. /* SIDEBAR */
  333.  
  334. #title {
  335. width:auto;
  336. margin-top:-15px;
  337. margin-left:10px;
  338. position:fixed;
  339. color:{color:title};
  340. font-size:13px;
  341. font-weight:600;
  342. text-transform:uppercase;
  343. letter-spacing:1.7px;
  344. }
  345.  
  346. #description1 {
  347. position:fixed;
  348. padding:10px;
  349. position:fixed;
  350. margin-left:162px;
  351. margin-top:0px;
  352. height:78px;
  353. width:140.5px;
  354. font-size:7.5px;
  355. color:{color:text};
  356. text-align:justify;
  357. background:{color:sidebar};
  358. z-index:1;
  359. }
  360.  
  361. #links {
  362. position:fixed;
  363. margin-left:152px;
  364. margin-top:90px;
  365. font-size:9px;
  366. padding:10px;
  367. z-index:1;
  368. }
  369.  
  370. #links a {
  371. padding:6px;
  372. display:inline-block;
  373. width:13.1px;
  374. height:7px;
  375. margin-right:-0.5px;
  376. background:{color:sidebar};
  377. text-align:center;
  378. font-weight:600;
  379. color:{color:links};
  380. -webkit-transition: all 0.7s ease;
  381. -moz-transition: all 0.7s ease;
  382. -o-transition: all 0.7s ease;
  383. }
  384.  
  385. #links a:hover {
  386. color:#dddddd;
  387. }
  388.  
  389. #description2 {
  390. position:fixed;
  391. padding:10px;
  392. margin-left:0px;
  393. margin-top:121px;
  394. height:81px;
  395. width:140.1px;
  396. font-size:7.5px;
  397. color:{color:text};
  398. text-align:justify;
  399. background:{color:sidebar};
  400. z-index:1;
  401. }
  402.  
  403. #description2::first-letter {
  404. font-size:10px;
  405. font-weight:600;
  406. }
  407.  
  408. #hovers {
  409. position:fixed;
  410. margin-left:-10px;
  411. margin-top:214px;
  412. font-size:9px;
  413. padding:10px;
  414. z-index:1;
  415. }
  416.  
  417. #hovers a {
  418. padding:6px;
  419. display:inline-block;
  420. width:13px;
  421. height:4px;
  422. margin-right:-0.5px;
  423. background:{color:sidebar};
  424. text-align:center;
  425. color:{color:text};
  426. -webkit-transition: all 0.7s ease;
  427. -moz-transition: all 0.7s ease;
  428. -o-transition: all 0.7s ease;
  429. }
  430.  
  431. #hovers a:hover {
  432. background:#efefef;
  433. }
  434.  
  435. /* PAGINATION */
  436.  
  437. #pagination {
  438. margin-top:-30px;
  439. margin-left:46%;
  440. z-index:99999;
  441. }
  442.  
  443. #pagination a {
  444. background:#fff;
  445. width:70px;
  446. padding:8px;
  447. text-align:center;
  448. border-radius:5px;
  449. font-weight:bold;
  450. font-size:10px;
  451. text-transform:uppercase;
  452. -webkit-transition: all 0.7s ease;
  453. -moz-transition: all 0.7s ease;
  454. -o-transition: all 0.7s ease;
  455. }
  456.  
  457. #pagination a:hover {
  458. color:#eeeeee;
  459. }
  460.  
  461. /* ASK */
  462.  
  463. .asker {
  464. font-size:10px;
  465. text-align:left;
  466. margin-bottom:5px;
  467. padding-bottom:3px;
  468. }
  469.  
  470. .question {
  471. padding-left:2px;
  472. }
  473.  
  474. /* QUOTE */
  475.  
  476. .quote {
  477. font-size:13px;
  478. letter-spacing:1px;
  479. text-align:center;
  480. border-bottom:1px solid #eee;
  481. margin-bottom:5px;
  482. padding-bottom:5px;
  483. }
  484.  
  485. .quotesource {
  486. font-size:8px;
  487. letter-spacing:1px;
  488. text-align:center;
  489. margin-bottom:5px;
  490. }
  491.  
  492. /* AUDIO */
  493.  
  494. .audio {
  495. height:50px;
  496. width:auto;
  497. margin-bottom:10px;
  498. display:inline-block;
  499. background:#f7f7f7;
  500.  
  501. }
  502.  
  503. .audio-player {
  504. opacity:0.5;
  505. width:32px;
  506. height:32px;
  507. overflow:hidden;
  508. position:absolute;
  509. margin-left:30px;
  510. margin-top:10px;
  511. z-index:2;
  512. }
  513.  
  514. .audio-info {
  515. margin-left:50px;
  516. margin-top:18px;
  517. width:245px;
  518. height:100%;
  519. line-height:130%;
  520. word-spacing:1px;
  521. padding:0px 20px 0px 20px;
  522. text-align:left;
  523. display:table;
  524. font-size:9.5px;
  525. }
  526.  
  527. .audio-info p {
  528. display:table-cell;
  529. vertical-align: middle;
  530. text-align:left;
  531. }
  532.  
  533. .spotify_audio_player {
  534. height: 80px !important;
  535. }
  536.  
  537. /* CHAT */
  538.  
  539. #chat {
  540. padding-bottom:5px;
  541.  
  542. }
  543.  
  544. .label {
  545. line-height:220%;
  546. text-transform:uppercase;
  547. letter-spacing:1px;
  548. display:inline;
  549. font-size:8px;
  550. font-weight:bold;
  551. border-bottom:2px solid #d1c8c6;
  552. }
  553.  
  554. /* CREDIT */
  555.  
  556. #credit {
  557. position:fixed;
  558. padding:10px;
  559. right:0.5%;
  560. bottom:1.5%;
  561. }
  562.  
  563. #credit a {
  564. font-weight:600;
  565. font-size:8px;
  566. letter-spacing:0.5px;
  567. text-transform:uppercase;
  568. }
  569.  
  570. #s-m-t-tooltip{
  571. max-width:150px;
  572. margin:15px;
  573. z-index:99999999;
  574. padding:10px;
  575. font-size:8px;
  576. text-transform:uppercase;
  577. line-height:100%;
  578. word-wrap:break-word;
  579. word-break:break-all;
  580. background:#f7f7f7;
  581. border-radius:5px;
  582. -webkit-transition: all 0.7s ease;
  583. -moz-transition: all 0.7s ease;
  584. -o-transition: all 0.7s ease;
  585. }
  586.  
  587. /* TABS STYLING-- BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT! */
  588.  
  589. .tablink {
  590. position:fixed;
  591. margin-top:-11px;
  592. margin-left:310px;
  593. color:{color:text};
  594. font-size:10px;
  595. background:#f7f7f7;
  596. padding:7px;
  597. padding-top:7px;
  598. padding-left:7px;
  599. border-radius:100%;
  600. text-align:center;
  601. z-index:99999;
  602. }
  603.  
  604. .tablink:hover {
  605. -webkit-animation: spin 5s linear 0s infinite normal;
  606. -moz-animation: spin 5s linear 0s infinite normal;
  607. -ms-animation: spin 5s linear 0s infinite normal;
  608. -o-animation: spin 5s linear 0s infinite normal;
  609. animation: spin 5s linear 0s infinite normal;
  610. }
  611.  
  612. @keyframes spin {
  613. 0% { transform: rotate(360deg); }
  614. 100% { transform: rotate(0deg); }
  615. }
  616. @-webkit-keyframes spin {
  617. 0% {-webkit-transform: rotate(360deg); }
  618. 100% { -webkit-transform: rotate(0deg); }
  619. }
  620. @-ms-keyframes spin {
  621. 0% {-ms-transform: rotate(360deg); }
  622. 100% { -ms-transform: rotate(0deg); }
  623. }
  624. @-moz-keyframes spin {
  625. 0% { -moz-transform: rotate(360deg); }
  626. 100% { -moz-transform: rotate(0deg); }
  627. }
  628. @-o-keyframes spin {
  629. 0% { -o-transform: rotate(360deg); }
  630. 100% { -o-transform: rotate(0deg); }
  631. }
  632.  
  633. .tabz {
  634. margin-top:0px;
  635. margin-left:0px;
  636. padding:10px;
  637. position:fixed;
  638. width:205px;
  639. background-color:transparent; /* tablinks bar bg color */
  640. overflow:hidden;
  641.  
  642. }
  643.  
  644. .tabz a {
  645. padding:5px;
  646. width:30px;
  647. text-align:center;
  648. font-family:'Gurajada', serif;
  649. background-color:transparent; /* tablinks bg color */
  650. color:#8a6f76; /* tablinks color */
  651. font-size:8px;
  652. text-transform:uppercase;
  653. display:inline-block;
  654. margin-left:5px;
  655. transition:.2s;
  656. -webkit-transition:.2s;
  657. -moz-transition:.2s;
  658. }
  659. .tabz a:hover {
  660. background-color:transparent; /* tablinks hover bg color */
  661. color:#777777; /* tablinks hover color */
  662. transition:.2s;
  663. -webkit-transition:.2s;
  664. -moz-transition:.2s;
  665. }
  666.  
  667. .tabz a:focus, .active {
  668. background-color: transparent; /* tablinks clicked bg color */
  669. color:#dddcdc; /* tablinks clicked color */
  670. }
  671.  
  672. .tabz img {
  673. width:50px;
  674. text-align:center;
  675. border-right:0px solid #fff;
  676. -webkit-filter: grayscale(0%);
  677. display:inline-block;
  678. outline-offset:-4px;
  679. -webkit-transition: all 0.8s ease-in-out;
  680. -moz-transition: all 0.8s ease-in-out;
  681. -o-transition: all 0.8s ease-in-out;
  682. -ms-transition: all 0.8s ease-in-out;
  683. transition: all 0.8s ease-in-out;
  684. }
  685.  
  686. .tabzcon { /* tablinks content aka the box under the tablinks */
  687. margin-top:123px;
  688. margin-left:164.5px;
  689. padding:10px;
  690. padding-left:14px;
  691. position:fixed;
  692. width:132px;
  693. height:95px;
  694. background:{color:sidebar};
  695. font-size:7.5px;
  696. text-align:justify;
  697. color:{color:text};
  698. overflow-y:scroll;
  699. z-index:999;
  700. }
  701.  
  702. #base { /* the box when no tabs are selected */
  703. margin-top:45px;
  704. margin-left:0px;
  705. position:fixed;
  706. padding:10px;
  707. width:205px;
  708. height:260px;
  709. background-color:#e1c9bf;
  710. }
  711.  
  712. .tabzclose { /* the close button, u prob dont need to touch this */
  713. text-transform:uppercase;
  714. font-weight:bold;
  715. font-size:7px;
  716. padding:3px;
  717. color:inherit;
  718. margin-top:-10px;
  719. margin-left:-12px;
  720. float:left;
  721. }
  722.  
  723. .tabzclose:hover {
  724. cursor:pointer;
  725. }
  726.  
  727. /* READ MORE */
  728.  
  729. a.read_more { display: none; }
  730.  
  731. .more-btn-wrap{
  732. position: relative;
  733. padding: 10px 0;
  734. width: 100%;
  735. }
  736.  
  737. .more-btn-wrap a:link{
  738. -webkit-transition: all 0.7s ease;
  739. -moz-transition: all 0.7s ease;
  740. -o-transition: all 0.7s ease;
  741. transition: all 0.7s ease;
  742. position: relative;
  743. left: calc(50% - 17%);
  744. padding: 7px 10px;
  745. width:36px;
  746. height:20px;
  747. font-size:9.5px;
  748. font-weight:600;
  749. color:#d7d7d7;
  750. text-align:center;
  751. text-transform:uppercase;
  752. }
  753.  
  754. .more-btn-wrap a:hover{
  755. color:#efefef;
  756. -webkit-transition: all 0.7s ease;
  757. -moz-transition: all 0.7s ease;
  758. -o-transition: all 0.7s ease;
  759. transition: all 0.7s ease;
  760. }
  761.  
  762. /* TUMBLR CONTROLS */
  763.  
  764. iframe.tmblr-iframe {
  765. z-index:99999999999999!important;
  766. top:-2px!important;
  767. right:0!important;
  768. opacity:0;
  769. padding-right:38px;
  770. /* delete invert(1) from here */
  771. filter:invert(1) contrast(150%);
  772. -webkit-filter:invert(1) contrast(150%);
  773. -o-filter:invert(1) contrast(150%);
  774. -moz-filter:invert(1) contrast(150%);
  775. -ms-filter:invert(1) contrast(150%);
  776. /* to here if your blog has a dark background */
  777. transform:scale(0.65);
  778. transform-origin:100% 0;
  779. -webkit-transform:scale(0.65);
  780. -webkit-transform-origin:100% 0;
  781. -o-transform:scale(0.65);
  782. -o-transform-origin:100% 0;
  783. -moz-transform:scale(0.65);
  784. -moz-transform-origin:100% 0;
  785. -ms-transform:scale(0.65);
  786. -ms-transform-origin:100% 0;}
  787.  
  788. iframe.tmblr-iframe:hover {
  789. opacity:0.6!important;}
  790.  
  791. .hcontrols {
  792. position:fixed;
  793. top:0;
  794. right:0;
  795. z-index:999999999;}
  796.  
  797. .hcontrols svg {
  798. width:14px;
  799. height:14px;
  800. padding:9px;}
  801.  
  802. .hcontrols svg path {
  803. fill:{color:links};;/* change this to change the color of the icon */}
  804.  
  805. </style>
  806.  
  807. <body>
  808.  
  809. <div id="wrapper">
  810.  
  811. <!-- *TABS BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
  812. < tabs links > -->
  813. <!-- < tabs content >
  814. -->
  815.  
  816.  
  817. <div id="TabzTwo" class="tabzcon alytut" style="display:none">
  818. <span onclick="this.parentElement.style.display='none'" class="tabzclose">
  819. X
  820. </span>
  821.  
  822. {text:more}
  823.  
  824. </div>
  825.  
  826.  
  827. <!-- < *TABS END > -->
  828.  
  829. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzTwo');" title="{text:more Title}"><span class="th th-star"></span>
  830. </a>
  831.  
  832.  
  833. <div id="title"><a href="/">{Title}</a></div>
  834.  
  835.  
  836. <!-- <div id="render"><img src="{image:render}"/></div> -->
  837. <div id="render1"><img src="{image:render1}"/></div>
  838. <div id="render2"><img src="{image:render2}"/></div>
  839.  
  840. <div id="description1">{text:description1}</div>
  841.  
  842. <div id="links">
  843. <a href="/ask">1.</a>
  844. <a href="/submit">2.</a>
  845. <a href="/archive">3.</a>
  846. <a href="{text:link 4}">4.</a>
  847. <a href="{text:link 5}">5.</a>
  848. <a href="{text:link 6}">6.</a>
  849. </div>
  850.  
  851. <div id="description2">{text:description2}</div>
  852.  
  853. <div id="hovers">
  854. <a title="{text:Hovers1 title}"></a>
  855. <a title="{text:Hovers2 title}"></a>
  856. <a title="{text:Hovers3 title}"></a>
  857. <a title="{text:Hovers4 title}"></a>
  858. <a title="{text:Hovers5 title}"></a>
  859. <a title="{text:Hovers6 title}"></a>
  860. </div>
  861.  
  862.  
  863.  
  864. </div>
  865.  
  866. <div id="credit"><a href="https://sovbin.tumblr.com/">sovbin.</a></div>
  867.  
  868.  
  869. <div id="container">
  870.  
  871. {block:Posts}
  872.  
  873. <!-- {block:NoRebloggedFrom}
  874. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  875. {/block:NoRebloggedFrom} -->
  876.  
  877. <div class="posts">
  878.  
  879. {block:Date}
  880. <div class="permalinks">
  881. <div class="date"><a href="{Permalink}">{NoteCount}N</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="{Permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="{ReblogURL}">REBLOG</a></div>
  882. </div>
  883. {/block:Date}
  884.  
  885. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  886.  
  887. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  888.  
  889. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  890.  
  891. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  892.  
  893. {block:Quote}<div class="quote"> ' {Quote} ' </div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  894.  
  895. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  896.  
  897. {block:Chat}
  898. {block:Title}<h1>{Title}</h1>{/block:Title}
  899. <div id="chat">
  900. {block:Lines}
  901. {block:Label}<div class="label">{Label}</div> {/block:Label}{Line}<br>
  902. {/block:Lines}
  903. </div>
  904. {/block:Chat}
  905.  
  906. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  907.  
  908. {block:Audio}
  909. <div class="audio">
  910. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  911. </div>
  912. <div class="audio-info">
  913. {block:Artist} <span style="color:#d7d7d7;font-weight:900;text-transform:uppercase;">{Artist}</span> {/block:Artist}
  914. {block:TrackName} <span style="color:#d7d7d7;"> ━ </span> <span style="color:#d7d7d7;">{TrackName}</span> {/block:TrackName}
  915.  
  916. </div>
  917. </div>
  918.  
  919. {/block:Audio}
  920.  
  921. {block:Answer}
  922. <div class="asker"><b>{Asker}</b> {Question}</div>
  923. <div class="question">
  924. {Answer}
  925. </div>
  926. {/block:Answer}
  927.  
  928. {block:More}
  929. <div class="more-btn-wrap">
  930. <a href="{Permalink}" class="more-btn">
  931. &nbsp;&nbsp;&nbsp;Read More
  932. </a>
  933. </div>
  934. {/block:More}
  935.  
  936. <div class="tags">{block:HasTags}{block:Tags} <a href="{TagUrl}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  937.  
  938. {block:PermalinkPage}
  939. {block:Date}
  940.  
  941. {block:PostNotes}
  942. <div class="pn">{PostNotes}</div>
  943. {/block:PostNotes}
  944.  
  945. {/block:Date}
  946. {/block:PermalinkPage}
  947.  
  948. </div>
  949.  
  950. {/block:Posts}
  951.  
  952. {block:Pagination}
  953. <div id="pagination">
  954. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
  955. {/block:NextPage}
  956. </div>
  957. {/block:Pagination}
  958.  
  959. </div>
  960.  
  961. {block:ContentSource}
  962. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  963. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  964. {/block:SourceLogo}
  965. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  966. {/block:ContentSource}
  967.  
  968. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  969.  
  970. </body>
  971. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement