Advertisement
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 #2 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>
- <!---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:0,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-----google fonts---->
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lato:900' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /*----tooltip----*/
- #s-m-t-tooltip {
- font-size:8px;
- position:absolute;
- color:#787878;
- background-color:rgba(255,255,255,.9);
- margin-top:20px;
- margin-left:10px;
- max-width:300px;
- z-index:9;
- font-size:7px;
- padding:2px 5px;
- text-transform:lowercase;
- }
- /*------scrollbar------*/
- ::-webkit-scrollbar {
- width: 6px; height: 3px; background: {color:background};
- }
- ::-webkit-scrollbar-thumb {
- border:2px solid white;
- background-color:#e8e8e8;
- }
- /*------selection---*/
- ::selection {color: #787878; background: #f9f9f9;}
- ::-moz-selection {color: #787878; background: #f9f9f9;}
- ::-webkit-selection {color: #787878; background: #f9f9f9;}
- /*---body--*/
- body {
- margin:0;
- line-height:17px;
- background:#f8f8f8;
- color:#9f9f9f;
- font-size:9px;
- font-family:'open sans', sans-serif, arial, trebuchet ms, calibri;
- font-weight:600;
- }
- a {
- text-decoration:none;
- color:#606060;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- a:hover {
- color:#000000;
- }
- 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 #e0e0e0;
- margin-left:0px;
- padding-left:20px;
- max-width: 100%;
- }
- /*----content----*/
- #wrap {
- position:absolute;
- width:604px;
- left:50%;
- top:50%;
- margin-left:-302px;
- margin-top:-180px;
- }
- #left img {
- width:300px;
- height:300px;
- background:white;
- opacity:.9;
- }
- #right {
- float:right;
- }
- #title {
- width:260px;
- padding:12px 20px;
- text-align:left;
- color:#ffffff;
- background:#A6bcd0;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:'Lato', sans-serif;
- font-weight:900;
- font-size:9px;
- }
- #description {
- height:289px;
- width:258px;
- padding:5px 20px;
- text-align:left;
- background:white;
- margin-top:5px;
- word-wrap: break-word;
- overflow-y:auto;
- border:1px solid #f0f0f0;
- }
- .links {
- margin-top:5px;
- width:260px;
- padding:12px 20px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:6px;
- font-weight:bold;
- font-family:'Lato', sans-serif;
- background:#505050;
- text-align:left;
- word-spacing:5px;
- }
- .links a {
- color:#fff;
- margin-right:5px;
- }
- .links a:hover {
- color:#d0d0d0;
- }
- {CustomCSS}</style></head><body>
- <div id="wrap">
- <div id="right">
- <div id="title">About Me</div>
- <div id="description">
- <p><b>Fill this in with stuff about yourself!</b> Theres so much space for it. This is a very simple page and easy to customize if you have basic knowledge on html/css.</p>
- <p>Etiam convallis a quam ac consequat. Nulla ut orci id elit sollicitudin dapibus. Aenean commodo ex ipsum, a interdum quam gravida in. Curabitur sit amet mi non dolor molestie ornare.</p>
- <p><a href="/">Vestibulum</a> consectetur lacus non risus vestibulum, ut volutpat nisl tincidunt. Integer commodo sit amet nulla sit amet efficitur. </p>
- <p>Nullam facilisis turpis eu neque tempus lobortis. Phasellus vitae turpis at est vestibulum vulputate. Sed sapien ex, vehicula blandit blandit a, efficitur venenatis lectus. Donec rutrum sagittis tellus.</p>
- </div>
- </div>
- <div id="left">
- <!---put the image link here---->
- <img src="http://40.media.tumblr.com/0935a4230fd9dcfd920b9ac57f076042/tumblr_npjifbErIf1r3ssjeo2_r1_540.png">
- <div class="links">
- <a href="/">Home</a>
- <a href="/ask">Ask</a>
- <a href="http://tumblr.com/dashboard">Dashboard</a>
- <!---credit--->
- <a href="http://jaebium.tumblr.com" title="theme credit" target="_blank">@</a>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement