Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- © erika-writes
- -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
- <style type="text/css">
- body {
- background-color:#fff;
- font-family:avenir;
- font-size:10px;
- line-height:15px;
- letter-spacing:.5px;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- a {
- color:#000;
- -webkit-transition:0.5s ease-in-out;
- }
- a:hover {
- letter-spacing:2px;
- -webkit-transition:0.5s ease-in-out;
- }
- #container {
- background-color:#fff;
- width:700px;
- height:500px;
- margin: 0 auto;
- overflow:hidden;
- border: .5px solid #eee;
- border-radius:5px;
- padding:10px;
- margin-top:100px;
- margin-bottom:30px;
- box-shadow: 8px 8px 1px 0px #eee;
- }
- #photo img {
- width:230px;
- height:230px;
- border-radius:5px;
- float:left;
- margin-left:-10px;
- overflow:hidden;
- z-index:999999999;
- -webkit-transform: rotate(7deg);
- }
- #photo2 img {
- width:230px;
- height:230px;
- margin-left:-210px;
- margin-top:150px;
- border-radius:130px;
- z-index:99999;
- position:absolute;
- }
- #photo3 img {
- width:230px;
- height:230px;
- margin-top:270px;
- margin-left:-250px;
- float:left;
- overflow:hidden;
- z-index:999999;
- position:absolute;
- -webkit-clip-path: polygon(34% 0, 0% 100%, 100% 84%);
- clip-path: polygon(34% 0, 0% 100%, 100% 84%);
- }
- #right {
- float:right;
- margin-left:200px;
- margin-top:-220px;
- }
- #name {
- font-family:courier;
- font-size:60px;
- text-transform:lowercase;
- font-weight:bold;
- letter-spacing:-10px;
- margin-top:20px;
- margin-left:50px;
- margin-bottom:-2px;
- float:left;
- }
- hr {
- border: .5px solid #000;
- width:430px;
- margin-top:40px;
- margin-left:50px;
- float:left;
- }
- #info {
- font-family:avenir;
- font-weight:none;
- text-transform:lowercase;
- letter-spacing:.5px;
- line-height:14px;
- padding:12px;
- margin-top:-400px;
- margin-left:355px;
- float:right;
- }
- table {
- border-collapse:collapse;
- border: 0px solid #000;
- margin-top:-5px;
- }
- th, td {
- width:100px;
- font-size:10px;
- font-weight:bold;
- letter-spacing:.5px;
- line-height:20px;
- float:left;
- margin:7px;
- margin-top:-12px;
- padding:5px;
- padding-top:10px;
- text-align:right;
- border-bottom: 0px solid #000;
- }
- #stat {
- font-family:courier;
- font-size:9px;
- font-weight:normal;
- text-align:right;
- text-transform:uppercase;
- letter-spacing:3px;
- line-height:12px;
- border-bottom:1px solid white;
- }
- #twitter {
- width:280px;
- height:110px;
- margin-top:90px;
- margin-left:60px;
- box-shadow: -6px 6px 1px 0px #eee;
- border-radius:5px;
- border: .5px solid #eee;
- padding:10px;
- }
- #twitter img {
- width:30px;
- border-radius:30px;
- padding:3px;
- }
- #tweets {
- width:240px;
- height:auto;
- float:right;
- margin-top:-83px;
- margin-right:-5px;
- line-height:14px;
- }
- p {
- margin-bottom:10px;
- }
- #insta {
- width:280px;
- height:118px;
- margin-top:20px;
- margin-left:60px;
- box-shadow: -6px 6px 1px 0px #eee;
- border-radius:5px;
- border: .5px solid #eee;
- padding:10px;
- }
- #insta img {
- width:85px;
- height:85px;
- border-radius:5px;
- margin:3px;
- float:left;
- }
- #insta1 img {
- width:85px;
- height:85px;
- border-radius:5px;
- margin:3px;
- float:left;
- background: white;
- -webkit-transition:0.5s ease-in-out;
- }
- #insta1:hover img {
- opacity: 0.5;
- -webkit-transition:0.5s ease-in-out;
- }
- #heart {
- color:#bb3a3a;
- font-size:20px;
- text-align:center;
- position: absolute;
- -webkit-transition:0.5s ease-in-out;
- padding:35px;
- opacity:0;
- }
- #heart:hover {
- color:#bb3a3a;
- font-size:20px;
- text-align:center;
- position: absolute;
- -webkit-transition:0.5s ease-in-out;
- opacity:100;
- padding:35px;
- }
- #numbers1 {
- width:90px;
- font-family:courier;
- font-size:13px;
- text-align:center;
- font-weight:bold;
- letter-spacing:-1px;
- }
- #postinfo1 {
- width:90px;
- font-size:8px;
- text-align:center;
- line-height:10px;
- }
- #numbers2 {
- width:90px;
- font-family:courier;
- font-size:13px;
- text-align:center;
- font-weight:bold;
- letter-spacing:-1px;
- float:right;
- margin-right:92px;
- margin-top:-25px;
- }
- #postinfo2 {
- width:90px;
- font-size:8px;
- text-align:center;
- line-height:10px;
- float:right;
- margin-right:92px;
- margin-top:-10px;
- }
- #numbers3 {
- width:90px;
- font-family:courier;
- font-size:13px;
- text-align:center;
- font-weight:bold;
- letter-spacing:-1px;
- float:right;
- margin-right:4px;
- margin-top:-25px;
- }
- #postinfo3 {
- width:90px;
- font-size:8px;
- text-align:center;
- line-height:10px;
- float:right;
- margin-right:4px;
- margin-top:-10px;
- }
- #music {
- width:280px;
- height:60px;
- margin-top:20px;
- margin-left:60px;
- box-shadow: -6px 6px 1px 0px #eee;
- border-radius:5px;
- border: .5px solid #eee;
- padding:10px;
- }
- #music img {
- width:60px;
- border-radius:5px;
- }
- #musicinfo {
- width:200px;
- float:right;
- margin-right:5px;
- margin-top:5px;
- font-weight:bold;
- letter-spacing:2px;
- line-height:18px;
- text-align:left;
- }
- #buttons {
- background-color:white;
- font-size:25px;
- letter-spacing:15px;
- float:right;
- margin-top:-40px;
- margin-right:2px;
- opacity:100;
- -webkit-transition:0.5s ease-in-out;
- }
- #buttons:hover {
- background-color:white;
- font-size:25px;
- letter-spacing:15px;
- float:right;
- margin-top:-40px;
- margin-right:2px;
- opacity:0;
- -webkit-transition:0.5s ease-in-out;
- }
- #play {
- background-color:white;
- font-size:25px;
- letter-spacing:15px;
- float:right;
- margin-top:-40px;
- margin-right:2px;
- -webkit-transition:0.5s ease-in-out;
- opacity:100;
- }
- #play:hover {
- background-color:white;
- font-size:25px;
- letter-spacing:15px;
- float:right;
- margin-top:-40px;
- margin-right:2px;
- opacity:0;
- -webkit-transition:0.5s ease-in-out;
- }
- #nav {
- position:fixed;
- left:25px;
- top:20px;
- font-family:avenir;
- font-size:9px;
- font-weight:500;
- text-transform:lowercase;
- letter-spacing:1px;
- height:32px;
- border-left:1px solid #000;
- padding-left:15px;
- }
- #nav a {
- text-decoration:none;
- }
- #credit {
- position:fixed;
- right:25px;
- bottom:15px;
- font-family:helvetica;
- font-size:15px;
- font-weight:bold;
- letter-spacing:-1px;
- }
- #credit a {
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="nav">
- <a href="/">home</a>
- <br><a href="http://tumblr.com/dashboard">dashboard</a>
- </div>
- <div id="container">
- <!-- PHOTOS ON LEFT -->
- <div id="photo"><img src="IMAGE URL HERE"></div>
- <div id="photo2"><img src="IMAGE URL HERE"></div>
- <div id="photo3"><img src="IMAGE URL HERE"></div>
- <!-- END OF PHOTOS ON LEFT -->
- <div id="right">
- <div id="name">name.</div>
- <hr>
- <!-- TWITTER -->
- <div id="twitter">
- <img src="IMAGE URL HERE">
- <br><img src="IMAGE URL HERE">
- <br><img src="IMAGE URL HERE">
- <div id="tweets">
- <p><font style="font-weight:bold;">user</font>
- <font style="font-family:courier;color:#707070;font-weight:bold;font-style:italic;letter-spacing:-.5px;">@user</font>
- <br>tweet tweet
- <p><font style="font-weight:bold;">user</font>
- <font style="font-family:courier;color:#707070;font-weight:bold;font-style:italic;letter-spacing:-.5px;">@user</font>
- <br>tweet tweet
- <p><i class="fas fa-retweet" font style="color:#64bf55;"></i> <font style="font-weight:bold;">user</font>
- <font style="font-family:courier;color:#707070;font-weight:bold;font-style:italic;letter-spacing:-.5px;">@user</font>
- <br>tweet tweet
- </div>
- </div>
- <!-- END OF TWITTER -->
- <!-- INSTAGRAM -->
- <div id="insta">
- <div id="insta1"><img src="IMAGE URL HERE"> <div id="heart"><i class="fas fa-heart"></i></div></div>
- <img src="IMAGE URL HERE">
- <img src="IMAGE URL HERE">
- <div id="numbers1">#</div>
- <div id="postinfo1">posts</div>
- <div id="numbers2">#</div>
- <div id="postinfo2">followers</div>
- <div id="numbers3">#</div>
- <div id="postinfo3">following</div>
- </div>
- <!-- END OF INSTAGRAM -->
- <!-- MUSIC -->
- <div id="music">
- <img src="ALBUM ARTWORK HERE">
- <div id="musicinfo">
- artist
- <br>song
- <br>album
- </div>
- <div id="buttons">
- <i class="fas fa-backward"></i>
- <i class="far fa-play-circle"></i>
- <i class="fas fa-forward"></i>
- </div>
- <div id="play">
- <i class="fas fa-backward"></i>
- <i class="far fa-pause-circle"></i>
- <i class="fas fa-forward"></i>
- </div>
- </div>
- <!-- END OF MUSIC -->
- <!-- INFO -->
- <div id="info">
- <table>
- <tr><th>full name
- <div id="stat">full name</div>
- <tr><th>faceclaim
- <div id="stat">faceclaim</div>
- <tr><th>age
- <div id="stat">age</div>
- <tr><th>sexual orientation
- <div id="stat">sexual orientation</div>
- <tr><th>gender identity
- <div id="stat">gender identity</div>
- <tr><th>pronouns
- <div id="stat">pronouns</div>
- </th></tr>
- </table>
- </div></div></div>
- <!-- END OF INFO -->
- <div id="credit"><a href="http://erika-writes.tumblr.com">e.</a></div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment