drunkblushed

forever young by drunkblushed

Jan 1st, 2020 (edited)
2,097
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.26 KB | None | 0 0
  1. <!--
  2.  
  3. ♡ FOREVER YOUNG BY DRUNKBLUSHED ♡
  4.  
  5. — do not combine with other themes.
  6. — do not take copy or take parts of this theme.
  7. — do not remove credits and redistribute as your own.
  8.  
  9.  
  10. -->
  11.  
  12. <html>
  13. <head>
  14.  
  15.  
  16.  
  17.  
  18. <meta name="color:background" content="#e7e7e7"/>
  19. <meta name="color:posts" content="#e7e7e7"/>
  20. <meta name="color:container" content="#f0f0f0"/>
  21. <meta name="color:borders" content="#ffffff"/>
  22. <meta name="color:accent" content="#93ad9d"/>
  23. <meta name="color:bold" content="#93ad9d"/>
  24. <meta name="color:italic" content="#93ad9d"/>
  25. <meta name="color:text" content="#3c3c3c"/>
  26. <meta name="color:sidebar text" content="#3c3c3c"/>
  27. <meta name="color:link" content="#93ad9d"/>
  28. <meta name="color:permalink" content="#3c3c3c"/>
  29. <meta name="color:permalink bg" content="#93ad9d"/>
  30.  
  31. <meta name="image:background" content=""/>
  32. <meta name="image:sidebar" content="https://via.placeholder.com/300x400"/>
  33. <meta name="image:tabimage" content="https://via.placeholder.com/180x410"/>
  34.  
  35. <meta name="text:username" content="username"/>
  36. <meta name="text:sidebar text" content="forever young. forever young. forever young. forever young. forever young. forever young. forever young. forever young,"/>
  37. <meta name="text:tab subtitle" content="GIRLS WANNA HAVE SOME FUN"/>
  38. <meta name="text:stats" content"name. age. tz. counter." />
  39. <meta name="text:side link title" content="extra" />
  40. <meta name="text:side link url" content="" />
  41. <meta name="text:tablink title1" content="link one" />
  42. <meta name="text:tablink url1" content="" />
  43. <meta name="text:tablink title2" content="link two" />
  44. <meta name="text:tablink url2" content="" />
  45. <meta name="text:tablink title3" content="link three" />
  46. <meta name="text:tablink url3" content="" />
  47. <meta name="text:tablink title4" content="link four" />
  48. <meta name="text:tablink url4" content="" />
  49. <meta name="text:tablink title5" content="link five" />
  50. <meta name="text:tablink url5" content="" />
  51. <meta name="text:tablink title6" content="link six" />
  52. <meta name="text:tablink url6" content="" />
  53. <meta name="text:tablink title7" content="link seven" />
  54. <meta name="text:tablink url7" content="" />
  55. <meta name="text:tablink title8" content="link eight" />
  56. <meta name="text:tablink url8" content="" />
  57.  
  58. <title>{title}</title>
  59.  
  60.  
  61.  
  62. <link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700,900&display=swap" rel="stylesheet">
  63.  
  64. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  65.  
  66. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  67.  
  68. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  69. <script>
  70. $(document).ready(function(){
  71. $('.video iframe').each(function(){
  72. var scale = $(this).parents('.video').width() / 500;
  73. $(this).attr({
  74. width: Math.floor($(this).attr('width') * scale),
  75. height: Math.floor($(this).attr('height') * scale)
  76. });
  77. });
  78. });
  79. </script>
  80.  
  81. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  82. <script>
  83. (function($){
  84. $(document).ready(function(){
  85. $("[title]").style_my_tooltips();
  86. });
  87. })(jQuery);
  88. </script>
  89.  
  90. <style type="text/css">
  91.  
  92. /*----------------- FONTS -----------------*/
  93.  
  94. @font-face { font-family:"tokyo"; src: url('https://dl.dropbox.com/s/jgq18n62iha87v6/Tokyo-Regular.ttf'); }
  95.  
  96. @font-face { font-family: "Mont"; src: url('https://dl.dropboxusercontent.com/s/vycatbfi5hvz7he/Mont-Heavy.otf') ;}
  97.  
  98.  
  99. /*----------------- TEXT STYLES -----------------*/
  100.  
  101. body{
  102. background-color: {color:background};
  103. font-family: 'roboto', sans-serif;
  104. color:{color:text};
  105. letter-spacing:1px;
  106. line-height:110%px;
  107. background-image:url({image:background});
  108. }
  109.  
  110. a:link, a:active, a:visited{
  111. color: {color:Link};
  112. text-decoration:none;
  113. -webkit-transition: all 0.2s linear;
  114. -moz-transition: all 0.2s linear;
  115. transition: all 0.2s linear;
  116. text-transform:uppercase;
  117. }
  118.  
  119. a:hover {
  120. color:{color:Link Hover};
  121. -webkit-transition: all 0.2s linear;
  122. -moz-transition: all 0.2s linear;
  123. transition: all 0.2s linear;
  124. }
  125.  
  126. b,bold,strong{
  127. color:{color:bold};
  128. text-transform:uppercase;
  129. }
  130.  
  131. em,i,italic{
  132. color:{color:italic};
  133. }
  134.  
  135. big{
  136. font-size:15px;
  137. font-family: 'roboto', sans-serif;
  138. }
  139.  
  140. small,sup, sub{
  141. font-size:9px;
  142. }
  143.  
  144. h1{font-family: "mont";
  145. letter-spacing:1px;
  146. padding:5px;
  147. text-align:center;
  148. font-size: 24px;
  149. text-transform:uppercase;
  150. line-height: 120%;
  151. color:{color:bold};}
  152.  
  153. h2{font-family: "mont";
  154. letter-spacing:1px;
  155. padding:5px;
  156. text-align:right;
  157. font-size: 22px;
  158. text-transform:uppercase;
  159. line-height: 120%;
  160. color:{color:accent};}
  161.  
  162. h3{font-family: "mont";
  163. letter-spacing:1px;
  164. padding:5px;
  165. text-align:right;
  166. font-size: 18px;
  167. text-transform:uppercase;
  168. line-height: 120%;
  169. color:{color:bold};}
  170.  
  171. .posttitle{
  172. font-family: "mont";
  173. letter-spacing:1px;
  174. padding:5px;
  175. text-align:center;
  176. font-size: 30px;
  177. text-transform:uppercase;
  178. line-height: 120%;
  179. -webkit-text-stroke: 1px {color:bold};
  180. -webkit-text-fill-color: rgba(0, 0, 0, 0);
  181. }
  182.  
  183. blockquote{
  184. margin-left:0px;
  185. padding-left:15px;
  186. border-left: 1px solid {color:borders};
  187. width:95%;
  188. }
  189.  
  190.  
  191. .p { padding-top: 5px;}
  192. .ol, ul { margin-left: 30px; padding: 5px; }
  193. .ul { list-style-type: square; }
  194.  
  195. ::-webkit-scrollbar-thumb {
  196. display: none;
  197. }
  198.  
  199. ::-webkit-scrollbar {
  200. display: none;
  201. }
  202.  
  203. #s-m-t-tooltip {
  204. z-index: 999999999999999999;
  205. background: #fff;
  206. font-size: 8px;
  207. line-height: 13px;
  208. letter-spacing: 1.5px;
  209. text-transform: uppercase;
  210. color: {color:text};
  211. font-weight:900;
  212. background-color:{color:posts};
  213. border:1px solid {color:borders};
  214. max-width: 150px;
  215. word-wrap: break-word;
  216. padding: 2px 5px 2px 6px;
  217. display: block;
  218. margin: 24px 14px 7px 12px;
  219. -webkit-transition: all 0.2s linear;
  220. -moz-transition: all 0.2s linear;
  221. transition: all 0.2s linear;
  222. }
  223.  
  224. ::-moz-selection { background: {color:accent}; }
  225. ::selection { background: {color:accent}; }
  226.  
  227. /*----------------- CONTAINERS & POSTS -----------------*/
  228.  
  229. #entries{
  230. padding:30px;
  231. z-index:99;
  232. margin: auto;
  233. left:0px;
  234. top:0px;
  235. bottom:0px;
  236. right:0px;
  237. width:530px;
  238. position:absolute;
  239. height:450px;
  240. overflow-y:scroll;
  241. background-color:{color:container};
  242. overflow-x:hidden;
  243. border-radius:10px;
  244. }
  245.  
  246.  
  247. #post {
  248. font-size:9px;
  249. background-color:{color:posts};
  250. padding:25px;
  251. width:350px;
  252. z-index:99;
  253. margin-top:0px;
  254. margin-bottom:60px;
  255. margin-left:0px;
  256. line-height:160%;
  257. letter-spacing:1px;
  258. border-radius:10px;
  259. }
  260.  
  261. #post .tags {position:relative;
  262. text-align:left;
  263. color:{color:link};
  264. padding:8px;
  265. font-size:6.5px;
  266. letter-spacing:2px;
  267. font-family: 'roboto', sans-serif;
  268. text-transform:uppercase;
  269. -webkit-transition: all 0.2s linear;
  270. -moz-transition: all 0.2s linear;
  271. transition: all 0.2s linear;
  272. margin-bottom:-20px;
  273. margin-top:5px;
  274. margin-left:-8px;
  275. }
  276.  
  277. #post .tags a{
  278. color:{color:link};
  279. }
  280.  
  281. #post img{
  282. max-width:350px;
  283. height:auto;
  284. }
  285.  
  286.  
  287. #post:hover .tags {position:relative;
  288. text-align:left;opacity:1;
  289. color:{color:link};
  290. padding:8px; width:auto;
  291. text-transform:uppercase;-webkit-transition: all 0.2s linear;
  292. -moz-transition: all 0.2s linear;
  293. transition: all 0.2s linear;}
  294. .tags a {color:{color:text};text-transform:uppercase;}
  295.  
  296. .tags a:hover {color:{color:link hover};text-transform:uppercase;}
  297.  
  298.  
  299. .info{
  300. background:{color:permalink bg};
  301. position:relative;
  302. padding:12px;
  303. margin-top:20px;
  304. margin-bottom:0px;
  305. text-transform:uppercase;
  306. letter-spacing:2px;
  307. color:{color:permalink};
  308. font-size:8.5px;
  309. line-height:100%;
  310. border-radius:5px;
  311. }
  312.  
  313. .info span{
  314. text-align:left;
  315. padding-left:-20px;
  316. text-transform:uppercase;
  317. margin-top:2px;
  318. padding-right:5px;
  319. }
  320.  
  321. .info rb{
  322. right:0%;
  323. position:absolute;
  324. padding-right:0px;
  325. margin-top:-1px;
  326. }
  327.  
  328. .info b{
  329. font-weight:900;
  330. color:{color:permalink};
  331. }
  332.  
  333. .info a{
  334. margin-left:0px;
  335. font-size:8.5px;
  336. color: {color:permalink};
  337. }
  338.  
  339.  
  340. /*----------------- CUSTOMIZATIONS -----------------*/
  341.  
  342.  
  343. #stats{
  344. font-family:"tokyo";
  345. font-size:10px;
  346. position:fixed;
  347. margin-top:440px;
  348. margin-left:25px;
  349. color:{color:text};
  350. padding:5px 5px 8px 5px;
  351. width:300px;
  352. text-align:left;
  353. word-spacing:0px;
  354. font-weight:400;
  355. height:9px;
  356. z-index:9999999999999999999999999999999;
  357. overflow:hidden;
  358. }
  359.  
  360. #stats a{
  361. color:{color:text};
  362. }
  363.  
  364. @import "compass/css3";
  365.  
  366. .wave{
  367. width: 550px;
  368. position: absolute;
  369. height: 550px;
  370. transform:rotate(12deg);
  371. margin-top:-25px;
  372. }
  373.  
  374. .wavefill{
  375. fill:{color:accent};
  376. }
  377.  
  378. body {
  379. padding: 20px;
  380. }
  381.  
  382. #wave{
  383. margin-left:140px;
  384. margin-top:-30px;
  385. width: 510px;
  386. height:510px;
  387. overflow: hidden;
  388. position:absolute;
  389. }
  390.  
  391. .sideimage {position:fixed;z-index:9999; width:220px; height:560px;margin-left:430px; margin-top:-55px; }
  392.  
  393. .sideimage img {width:auto; height:560px; position:fixed;}
  394.  
  395. #sidebar { width:210px; height:510px; position: fixed; margin-top:-30px; margin-left:350px; overflow:hidden; border-radius:0px 10px 10px 0px;}
  396.  
  397. .sidebar {font-family:"mont";
  398. -webkit-text-stroke: 1px {color:sidebar text};
  399. -webkit-text-fill-color: rgba(0, 0, 0, 0); font-size:42px; width:210px; height:330px; text-align:justify; line-height:110%; margin-top:3px; margin-left:15px; word-spacing:-10px; text-transform:uppercase; }
  400.  
  401.  
  402. /*----------------- NAVIGATION & PAGINATION -----------------*/
  403.  
  404. .tabs{
  405. width:200px;
  406. font-size:15px;
  407. z-index:99999999999999999;
  408. position:fixed;
  409. text-transform:uppercase;
  410. margin-left:2px;
  411. text-align:center;
  412. margin-top:-17px;
  413. letter-spacing:3px;
  414. line-height:100%;
  415. word-spacing:10px;
  416. }
  417.  
  418. .tabs a{
  419. color:{color:text};
  420. width:30px;
  421. height:30px;
  422. padding:0px;
  423. display:inline-block;
  424. border-radius:5px;
  425. }
  426.  
  427. .tabs span{
  428. padding:5px;
  429. padding-top:8px;
  430. padding-right:2.5px;
  431. }
  432.  
  433. .tabs a:hover{
  434. font-size:14px;
  435. background-color:{color:bold};
  436. color:{color:posts};
  437. border-radius:50%;
  438. }
  439.  
  440. #pagination {
  441. font-family: 'roboto', sans-serif;
  442. font-size:10px;
  443. font-weight:900;
  444. width:400px;
  445. color:{color:accent};
  446. margin-left:0px;
  447. text-align:center;
  448. }
  449.  
  450. #pagination a{
  451. display:inline-block;
  452. color:{color:link};
  453. padding:7px 10px 5px 10px;
  454. background-color:{color:posts};
  455. }
  456.  
  457. #pagination a:hover{
  458. color:{color:pagination Hover};}
  459.  
  460.  
  461.  
  462. /*----------------- ASK POSTS -----------------*/
  463.  
  464. .qt {
  465. padding:15px;
  466. background-color:transparent;
  467. border: 1px solid {color:borders};
  468. color:{color:text};
  469. padding-left:15px;
  470. margin-top:10px;
  471. margin-left:0px;
  472. width:320px;
  473. padding-bottom:20px;
  474. margin-bottom:20px;
  475. padding-top:20px;
  476. border-radius:10px;
  477. }
  478.  
  479. .as img {
  480. position:absolute;
  481. border-radius:50px;
  482. margin-left:-40px;
  483. margin-right:40px;
  484. margin-top:-5px;
  485. border:3px solid {color:accent};
  486. }
  487.  
  488. .as {
  489. padding-top:6px;
  490. background-color:{color:posts};
  491. padding:5px;
  492. color:{color:accent};
  493. font-size:16px;
  494. letter-spacing:1px;
  495. margin-left:30%;
  496. margin-top:-35px;
  497. display:inline;
  498. width:auto;
  499. position:absolute;
  500. margin-bottom:10px;
  501. text-transform:uppercase;
  502. font-family:"mont";
  503. }
  504.  
  505. .as a{
  506. color:{color:accent};
  507. }
  508.  
  509. /*----------------- CHAT POSTS -----------------*/
  510.  
  511. .answer span,.convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}.answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:container};color:{color:text};left:3px}.me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:container};border-bottom-right-radius:1em .5em}.answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:background};color:{color:text}}.them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:background};border-bottom-left-radius:1em .5em}.me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  512. .asked p {
  513. text-align: left;
  514. margin: 0 0px 10px 0px;
  515. padding: 0;
  516. color:{color:text};
  517. font-size: 12px;
  518. line-height: 0px;
  519. }
  520. .footerright .viasrc {
  521. float: left;
  522. }
  523. .asked a {
  524. margin:0;padding:0;
  525. }
  526. .user_4{background-color:{color:container};color{color:text}}.user_4::after{border-color:{color:container}}.user_6{background-color:{color:container};color{color:text}}.user_6::after{border-color:{color:container}}.user_5{background-color:{color:background};color:{color:text}}.user_5::after{border-color:{color:link}}.user_3{background-color:{color:container};color{color:text}}.user_3::after{border-color:{color:container}}.user_7{background-color:{color:container};color{color:text}}.user_7::after{border-color:{color:container}}.user_8{background-color:{color:container};color{color:text}}.user_8::after{border-color:{color:container}}.user_9{background-color:{color:container};color{color:text}}.user_9::after{border-color:{color:container}}
  527. .convo {
  528. overflow: hidden;
  529. list-style-type: none;
  530. padding: 0;
  531. margin: 0;
  532. }
  533.  
  534. /*----------------- PERMALINK PAGE -----------------*/
  535. ol.notes {
  536. width:350px;
  537. padding: 0px;
  538. margin: 0px 0px;
  539. list-style-type: none;
  540. margin-left:5px;
  541. margin-top:-10px;
  542. font-size:9px;}
  543.  
  544. ol.notes li.note {
  545. padding: 10px;
  546. }
  547.  
  548. ol.notes li.note img.avatar {
  549. vertical-align: -4px;
  550. margin-right: 10px;
  551. width: 16px;
  552. height: 16px;
  553. }
  554.  
  555. ol.notes li.note .answer_content {
  556. font-weight: normal;
  557. }
  558.  
  559. ol.notes li.note blockquote {
  560. border-color: {color:posts};
  561. padding: 4px 10px;
  562. margin: 10px 0px 0px 25px;
  563. }
  564.  
  565. ol.notes li.note blockquote a {
  566. text-decoration: none;}
  567.  
  568.  
  569. /*----------------- TABS STYLING -----------------*/
  570.  
  571. .tabcontent {
  572. margin: auto;
  573. left:-300px;
  574. top:0px;
  575. bottom:0px;
  576. right:0px;
  577. position:absolute;
  578. width:400px;
  579. height:400px;
  580. color:{color:text};
  581. z-index:999;
  582. -webkit-animation: fadeEffect 0.7s;
  583. animation: fadeEffect 0.7s;
  584. border-radius:10px;
  585. }
  586.  
  587.  
  588. @-webkit-keyframes fadeEffect {
  589. from {opacity: 0;}
  590. to {opacity: .9;}
  591. }
  592.  
  593. @keyframes fadeEffect {
  594. from {opacity: 0;}
  595. to {opacity: .9;}
  596. }
  597.  
  598.  
  599.  
  600. .tabsclose {
  601. font-size:10px;
  602. padding:3px;
  603. color:{color:accent};
  604. margin-top:-13px;
  605. margin-right:-5px;
  606. float:right;
  607. }
  608.  
  609. .tabsclose:hover {
  610. cursor:pointer;
  611. }
  612.  
  613. #tabsub{
  614. margin-top:210px;
  615. color:{color:text};
  616. font-family:"mont";
  617. text-align:left;
  618. padding:0px;
  619. font-size:30px;
  620. width:270px;
  621. height:52px;
  622. margin-left:110px;
  623. line-height:80%;
  624. overflow:hidden;
  625. position:fixed;
  626. text-transform:uppercase;
  627. }
  628.  
  629. #tabdesc{
  630. margin-top:10px;
  631. margin-left:110px;
  632. width:250px;
  633. height:147px;
  634. background-color:{color:posts};
  635. color:{color:text};
  636. padding:15px;
  637. position:fixed;
  638. font-size:9px;
  639. overflow-y:auto;
  640. text-align:justify;
  641. line-height:150%;
  642. border-radius:10px;
  643. }
  644.  
  645. #tabdesc b{
  646. background-color:{color:permalink bg};
  647. color:{color:permalink};
  648. padding:3px;
  649. margin-right:5px;
  650. line-height:220%;
  651. font-size:8px;
  652. }
  653.  
  654. #tabdesc span{
  655. font-size:15px;
  656. font-family:"mont";
  657. color:{color:bold};
  658. float:left;
  659. padding:10px 5px 0px 0px;
  660. }
  661.  
  662. #tabdesc p{
  663. margin-top:5px;
  664. margin-bottom:-5px;
  665. }
  666.  
  667.  
  668. #tablink{
  669. position:fixed;
  670. width:280px;
  671. height:100px;
  672. margin-left:100px;
  673. margin-top:280px;
  674. z-index:999999999999999999999999999;
  675. text-align:left;
  676. }
  677.  
  678. #tablink a{
  679. background-color:{color:bold};
  680. color:{color:posts};
  681. width:50px;
  682. height:50px;
  683. padding:0px;
  684. display:inline-block;
  685. border-radius:50%;
  686. font-size:25px;
  687. margin:0px 5px 10px 5px;
  688. text-align:center;
  689. }
  690.  
  691. #tablink span{
  692. padding:5px;
  693. padding-top:11px;
  694. padding-right:5px;
  695. }
  696.  
  697. #tablink a:hover{
  698. border-radius:50%;
  699. background-color:{color:container};
  700. color:{color:text};
  701. }
  702.  
  703. #tabimage {
  704. width:100px;
  705. height:410px;
  706. margin-top:0px;
  707. position:fixed;
  708. margin-left:-30px;
  709. }
  710.  
  711. #tabimage img{
  712. width:auto;
  713. height:410px;
  714. }
  715.  
  716. #resourcecontainer{
  717. width:300px;
  718. height:200px;
  719. position:fixed;
  720. margin-left:110px;
  721. margin-top:50px;
  722. }
  723.  
  724. .messageblock{
  725. background-color:{color:posts};
  726. padding:15px;
  727. font-size:9px;
  728. font-family:'roboto';
  729. letter-spacing:1.5px;
  730. color:{color:text};
  731. line-height:150%;
  732. width:370px;
  733. margin-left:0px;
  734. text-align:justify;
  735. margin-top:-10px;
  736. position:relative;
  737. border-radius:10px;
  738. }
  739.  
  740.  
  741. /*----------------- CREDITS / DO NOT TOUCH! -----------------*/
  742. #credits{
  743. position:fixed;
  744. bottom:0px;
  745. right:10px;
  746. width:35px;
  747. height:35px;
  748. text-align:center;
  749. }
  750.  
  751. #credits a{
  752. font-weight:bold;
  753. font-family:"mont";
  754. font-size:24px;
  755. -webkit-text-fill-color: {color:accent};
  756. }
  757.  
  758. #credits a:hover{
  759. font-family:"mont";
  760. -webkit-text-stroke: 1px {color:accent};
  761. -webkit-text-fill-color: rgba(0, 0, 0, 0);
  762. }
  763.  
  764. {CustomCSS}
  765. </style>
  766.  
  767. <link rel="shortcut icon" href="{Favicon}">
  768. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  769.  
  770.  
  771. </head>
  772.  
  773. <body>
  774.  
  775.  
  776. <!-------------------------------POSTS------------------------------->
  777. <div id="tabsDefault" class="tabcontent" style="overflow:auto;">
  778. {block:Posts}
  779.  
  780. <div id="post">
  781.  
  782. {block:text}
  783. {block:Title}
  784. <div class="posttitle">{Title}</div>
  785. {/block:Title}
  786. {Body}
  787. {/block:text}
  788.  
  789. {block:Link}
  790. <div class="posttitle">
  791. <a href="{URL}">{Name}</a>
  792. </div>
  793. {block:Description}{Description}{/block:Description}
  794. {/block:Link}
  795.  
  796. {block:Photo}
  797. <center>
  798. {LinkOpenTag}
  799. <a href="{permalink}">
  800. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="350"></a>
  801. {LinkCloseTag}
  802. </center>
  803. {block:Caption}{Caption}{/block:Caption}
  804. {block:ContentSource}
  805. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  806. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  807. {/block:SourceLogo}
  808. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  809. {/block:ContentSource}
  810. {block:ReblogParentURL}
  811. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  812. {/block:ReblogParentURL}
  813. {/block:Photo}
  814.  
  815. {block:Photoset}
  816. <div style="z-index:99999999999999999999;">{Photoset}</div>
  817. {block:Caption}{Caption}{/block:Caption}
  818. {/block:Photoset}
  819.  
  820. {block:Quote}
  821. <h1>{Quote}</h1>
  822. {block:Source}
  823. <center>- {Source}</center>
  824. {/block:Source}
  825. {/block:Quote}
  826.  
  827. {block:Chat}
  828. {block:Title}
  829. <h1>{Title}</h1>{/block:Title}<br>
  830. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  831. {Line}</li>{/block:Lines}</ul>
  832. {/block:Chat}
  833.  
  834. {block:Audio}
  835. {block:AlbumArt}
  836. <img src="{AlbumArtURL}" width="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  837. <span class="audio">{AudioPlayerGrey}<br></span>
  838. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  839. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  840. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  841. {block:Caption}{Caption}{/block:Caption}
  842. {/block:Audio}
  843.  
  844. {block:Video}
  845. <div class="video">{Video-500}</div>
  846. {block:Caption}{Caption}{/block:Caption}
  847. {/block:Video}
  848.  
  849. {block:Answer}
  850. <div class="pt"></div>
  851. <div class="qt">{Question}</div>
  852. <div class="as"><img src="{AskerPortraitURL-24}">{Asker}</div>
  853. {Answer}{/block:Answer}
  854.  
  855.  
  856. {block:IndexPage}
  857. <div class="info">
  858. {block:Date}
  859. <span><a href="{Permalink}" title="{TimeAgo}">
  860. <b>{Month} {DayOfMonthWithZero}</b></a>
  861. {block:NoteCount}with
  862. <b><a href="{Permalink}">{NoteCountWithLabel}</b></a>{/block:NoteCount}</span>
  863. {/block:Date}
  864. <rb>
  865. <span>
  866.  
  867. {block:RebloggedFrom}
  868. <a href="{reblogparenturl}" title="via"><span class="th th-share-o"></span></a>{/block:RebloggedFrom}
  869.  
  870. {block:ContentSource}
  871. <a href="{SourceURL}" title="source"><span class="th th-push-pin-o"></span></a>{/block:ContentSource}
  872.  
  873. <a href="{ReblogURL}" title="reblog" target="_blank" class="reblog"><span class="th th-reload"></span></a></span></rb>
  874. </div>
  875.  
  876. <div class="tags">{block:HasTags}
  877. {block:Tags}<a href="{TagURL}">#<font style="text-transform:uppercase;">{Tag}</font>&nbsp;</a>
  878. {/block:Tags}
  879. {/block:HasTags}</div>
  880. {/block:IndexPage}
  881.  
  882.  
  883. {block:PermalinkPage}
  884. <div class="info">
  885. {block:Date}<span>
  886. <a href="{Permalink}">
  887. <b>{Month} {DayOfMonthWithZero}</b></a> with <b><a href="{Permalink}">{NoteCountWithLabel}</b></a></span>
  888. {/block:Date}
  889. <span>
  890. </span>
  891. </div>
  892.  
  893. <div class="tags">{block:HasTags}
  894. {block:Tags}<a href="{TagURL}">#<font style="text-transform:uppercase;">{Tag}</font>&nbsp;</a>
  895. {/block:Tags}
  896. {/block:HasTags}</div>
  897. {/block:PermalinkPage}
  898.  
  899.  
  900. </div><!----POST END---->
  901.  
  902. {block:PostNotes}
  903. {PostNotes}
  904. {/block:PostNotes}
  905. {/block:Posts}
  906.  
  907. {block:Pagination}
  908. <div id="pagination">
  909. <div style="margin-top:50px;margin-bottom:10px;">
  910. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page"><span class="th th-chevron-left"></span></a>{/block:PreviousPage}
  911. {block:JumpPagination length="3"}
  912. {block:CurrentPage}<a><span class="current_page">{PageNumber}</span></a>{/block:CurrentPage}
  913. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  914. {block:NextPage}<a href="{NextPage}" class="jump_page"><span class="th th-chevron-right"></span></a>{/block:NextPage}
  915. </div></div>
  916. {/block:Pagination}
  917. </div><!--END DEFAULT-->
  918.  
  919.  
  920. <!-------------------------------MESSAGE TAB------------------------------->
  921.  
  922. <div id="tabsMessage" class="tabcontent" style="display:none; overflow:auto;">
  923.  
  924. <div style="margin-top:-15px;"></div>
  925.  
  926. <h3 style="text-align:left;">QUESTION HERE</h3>
  927. <div class="messageblock">this is an answer to the frequently asked question. this can be as long or as short as you want! </div>
  928.  
  929. <p><iframe frameborder="0" scrolling="no" width="100%" height="170" src="https://www.tumblr.com/ask_form/{text:username}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  930. </div><!--END MESSAGE-->
  931.  
  932.  
  933.  
  934.  
  935. <!-----------------------------NAVIGATION TAB----------------------------->
  936. <div id="tabsNavigate" class="tabcontent" style="display:none">
  937.  
  938.  
  939. <div id="tabimage"><img src="{image:tabimage}"></div>
  940.  
  941. <div id="tabsub">{text:tab subtitle}</div>
  942.  
  943.  
  944. <div id="tabdesc">
  945. <span>RULES</span>
  946. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed aliquet odio eget lacinia vestibulum. Aenean diam dui, sollicitudin sit amet efficitur ut, auctor tempor orci.</p>
  947.  
  948. <br/><span>WHAT I DO</span>
  949. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed aliquet odio eget lacinia vestibulum. Aenean diam dui, sollicitudin sit amet efficitur ut, auctor tempor orci.</p>
  950.  
  951. <br/><span>PLOT</span>
  952. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed aliquet odio eget lacinia vestibulum. Aenean diam dui, sollicitudin sit amet efficitur ut, auctor tempor orci.</p>
  953. </div>
  954.  
  955. <!--TAB LINKS-->
  956. <div id="tablink">
  957. <a href="{text:tablink url1}" title="{text:tablink title1}"><span class="th th-star-o"></span></a>
  958. <a href="{text:tablink url2}" title="{text:tablink title2}"><span class="th th-confetti-o"></span></a>
  959. <a href="{text:tablink url3}" title="{text:tablink title3}"><span class="th th-folder-3-o"></span></a>
  960. <a href="{text:tablink url4}" title="{text:tablink title4}"><span class="th th-cloud-3-o"></span></a>
  961. <a href="{text:tablink url5}" title="{text:tablink title5}"><span class="th th-paperclip"></span></a>
  962. <a href="{text:tablink url6}" title="{text:tablink title6}"><span class="th th-diamond-o"></span></a>
  963. <a href="{text:tablink url7}" title="{text:tablink title7}"><span class="th th-users-o"></span></a>
  964. <a href="{text:tablink url8}" title="{text:tablink title8}"><span class="th th-list-o"></span></a>
  965. </div>
  966. </div><!--END NAVIGATION-->
  967.  
  968.  
  969.  
  970. <!-------------------------------CONTAINER------------------------------->
  971. <div id="entries">
  972.  
  973. <div id="wave">
  974. <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 496.88 599.63" xml:space="preserve" class="wave">
  975. <path class="wavefill" d="M141.09.43c-40.93,54.16-46.63,129.3-27.29,194.38s60.89,121.4,107.45,170.8c28.34,30.07,59.23,58.67,79.33,94.78a196.54,196.54,0,0,1,19.34,139.24l280.08,0V0Z" transform="translate(-103.12)"/>
  976. </svg>
  977. </div>
  978.  
  979. <div class="tabs">
  980. <a href="#" class="tablink tabsact" onclick="openCity(event, 'tabsDefault');"><span class="th th-home-o"></span></a>
  981.  
  982. <a href="#" class="tablink tabsact" onclick="openCity(event, 'tabsMessage');"><span class="th th-chat-bubble-o"></span></a>
  983.  
  984. <a href="#" class="tablink tabsact" onclick="openCity(event, 'tabsNavigate');"><span class="th th-worldwide-o"></span></a>
  985.  
  986. <a href="{text:side link url}"><span class="th th-heart-1-o" title="{text:side link title}"></span></a>
  987. </div>
  988.  
  989. <div class="sideimage"><img src="{image:sidebar}" draggable="false"></div>
  990.  
  991. <div id="stats">{text:stats}</div>
  992.  
  993. <div id="sidebar">
  994. <div class="sidebar">{text:sidebar text}
  995. </div>
  996. </div>
  997.  
  998.  
  999. </div><!----ENTRIES END---->
  1000. </div>
  1001.  
  1002. <div id="credits">
  1003. <a href="https://drunkblushed.tumblr.com/" title="theme by drunkblushed">DB.</a></div>
  1004.  
  1005.  
  1006. </body>
  1007.  
  1008. <script>
  1009. function openCity(evt, cityName) {
  1010. var i, tabcontent, tablinks;
  1011. tabcontent = document.getElementsByClassName("tabcontent");
  1012. for (i = 0; i < tabcontent.length; i++) {
  1013. tabcontent[i].style.display = "none";
  1014. }
  1015. tablinks = document.getElementsByClassName("tablinks");
  1016. for (i = 0; i < tablinks.length; i++) {
  1017. tablinks[i].className = tablinks[i].className.replace(" active", "");
  1018. }
  1019. document.getElementById(cityName).style.display = "block";
  1020. evt.currentTarget.className += " active";
  1021. }
  1022.  
  1023. // Get the element with id="defaultOpen" and click on it
  1024. document.getElementById("defaultOpen").click();
  1025. </script>
  1026.  
  1027. </html>
Advertisement
Add Comment
Please, Sign In to add comment