wuunderstruckthemes

THEME #23 - WILDFLOWER

May 9th, 2020 (edited)
3,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-- ✧ THEME #23 BY SKYOFRP - WILDFLOWER. ✧
  9.  
  10. theme made using a base code by mrsthemes. fonts hosted by google fonts. mobile photo fix by glenthemes. icons hosted by suiomi. imessage code by animalities. audio player code by padyluppet (& modified by me).
  11.  
  12. edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
  13.  
  14. enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
  15.  
  16.  
  17. <!--------default variables-------->
  18. <meta name="color:background" content="#11261c"/>
  19. <meta name="color:container" content="#d8dad7" />
  20. <meta name="color:sidebar" content="#eeeeee" />
  21. <meta name="color:entries" content=""/>
  22. <meta name="color:accent" content="#113e41" />
  23. <meta name="color:accent2" content="#570300" />
  24. <meta name="color:text" content="#222222"/>
  25. <meta name="color:chat bubble 1" content="#c8cec1">
  26. <meta name="color:chat bubble 2" content="#ffffff">
  27.  
  28. <meta name="image:background image" content=""/>
  29. <meta name="image:icon" content=""/>
  30.  
  31. <meta name="text:title" content="your title.">
  32. <meta name="text:subtitle" content="">
  33.  
  34. <meta name="if:backgroundimagecover" content="0">
  35.  
  36. <meta name="select:grayscale" title="0%" content="0%" />
  37. <meta name="select:grayscale" title="60%" content="60%" />
  38. <meta name="select:grayscale" title="70%" content="70%" />
  39. <meta name="select:grayscale" title="80%" content="80%" />
  40. <meta name="select:grayscale" title="90%" content="90%" />
  41. <meta name="select:grayscale" title="100%" content="100%" />
  42.  
  43. <meta name="text:icon hover text" content="">
  44. <meta name="text:link 1 title" content="link">
  45. <meta name="text:link 1 url" content=" ">
  46. <meta name="text:link 2 title" content="link">
  47. <meta name="text:link 2 url" content=" ">
  48. <meta name="text:link 3 title" content="link">
  49. <meta name="text:link 3 url" content=" ">
  50. <meta name="text:link 4 title" content="link">
  51. <meta name="text:link 4 url" content=" ">
  52. <meta name="text:link 5 title" content="link">
  53. <meta name="text:link 5 url" content=" ">
  54. <meta name="text:link 6 title" content="link">
  55. <meta name="text:link 6 url" content=" ">
  56.  
  57. <meta name="if:fruit" content="1">
  58. <meta name="if:celestial" content="0">
  59. <meta name="if:forest" content="0">
  60. <meta name="if:ocean" content="0">
  61. <meta name="if:coffee" content="0">
  62. <meta name="if:hp" content="0">
  63.  
  64. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  65.  
  66. <!------------------------TOOLTIPS SCRIPT--------------------->
  67.  
  68. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  69. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  70. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  71. <script>
  72. (function($){
  73. $(document).ready(function(){
  74. $("[title]").style_my_tooltips({
  75. tip_follows_cursor:true,
  76. tip_delay_time:200,
  77. tip_fade_speed:300
  78. });
  79. });
  80. })(jQuery);
  81. </script>
  82.  
  83. <!-------------------------------------------------------------------->
  84.  
  85. <link href="https://fonts.googleapis.com/css?family=Comfortaa&display=swap" rel="stylesheet">
  86. <link href="https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap" rel="stylesheet">
  87.  
  88. <style type="text/css">
  89.  
  90. /*----------tooltips---------*/
  91.  
  92. #s-m-t-tooltip {
  93. max-width:300px;
  94. margin:15px;
  95. padding:5px;
  96. background:{color:accent};
  97. color:{color:accent2};
  98. z-index:999999999999999999999999;
  99. font-size:9px;
  100. font-style:none;
  101. font-weight:bold;
  102. letter-spacing:4px;
  103. font-family:'Comfortaa';
  104. text-transform:lowercase;
  105. box-shadow:1px 1px 3px rgb(0,0,0,.0);
  106. border-radius:5px;
  107. }
  108.  
  109.  
  110. /*----------scrollbar---------*/
  111.  
  112. ::-webkit-scrollbar-thumb {
  113. height:auto;
  114. background-color:transparent;
  115. border-radius:20px;
  116. }
  117. ::-webkit-scrollbar {
  118. height:7px;
  119. width:3px;
  120. background-color: transparent;
  121. border-radius:50px;
  122. }
  123.  
  124. /*----------basics---------*/
  125.  
  126. body {
  127. background:{color:background} url({image:background image}) repeat right top fixed;
  128. {block:ifbackgroundimagecover}
  129. background-size:cover;
  130. {/block:ifbackgroundimagecover}
  131. color:{color:text};
  132. font-family:'Comfortaa';
  133. line-height:15px;
  134. font-size:11px;
  135. margin:0;
  136. text-align:left;
  137. }
  138.  
  139. blockquote {
  140. padding-left:10px;
  141. border-left:2px solid;
  142. border-color:{color:accent2};
  143. border-radius:0px!important;
  144. margin:10px;
  145. }
  146.  
  147. a {
  148. color:{color:accent};
  149. text-decoration:none;
  150. }
  151.  
  152. a:hover {
  153. text-decoration:none;
  154. color: {color:accent2};
  155. -webkit-transition:all 0.5s;
  156. -moz-transition:all 0.5s;
  157. -ms-transition:all 0.5s;
  158. -o-transition:all 0.5s;
  159. transition:all 0.5s;
  160. }
  161.  
  162. b, strong {
  163. color:{color:accent};
  164. font-family:'yeseva one';
  165. }
  166.  
  167. i, em {
  168. color:{color:accent2};
  169. }
  170.  
  171. img {
  172. opacity:1;
  173. text-decoration:none;
  174. }
  175.  
  176. h1 {
  177. font-family:'Comfortaa';
  178. text-align:center;
  179. text-transform:uppercase;
  180. letter-spacing:2px;
  181. font-size:18px;
  182. color:{color:accent2};
  183. line-height:100%;
  184. }
  185.  
  186. h2 {
  187. font-family:'yeseva one';
  188. text-align:center;
  189. text-transform:lowercase;
  190. letter-spacing:2px;
  191. font-size:18px;
  192. color:{color:accent2};
  193. line-height:100%;
  194. padding:5px;
  195. }
  196.  
  197. small, sub {
  198. font-size:11px;
  199. }
  200.  
  201.  
  202. /*----------posts---------*/
  203.  
  204. .container {
  205. left:50%;
  206. width:800px;
  207. position:absolute;
  208. }
  209.  
  210. .posts {
  211. margin-top:40px;
  212. margin-bottom:60px;
  213. padding:10px;
  214. border-radius:10px;
  215. width:400px;
  216. margin-left:275px;
  217. background-color:{color:entries};
  218. z-index:99;
  219. line-height:220%;
  220. text-align:justify;
  221. }
  222.  
  223. .entries {
  224. margin-left:-365px;
  225. width:730px;
  226. top:50%;
  227. margin-top:-300px;
  228. height:600px;
  229. max-height:600px;
  230. overflow-y:scroll;
  231. background:{color:container};
  232. position:fixed;
  233. padding-left:15px;
  234. border-radius:5px;
  235. }
  236.  
  237. .posts img, .posts blockquote {
  238. max-width: 100%;
  239. height:auto;
  240. border-radius:5px;
  241. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  242. filter: grayscale({select:grayscale});
  243. -webkit-transition: all 0.5s ease-in-out;
  244. -moz-transition: all 0.5s ease-in-out;
  245. -o-transition: all 0.5s ease-in-out;
  246. -ms-transition: all 0.5s ease-in-out;
  247. transition: all 0.5s ease-in-out;
  248. opacity:0.9;
  249. }
  250.  
  251. .posts img:hover, .posts blockquote:hover {
  252. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  253. filter: grayscale(0%);
  254. -webkit-transition: all 0.7s ease-in-out;
  255. -moz-transition: all 0.7s ease-in-out;
  256. -o-transition: all 0.7s ease-in-out;
  257. opacity:1;
  258. }
  259.  
  260.  
  261. .blockquote img {
  262. max-width:100%;
  263. height: auto;
  264. }
  265.  
  266. .photoset
  267. {
  268. border-radius:5px;
  269. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  270. filter: grayscale({select:grayscale});
  271. -webkit-transition: all 0.5s ease-in-out;
  272. -moz-transition: all 0.5s ease-in-out;
  273. -o-transition: all 0.5s ease-in-out;
  274. -ms-transition: all 0.5s ease-in-out;
  275. transition: all 0.5s ease-in-out;
  276. opacity:0.9;
  277. }
  278.  
  279. .photoset:hover {
  280. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  281. filter: grayscale(0%);
  282.  
  283. -webkit-transition: all 0.5s ease-in-out;
  284.  
  285. -moz-transition: all 0.5s ease-in-out;
  286.  
  287. -o-transition: all 0.5s ease-in-out;
  288.  
  289. -ms-transition: all 0.5s ease-in-out;
  290.  
  291. transition: all 0.5s ease-in-out;
  292. opacity:1;
  293. }
  294.  
  295. /*------- npf photoset image spacing-------*/
  296. :root {
  297. --NPF-Image-Spacing:4px; /* spacing value */
  298. }
  299.  
  300. .npf_row {
  301. display:flex!important;
  302. margin:calc(var(--NPF-Image-Spacing) / -2)!important;
  303. margin-bottom:calc(var(--NPF-Image-Spacing) / 2)!important;
  304. }
  305.  
  306. .npf_row:last-of-type {
  307. margin-bottom:calc(var(--NPF-Image-Spacing) / -2)!important;
  308. }
  309.  
  310. .npf_photoset {
  311. border-radius:5px;
  312. overflow: hidden;
  313. }
  314.  
  315. .tmblr-full {
  316. flex:1;
  317. margin:0!important;
  318. padding:calc(var(--NPF-Image-Spacing) / 2)!important;
  319. width:auto!important;
  320. height:auto!important;
  321. cursor:pointer;
  322. outline:none;
  323. }
  324.  
  325. .tmblr-full img {visibility:hidden;}
  326.  
  327. /*----------post info---------*/
  328.  
  329. .info {
  330. padding-top:20px;
  331. padding-bottom:15px;
  332. text-transform:lowercase;
  333. font-size:8px;
  334. letter-spacing:1px;
  335. margin-top:15px;
  336. text-align:center;
  337. color:{color:accent2};
  338. border-radius:7px;
  339. line-height:200%;
  340. }
  341.  
  342. .info a {
  343. color:{color:accent2};
  344. background-color:{color:accent};
  345. padding:8px 8px 6px 8px;
  346. border-radius:7px;
  347. margin-right:0px;
  348. margin-left:0px;
  349. }
  350.  
  351. .info a:hover {
  352. color:{color:accent};
  353. background-color:{color:accent2};
  354. }
  355.  
  356. .tags {
  357. margin-top:15px;
  358. font-size:8px;
  359. letter-spacing:2px;
  360. padding-right:5px;
  361. padding-left:5px;
  362. color:{color:accent};
  363. background-color:{color:entries};
  364. }
  365.  
  366. .tags a {
  367. margin-right:8px;
  368. color:{color:accent2};
  369. background-color:{color:accent};
  370. padding:3px 5px 3px 5px;
  371. border-radius:7px;
  372. display:inline-block;
  373. margin-bottom:2px;
  374. }
  375.  
  376. .tags a:hover {
  377. color:{color:accent};
  378. background-color:{color:accent2};
  379. -moz-transition-duration:1s;
  380. -webkit-transition-duration:1s;
  381. -o-transition-duration:1s;
  382. }
  383.  
  384.  
  385. /*----------post notes---------*/
  386.  
  387. ol.notes {
  388. padding:10px;
  389. margin-left:10px;
  390. margin-bottom:60px;
  391. list-style-type:none;
  392. background-color:{color:entries};
  393. width:400px;
  394. margin-left:275px;
  395. border-radius:10px;
  396. }
  397.  
  398. ol.notes li.note {
  399. padding:10px;
  400. }
  401.  
  402. ol.notes li.note img.avatar {
  403. vertical-align:-4px;
  404. margin-right:10px;
  405. width:16px;
  406. height:16px;
  407. border-radius:100px;
  408. }
  409.  
  410. ol.notes li.note span.action {
  411. font-weight:none;
  412. }
  413.  
  414. ol.notes li.note .answer_content {
  415. font-weight:normal;
  416. }
  417.  
  418. ol.notes li.note blockquote {
  419. padding:4px 10px;
  420. margin:10px 0px 0px 25px;
  421. }
  422.  
  423. ol.notes li.note blockquote a {
  424. text-decoration:none;
  425. }
  426.  
  427. /*----------sidebar---------*/
  428.  
  429. .sidebar {
  430. position:fixed;
  431. width:230px;
  432. margin-left:-340px;
  433. top:50%;
  434. margin-top:-260px;
  435. background-color:{color:sidebar};
  436. height:500px;
  437. z-index:99;
  438. border-radius:10px;
  439. text-align:center;
  440. background-size:cover;
  441. }
  442.  
  443. .inner {
  444. background-color:transparent;
  445. width:220px;
  446. margin:10px;
  447. }
  448.  
  449. .icon {
  450. width:80px;
  451. float:left;
  452. margin:10px;
  453. }
  454.  
  455. .icon img {
  456. width:70px;
  457. height:70px;
  458. border-radius:100px;
  459. }
  460.  
  461. .icon img:hover {
  462. -moz-transition-duration:1s;
  463. -webkit-transition-duration:1s;
  464. -o-transition-duration:1s;
  465. transform: rotate(10deg);
  466. }
  467.  
  468. .sidetitle {
  469. font-family:'yeseva one';
  470. font-size:35px;
  471. text-transform:lowercase;
  472. font-weight:bold;
  473. margin-top:120px;
  474. text-align:center;
  475. color:#fff;
  476. width:190px;
  477. background:-webkit-linear-gradient(20deg, {color:accent}, {color:accent2});
  478. -webkit-background-clip: text;
  479. -webkit-text-fill-color: transparent;
  480. line-height:110%;
  481. margin-left:10px;
  482. height:38px;
  483. overflow:hidden;
  484. }
  485.  
  486. .subtitle {
  487. font-family:'Comfortaa';
  488. text-align:center;
  489. color:{color:accent2};
  490. font-size:12px;
  491. text-transform:uppercase;
  492. font-weight:bold;
  493. width:200px;
  494. letter-spacing:4px;
  495. overflow:hidden;
  496. margin-left:5px;
  497. height:15px;
  498. }
  499.  
  500. .pagination {
  501. text-align:center;
  502. font-weight:normal;
  503. padding-top:5px;
  504. letter-spacing:0px;
  505. margin-bottom:50px;
  506. width:200px;
  507. margin-left:5px;
  508. margin-top:33px;
  509. }
  510.  
  511. .pagination a {
  512. width:50px;
  513. height:15px;
  514. background-color:{color:accent};
  515. color:{color:accent2};
  516. font-size:8px;
  517. padding:7px;
  518. border-radius:5px;
  519. font-weight:bold;
  520. text-transform:uppercase;
  521. letter-spacing:4px;
  522. }
  523.  
  524. .pagination a:hover{
  525. -moz-transition-duration:1s;
  526. -webkit-transition-duration:1s;
  527. -o-transition-duration:1s;
  528. background-color:{color:accent2};
  529. color:{color:accent};
  530. }
  531.  
  532. .links {
  533. margin-left:5px;
  534. margin-top:30px;
  535. width:200px;
  536. font-family:'Comfortaa';
  537. position:fixed;
  538. border-radius:5px;
  539. }
  540.  
  541. .links a {
  542. display:inline-block;
  543. background-color:{color:accent};
  544. color:{color:accent2};
  545. margin:3px;
  546. padding:5px;
  547. width:20px;
  548. height:20px;
  549. font-size:20px;
  550. text-transform:uppercase;
  551. font-weight:normal;
  552. letter-spacing:2px;
  553. border-radius:5px;
  554. }
  555.  
  556. .links a:hover {
  557. background-color:{color:sidebar};
  558. color:{color:accent2};
  559. -moz-transition-duration:.5s;
  560. -webkit-transition-duration:.5s;
  561. -o-transition-duration:.5s;
  562. text-shadow: 3px 3px 3px {accent2};
  563. transform: rotate(20deg);
  564. }
  565.  
  566. .description {
  567. color:{color:text};
  568. width:195px;
  569. text-align:justify;
  570. line-height:230%;
  571. letter-spacing:1px;
  572. font-size:9px;
  573. margin-left:5px;
  574. margin-top:20px;
  575. height:250px;
  576. max-height:250px;
  577. overflow-y:scroll;
  578. padding:5px;
  579. background-color:transparent;
  580. }
  581.  
  582. /*----------quotes---------*/
  583.  
  584. .quote {
  585. text-transform:uppercase;
  586. font-size:15px;
  587. font-weight:bold;
  588. text-align:center;
  589. letter-spacing:3px;
  590. margin-top:10px;
  591. }
  592.  
  593. .quotesource {
  594. text-align:center;
  595. margin-top:10px;
  596. }
  597.  
  598.  
  599. /*----------chat---------*/
  600.  
  601. /* IMESSAGE CHAT POST */
  602. .answer span,
  603.  
  604. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
  605.  
  606. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
  607.  
  608. .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:chat bubble 2};border-bottom-right-radius:1em .5em}
  609.  
  610. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
  611.  
  612. .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:chat bubble 1}; border-bottom-left-radius:1em .5em}
  613.  
  614. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  615.  
  616. .asked p {
  617. text-align: left;
  618. margin: 0 0px 10px 0px;
  619. padding: 0;
  620. color: #666666;
  621. font-family:'Comfortaa';
  622. font-size: 12px;
  623. line-height: 0px;
  624. }
  625. .footerright .viasrc {
  626. float: left;
  627. }
  628. .asked a {
  629. margin:0;padding:0;
  630. }
  631. .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
  632. .convo {
  633. overflow: hidden;
  634. list-style-type: none;
  635. padding: 0;
  636. margin: 0;
  637. }
  638.  
  639.  
  640. /*----------questions---------*/
  641.  
  642. .question {
  643. background:{color:entries};
  644. padding:10px;
  645. text-align:center;
  646. padding:20px;
  647. border-radius:10px;
  648. color:{color:text};
  649. text-transform:uppercase;
  650. letter-spacing:1px;
  651. }
  652.  
  653. .question img {
  654. float:right;
  655. }
  656.  
  657. .asker {
  658. font-family:'yeseva one';
  659. font-weight:bold;
  660. letter-spacing:2px;
  661. color:{color:accent};
  662. text-transform:lowercase;
  663. font-size:18px;
  664. }
  665.  
  666. .answer {
  667. padding:10px;
  668. margin-top:-15px;
  669. }
  670.  
  671. /*----------audio---------*/
  672.  
  673. .playerbuttonbg {
  674. position: absolute;
  675. left: 25px;
  676. top: 30px;
  677. background-color:transparent;
  678. padding: 10px;
  679. opacity: .4;
  680. filter: alpha(opacity=40);
  681. -moz-opacity: 0.4;
  682. -khtml-opacity: 0.4;
  683. transition: opacity .7s ease-in-out;
  684. -moz-transition: opacity .7s ease-in-out;
  685. -webkit-transition: opacity .7s ease-in-out;
  686. padding-bottom:20px;
  687. }
  688.  
  689. .playerbuttonbg:hover {
  690. opacity: 1;
  691. filter: alpha(opacity=100);
  692. -moz-opacity: 1;
  693. -khtml-opacity: 1;
  694. }
  695.  
  696. .tumblr_audio_player {
  697. height: 90px;
  698. width: 32px;
  699. }
  700.  
  701. .audioimgwrapper {
  702. position: absolute;
  703. left: 0px;
  704. top: 0px;
  705. -webkit-border-radius: 5px;
  706. -moz-border-radius: 5px;
  707. border-radius: 5px;
  708. overflow: hidden;
  709. width: 100px;
  710. height: 100px;
  711. }
  712.  
  713. .audioimgwrapper img {
  714. width: 100%;
  715. height: auto;
  716. -webkit-border-radius: 5px;
  717. -moz-border-radius: 5px;
  718. border-radius: 5px;
  719. }
  720.  
  721. .trackdetails {
  722. width: auto;
  723. display:inline-block;
  724. margin-left: 200px;
  725. min-height: 85px;
  726. font-family:'Comfortaa';
  727. font-weight:bold;
  728. text-transform:lowercase;
  729. letter-spacing:1px;
  730. text-align:center;
  731. }
  732.  
  733. .audiowrapper {
  734. position: relative;
  735. display:inline-block;
  736. }
  737.  
  738. /*----------credit---------*/
  739.  
  740. .credit {
  741. font-family:'Rubik';
  742. font-size:15px;
  743. position:fixed;
  744. font-weight:normal;
  745. bottom:10px;
  746. right:15px;
  747. z-index:10;
  748. text-align:right;
  749. }
  750.  
  751. .credit a {
  752. background-color:{color:accent};
  753. color:{color:accent2};
  754. padding-top:6px;
  755. padding-right:10px;
  756. padding-left:9px;
  757. padding-bottom:3px;
  758. border-radius:5px;
  759. }
  760.  
  761. .credit a:hover {
  762. background-color:{color:accent2};
  763. color:{color:accent};
  764. -moz-transition-duration:0.5s;
  765. -webkit-transition-duration:0.5s;
  766. -o-transition-duration:0.5s;
  767. }
  768.  
  769. </style>
  770.  
  771. </head>
  772.  
  773. <body>
  774. <div class="container">
  775.  
  776. <div class="credit">
  777. <a title="skyofrp" href="http://skyofrp.tumblr.com/"><span class="th th-avocado-o
  778. "></span></a></div>
  779.  
  780.  
  781. <div class="sidebar">
  782. <div class="inner">
  783.  
  784.  
  785.  
  786. <div class="description"><div class="icon"><img src="{image:icon}"></div>
  787. {description}</div>
  788.  
  789.  
  790. <div class="links">
  791.  
  792. {block:iffruit}
  793. <a title="home" href="/"><span class="th th-apple-o"></span></a>
  794. <a title="message" href="/ask"><span class="th th-cherry-o"></span></a>
  795. <a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th th-orange-o"></span></a>
  796. <a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th th-lemon-o"></span></a><br>
  797. <a title="{text:link 3 title}" href="{text:link 3 url}"><span class="th th-peach-o"></span></a>
  798. <a title="{text:link 4 title}" href="{text:link 4 url}"><span class="th th-strawberry-o"></span></a>
  799. <a title="{text:link 5 title}" href="{text:link 5 url}"><span class="th th-watermelon-o"></span></a>
  800. <a title="{text:link 6 title}" href="{text:link 6 url}"><span class="th th-kiwi-o"></span></a>
  801. {/block:iffruit}
  802.  
  803. {block:ifcelestial}
  804. <a title="home" href="/"><span class="th th-alien-o"></span></a>
  805. <a title="message" href="/ask"><span class="th th-star-o"></span></a>
  806. <a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th th-moon-o"></span></a>
  807. <a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th th-spaceship-o"></span></a><br>
  808. <a title="{text:link 3 title}" href="{text:link 3 url}"><span class="th th-solar-system-o"></span></a>
  809. <a title="{text:link 4 title}" href="{text:link 4 url}"><span class="th th-stars-o"></span></a>
  810. <a title="{text:link 5 title}" href="{text:link 5 url}"><span class="th th-planet-2-o"></span></a>
  811. <a title="{text:link 6 title}" href="{text:link 6 url}"><span class="th th-meteorite-o"></span></a>
  812. {/block:ifcelestial}
  813.  
  814. {block:ifforest}
  815. <a title="home" href="/"><span class="th th-acorn-o"></span></a>
  816. <a title="message" href="/ask"><span class="th th-fox-o"></span></a>
  817. <a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th th-leaf-1-o"></span></a>
  818. <a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th th-badger-o"></span></a><br>
  819. <a title="{text:link 3 title}" href="{text:link 3 url}"><span class="th th-grass-o"></span></a>
  820. <a title="{text:link 4 title}" href="{text:link 4 url}"><span class="th th-hedgehog-o"></span></a>
  821. <a title="{text:link 5 title}" href="{text:link 5 url}"><span class="th th-pine-cone-o"></span></a>
  822. <a title="{text:link 6 title}" href="{text:link 6 url}"><span class="th th-bird-nest-o"></span></a>
  823. {/block:ifforest}
  824.  
  825. {block:ifocean}
  826. <a title="home" href="/"><span class="th th-sun-o"></span></a>
  827. <a title="message" href="/ask"><span class="th th-jellyfish-o"></span></a>
  828. <a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th th-wave-o"></span></a>
  829. <a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th th-turtle-o"></span></a><br>
  830. <a title="{text:link 3 title}" href="{text:link 3 url}"><span class="th th-sunset-o"></span></a>
  831. <a title="{text:link 4 title}" href="{text:link 4 url}"><span class="th th-starfish-o"></span></a>
  832. <a title="{text:link 5 title}" href="{text:link 5 url}"><span class="th th-shell-o"></span></a>
  833. <a title="{text:link 6 title}" href="{text:link 6 url}"><span class="th th-walrus-o"></span></a>
  834. {/block:ifocean}
  835.  
  836. {block:ifcoffee}
  837. <a title="home" href="/"><span class="th th-coffee-1-o"></span></a>
  838. <a title="message" href="/ask"><span class="th th-coffee-beans-o"></span></a>
  839. <a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th th-mocha-o"></span></a>
  840. <a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th th-latte-o"></span></a><br>
  841. <a title="{text:link 3 title}" href="{text:link 3 url}"><span class="th th-cezve-o"></span></a>
  842. <a title="{text:link 4 title}" href="{text:link 4 url}"><span class="th th-coffee-bag-o"></span></a>
  843. <a title="{text:link 5 title}" href="{text:link 5 url}"><span class="th th-frappe-o"></span></a>
  844. <a title="{text:link 6 title}" href="{text:link 6 url}"><span class="th th-coffee-2-o"></span></a>
  845. {/block:ifcoffee}
  846.  
  847. {block:ifhp}
  848. <a title="home" href="/"><span class="th th-flash-o"></span></a>
  849. <a title="message" href="/ask"><span class="th th-hp-deathly-hallows"></span></a>
  850. <a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th th-hp-golden-snitch"></span></a>
  851. <a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th th-hp-harry-potter"></span></a><br>
  852. <a title="{text:link 3 title}" href="{text:link 3 url}"><span class="th th-hourglass"></span></a>
  853. <a title="{text:link 4 title}" href="{text:link 4 url}"><span class="th th-stars-o"></span></a>
  854. <a title="{text:link 5 title}" href="{text:link 5 url}"><span class="th th-cat-o"></span></a>
  855. <a title="{text:link 6 title}" href="{text:link 6 url}"><span class="th th-magic-wand-o"></span></a>
  856. {/block:ifhp}
  857.  
  858. </div>
  859.  
  860. <div class="sidetitle">{text:title}</div>
  861. <div class="subtitle">{text:subtitle}</div>
  862.  
  863. <div class="pagination">
  864. {block:Pagination}
  865. {block:PreviousPage}
  866. <a href="{PreviousPage}">« sink</a>&nbsp;&nbsp;{/block:PreviousPage}
  867.  
  868. {block:NextPage}
  869. <a href="{NextPage}"> swim » </a>
  870. {/block:NextPage}
  871. {/block:Pagination}
  872. </div>
  873.  
  874. </div>
  875.  
  876. </div>
  877.  
  878.  
  879.  
  880. <div class="entries">
  881. {block:Posts}
  882. <div class="posts">
  883.  
  884. {block:Text}
  885. <h1>{block:Title}{Title}{/block:Title}</h1>
  886. {Body}{/block:Text}
  887.  
  888.  
  889. {block:Photo}
  890. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  891. {block:Caption}{Caption}{/block:Caption}
  892. {/block:Photo}
  893.  
  894.  
  895. {block:Photoset}
  896. {Photoset-400}
  897. {block:Caption}{Caption}{/block:Caption}
  898. {/block:Photoset}
  899.  
  900.  
  901. {block:Quote}
  902. <div class="quote">&#8220;{Quote}&#8221;</div>
  903. {block:Source}<div class="quotesource"> — <i>{Source}</i></div>
  904. {/block:Source}{/block:Quote}
  905.  
  906.  
  907. {block:Link}
  908. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  909. {block:Description}{Description}{/block:Description}
  910. {/block:Link}
  911.  
  912.  
  913. {block:Chat}
  914. {block:Title}
  915. <h1>{Title}</h1>{/block:Title}<br>
  916. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  917. {Line}</li>{/block:Lines}</ul>
  918. {/block:Chat}
  919.  
  920.  
  921. {block:Audio}
  922. {block:AudioPlayer}
  923. <div class="audiowrapper">
  924. {block:AlbumArt}
  925. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  926. {/block:AlbumArt}
  927.  
  928. <div class="playerbuttonbg">
  929. <div class="newplayerbutton">
  930. <div class="playerbuttonhug">
  931.  
  932. {AudioPlayer}
  933.  
  934. </div>
  935. </div>
  936. </div>
  937.  
  938. <div class="trackdetails">
  939.  
  940. {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
  941. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  942. {block:Album}Album: {Album}{/block:Album}<br/>
  943. {PlayCountWithLabel}
  944.  
  945. </div>
  946. </div>
  947. {/block:AudioPlayer}
  948.  
  949. {block:Caption}{Caption}{/block:Caption}
  950. {/block:Audio}
  951.  
  952.  
  953. {block:Video}
  954. {Video-400}
  955. {block:Caption}{Caption}{/block:Caption}
  956. {/block:Video}
  957.  
  958.  
  959. {block:Answer}
  960. <div class="question"><img src="{AskerPortraitURL-40}">
  961. {Question}<br><div class="asker">&mdash; {Asker}</div></div><br>
  962. <div class="answer">
  963. {Answer}</div>
  964. {/block:Answer}
  965.  
  966. {block:Date}
  967. <div class="info">
  968. <a href="{Permalink}"><span class="th th-clock-o"></span></span> {timeago}</a>
  969.  
  970. &nbsp;&nbsp;
  971. <a href="{Permalink}"><span class="th th-heart-1-o"></span></span> {NoteCountwithLabel}</a>
  972. &nbsp;&nbsp;
  973.  
  974. {block:RebloggedFrom}
  975. <a href="{ReblogParentURL}" title="{ReblogParentname}"><span class="th th-upload-o"></span></span> via</a>
  976. &nbsp;&nbsp;
  977. {/block:RebloggedFrom}
  978. {block:ContentSource}
  979. <a href="{SourceURL}" title="{SourceTitle}"><span class="th th-home-o"></span> src</a>
  980. &nbsp;&nbsp;
  981. {/block:ContentSource}
  982.  
  983. <a href="{ReblogURL}" target="_blank" class="details"><span class="th th-reload"></span> reblog</a>
  984. {/block:Date}
  985.  
  986. {block:HasTags}
  987. <div class="tags">
  988. {block:Tags}
  989.  
  990. <a href="{TagURL}"># {Tag}</a>
  991. {/block:Tags}
  992. </div>
  993. {/block:HasTags}
  994.  
  995.  
  996. </div>
  997. </div>
  998.  
  999.  
  1000. {block:PostNotes}
  1001. {PostNotes}
  1002. {/block:PostNotes}
  1003.  
  1004.  
  1005. {/block:Posts}
  1006.  
  1007.  
  1008. {block:ContentSource}
  1009. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  1010. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  1011. {/block:SourceLogo}
  1012. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  1013. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  1014.  
  1015. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  1016.  
  1017. <script src="//dl.dropbox.com/s/m8mtje1avef2a2y/npf-styling.js"></script>
  1018. <script src="//cdn.jsdelivr.net/gh/boscoxvi/npfphotosets/npfphotosets.js"></script>
  1019.  
  1020. <script>
  1021. npfPhotosets(".posts", npfOptions); // .posts is your posts selector
  1022. </script>
  1023.  
  1024. </body>
  1025.  
  1026. </div></div></div></div></div></div></div></div></div></div></div>
  1027. </html>
Advertisement
Add Comment
Please, Sign In to add comment