themesbyces

(Responsive) Theme — Wine

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