Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--------------------------------------------
- THEME # 74
- BY: https://britishrobert.tumblr.com/ (PREV SPUNKHANDSOME)
- RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
- --------------------------------------------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta https-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="color:Link" content="#444444">
- <link href='https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Kotta+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<span style="font-family:Open Sans Condensed; letter-spacing:-1px; font-size:13px;font-weight:normal;"><a href="#" class="close">CLOSE</a></span>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- .popup_block{
- display: none;
- background: #fff;
- padding: 10px;
- border: 1px solid #f0f0f0;
- float: left;
- text-align:justify;
- font-size:9px;
- font-family: arial;
- color:#4d4d4d;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 1;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- *html .popup_block {
- position: absolute;
- }
- ::-webkit-scrollbar {background-color: transparent; height:4px; width:3px}
- ::-webkit-scrollbar-thumb:vertical {background-color:#000000; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#FFFFFF; height:8px!important}
- code {
- width:500px;
- font-size:11px;
- font-family:cutive mono;
- text-align: left;
- word-wrap: break-word;
- color:#4d4d4d;
- }
- pre {
- width:500px;
- font-size:11px;
- font-family:cutive mono;
- text-align: left;
- word-wrap: break-word;
- color:#4d4d4d;
- }
- body {
- color: #444444;
- background-color:#FFFFFF;
- }
- i, em {
- color: #444444;
- }
- td {
- padding: 3px;
- width: 100px;
- vertical-align: top;
- }
- table {
- width: auto;
- height: auto;
- margin-top: 40px;
- margin-left: 20px;
- }
- a {
- color: #4d4d4d;
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color: #000000;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .container {
- width:900px;
- height:auto;
- position:relative;
- margin:auto;
- top: -10px;
- left:5px;
- background-color:;
- }
- .part1 {
- padding:5px;
- margin-top:80px;
- margin-left:30px;
- }
- .table1 {
- width:200px;
- padding:0px 10px 10px 10px;
- border-right: 1px solid #F5F5F5;
- }
- .links1 {
- text-transform: uppercase;
- letter-spacing: 0px;
- font-family: Open Sans Condensed;
- font-size:11px;
- letter-spacing:1px;
- text-align:right;
- padding:4px;
- line-height:290%;
- margin: 15px 0 6px 0;
- color:#262626;
- }
- .links1 a {
- border-bottom: 1px solid #f0f0f0;
- padding:3px;
- }
- .links1 a:hover {
- letter-spacing:4px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .part2 {
- padding:5px;
- margin-top:76px;
- margin-left:-5px;
- }
- .table2 {
- height:auto;
- position:relative;
- padding:0px 10px 10px 10px;
- }
- .image {
- padding:4px;
- width:160px;
- height:auto;
- }
- .name {
- width:160px;
- padding:4px;
- margin-bottom:3px;
- font-size:15px;
- font-family: Open Sans Condensed;
- text-align: left;
- text-transform:lowercase;
- color:#1b1b1b;
- border-bottom: 1px solid #F5F5F5;
- }
- .part3 {
- padding:5px;
- margin-top:80px;
- margin-left:-7px;
- }
- .table3 {
- width:290px;
- height:auto;
- position:relative;
- padding:0px 10px 10px 10px;
- border-left: 1px solid #F5F5F5;
- }
- .basic {
- padding:4px;
- margin:1px;
- text-align:justify;
- font-size:10px;
- line-height:100%;
- font-family: calibri;
- }
- .basic strong,
- .basic bold,
- .basic b {
- color: #4444444;
- }
- .basic em,
- .basic i{
- color: #4444444;
- }
- .info {
- padding:4px;
- margin:1px;
- text-align:justify;
- font-size:10px;
- line-height:120%;
- font-family: cambria;
- }
- .info span {
- color:#444444;
- text-transform: uppercase;
- font-weight: bold;
- }
- .links {
- text-transform: uppercase;
- letter-spacing: 0px;
- font-family: calibri;
- font-size:8px;
- padding:4px;
- line-height:290%;
- margin: 15px 0 6px 0;
- color:#4d4d4d;
- }
- .links a {
- border-bottom: 1px solid #F5F5F5;
- padding:3px;
- }
- .links a:hover {
- letter-spacing:5px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .credit {
- position:fixed;
- font-family:calibri;
- font-size:8px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:0px;
- left:5px;
- bottom:20px;
- text-transform:uppercase;
- text-align:center;
- }
- .credit a {
- font-style:normal;
- padding:3px;
- color:#262626;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <table>
- <td>
- <div class="part1">
- <div class="table1">
- <div class="links1">
- <a href="/tagged/">verses</a><br>
- <a href="/tagged/">paras</a><br>
- <a href="/tagged/">starters</a><br>
- <a href="/tagged/">pictures</a><br>
- <a href="/tagged/">musings</a><br>
- <small><small><a href="https://britishrobert.tumblr.com/">back</a> / <a href="/ask">ask</a> / <a href="/chars">muses</a></small></small>
- </div>
- </div>
- </div>
- </td>
- <td>
- <div class="part2">
- <div class="table2">
- <img src="https://31.media.tumblr.com/978884ca1b420217bc6a3ee6b5b40377/tumblr_inline_n1zocpM26y1sso8d0.png" class="image">
- <div class="basic">
- lorem ipsum sit amet, consectetuer adipiscing elit sit amet.lorem ipsum dolor sit amet pulvinar id,<strong> commodo</strong> <em>feugiat</em>, vehicula et aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. aliquam mattis porta urna lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. aliquam mattis porta urna lorem ipsum dolor sit amet.lorem ipsum dolor sit amet, consectetuer adipiscing elit. lorem ipsum dolor sit amet, consectetuer adipiscing elit.
- </div>
- </div>
- </div>
- </td>
- <td>
- <div class="part3">
- <div class="table3">
- <div class="name">
- basic information
- </div>
- <div class="info">
- <span>
- Name:</span>
- Frederick Edwards
- <br>
- <span>
- AGE:</span> 20
- <br>
- <span>
- Nicknames:</span> Freddy, Fred, Ed, Edward
- <br>
- <span>
- Date of Birth:</span> October 18th
- <br>
- <span>
- Birthplace:</span> London
- <br>
- <span>
- Residence:</span> New York
- <span>
- <br>
- Occupation:</span> Bartender
- <br><br>
- <span>
- Parents:</span> Philip and Genevieve Edwards
- <br>
- <span>
- Siblings:</span> Leslie Edwards
- <br><br>
- <span>
- Like[s]:</span> Making people laugh; have his own space; dogs; pizza; indie/pop music; video games; sing; play guittar
- <br>
- <span>
- Disliked[s]:</span> people who say what he should do; ignorant people; pudding; disloyalty; cold
- <br>
- <span>
- Fear[s]:</span> flying; drowning/water; snakes
- <br>
- <span>
- <br>
- Best Known As:</span> The Confident One
- <br>
- <span>
- Sexual Orientation:</span> Straight
- <br>
- <span>
- Relationship Status:</span> Single
- <br>
- <span>
- Life Goal:</span> Undecided
- <br>
- <span>
- Drinks | Drugs | Smokes :</span> Yes | Not anymore | Occasionally
- <br>
- <span>
- POSITIVE TRAITS:</span> confident, persistent, caring
- <br>
- <span>
- NEGATIVE TRAITS:</span> impulsive, stubborn, melodramatic, indecisive
- </div>
- </div>
- </div>
- </td>
- <div class="credit"><a href="https://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment