Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!-- Three of Cups by Franchesca (extasisthemes) -->
- <!-- Google Fonts Script -->
- <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
- <!-- Styled Tooltips Script -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title], i[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- Font Awesome Script -->
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
- <!-- Scroll To Top Script -->
- <script type="text/javascript">
- $(function() {
- $(window).scroll(function() {
- if($(this).scrollTop() != 0) {
- $('#top').fadeIn();
- }
- else {
- $('#top').fadeOut();
- }
- });
- $('#top').click(function() {
- $('body,html').animate({scrollTop:0},600);
- });
- });
- </script>
- <style type="text/css">
- .tmblr-iframe--app-cta-button {
- display: none!important;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background: #000000;
- }
- ::-webkit-scrollbar {
- width: 0px;
- }
- ::selection {
- background: #eeaa99;
- color: white;
- }
- ::-moz-selection {
- background: #eeaa99;
- color: white;
- }
- #s-m-t-tooltip {
- background: #000000;
- border-radius: 5px;
- color: #ffffff;
- font-size: 0.9rem;
- margin-top: 30px;
- padding: 5px;
- text-align: center;
- text-transform: uppercase;
- z-index: 999999999999999999999999999999999999;
- }
- body {
- background: #f8f8f8;
- color: #555555;
- cursor: url(https://i.imgur.com/lhPqll6.png), progress;
- font-family: 'Poppins', sans-serif;
- font-size: 1rem;
- font-style: normal;
- font-weight: 400;
- hyphens: auto;
- letter-spacing: 1px;
- margin: 0px;
- text-align: left;
- text-transform: none;
- word-wrap: break-word;
- }
- a {
- color: #000000;
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- color: #cfcfcf;
- }
- b {
- font-weight: 700;
- }
- h1 {
- font-size: 1.2rem;
- font-weight: bold;
- margin-block-start: 0em;
- text-transform: lowercase;
- }
- h2 {
- font-size: 1rem;
- font-weight: bold;
- margin-block-start: 0em;
- }
- blockquote {
- border-left: 1px solid #eeeeee;
- margin: 5px;
- padding-left: 5px;
- }
- #main-links {
- left: 30px;
- position: fixed;
- top: 30px;
- width: 34.39px;
- z-index: 1;
- }
- #main-links a {
- background: #eeaa99;
- border-radius: 100px;
- color: #ffffff;
- display: inline-block;
- font-size: 0.9rem;
- font-variant: normal;
- height: 0.9rem;
- line-height: 1;
- margin-bottom: 10px;
- padding: 10px;
- text-rendering: auto;
- width: 0.9rem;
- }
- #main-links a:hover {
- background: #ffffff;
- color: #cfcfcf;
- }
- #container-wrapper {
- margin-bottom: 75px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 75px;
- width: 660px;
- }
- #title {
- border-bottom: 1px solid #eeeeee;
- font-size: 1.5rem;
- font-weight: bold;
- padding-bottom: 25px;
- text-transform: lowercase;
- width: 660px;
- }
- #container {
- align-items: baseline;
- display: flex;
- margin-top: 50px;
- justify-content: space-between;
- width: 660px;
- }
- #left {
- border-radius: 5px;
- width: 200px;
- }
- .basic-info {
- font-size: 0.9rem;
- text-transform: uppercase;
- width: 200px;
- }
- .basic-info li {
- background: #ffffff;
- border-radius: 5px;
- list-style-type: none;
- margin-bottom: 10px;
- }
- .basic-info li:last-of-type {
- margin-bottom: 0px;
- }
- .likes, .dislikes {
- background: #ffffff;
- border-radius: 5px;
- font-size: 0.9rem;
- max-height: 100px;
- margin-top: 20px;
- overflow-y: scroll;
- padding: 20px;
- text-transform: uppercase;
- width: 160px;
- }
- #center {
- width: 200px;
- }
- .center-top-wrapper {
- width: 200px;
- }
- .icon {
- height: 34px;
- margin-left: 17px;
- width: 34.39px;
- }
- .main-image {
- border-radius: 5px;
- background: #ffffff;
- height: auto;
- margin-top: -17px;
- padding: 20px;
- padding-bottom: 37px;
- padding-top: 37px;
- width: 160px;
- }
- .main-image img {
- border-radius: 5px;
- display: block;
- height: auto;
- width: 160px;
- }
- .mood-icons {
- background: #eeaa99;
- border-radius: 100px;
- display: flex;
- color: #ffffff;
- font-size: 0.9rem;
- justify-content: center;
- margin-left: 80px;
- margin-top: -17px;
- padding: 10px;
- text-align: center;
- width: 100px;
- }
- .mood-icons i {
- margin-left: 5px;
- margin-right: 5px;
- }
- .quote {
- background: #ffffff;
- border-radius: 5px;
- font-style: italic;
- margin-top: 20px;
- padding: 20px;
- }
- #right {
- width: 200px;
- }
- .blogs {
- margin-top: 20px;
- }
- .blog-wrapper {
- align-items: center;
- background: #ffffff;
- border-radius: 5px;
- display: flex;
- height: 48px;
- margin-bottom: 1px;
- padding: 10px;
- width: 180px;
- }
- .blog-wrapper:last-of-type {
- margin-bottom: 0px;
- }
- .blog-image {
- height: 48px;
- width: 48px;
- }
- .blog-image img {
- border-radius: 5px;
- height: 48px;
- width: 48px;
- }
- .blog-details {
- font-size: 0.9rem;
- margin-left: 20px;
- overflow: hidden;
- text-align: left;
- text-overflow: ellipsis;
- text-transform: uppercase;
- white-space: nowrap;
- }
- .links {
- font-size: 0.9rem;
- margin: -5px;
- margin-top: 20px;
- text-transform: uppercase;
- }
- .links a {
- border-bottom: 1px solid #eeaa99;
- display: inline-block;
- margin: 5px;
- }
- #top {
- background: #eeaa99;
- border: 1px solid #eeeeee;
- border-radius: 100px;
- bottom: 66px;
- color: #ffffff;
- display: none;
- font-size: 0.9rem;
- font-variant: normal;
- height: 0.9rem;
- line-height: 1;
- padding: 10px;
- position: fixed;
- right: 20px;
- text-rendering: auto;
- width: 0.9rem;
- z-index: 1;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #top:hover {
- background: #ffffff;
- color: #cfcfcf;
- }
- #credit {
- bottom: 20px;
- font-size: 0.9rem;
- height: 36px;
- position: fixed;
- right: 20px;
- text-transform: uppercase;
- z-index: 1;
- width: auto;
- }
- #credit a {
- background: #eeaa99;
- border: 1px solid #eeeeee;
- border-radius: 100px;
- color: #ffffff;
- display: inline-block;
- font-size: 0.9rem;
- font-variant: normal;
- height: 0.9rem;
- line-height: 1;
- padding: 10px;
- width: 0.9rem;
- }
- #credit a:hover {
- background: #ffffff;
- color: #cfcfcf;
- }
- #credit:hover .credit-name {
- right: 20px;
- opacity: 1;
- }
- .credit-name {
- background: #333333;
- border: 1px solid #eeeeee;
- border-radius: 100px;
- bottom: 20px;
- color: #ffffff;
- display: inline-block;
- font-size: 0.9rem;
- font-variant: normal;
- height: 0.9rem;
- line-height: 1;
- opacity: 0;
- padding: 10px;
- padding-right: 46.8px;
- position: fixed;
- right: -20px;
- text-align: center;
- z-index: -1;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="main-links">
- <a href="/" title="Home"><i class="far fa-arrow-alt-circle-left"></i></a>
- <a href="/ask" title="Ask"><i class="far fa-envelope"></i></a>
- <a href="/archive" title="Archive"><i class="far fa-calendar-plus"></i></a>
- </div>
- <div id="container-wrapper">
- <div id="title">Three Of Cups</div>
- <div id="container">
- <!-- Start of Left Content -->
- <div id="left">
- <!-- Start of Basic Info -->
- <div class="basic-info">
- <li><i class="fas fa-signature" style="background: #000000;border-bottom-left-radius: 5px;border-top-left-radius: 5px;color: #ffffff;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>Name</li>
- <li><i class="fas fa-birthday-cake" style="background: #000000;border-bottom-left-radius: 5px;border-top-left-radius: 5px;color: #ffffff;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>Age<li><i class="fas fa-question" style="background: #000000;border-bottom-left-radius: 5px;border-top-left-radius: 5px;color: #ffffff;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>Pronouns</li></li>
- <li><i class="fas fa-map-marker-alt" style="background: #000000;border-bottom-left-radius: 5px;border-top-left-radius: 5px;color: #ffffff;font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>Location</li>
- </div>
- <!-- End of Basic Info -->
- <!-- Start of Likes -->
- <div class="likes">
- <i class="far fa-smile-beam" style="background: #000000;border-radius: 100px;color: #ffffff;font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i>
- <br><br>
- Your likes. Tell your visitors things that makes you happy.
- </div>
- <!-- End of Likes -->
- <!-- Start of Dislikes -->
- <div class="dislikes">
- <i class="far fa-angry" style="background: #000000;border-radius: 100px;color: #ffffff;font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i>
- <br><br>
- Your dislikes. What makes you nope out and gives you hives?
- </div>
- <!-- End of Dislikes -->
- </div>
- <!-- End of Left Content -->
- <!-- Start of Center Content -->
- <div id="center">
- <!-- Start of Icon, Image and Mood Icons -->
- <div class="center-top-wrapper">
- <div class="icon"><i class="far fa-smile-wink" style="background: #000000;border-radius: 100px;color: #ffffff;font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></div>
- <div class="main-image"><img src="https://i.imgur.com/XFKiYYI.png"/></div>
- <!-- Start of Mood Icons / Up to three icons only. -->
- <div class="mood-icons">
- <i class="fas fa-mug-hot" title="Trivia About Yourself"></i>
- <i class="fas fa-ice-cream" title="Trivia About Yourself"></i>
- <i class="fas fa-cloud-moon" title="Trivia About Yourself"></i>
- </div>
- <!-- End of Mood Icons -->
- </div>
- <!-- End of Icon, Image and Mood Icons -->
- <div class="quote">
- <i class="fas fa-quote-left" style="background: #000000;border-radius: 100px;color: #ffffff;font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i>
- <br><br>
- The path we walked on is colorful.
- </div>
- </div>
- <!-- End of Center Content -->
- <!-- Start of Right Content -->
- <div id="right">
- <div class="icon" style="margin-left: 0px;"><i class="far fa-edit" style="background: #000000;border-radius: 100px;color: #ffffff;font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></div>
- <div class="blogs">
- <!-- Start of Blog -->
- <div class="blog-wrapper">
- <div class="blog-image"><img src="https://i.imgur.com/edf3GyU.png"/></div>
- <div class="blog-details">
- <a href="/">Sample Blog URL</a>
- <br>
- <a href="/">Sample Blog Title</a>
- </div>
- </div>
- <!-- End of Blog -->
- <!-- Start of Blog -->
- <div class="blog-wrapper">
- <div class="blog-image"><img src="https://i.imgur.com/RNTzuQL.png"/></div>
- <div class="blog-details">
- <a href="/">Sample Blog URL</a>
- <br>
- <a href="/">Sample Blog Title</a>
- </div>
- </div>
- <!-- End of Blog -->
- <!-- Start of Blog -->
- <div class="blog-wrapper">
- <div class="blog-image"><img src="https://i.imgur.com/kPYEUie.png"/></div>
- <div class="blog-details">
- <a href="/">Sample Blog URL</a>
- <br>
- <a href="/">Sample Blog Title</a>
- </div>
- </div>
- <!-- End of Blog -->
- <!-- Start of Blog -->
- <div class="blog-wrapper">
- <div class="blog-image"><img src="https://i.imgur.com/3zo8kqG.png"/></div>
- <div class="blog-details">
- <a href="/">Sample Blog URL</a>
- <br>
- <a href="/">Sample Blog Title</a>
- </div>
- </div>
- <!-- End of Blog -->
- <!-- Start of Blog -->
- <div class="blog-wrapper">
- <div class="blog-image"><img src="https://i.imgur.com/Ox9TeID.png"/></div>
- <div class="blog-details">
- <a href="/">Sample Blog URL</a>
- <br>
- <a href="/">Sample Blog Title</a>
- </div>
- </div>
- <!-- End of Blog -->
- </div>
- <div class="links">
- <a href="/">Link One</a>
- <a href="/">Link Two</a>
- <a href="/">Link Three</a>
- <a href="/">Link Four</a>
- <a href="/">Link Five</a>
- </div>
- </div>
- <!-- End of Right Content -->
- </div>
- </div>
- <div id="top"><i class="fas fa-arrow-circle-up"></i></div>
- <!-- Start of Theme Credit -->
- <div id="credit"><a href="https://extasisthemes.tumblr.com/"><i class="fas fa-feather-alt"></i></a><div class="credit-name">EXT</div></div>
- <!-- End of Theme Credit -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment