themesbyces

Theme — Wildflowers (Full Screen)

Oct 17th, 2019 (edited)
2,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 26.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC>
  2.  
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <!--
  14.  
  15. theme: wildflowers
  16. designed and coded by ghcstfaec
  17. see credits @ https://ghcstfaec.tumblr.com/credits
  18.  
  19. -->
  20.  
  21. <!-- Metadata -->
  22.  
  23. <meta name="color:Asker Background" content="#f0f0f0"/>
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Border" content="#d2d2d2"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Link Hover" content="#cfcfcf"/>
  28. <meta name="color:Like" content="#ec6363"/>
  29. <meta name="color:Main Color" content="#aabbbb"/>
  30. <meta name="color:Pin" content="#31a49d"/>
  31. <meta name="color:Post Background" content="#ffffff"/>
  32. <meta name="color:Question Background" content="#ffffff"/>
  33. <meta name="color:Quote Icon Color" content="#ffffff"/>
  34. <meta name="color:Scrollbar" content="#000000"/>
  35. <meta name="color:Sidebar Background" content="#f5f5f5"/>
  36. <meta name="color:Text" content="#555555"/>
  37. <meta name="color:Tooltip Background" content="#000000"/>
  38. <meta name="color:Tooltip Color" content="#ffffff"/>
  39.  
  40. <meta name="select:Body Font" content="Karla" title="Karla"/>
  41. <meta name="select:Body Font" content="Montserrat" title="Montserrat"/>
  42. <meta name="select:Body Font" content="Muli" title="Muli"/>
  43. <meta name="select:Body Font" content="Open Sans" title="Open Sans"/>
  44. <meta name="select:Body Font" content="Poppins" title="Poppins"/>
  45. <meta name="select:Body Font" content="Raleway" title="Raleway"/>
  46. <meta name="select:Body Font" content="Work Sans" title="Work Sans"/>
  47.  
  48. <meta name="select:Body Font Size" content="1rem" title="1rem"/>
  49. <meta name="select:Body Font Size" content="0.9rem" title="0.9rem"/>
  50. <meta name="select:Body Font Size" content="0.8rem" title="0.8rem"/>
  51.  
  52. <meta name="select:Uppercase Font Size" content="0.9rem" title="0.9rem"/>
  53. <meta name="select:Uppercase Font Size" content="0.8rem" title="0.8rem"/>
  54.  
  55. <meta name="image:Sidebar Image" content="https://i.imgur.com/0uOqdAD.png"/>
  56. <meta name="image:Image" content="https://i.imgur.com/WNFU9d7.png"/>
  57.  
  58. <meta name="text:Title" content="Wildflowers"/>
  59.  
  60. <meta name="text:Link 1 URL" content="/"/>
  61. <meta name="text:Link 1 Name" content="Link One"/>
  62. <meta name="text:Link 2 URL" content="/"/>
  63. <meta name="text:Link 2 Name" content="Link Two"/>
  64. <meta name="text:Link 3 URL" content="/"/>
  65. <meta name="text:Link 3 Name" content="Link Three"/>
  66. <meta name="text:Link 4 URL" content="/"/>
  67. <meta name="text:Link 4 Name" content="Link Four"/>
  68. <meta name="text:Link 5 URL" content="/"/>
  69. <meta name="text:Link 5 Name" content="Link Five"/>
  70.  
  71. <meta name="if:Submit Link" content="1"/>
  72.  
  73. <meta name="if:Hide Tags" content="0"/>
  74. <meta name="if:Show Tags" content="1"/>
  75.  
  76. <!-- Google Fonts Script -->
  77.  
  78. <link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Muli:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
  79.  
  80. <!-- jQuery Script -->
  81.  
  82. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
  83.  
  84. <!-- Styled Tooltips Script -->
  85.  
  86. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87.  
  88. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  89.  
  90. <script>
  91. (function($){
  92. $(document).ready(function(){
  93. $("a[title]").style_my_tooltips({
  94. tip_follows_cursor:true,
  95. tip_delay_time:90,
  96. tip_fade_speed:600,
  97. attribute:"title"
  98. });
  99. });
  100. })(jQuery);
  101. </script>
  102.  
  103. <!-- Font Awesome Script -->
  104.  
  105. <link href="//use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
  106.  
  107. <!-- Search Bar Script -->
  108.  
  109. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  110.  
  111. <script>
  112. $(document).ready(function(){
  113. $('.search').submit(function(event){
  114. var value = $('input:first').val();
  115. location.replace('http://{Name}.tumblr.com/tagged/' + value);
  116. });
  117. });
  118. </script>
  119.  
  120. <!-- Hide & Show Script -->
  121.  
  122. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  123.  
  124. <script>
  125. $(document).ready(function(){
  126. $('.tags').hide();
  127. $('.tags-title').click(function() {
  128. $(this).closest('.entries').find('.tags').slideToggle(500);
  129. });
  130. });
  131. </script>
  132.  
  133. <!--✻✻✻✻✻✻  npf audio player by @glenthemes  ✻✻✻✻✻✻-->
  134.  
  135. <script src="//tmblr-npf-audio.gitlab.io/s/init.js"></script>
  136.  
  137. <link href="//tmblr-npf-audio.gitlab.io/s/base.css" rel="stylesheet">
  138.  
  139. <script>
  140. tumblr_npf_audio({
  141. emptyTitleText: "",
  142. emptyArtistText: "",
  143. emptyAlbumText: "",
  144. titleLabel: "",    
  145. artistLabel: "",
  146. albumLabel: "",
  147. });
  148. </script>
  149.  
  150. <!-- Unnest Captions Script -->
  151.  
  152. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  153.  
  154. <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  155.  
  156. <script>
  157. $(function(){  $('.entries').unnest({
  158. yourCaption: ".text, .caption",
  159. wrapName: ".tumblr_parent",
  160. newCaptionUsername: false,
  161. originalPostCaptionUsername: false,
  162. tumblrAvatars: true,
  163. tumblrAvatarClass: ".tumblr_avatar",
  164. usernameColon: false
  165. });
  166. });
  167. </script>
  168.  
  169. <!--
  170.         NPF images fix v4.0 by @glenthemes [2023]
  171.         💌 gitlab.com/glen-npf/v4-beta
  172. --->
  173.  
  174. <link href="//glen-npf.gitlab.io/v4-beta/main.css" rel="stylesheet">
  175.  
  176. <script src="//glen-npf.gitlab.io/v4-beta/use.js"></script>
  177. <style>
  178. :root {
  179. --NPF-Images-Spacing:1px;
  180. --NPF-Caption-Spacing:1em;
  181. --NPF-Move-1st-Photoset:"no";
  182. --Text-Container-Selector:".caption";
  183. --Text-Reblogs-Selector:".tumblr_parent";
  184. }
  185. </style>
  186.  
  187. <!-- Inline Images Resizing Script -->
  188.  
  189. <script>
  190. $(".tmblr-full, figure").each(function(){
  191. var imgWidth = $(this).attr("data-orig-width"),
  192. img = $(this).find("img"),
  193. imgSrc = img.attr("src");
  194. $('figure').css({'margin-left':'0','margin-right':'0','display':'inline-block'});
  195. if (imgWidth >= 500){
  196. img.attr("src",imgSrc.replace("_500.","_1280."));
  197. $('.tmblr-full img, figure img').css({'width':'auto','height':'auto','vertical-align':'middle'});
  198. }
  199. });  
  200. </script>
  201.  
  202. <!-- PXU Script -->
  203.  
  204. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  205.  
  206. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  207.  
  208. <script>
  209. $(document).ready(function(){
  210. $('.photo-slideshow').pxuPhotoset({
  211. lightbox: true,
  212. rounded: false,
  213. gutter: '1px',
  214. borderRadius: '0px',
  215. photoset: '.photo-slideshow',
  216. photoWrap: '.photo-data',
  217. photo: '.pxu-photo'
  218. });
  219. });
  220. </script>
  221.  
  222. <!-- Responsive Tumblr Videos Script -->
  223.  
  224. <script src="//cdn.jsdelivr.net/gh/robinpx/tumblr@master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
  225.  
  226. <script>
  227. $(document).ready(function() {
  228. flexibleFrames($(".video"));  
  229. });
  230. </script>
  231.  
  232. <style type="text/css">
  233.  
  234. .tmblr-iframe--app-cta-button {
  235. display: none!important;
  236. }
  237.  
  238. iframe.tmblr-iframe {
  239. right: 260px;
  240. top: -2.5px!important;
  241. }
  242.  
  243. ::-webkit-scrollbar-thumb:vertical {
  244. background: {color:Scrollbar};
  245. }
  246.  
  247. ::-webkit-scrollbar {
  248. width: 1px;
  249. }
  250.  
  251. ::selection {
  252. background: {color:Main Color};
  253. color: white;
  254. }
  255.  
  256. ::-moz-selection {
  257. background: {color:Main Color};
  258. color: white;
  259. }
  260.  
  261. #s-m-t-tooltip {
  262. background: {color:Tooltip Background};
  263. border-radius: 5px;
  264. color: {color:Tooltip Color};
  265. font-size: {select:Uppercase Font Size};;
  266. margin-top: 30px;
  267. padding: 5px;
  268. text-align: center;
  269. text-transform: uppercase;
  270. z-index: 999999999999999999999999999999999999;
  271. }
  272.  
  273. body {
  274. background: {color:Background};
  275. color: {color:Text};
  276. cursor: url(https://i.imgur.com/lhPqll6.png), progress;
  277. font-family: '{select:Body Font}', sans-serif;
  278. font-size: {select:Body Font Size};
  279. font-style: normal;
  280. font-weight: 400;
  281. hyphens: auto;
  282. letter-spacing: 1px;
  283. margin: 0px;
  284. text-align: left;
  285. text-transform: none;
  286. word-wrap: break-word;
  287. }
  288.  
  289. a {
  290. color: {color:Link};
  291. text-decoration: none;
  292. -webkit-transition: all 0.5s ease;
  293. -moz-transition: all 0.5s ease;
  294. -o-transition: all 0.5s ease;
  295. }
  296.  
  297. a:hover {
  298. color: {color:Link Hover};
  299. }
  300.  
  301. b {
  302. font-weight: 700;
  303. }
  304.  
  305. h1 {
  306. font-size: 1.2rem;
  307. font-weight: bold;
  308. margin-block-start: 0em;
  309. text-transform: lowercase;
  310. }
  311.  
  312. h2 {
  313. font-size: 1rem;
  314. font-weight: bold;
  315. margin-block-start: 0em;
  316. }
  317.  
  318. blockquote {
  319. border-left: 1px solid {color:Border};
  320. margin: 5px;
  321. padding-left: 5px;
  322. }
  323.  
  324. blockquote img {
  325. height: auto;
  326. max-width: 100%;
  327. }
  328.  
  329. blockquote blockquote {
  330. border-left: 1px solid {color:Border};
  331. padding-left: 5px;
  332. }
  333.  
  334. pre {
  335. background: #f8f8f8;
  336. border-radius: 5px;
  337. padding: 10px;
  338. word-wrap: break-all;
  339. white-space: pre-wrap;
  340. }
  341.  
  342. #header {
  343. background: {color:Sidebar Background};
  344. border-bottom: 1px solid {color:Border};
  345. display: block;
  346. height: 50px;
  347. position: fixed;
  348. width: 100%;
  349. }
  350.  
  351. .tabs-icons-wrapper {
  352. display: inline-block;
  353. height: 15px;
  354. margin-left: 20px;
  355. margin-top: 17.5px;
  356. position: absolute;
  357. width: 55px;
  358. }
  359.  
  360. .name {
  361. border-left: 1px solid {color:Main Color};
  362. display: inline-block;
  363. font-size: {select:Uppercase Font Size};;
  364. margin-left: 91.5px;
  365. margin-top: calc((50px - {select:Uppercase Font Size}) / 2);
  366. padding-left: 16.5px;
  367. position: absolute;
  368. text-transform: uppercase;
  369. width: 571px;
  370. }
  371.  
  372. .search-wrapper {
  373. align-items: center;
  374. background: {color:Quote Icon Color};
  375. display: flex;
  376. margin-top: 8px;
  377. position: absolute;
  378. right: 20px;
  379. text-transform: uppercase;
  380. width: 230px;
  381. }
  382.  
  383. .search  {
  384. border: none;
  385. display: flex;
  386. margin-bottom: 0px;
  387. padding: 0px;
  388. position: relative;
  389. width: calc(100% - 52.8px);
  390. }
  391.  
  392. .query {
  393. background: none;
  394. border: none;
  395. color: {color:Text};
  396. font-family: '{select:Body Font}', sans-serif;
  397. font-size: {select:Uppercase Font Size};
  398. letter-spacing: 1px;
  399. padding: 0px;
  400. text-align: left;
  401. text-transform: uppercase;
  402. outline: 0;
  403. width: 100%;
  404. }
  405.  
  406. #sidebar-image {
  407. background-image: url("{image:Sidebar Image}");
  408. background-position: center;
  409. background-repeat: no-repeat;
  410. background-size: cover;
  411. border-bottom: 1px solid {color:Border};
  412. height: calc(100% - 51px);
  413. position: fixed;
  414. top: 51px;
  415. width: 200px;
  416. }
  417.  
  418. #main-links {
  419. bottom: 20px;
  420. position: fixed;
  421. text-align: center;
  422. width: 200px;
  423. z-index: 1;
  424. }
  425.  
  426. #main-links a {
  427. display: inline-block;
  428. }
  429.  
  430. #user-information {
  431. background: {color:Sidebar Background};
  432. height: calc(100% - 51px);
  433. position: fixed;
  434. right: 0px;
  435. top: 51px;
  436. width: 270px;
  437. }
  438.  
  439. .itd-wrapper {
  440. margin-left: 20px;
  441. margin-top: 20px;
  442. width: 230px;
  443. }
  444.  
  445. .image {
  446. height: 175px;
  447. width: 230px;
  448. }
  449.  
  450. .image img {
  451. height: 175px;
  452. width: 230px;
  453. }
  454.  
  455. .title {
  456. background: {color:Main Color};
  457. color: {color:Quote Icon Color};
  458. font-size: {select:Uppercase Font Size};
  459. font-weight: bold;
  460. padding: 10px;
  461. text-transform: uppercase;
  462. }
  463.  
  464. .description {
  465. background: {color:Quote Icon Color};
  466. font-size: {select:Uppercase Font Size};
  467. overflow-y: scroll;
  468. padding: 10px;
  469. text-transform: uppercase;
  470. }
  471.  
  472. .minor-links {
  473. bottom: 20px;
  474. margin-left: -20px;
  475. position: absolute;
  476. text-align: center;
  477. width: 270px;
  478. }
  479.  
  480. .minor-links a {
  481. display: inline-block;
  482. }
  483.  
  484. .minor-links i {
  485. margin-left: 5px;
  486. margin-right: 5px;
  487. }
  488.  
  489. #posts-wrapper {
  490. background: {color:Asker Background};
  491. height: calc(100% - 91px);
  492. margin-left: 200px;
  493. overflow-y: scroll;
  494. padding: 20px;
  495. position: fixed;
  496. top: 51px;
  497. width: calc(100% - 510px);
  498. }
  499.  
  500. #posts {
  501. margin-left: auto;
  502. margin-right: auto;
  503. width: 440px;
  504. }
  505.  
  506. .entries {
  507. background: {color:Post Background};
  508. margin-bottom: 50px;
  509. padding: 20px;
  510. width: 400px;
  511. }
  512.  
  513. .entries img {
  514. height: auto;
  515. max-width: 100%;
  516. }
  517.  
  518. .npf_row img {
  519. width: 100%;
  520. }
  521.  
  522. .tmblr-full {
  523. margin-bottom: 10px;
  524. }
  525.  
  526. .npf_inst {
  527. margin-bottom: 20px;
  528. }
  529.  
  530. .npf-wrapper {
  531. margin: 0px;
  532. }
  533.  
  534. .npf-wrapper .tmblr-full {
  535. display: flex;
  536. }
  537.  
  538. .text-wrapper {
  539. margin: 0px;
  540. }
  541.  
  542. .read_more {
  543. background: {color:Main Color};
  544. border: 1px solid {color:Border};
  545. border-radius: 5px;
  546. color: white;
  547. display: inline-block;
  548. font-size: {select:Uppercase Font Size};
  549. padding: 10px;
  550. text-align: center;
  551. text-transform: uppercase;
  552. width: calc(100% - 22px);
  553. }
  554.  
  555. .read_more:hover {
  556. background: white;
  557. color: {color:Main Color};
  558. }
  559.  
  560. .vignette, #vignette {
  561. opacity: 0;
  562. }
  563.  
  564. .lightbox-image, #tumblr_lightbox img {
  565. border-radius: 0!important;
  566. box-shadow: none!important;
  567. max-width: none;
  568. }
  569.  
  570. .tmblr-lightbox, #tumblr_lightbox {
  571. background-attachment: fixed;
  572. background-image: url('https://i.imgur.com/7wF2zbK.png');
  573. background-repeat: repeat;
  574. }
  575.  
  576. .lightbox-caption, #tumblr_lightbox_caption {
  577. visibility: hidden;
  578. }
  579.  
  580. .text p {
  581. margin-top: 0px;
  582. }
  583.  
  584. .caption {
  585. margin-top: 20px;
  586. }
  587.  
  588. .caption p {
  589. margin-top: 0px;
  590. }
  591.  
  592. blockquote.tumblr_parent {
  593. border: none;
  594. border-bottom: 1px solid {color:Border};
  595. margin: 0px;
  596. margin-bottom: 20px;
  597. padding: 0px;
  598. }
  599.  
  600. blockquote.tumblr_parent:last-child {
  601. border-bottom: 0px;
  602. }
  603.  
  604. blockquote.user-reblog {
  605. border: none;
  606. margin: 0px;
  607. padding: 0px;
  608. }
  609.  
  610. .tumblr_avatar {
  611. border-radius: 100px;
  612. height: 30px;
  613. margin-bottom: 20px;
  614. width: 30px;
  615. }
  616.  
  617. .tumblr_avatar img {
  618. height: 30px;
  619. width: 30px;
  620. }
  621.  
  622. .user-image img {
  623. height: 30px;
  624. width: 30px;
  625. }
  626.  
  627. a.tumblr_blog {
  628. font-size: {select:Body Font Size};
  629. font-weight: bold;
  630. margin-top: calc((30px - {select:Body Font Size}) / 4);
  631. display: inline-block;
  632. position: absolute;
  633. margin-left: 10px;
  634. text-align: center;
  635. text-transform: lowercase;
  636. }
  637.  
  638. .ask-wrapper {
  639. width: 100%;
  640. }
  641.  
  642. .asker {
  643. background: {color:Asker Background};
  644. border: 1px solid {color:Border};
  645. padding: 20px;
  646. }
  647.  
  648. .asker-url {
  649. font-size: {select:Uppercase Font Size};
  650. text-align: center;
  651. text-transform: uppercase;
  652. }
  653.  
  654. .asker-url a {
  655. border: none;
  656. background: none;
  657. padding: 0px;
  658. }
  659.  
  660. .question {
  661. background: {color:Question Background};
  662. border: 1px solid {color:Border};
  663. border-top: none;
  664. padding: 20px;
  665. text-align: center;
  666. }
  667.  
  668. .quote {
  669. background: {color:Asker Background};
  670. font-size: {select:Uppercase Font Size};
  671. padding: 10px;
  672. text-transform: uppercase;
  673. }
  674.  
  675. .quote-icon {
  676. background: {color:Main Color};
  677. display: inline-block;
  678. color: {color:Quote Icon Color};
  679. margin: -10px;
  680. padding: 10px;
  681. }
  682.  
  683. .quote-wrapper {
  684. margin-top: 20px;
  685. width: 100%;
  686. }
  687.  
  688. .quote a.tumblr_blog {
  689. font-size: {select:Uppercase Font Size};
  690. font-weight: normal;
  691. margin-top: 0px;
  692. margin-left: 0px;
  693. display: inline-block;
  694. position: relative;
  695. text-align: center;
  696. text-transform: uppercase;
  697. }
  698.  
  699. .website {
  700. background: {color:Main Color};
  701. color: {color:Quote Icon Color};
  702. font-size: {select:Uppercase Font Size};
  703. padding: 10px;
  704. text-transform: uppercase;
  705. }
  706.  
  707. .website a {
  708. color: {color:Quote Icon Color};
  709. }
  710.  
  711. .website a:hover {
  712. color: {color:Link Hover};
  713. }
  714.  
  715. .chat {
  716. font-size: {select:Uppercase Font Size};
  717. text-transform: uppercase;
  718. }
  719.  
  720. .chat li {
  721. list-style-type: none;
  722. }
  723.  
  724. .chat li:nth-child(odd) {
  725. background: {color:Main Color};
  726. color: {color:Quote Icon Color};
  727. padding: 10px;
  728. }
  729.  
  730. .chat li:nth-child(even) {
  731. background: {color:Asker Background};
  732. color: {color:Main Color};
  733. padding: 10px;
  734. }
  735.  
  736. .audio iframe {
  737. height: 85px;
  738. width: 100%;
  739. }
  740.  
  741. /** spotify fix by glenthemes **/
  742.  
  743. iframe[src*='open.spotify.com'][src*='track'], figure[data-npf*='open.spotify.com'][data-npf*='track']{
  744. height: 85px!important;
  745. margin-bottom: 0px;
  746. }
  747.  
  748. figure {
  749. display: flex;
  750. width: 100%;
  751. }
  752.  
  753. figcaption.npf-audio-wrapper {
  754. width: 100%;
  755. }
  756.  
  757. .npf-audio-wrapper {
  758. --NPF-Audio-Buttons-Size: 1.4rem;
  759. --NPF-Audio-Buttons-Color: #555555;
  760. --NPF-Audio-Buttons-Spacing: 1.3rem;
  761. --NPF-Audio-Image-Size: 85px;
  762. --NPF-Audio-Image-Spacing: 0px;
  763. }
  764.  
  765. span.npf-audio-title {
  766. font-weight: bold;
  767. }
  768.  
  769. .npf-audio-background {
  770. background-color: #f2f2f2;
  771. padding: 1.5rem;
  772. }
  773.  
  774. video {
  775. height: auto;
  776. width: 100%;
  777. }
  778.  
  779. .source {
  780. background: {color:Asker Background};
  781. border-radius: 5px;
  782. display: inline-block;
  783. font-size: {select:Uppercase Font Size};
  784. margin-top: 10px;
  785. padding: 5px;
  786. text-transform: uppercase;
  787. }
  788.  
  789. .notes-wrapper {
  790. border-bottom: 1px solid {color:Border};
  791. font-size: {select:Uppercase Font Size};
  792. font-weight: bold;
  793. margin: -20px;
  794. margin-bottom: 20px;
  795. padding: 20px;
  796. text-transform: uppercase;
  797. }
  798.  
  799. .entries-information {
  800. border-top: 1px solid {color:Border};
  801. font-size: {select:Uppercase Font Size};
  802. margin-top: 20px;
  803. padding-top: 20px;
  804. text-transform: uppercase;
  805. }
  806.  
  807. .like-b {
  808. display: inline-block;
  809. margin-right: 0px;
  810. position: relative;
  811. }
  812.  
  813. .like-b .like_button iframe {
  814. bottom: 0px;
  815. left: 0px;
  816. opacity: 0;
  817. position: absolute;
  818. right: 0px;
  819. top: 0px;
  820. }
  821.  
  822. .like-b .liked + .b {
  823. color: {color:Like};
  824. }
  825.  
  826. .like-b .liked + .b:after {
  827. content: 'd';
  828. }
  829.  
  830. .tags-title a {
  831. color: {color:Link};
  832. margin-top: 20px;
  833. margin-left: auto;
  834. margin-right: auto;
  835. margin-top: 20px;
  836. text-align: center;
  837. width: 70px;
  838. -webkit-transition: all 0.5s ease;
  839. -moz-transition: all 0.5s ease;
  840. -o-transition: all 0.5s ease;
  841. }
  842.  
  843. .tags-title:hover {
  844. color: {color:Link Hover};
  845. }
  846.  
  847. .tags {
  848. margin-top: 5px;
  849. }
  850.  
  851. .tags-alternate {
  852. margin-top: 5px;
  853. }
  854.  
  855. ol.notes {
  856. font-size: {select:Uppercase Font Size};
  857. margin: -10px;
  858. margin-top: 20px;
  859. padding: 0px;
  860. text-align: left;
  861. text-transform: uppercase;
  862. }
  863.  
  864. ol.notes li {
  865. list-style-type: none;
  866. margin: 10px;
  867. }
  868.  
  869. ol.notes li.note img.avatar {
  870. border-radius: 100px;
  871. vertical-align: -4px;
  872. height: 16px;
  873. margin-right: 10px;
  874. width: 16px;
  875. }
  876.  
  877. .more_notes_link {
  878. background: {color:Main Color};
  879. border-radius: 5px;
  880. color: white;
  881. display: inline-block;
  882. padding: 5px 10px 5px 10px;
  883. text-align: center;
  884. }
  885.  
  886. .pagination {
  887. font-size: {select:Uppercase Font Size};
  888. text-transform: uppercase;
  889. }
  890.  
  891. {CustomCSS}
  892.    
  893. </style>
  894.    
  895. </head>
  896.  
  897. <body>
  898.  
  899. <div id="header">
  900.  
  901. <div class="tabs-icons-wrapper">
  902. <div style="background: #e58a9e;border-radius: 100%;display: inline-block;height: 15px;position: absolute;width:15px;"></div>
  903. <div style="background: #ffc781;border-radius: 100%;display: inline-block;height: 15px;margin-left: 20px;position: absolute;width:15px;"></div>
  904. <div style="background: #a1dbb2;border-radius: 100%;display: inline-block;height: 15px;margin-left: 40px;position: absolute;width:15px;"></div>
  905. </div>
  906.  
  907. <div class="name">{Name}</div>
  908.  
  909. <div class="search-wrapper">
  910. <i class="fas fa-search" style="background: {color:Main Color};color: {color:Quote Icon Color};font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>
  911. <form class="search" action="javascript:return false">
  912. <input type="text" class="query" placeholder="Search This Blog">
  913. </form>
  914. </div>
  915.    
  916. </div>
  917.  
  918. <div id="main-links">
  919. <a href="/" title="Home"><i class="far fa-arrow-alt-circle-left" style="background: {color:Quote Icon Color};border-radius: 100px;color: {color:Text};font-size: 0.9rem;margin-left: 5px;margin-right: 5px;padding: 10px;width: 0.9rem;"></i></a>
  920. {block:AskEnabled}<a href="/ask" title="Ask"><i class="far fa-envelope" style="background: {color:Quote Icon Color};border-radius: 100px;color: {color:Text};font-size: 0.9rem;margin-left: 5px;margin-right: 5px;padding: 10px;width: 0.9rem;"></i>{/block:AskEnabled}
  921. {block:SubmissionsEnabled}{block:IfSubmitLink}<a href="/submit" title="Submit"><i class="fas fa-file-import" style="background: {color:Quote Icon Color};border-radius: 100px;color: {color:Text};font-size: 0.9rem;margin-left: 5px;margin-right: 5px;padding: 10px;width: 0.9rem;"></i></a>{/block:IfSubmitLink}{/block:SubmissionsEnabled}
  922. <a href="/archive" title="Archive"><i class="far fa-calendar-plus" style="background: {color:Quote Icon Color};border-radius: 100px;color: {color:Text};font-size: 0.9rem;margin-left: 5px;margin-right: 5px;padding: 10px;width: 0.9rem;"></i></a>
  923. </div>
  924.  
  925. <div id="sidebar-image"></div>
  926.  
  927. <div id="user-information">
  928.  
  929. <div class="itd-wrapper">
  930.  
  931. <div class="image"><img src="{image:Image}"/></div>
  932.  
  933. <div class="title">{text:Title}</div>
  934.  
  935. {block:Description}<div class="description">{Description}</div>{/block:Description}
  936.  
  937. <div class="minor-links">
  938. {block:ifLink1URL}<a href="{text:Link 1 URL}" title="{text:Link 1 Name}"><i class="fa-solid fa-wand-magic-sparkles"style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></a>{/block:ifLink1URL}
  939. {block:ifLink2URL}<a href="{text:Link 2 URL}" title="{text:Link 2 Name}"><i class="fa-solid fa-cookie-bite"style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></a>{/block:ifLink2URL}
  940. {block:ifLink3URL}<a href="{text:Link 3 URL}" title="{text:Link 3 Name}"><i class="fa-solid fa-dove"style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></a>{/block:ifLink3URL}
  941. {block:ifLink4URL}<a href="{text:Link 4 URL}" title="{text:Link 4 Name}"><i class="fa-regular fa-heart"style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></a>{/block:ifLink4URL}
  942. {block:ifLink5URL}<a href="{text:Link 5 URL}" title="{text:Link 5 Name}"><i class="fa-solid fa-fan"style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></a>{/block:ifLink5URL}
  943. </div>
  944.  
  945. </div>
  946.  
  947. </div>
  948.  
  949. <div id="posts-wrapper">
  950.  
  951. <div id="posts">
  952.  
  953. {block:Posts}
  954.  
  955. <div class="entries" id="{PostID}" post-type="{PostType}">
  956.  
  957. {block:NoteCount}<div class="notes-wrapper"><i class="far fa-chart-bar" style="background: {color:Main Color};border-radius: 100px;color: {color:Post Background};font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:NoteCount}</div>{/block:NoteCount}
  958.  
  959. {block:Text}
  960. {block:NotReblog}
  961. <div class="npf-wrapper">
  962. {block:Title}
  963. <h1>{Title}</h1>
  964. {/block:Title}
  965. {Body}
  966. </div>
  967. {/block:NotReblog}
  968. {block:RebloggedFrom}
  969. <div class="text-wrapper">
  970. {block:Title}
  971. <h1>{Title}</h1>
  972. {/block:Title}
  973. <div class="text">
  974. {Body}
  975. </div>
  976. </div>
  977. {/block:RebloggedFrom}
  978. {/block:Text}
  979.  
  980. {block:Answer}
  981. <div class="ask-wrapper">
  982. <div class="asker">
  983. <div class="asker-url">
  984. <i class="far fa-question-circle" style="background: {color:Main Color};border-radius: 100px;color: {color:Post Background};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i>
  985. <br><br>
  986. A Message From <a href="{AskerURL}">{Asker}</a>
  987. </div>
  988. </div>
  989. <div class="question">
  990. {Question}
  991. </div>
  992. </div>
  993. <div class="caption">
  994. {Answer}
  995. </div>
  996. {/block:Answer}
  997.  
  998. {block:Quote}
  999. <div class="quote">
  1000. <div class="quote-icon"><i class="fas fa-quote-left"></i></div>
  1001. <div class="quote-wrapper">
  1002. "{Quote}</i>" {block:Source}{Source}{/block:Source}
  1003. </div>
  1004. </div>
  1005. {/block:Quote}
  1006.  
  1007. {block:Link}
  1008. {block:Thumbnail}
  1009. <img src="{Thumbnail}" style="margin-bottom: 10px;"/>
  1010. {/block:Thumbnail}
  1011. <div class="website"><i class="fas fa-external-link-alt" style="margin-right: 10px;"></i><a href="{URL}" target="_blank">{Name}{block:Excerpt}<br><br>{Excerpt}{/block:Excerpt}
  1012. </a></div>
  1013. {block:Description}
  1014. <div class="caption">
  1015. {Description}
  1016. </div>
  1017. {/block:Description}
  1018. {/block:Link}
  1019.  
  1020. {block:Chat}
  1021. <div class="chat">
  1022. {block:Title}
  1023. <h1>{Title}</h1>
  1024. {/block:Title}
  1025. {block:Lines}
  1026. <li>{block:Label}{Label}{/block:Label}
  1027. {Line}
  1028. </li>
  1029. {/block:Lines}
  1030. </div>
  1031. {/block:Chat}
  1032.  
  1033. {block:Audio}
  1034. <div class="audio">
  1035. {AudioEmbed}
  1036. </div>
  1037. {block:Caption}
  1038. <div class="caption">{Caption}</div>
  1039. {/block:Caption}
  1040. {/block:Audio}
  1041.  
  1042. {block:Photo}
  1043. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-HighRes}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>
  1044. {block:Caption}
  1045. <div class="text-wrapper">
  1046. <div class="caption">{Caption}</div>
  1047. </div>
  1048. {/block:Caption}
  1049. {/block:Photo}
  1050.  
  1051. {block:Photoset}
  1052. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  1053. {block:Caption}
  1054. <div class="text-wrapper">
  1055. <div class="caption">{Caption}</div>
  1056. </div>
  1057. {/block:Caption}
  1058. {/block:Photoset}
  1059.  
  1060. {block:Video}
  1061. <div class="video">
  1062. {Video-500}
  1063. </div>
  1064. {block:Caption}
  1065. <div class="caption">{Caption}</div>
  1066. {/block:Caption}
  1067. {/block:Video}
  1068.  
  1069. {block:ContentSource}
  1070. <div class="source">
  1071. <i class="fas fa-paper-plane" style="color: {color:Main Color};margin-right: 5px;"></i><a href="{SourceURL}" title="{SourceTitle}">Source</a>
  1072. </div>
  1073. {/block:ContentSource}
  1074.  
  1075. {block:Date}
  1076. <div class="entries-information">
  1077. {block:PinnedPostLabel}
  1078. <font style="color: {color:Pin};"><i class="fas fa-thumbtack" style="margin-right: 5px;"></i>{PinnedPostLabel}</font>
  1079. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1080. {/block:PinnedPostLabel}
  1081. <a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year}</a>
  1082. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1083. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / {/block:RebloggedFrom}  
  1084. {block:ContentSource}{block:RebloggedFrom} <a href="{ReblogRootURL}">Source</a> / {/block:RebloggedFrom}{/block:ContentSource}
  1085. <a class="like-b" href="#">{LikeButton}<div class="b">Like</div></a> Or <a href="{ReblogURL}" target="_blank">Reblog</a>
  1086. {block:IfHideTags}
  1087. {block:HasTags}
  1088. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1089. <a class="tags-title">Show Tags</a>
  1090. <div class="tags">
  1091. {block:Tags}
  1092. <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
  1093. {/block:Tags}
  1094. </div>
  1095. {/block:HasTags}
  1096. {/block:IfHideTags}
  1097. {block:IfShowTags}
  1098. {block:HasTags}
  1099. <div class="tags-alternate">
  1100. {block:Tags}
  1101. <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
  1102. {/block:Tags}
  1103. </div>
  1104. {/block:HasTags}
  1105. {/block:IfShowTags}
  1106. {block:PostNotes}
  1107. {PostNotes}
  1108. {/block:PostNotes}
  1109. </div>
  1110. {/block:Date}
  1111.  
  1112. </div>
  1113.  
  1114. {/block:Posts}
  1115.  
  1116. {block:Pagination}
  1117. <div class="pagination">
  1118. {CurrentPage} Out Of {TotalPages}
  1119. {block:PreviousPage}
  1120. <a href="{PreviousPage}">Previous</a>
  1121. {/block:PreviousPage}
  1122. {block:NextPage}
  1123. Or <a href="{NextPage}">Next</a>
  1124. {/block:NextPage}
  1125. <font style="float:right;">
  1126. Wildflowers By <a href="http://ghcstfaec.tumblr.com/">GHCST</a>
  1127. </font>
  1128. </div>
  1129. {/block:Pagination}
  1130.  
  1131. </div>
  1132.  
  1133. </div>
  1134.  
  1135. </body>
  1136.  
  1137. </html>
Advertisement
Add Comment
Please, Sign In to add comment