Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- PAGE 01. ILLYRIA
- by @azriels
- - do not touch the credit pls ty
- - tumblr controls by @cyantists
- - base code by @sorrism
- - if u have questions, mssg azriels.tumblr.com/ask
- thank you for using!
- -->
- <title>about me</title> <!--browser tab title-->
- <!--scripts and fonts -->
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <!--CSS customization here. -->
- <style type="text/css">
- /* tumblr controls by @cyantists*/
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4!important;
- color:#ccc;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;
- }
- /*tumblr controls and lightbox*/
- .tmblr-lightbox {
- background:rgba({RGBcolor:background}, .95)!important;
- }
- .tmblr-lightbox img {
- opacity:0;
- }
- .lightbox-caption {
- color:#979797!important;
- font-family:inherit!important;
- font-size:1em!important;
- font-weight:normal!important;
- text-shadow:none!important;
- }
- .lightbox-image {
- -moz-box-shadow:none!important;
- -webkit-box-shadow:none!important;
- box-shadow:none!important;
- -moz-border-radius:0px!important;
- -webkit-border-radius:0px!important;
- border-radius:0px!important;
- padding:0px!important;
- border:0!important;
- opacity:1!important;
- }
- .vignette {
- opacity:0!Important;
- }
- .iframe-controls--desktop {
- white-space:nowrap!important;
- top:5px!important;
- right:5px!important;
- opacity:1!important;
- position:fixed!important;
- }
- /* tooltip*/
- #s-m-t-tooltip{
- position:absolute;
- margin:12px;
- max-width:250px;
- text-transform:lowercase;
- letter-spacing:.5px;
- line-height:1em;
- z-index:999;
- padding:9px;
- border-radius:3px;
- background:#eaeaea;
- color:#bababa;
- font-weight:700;
- letter-spacing:1px;
- font-size:9.5px;
- font-family:'Roboto', sans-serif;
- }
- /*main structure*/
- body {
- background:#fefefe; /*change background color here*/
- color:#7D7D7D;
- font:10px/1.4em georgia, serif;
- word-wrap:break-word;
- text-align:center;
- margin:0;
- }
- a {
- color:#ccc; /*change link color here*/
- text-decoration:none;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a, a img {
- cursor:pointer;
- }
- a:hover {
- color:#A52A2A!important; /* change link hover color here */
- text-decoration:none;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- blockquote {
- padding:.25em 0 .25em 15px;
- margin:.5em 0;
- border-left:1px solid #eaeaea;
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- p {
- margin:1em 0;
- }
- p:first-of-type {
- margin-top:0;
- }
- p:last-of-type {
- margin-bottom:0;
- }
- b, strong, b a, strong a {
- font-weight:bold!important;
- color:{color:title};
- }
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- h1, h2, h3, h4, {
- margin:1.5em 0;
- font-size:1.5em;
- padding:0;
- color:#444;
- font-weight:bold;
- }
- h5 {
- margin:1px;
- font-weight:bold;
- }
- .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
- /*header*/
- .header {
- width:500px; /*make sure this matches width of the box*/
- top:18%;
- left:50%;
- transform:translate(-50%,-50%);
- position:fixed;
- }
- .himg {
- display:block;
- width:60px;
- height:60px;
- -moz-border-radius:100px;
- -webkit-border-radius:100px;
- border-radius:100px;
- margin:0 auto 20px auto;
- border:5px solid {color:#A52A2A};
- }
- #description {
- margin-top:10px;
- }
- nav {
- display:block;
- margin-top:10px;
- }
- nav a {
- display:inline-block;
- margin:0 5px;
- border:0;
- }
- /* b o x */
- section {
- width:500px; /* width of the box */
- height:350px;
- top:60%;
- left:50%;
- transform:translate(-50%,-50%);
- position:fixed;
- border:1px solid #eaeaea;
- padding:20px;
- background:#fff;
- border-radius:5px;
- }
- /*info bar*/
- .h {
- margin-bottom:10px;
- padding-bottom:15px;
- text-align:left;
- font-style:italic;
- line-height:40px;
- font-size:13px;
- border-bottom:1px solid #eaeaea;
- }
- .h a {
- border:none;
- margin-left:15px;
- }
- .details {
- display:grid;
- grid-template-columns:25% 25% 25% 25%;
- grid-gap:4px;
- margin-bottom:4px;
- }
- .details span {
- background-color:#fafafa;
- border:1px solid #f7f7f7;
- font-size:10px;
- padding:1px 3px;
- border-radius:2px;
- }
- .details span b {
- font-size:9px;
- letter-spacing:0.5px;
- margin-right:1px;
- }
- /**about block**/
- .abt {
- text-align:left;
- font-style:italic;
- font-size:10px;
- }
- .aquote {
- text-align:right;
- font-size:11px!important;
- }
- .content {
- line-height:20px;
- max-height:200px;
- overflow:scroll;
- text-align:justify;
- margin-bottom:4px;
- border-bottom:1px solid #eaeaea;
- }
- /*content scrollbar*/
- .content::-webkit-scrollbar {
- width:1px;
- }
- .content::-webkit-scrollbar-thumb {
- background:#eaeaea;
- }
- .tags {
- margin-top:15px;
- padding-bottom:15px;
- margin-bottom:10px;
- display:grid;
- grid-template-columns:10% 30% 30% 30%;
- grid-gap:4px;
- margin-bottom:4px;
- }
- .tags span {
- background-color:#fafafa;
- border:1px solid #f7f7f7;
- font-size:10px;
- padding:1px 3px;
- border-radius:2px;
- }
- .tags span b {
- font-size:9px;
- letter-spacing:0.5px;
- margin-right:1px;
- }
- /** credit. no touchy!!!!!!!! **/
- .c {
- position:fixed;
- right:15px;
- bottom:15px;
- font-size:10px;
- z-index:5;
- }
- </style>
- </head>
- <body>
- <!--edit icon, desc, and links here -->
- <div class="header">
- <img class="himg" src="{PortraitURL-128}"/> <!--currently your default icon. add any image link here to change the icon to whatever you want.-->
- <div id="description">
- <!--description-->
- ❝ a song lyric, a quote, anything you want, or nothing at all ❞
- <!--dont delete the quotation marks, otherwise they'll look weird lol-->
- </div>
- <nav> <!--links. you can add as many as you want -->
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/archive">archive</a>
- <a href="/">link1</a>
- <a href="/">link2</a>
- <a href="/">link3</a>
- </nav>
- </div>
- <section>
- <div class="h">
- <div class="details">
- <!--this is where u fill in the info boxes. you can change anything in between the <b></b> to whatever category you want. // you can delete as many as you want and the box will adjust (try to keep them in groups of four though!!!) -->
- <span><b>name:</b> </span>
- <span><b>age:</b> </span>
- <span><b>pronouns:</b> </span>
- <span><b>birthday:</b> </span>
- <span><b>mbti:</b> </span>
- <span><b>location:</b> </span>
- <span><b>sign:</b> </span>
- <span><b>sexuality:</b> </span>
- </div>
- </div>
- <div class="content">
- <h5 class="abt">about: </h5> <!--title/heading -->
- <!-- this is the body section of your about. you can use <b>bold text</b>, <i>italics,</i> <s>strikethroughs</s> and <blockquote>blockquotes</blockquote> you can add as much text as you want. the box will scroll. use <p> to denote new paragraphs -->
- <!--up to here-->
- </div>
- <div class="tags">
- <!--a space for u to add your favorite/most important or most used tags! please keep it at three only -->
- <h5 class="abt">tags:</h5>
- <span><a href="/">#tag1</a></span>
- <span><a href="/">#tag2</a></span>
- <span><a href="/">#tag3</a></span>
- </div>
- </section>
- <!-- scripts -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- jQuery.noConflict();
- (function($){
- $(document).ready(function(){
- $("a[title],img[title],[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--credit. no touchy!-->
- <div class="c"><a href="http://azriels.tumblr.com" title="azriels">☾</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment