Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- COAL COAST
- ----------
- a page theme by anna
- RULES:
- - don't steal
- - don't remove credit
- - u can modify for personal use but no redistribution w/o asking pls
- - all code is technically protected by copyright so u take this and i'll come @ u with the power of the law on my side.
- - creative commons attribution-noncommercial-sharealike ft. u gotta ask before redistributing if anyone was curious
- CREDIT:
- - not my images. script font hosted by @dohertys. background from @honeylcve's backgrounds page. inspired by @minseokwrites' character psd 013
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Pragati+Narrow" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
- <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
- <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&subset=latin-ext" rel="stylesheet">
- <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]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style>
- ::-webkit-scrollbar {
- display:none;
- }
- body{
- font-family:roboto;
- font-size:14px;
- background:#d60b5c;
- background-image:url(''); /*if you want a background.*/
- background-size:cover;
- }
- #container{
- width:440px;
- height:550px;
- background:#fff;
- overflow-y:scroll;
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- margin:auto;
- overflow-x:hidden;
- }
- .bigimg{
- width:440px;
- height:550px;
- overflow:hidden;
- background:url('https://cdn.discordapp.com/attachments/376215349718155267/579668170089037824/2463ad3270c65ffa1827183fbdcefbc7.png'); /*big image at the top. don't need to change image's size/shape just adjust background-size as necessary and make sure the image was larger than 440x550 to start with*/
- background-size:440px;
- position:absolute;
- top:0;
- left:0;
- }
- @font-face { font-family: paduka; src: url('https://dl.dropboxusercontent.com/s/17sjbqt7xfnor93/Paduka%20Script%20free.ttf') ; }
- .bigimg h1{
- font-family:paduka;
- font-size:150px;
- text-decoration:none;
- font-weight:normal;
- width:340px;
- height:340px;
- position:absolute;
- left:50px;
- top:70px;
- text-align:center;
- color:#fff; /* colour of title */
- text-shadow:2px 2px #000; /* shadow colour */
- }
- .bigimg h2{
- font-family:roboto;
- font-size:12px;
- letter-spacing:2px;
- text-decoration:none;
- font-weight:400;
- width:170px;
- text-align:center;
- height:30px;
- position:absolute;
- top:300px;
- left:135px;
- color:#fff; /* colour of subtitle */
- text-transform:uppercase;
- text-shadow:2px 2px #000; /* shadow colour */
- }
- .yoink{
- width:140px;
- height:140px;
- border-radius:140px;
- overflow:hidden;
- background:url('https://media.giphy.com/media/5R2TCZK5cjQh7r18j3/giphy.gif'); /* icon. should be square but it's not the end of the world if it isn't. */
- background-size:140px;
- position:absolute;
- top:570px;
- left:150px;
- margin-bottom:40px;
- }
- .yoinkleft{
- width:120px;
- height:140px;
- padding-left:20px;
- padding-right:10px;
- position:absolute;
- top:570px;
- left:0px;
- font-family:roboto;
- font-size:12px;
- text-align:right;
- text-transform:uppercase;
- }
- .yoinkleft #a{
- position:absolute;
- top:-10px;
- left:20px;
- padding-top:30px;
- height:30px;
- width:120px;
- padding-bottom:15px;
- border-bottom:1px #cacaca solid;
- }
- .yoinkleft #b{
- position:absolute;
- top:50px;
- left:20px;
- padding-top:30px;
- height:30px;
- width:120px;
- padding-bottom:15px;
- border-bottom:1px #cacaca solid;
- }
- .yoinkright{
- width:120px;
- height:140px;
- padding-left:20px;
- padding-right:10px;
- position:absolute;
- top:570px;
- right:0px;
- font-family:roboto;
- font-size:12px;
- text-align:left;
- text-transform:uppercase;
- }
- .yoinkright #a{
- position:absolute;
- top:-10px;
- left:10px;
- padding-top:30px;
- height:30px;
- width:120px;
- padding-bottom:15px;
- border-bottom:1px #cacaca solid;
- }
- .yoinkright #b{
- position:absolute;
- top:50px;
- left:10px;
- padding-top:30px;
- height:30px;
- width:120px;
- padding-bottom:15px;
- border-bottom:1px #cacaca solid;
- }
- .bio{
- width:230px;
- height:230px;
- position:absolute;
- top:750px;
- left:20px;
- padding:5px;
- overflow-y:scroll;
- font-family:roboto;
- font-size:12px;
- text-align:justify;
- margin-bottom:20px;
- }
- .biotitle{
- width:220px;
- height:20px;
- font-family:roboto;
- text-transform:uppercase;
- font-size:20px;
- letter-spacing:2px;
- position:absolute;
- top:720px;
- left:30px;
- font-weight:600;
- color:#000;
- }
- #line{
- width:1px;
- height:265px;
- position:absolute;
- top:725px;
- left:272px;
- background:#cacaca;
- }
- .extrastatstitle{
- font-family:roboto;
- text-transform:uppercase;
- font-size:20px;
- letter-spacing:2px;
- font-weight:600;
- color:#000;
- position:absolute;
- top:720px;
- left:290px;
- width:160px;
- height:20px;
- }
- .extrastats{
- width:160px;
- height:230px;
- position:absolute;
- top:750px;
- left:290px;
- font-family:roboto;
- font-size:12px;
- overflow:hidden;
- padding-top:5px;
- padding-bottom:5px;
- }
- .extrastats b{
- font-size:13px;
- }
- .extrastats p{
- margin-top:5px;
- margin-bottom:5px;
- }
- #circles{
- width:400px;
- height:225px;
- padding-top:20px;
- border-top:1px #cacaca solid;
- position:absolute;
- top:1010px;
- left:20px;
- margin-bottom:20px;
- overflow:hidden;
- }
- .yoikstitle{
- font-family:roboto;
- text-transform:uppercase;
- font-size:20px;
- letter-spacing:2px;
- font-weight:600;
- color:#000;
- position:absolute;
- top:20px;
- right:0px;
- width:180px;
- padding-left:20px;
- height:25px;
- border-left:1px #cacaca solid;
- }
- .yoiks{
- width:180px;
- height:200px;
- position:absolute;
- top:45px;
- right:0px;
- border-left:1px #cacaca solid;
- padding-left:20px;
- }
- .yoiks b{
- font-size:12px;
- }
- #uno{
- position: relative;
- width:180px;
- height:10px;
- border-radius:1px;
- background:#e4e4e4;
- margin-top:3px;
- }
- #uno span{
- position:absolute;
- top:0;
- left:0;
- line-height: 10px;
- height:10px;
- background:#7e7e7e; /* change this to a colour constant in all your images */
- }
- .noicenoicetitle{
- font-family:roboto;
- text-transform:uppercase;
- font-size:12px;
- letter-spacing:2px;
- font-weight:600;
- color:#fff; /* text colour */
- text-shadow:2px 2px #000; /* shadow colour */
- position:absolute;
- text-align:center;
- top:110px;
- left:0px;
- width:180px;
- height:20px;
- }
- .noicenoice{
- width:180px;
- height:245px;
- position:absolute;
- top:20px;
- left:0px;
- background:url(''); /* resizes itself, adjust background-size as necessary */
- background-size:180px;
- }
- /* credit styling (don't delete because then the credit won't be pretty and unobtrusive) */
- .credit{
- padding:5px;
- width:10px;
- height:10px;
- background:#f5f5f5;
- font-size:10px;
- color:#000;
- position:fixed;
- bottom:5px;
- left:5px;
- border-radius:10px;
- text-align:center;
- line-height:0px;
- }
- .credit a, .credit i{
- color:#000;
- }
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 10px;
- padding:0px 5px;
- margin:25px 20px 5px 0px;
- color:#000;
- background:#fff;
- border:1px solid #eaeaea;
- z-index:99999;
- font-size:10px;
- text-transform:uppercase;
- font-family:montserrat;
- font-weight:400;
- z-index:999999999999999;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div class="bigimg">
- <h1></h1>
- <h2></h2>
- </div>
- <div class="yoink"></div>
- <div class="yoinkleft">
- <div id="a"><b>date of birth</b><br><i>14 January ????</i></div>
- <div id="b"><b>species</b><br><i>Tapu Lele</i></div>
- </div>
- <div class="yoinkright">
- <div id="a"><b>pronouns</b><br><i>he/she/they</i></div>
- <div id="b"><b>orientation</b><br><i>any hole is a goal.</i></div>
- </div>
- <div id="line"></div>
- <div class="biotitle">about.</div>
- <div class="bio">
- <center>This guardian deity of Akala is guilelessly cruel. The fragrant aroma of flowers is the source of its energy.
- <p>
- Problem child of the reef. Has an identity crisis once a week. Won’t hesitate to slay on or off the runway. Serving up pure fish 24/7.<p>
- Skill Swap - Moonblast - Psywave - Aromatic Mist - Nature's Madness - Energy Ball<p>
- <u>Out of the Closet</u><br>
- Huge WIP. Shitposting for now. Bewear snowballs. T1 battles on a good day. Lip sync battles erryday. Back rolls? Not here hunty. Sashay away.
- </div>
- <div class="extrastatstitle">stats.</div>
- <div class="extrastats">
- <b>NAME</b><br>
- TOKO PIYON
- <p><b>OCCUPATION</b><br>
- GUARDIAN DEITY</p>
- <p><b>TYPING</b><br>
- PSYCHIC/FAIRY</p>
- <p><b>ABILITY</b><br>
- PSYCHIC SURGE</p>
- <p><b>H.I.</b><br>
- TAPUNIUM Z</p>
- <p><b>NATURE</b><br>
- SASSY [+SP.DEF./-SPD.]</p>
- <p><b>CHARACTERISTIC</b><br>
- SOMEWHAT VAIN</p>
- </div>
- <div class="noicenoice"><div class="noicenoicetitle"></div></div>
- </div>
- </div>
- <!-- credit: don't delete this, man. that's just rude. i made it extra small on purpose -->
- <div class="credit"><a title="code by anna" href="http://sprfluous.tumblr.com"><i style="font-size:9px;" class="far fa-star"></i></a></div>
- </body>
Add Comment
Please, Sign In to add comment