Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- pluto (revamped)
- @ odeysseus
- some notes:
- - general markers for customisation are in the code
- - your icon shows up as the sidebar image
- - current accent color is #EACBF5 - to change, go to colorpicker and pick a new one, then press ctrl+f and hit "replace all".
- -->
- <title>about</title><!--title-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href='https://fonts.googleapis.com/css?family=Karla:400,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar{
- height:3px;
- width:1px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb {background:#eee;}
- ::-webkit-scrollbar-track {background:transparent;}
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- font-size:7px;
- color:#aaa;
- max-width:250px;
- z-index:999999999999999;
- padding:5px;
- background:white;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- body {
- background:#f8f8f8; /*background*/
- font-family:'Karla', sans-serif; /*font*/
- font-size:10px;
- line-height:150%;
- color:#999;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:#aaa; /*links*/
- text-decoration:none;
- padding:.2px 0px;
- border-bottom:1px solid #eee;
- transition:0.2s ease-in;
- -webkit-transition:0.2s ease-in;
- -moz-transition:0.2s ease-in;
- }
- a:hover {
- color:#E6F2C9; /*link hover*/
- border-bottom:1px solid #EACBF5;
- text-decoration:none;
- transition:0.2s ease-in;
- -webkit-transition:0.2s ease-in;
- -moz-transition:0.2s ease-in;
- }
- #con {
- width:300px;
- height:250px;
- margin-top:calc(50vh - 135px)!important;
- margin:auto;
- padding:10px;
- border:1px solid #eee;
- background:#fff;
- }
- h8 {
- font-size:10px;
- text-transform:uppercase;
- float:left;
- border-right:1px solid #eee;
- height:250px;
- margin-left:-10px!important;
- width:100px;
- text-align:center;
- font-weight:700;
- letter-spacing:.5px;
- color:#444;
- }
- h8 img {
- display:block;
- width:50px;
- height:50px;
- margin:30px auto 20px;
- border-radius:100%;
- }
- .links a {
- width:40px;
- display:inline-block;
- font-weight:normal;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:.5px;
- font-family:calibri;
- padding:5px;
- border-bottom:1px solid #eee;
- }
- .links {
- text-align:center;
- margin-top:10px;
- }
- .links a:last-of-type {
- border-bottom:none;
- }
- .container {
- float:right;
- width:180px;
- padding:10px 15px 10px 5px;
- max-height:235px;
- overflow-y:auto;
- }
- b, strong, i, em {
- color:#777;
- }
- </style>
- </head>
- <body>
- <div id="con">
- <div class="box">
- <h8><img src="{portraiturl-64}"/> <!--your icon; you can replace with the url of your own image if you like-->
- biography <!--title that shows up in sidebar-->
- <div class="links"> <!--please, please don't touch the credit. four links looks nicest.-->
- <a href="/">return</a>
- <a href="/ask">message</a>
- <a href="/archive">archive</a>
- <a href="http://odeysseus.tumblr.com">credit</a>
- </div>
- </h8>
- <div class="container">
- <!--start about text
- <p> for paragraphs
- <b> for bold
- <i> for italics
- <a href="LINK URL" title="HOVER TEXT">LINK NAME</a> for links
- -->
- this is where your about text goes; space is, quite literally, unlimited. talk about your love for cats. talk about your loathing for all things coconut. (vile, i tell you.)
- <p>
- you can use paragraphs to break your text up and make it more readable.
- <p>
- if you want, you can use <b>bold</b> or maybe some <i>italics</i> to make your text stand out; you can even go for some <a href="link url">links.</a>
- <p>
- it's been ages since i made an about page lmao this is making me really happy? i think i've talked enough now, though, so i'm gonna go. hope you like this page :)
- <!--end about text-->
- </div>
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment