Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC>
- <!-- @NUCLEARTHEMES ON TUMBLR || PLEASE DON'T DELETE CREDIT -->
- <!--
- || CREDITS ||
- Chat speech bubbles made with Bubbly >> http://projects.verou.me/bubbly/
- Custom tooltips by Atomiks >> https://atomiks.github.io/tippyjs/
- Fonts from Google >> https://fonts.google.com/
- Placeholders from Unsplash >> https://unsplash.com/
- -->
- <html>
- <head>
- <title>{Name} / title</title> <!-- page title -->
- <link rel="shortcut icon" href="{Favicon}">
- <link href="https://fonts.googleapis.com/css?family=Sedgwick+Ave:400,400i,700,700i|Zilla+Slab:400,400i,700,700i|Josefin+Sans:400,400i,700,700i" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* ----------------------------------------------------------------------- */
- /* ---------- CUSTOM TOOLTIPS ---------- */
- .tippy-tooltip.custom-theme {
- background-color: #fc4270;
- color: #f4f4f4;
- font-family: inherit;
- text-align: center;
- }
- /* ----------------------------------------------------------------------- */
- /* ---------- CUSTOM SELECTION & SCROLLBAR ---------- */
- ::-moz-selection {background: #ffe6d9; color: #f77748;}
- ::selection {background: #ffe6d9; color: #f77748;}
- ::-webkit-scrollbar-thumb {background: #f79383;border-radius:5px;}
- ::-webkit-scrollbar {background: #f4f4f4; width: 7px;}
- * {margin:0; padding:0;}
- /* ----------------------------------------------------------------------- */
- /* ---------- BODY CSS ---------- */
- body {
- background: #f4f4f4; /* background color */
- color: #353535; /* text color */
- font-family: 'Josefin Sans'; /* font */
- font-size: 15px; /* font size */
- text-align: justify; /* text align */
- }
- #container {
- background: #ffe6d9; /* container background color */
- height: 600px;
- left: 50%;
- margin-bottom: 40px;
- overflow: hidden;
- position: absolute;
- top: 50%;
- transform: translate(-50%,-50%);
- width: 950px;
- }
- /* ----------------------------------------------------------------------- */
- /* ---------- PAGE TITLE CSS ---------- */
- h1 {
- background:
- -webkit-linear-gradient(right, #f77748, #fc4270);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- bottom: -2%;
- /* make this number smaller if the title doesn't fit! */
- left: 18%;
- /* you can even make it negative if you have to :P */
- font-family: 'Sedgwick Ave';
- font-size: 70px;
- position: fixed;
- z-index: 999;
- }
- /* ----------------------------------------------------------------------- */
- /* ---------- TEXT CSS ---------- */
- h2 { /* top title */
- color: #f79383;
- font-family: 'Zilla Slab';
- font-size: 25px;
- font-weight: normal;
- text-align: right;
- }
- h3 { /* bottom title */
- color: #f79383;
- font-family: 'Zilla Slab';
- font-size: 25px;
- font-weight: normal;
- text-align: left;
- }
- a {
- color: #ffb8a6; /* link color */
- text-decoration: none;
- }
- a:hover {
- color: #f79383; /* link hover color */
- transition: 0.4s;
- }
- b { /* bold text */
- color: #f79383;
- }
- /* ----------------------------------------------------------------------- */
- /* ---------- CONTENT CSS ---------- */
- img {
- float: left;
- height: 600px;
- width: 400px;
- }
- #upper { /* top section */
- background-color: #f4f4f4;
- border-radius: 20px;
- float: right;
- height: 160px;
- margin: 20px 20px 40px 20px;
- padding: 20px;
- position: relative;
- width: 470px;
- }
- #upper:after { /* top section speech arrow */
- border: 22px solid transparent;
- border-top-color: #f4f4f4;
- border-bottom: 0;
- border-right: 0;
- bottom: 0;
- content: '';
- height: 0;
- left: 90%;
- margin-bottom: -22px;
- margin-left: -11px;
- position: absolute;
- width: 0;
- }
- #left { /* left column */
- border-right: 1px solid #ffb8a6;
- float: left;
- height: 125px;
- line-height: 22px;
- margin-right: 10px;
- padding: 5px 15px 5px 5px;
- text-transform: uppercase;
- }
- #right { /* right column */
- float: left;
- height: 125px;
- line-height: 22px;
- margin-left: 5px;
- margin-right: 10px;
- padding: 5px 15px 5px 5px;
- text-transform: lowercase;
- }
- #lower { /* bottom section */
- background-color: #f4f4f4;
- border-radius: 20px;
- float: right;
- height: 160px;
- margin: 20px;
- padding: 20px;
- position: relative;
- width: 470px;
- }
- #lower:after { /* bottom section speech arrow */
- border: 22px solid transparent;
- border-top-color: #f4f4f4;
- border-bottom: 0;
- border-left: 0;
- bottom: 0;
- content: '';
- height: 0;
- left: 10%;
- margin-bottom: -22px;
- margin-left: -11px;
- position: absolute;
- width: 0;
- }
- #text { /* text in bottom section */
- overflow-y: auto;
- height: 120px;
- margin-top: 10px;
- padding-right: 10px;
- }
- #linkcontainer { /* invisible container around links */
- bottom: 0;
- height: 45px;
- padding: 20px;
- position: absolute;
- right: 0;
- text-align: right;
- }
- .links { /* bottom links */
- background-color: #ffb8a6;
- border-radius: 5px;
- color: #f4f4f4;
- display: inline-block;
- height: 25px;
- margin-left: 20px;
- padding: 10px;
- text-align: center;
- width: 25px;
- }
- .links:hover { /* bottom links hover */
- background-color: #f79383;
- transition: 0.4s;
- }
- /* ----------------------------------------------------------------------- */
- /* ---------- CREDIT CSS ---------- */
- #credit {
- background-color: #f4f4f4;
- border-radius: 5px;
- color: #ffb8a6;
- bottom: 0;
- display: inline;
- margin: 15px;
- padding: 10px;
- position: fixed;
- right: 0;
- }
- #credit:hover {
- background-color: #ffe6d9;
- color: #f79383;
- transition: 0.4s;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <h1>summertime</h1> <!-- main title -->
- <img src="https://i.imgur.com/9j4DpSG.png"> <!-- 400x600 -->
- <!-- start section 1 -->
- <div id="upper">
- <h2>about me</h2> <!-- section subtitle -->
- <div id="left">
- <i class="fa fa-arrow-right"></i> name
- <br>
- <i class="fa fa-arrow-right"></i> age
- <br>
- <i class="fa fa-arrow-right"></i> gender
- <br>
- <i class="fa fa-arrow-right"></i> pronouns
- <br>
- <i class="fa fa-arrow-right"></i> sexuality
- <br>
- <i class="fa fa-arrow-right"></i> zodiac
- </div>
- <div id="right">
- your name
- <br>
- your age
- <br>
- your gender
- <br>
- your pronouns
- <br>
- your sexuality
- <br>
- your zodiac
- </div>
- </div>
- <!-- end section 1 -->
- <!-- start section 2 -->
- <div id="lower">
- <h3>type anything!</h3> <!-- section subtitle -->
- <div id="text">
- Here, you can put whatever you want! It could be a before you follow section, or maybe a rule section. You can keep typing for as long as you want, because this section has automatic overflow! This is <a href="">a link</a>. <b>This is bold text</b> and <i>this is italic text</i>!
- <br><br>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. In ante metus dictum at tempor commodo ullamcorper a lacus. Nulla posuere sollicitudin aliquam ultrices sagittis orci a. Egestas congue quisque egestas diam in arcu cursus euismod quis.
- <br><br>
- Scelerisque viverra mauris in aliquam sem. Tellus molestie nunc non blandit massa enim nec. Velit laoreet id donec ultrices tincidunt arcu. Elit pellentesque habitant morbi tristique senectus et netus et malesuada. Quisque egestas diam in arcu cursus. Varius duis at consectetur lorem donec massa. Mollis nunc sed id semper risus in hendrerit.
- </div>
- </div>
- <!-- end section 2 -->
- <!-- start bottom links -->
- <div id="linkcontainer">
- <!--
- url goes in "a href", leave it on "/" for homepage
- tooltip content goes in "a title"
- icon is determined by "fa fa-[icon name]"
- -->
- <a href="/" title="home">
- <div class="links">
- <i class="fa fa-home" style="font-size:20px"></i>
- </div>
- </a>
- <a href="/" title="link 1">
- <div class="links">
- <i class="fa fa-star" style="font-size:20px"></i>
- </div>
- </a>
- <a href="/" title="link 2">
- <div class="links">
- <i class="fa fa-moon-o" style="font-size:20px"></i>
- </div>
- </a>
- <a href="/" title="link 3">
- <div class="links">
- <i class="fa fa-rocket" style="font-size:20px"></i>
- </div>
- </a>
- </div>
- <!-- end bottom links -->
- </div>
- <!-- don't edit beyond this point please! colors can be modified in <style> -->
- <a id="credit" target="blank" href="https://nuclearthemes.tumblr.com/" title="by bones"><i class="fa fa-anchor" style="font-size:15px"></i></a>
- <script src="https://unpkg.com/popper.js@1"></script>
- <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script>
- <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" />
- <script>
- tippy('a[title]', {
- theme: 'custom',
- arrow: false,
- delay: [120, 0],
- zIndex: 9999999999,
- maxWidth: 300,
- content(reference) {
- const title = reference.getAttribute('title');
- reference.removeAttribute('title');
- return title;
- },
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment