themesbyces

Theme — Eclipse

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