themesbyext

Theme — The Heartbreak Prince

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