themesbyces

Theme — Viper

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