Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!------------------------------------------------------------------
- ABOUT PAGE #1 BY JAEBIUM
- -dont steal
- -dont remove credit
- -edit as much as you want
- -------------------------------------------------------------------->
- <title>About Me - {Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!----jquery----->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!----google fonts---->
- <link href='http://fonts.googleapis.com/css?family=Cousine:400,700' rel='stylesheet' type='text/css'>
- <!---tooltip--->
- <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:300,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /*---scrollbar---*/
- ::-webkit-scrollbar {
- height: 2px;
- width: 20px;
- background-color:transparent;
- }
- ::-webkit-scrollbar-thumb {
- border:9px solid #fff;
- background-color:#e8e8e8;
- }
- /*---selection---*/
- ::selection {color: #9f9898; background: #f8f8f8;}
- ::-moz-selection {color: #9f9898; background: #f8f8f8;}
- ::-webkit-selection {color: #9f9898; background: #f8f8f8;}
- /*---tooltip---*/
- #s-m-t-tooltip{
- font-size:7px;
- position:absolute;
- margin-top:30px;
- margin-left:10px;
- z-index:9999999;
- background:#ffffff;
- font-family:'cousine', sans-serif;
- padding:4px 8px 4px 8px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- /*---basics---*/
- body {
- margin:0;
- color:#9f9898;
- font-family: trebuchet ms, arial;
- line-height:16px;
- font-size:10px;
- background:#f8f8f8;
- }
- a {
- color:#a0a0a0;
- text-decoration:none;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- a:hover {
- cursor:help;
- color:#000000;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- blockquote {
- border-left:2px solid #f0f0f0;
- padding: 0px 0px 0px 20px;
- margin-left:0px;
- max-width: 100%;
- }
- ul {
- list-style-type:circle;
- }
- /*---content---*/
- #center {
- width:600px;
- height:500px;
- position:absolute;
- left:50%;
- top:50%;
- margin-left:-300px;
- margin-top:-270px;
- }
- #border {
- border:1px solid #f0f0f0;
- }
- #header {
- letter-spacing:1px;
- width:600px;
- font-family:courier, 'cousine', sans-serif;
- margin-left:-101px;
- text-align:left;
- font-size:15px;
- margin:0px auto;
- overflow:hidden;
- }
- #header img {
- overflow:hidden;
- z-index:1;
- width:600px;
- height:100px;
- border-bottom:1px solid #f0f0f0;
- -webkit-transition: all .6s ease; /* Safari and Chrome */
- -moz-transition: all .6s ease; /* Firefox */
- -ms-transition: all .6s ease; /* IE 9 */
- -o-transition: all .6s ease; /* Opera */
- transition: all .6s ease;
- }
- #border:hover #header img {
- -webkit-transform:scale(1.10);
- -moz-transform:scale(1.10);
- -ms-transform:scale(1.10);
- -o-transform:scale(1.10);
- transform:scale(1.10);
- }
- #other {
- position:absolute;
- z-index:2;
- width:500px;
- padding:43px 50px 42px 50px;
- background-color:rgba(0,0,0, 0.3); /*u can change the background color (0,0,0) and opacity (0.3) of the header*/
- }
- #titulo {
- text-align:center;
- font-weight:700;
- font-size:14px;
- letter-spacing:3px;
- text-transform:uppercase;
- color:#ffffff; /*color of title*/
- }
- #content {
- padding:80px 100px;
- background:#ffffff;
- overflow-y:auto;
- text-align:justify;
- height:245px;
- width:400px;
- }
- #content a {
- padding-bottom:1px;
- border-bottom:1px solid #f0f0f0;
- }
- .links {
- text-align:center;
- font-weight:bold;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- margin-top:20px;
- }
- .links a {
- margin-right:20px;
- }
- {CustomCSS}</style></head><body>
- <div id="center">
- <div id="border">
- <div id="header">
- <div id="other">
- <div id="titulo">About Me</div> <!---u can change the title name here---->
- </div>
- <img src="https://41.media.tumblr.com/ea534b825a880fa4eafbbaa95d4529cc/tumblr_nqtijxT71L1tc17foo5_r1_540.jpg"> <!---replace the link with whatever image you want--->
- </div>
- <div id="content">
- <p><b>This is the content.</b> You can pour your heart out here; talk about yourself or something you're passionate about, whatever.</p>
- <ul>
- <li>You can put bullets here! nice</li>
- <li><a href="http://www.w3schools.com/html/html_links.asp">This</a> is how to put in a link</li>
- <li>Use < b > and < /b > to <b>bold</b> text</li>
- <li>Use < strike > and < /strike > to <strike>strike through text</strike></li>
- </ul>
- <p><b>Style this to your liking!</b> The rest of this is going to be dummy text so farewell for now. Aliquam feugiat vel nibh et posuere. Aliquam mauris ante, vulputate id egestas nec, fringilla nec felis. Pellentesque est risus, posuere lacinia odio ut, facilisis lobortis ex. Curabitur luctus nibh ut auctor bibendum. Etiam iaculis arcu.</p>
- <blockquote>This is a blockquote! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras id metus id nibh vulputate ultricies.</blockquote>
- </div>
- </div>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="http://www.tumblr.com">dashboard</a>
- <a href="http://www.jaebium.tumblr.com" title="jaebium" target="_blank">@</a> <!-----dont remove this link pls---->
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment