Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .pfor {display: none;}
- #profile {background: transparent; border: 0px;}
- @font-face{
- font-family:'titlefont';
- src:url(https://dl.dropboxusercontent.com/u/4556289/yataghan.ttf);}
- @font-face{
- font-family: 'bodyfont';
- src:url(https://dl.dropboxusercontent.com/u/4556289/decindar.ttf);}
- body {background: #ABB19B;
- overflow: hidden;
- color: black;
- }
- #centerimage{
- background-image: url(http://i67.tinypic.com/25umuwx.jpg);
- background-size: auto 100%;
- background-repeat: no-repeat;
- background-position: bottom center;
- height: 700px;
- width: 530px;
- position: absolute;
- border: 0px solid black;
- right: 0px;
- bottom: 0px;
- }
- .blurring{
- filter:blur(20px);
- -webkit-filter:blur(10px);
- opacity: 1;
- background: #ABB19B;
- }
- #topborder{position: absolute;
- top: -10px;
- left: 0px;
- right: 0px;
- height: 20px;
- }
- #bottomborder{position: absolute;
- height: 30px;
- bottom: -10px;
- left: 0px;
- right: 0px;
- }
- #leftborder{position: absolute;
- width: 30px;
- top: 0px;
- left: -10px;
- bottom: 0px;
- }
- #rightborder{position: absolute;
- width: 20px;
- top: 0px;
- bottom: 0px;
- right: -10px;
- }
- #description{
- position: absolute;
- right: 700px;
- top: 0px;
- bottom: 0px;
- left: 0px;
- right: 100px;
- height: 300px;
- width: 500px;
- margin: auto;
- border: 0px solid black;
- }
- #headerpart{
- position: absolute;
- top: 0px;
- left: 55px;
- font-family:'titlefont';
- letter-spacing: 20px;
- font-size: 20pt;
- }
- #bodypart{
- font-family: 'bodyfont';
- font-size: 9pt;
- position: absolute;
- top: 50px;
- left: 0px;
- width: 185px;
- bottom: 0px;
- border: 0px solid black;
- text-align: right;
- line-height: 30px;
- }
- #bodypart2{
- font-family: 'bodyfont';
- font-size: 9pt;
- position: absolute;
- top: 50px;
- width: 200px;
- left: 220px;
- bottom: 0px;
- border: 0px solid black;
- list-style: square;
- text-align: left;
- line-height: 30px;
- word-spacing: -5px;
- }
- </style>
- <div id="centerimage">
- <div id="topborder" class="blurring">
- </div>
- <div id="bottomborder" class="blurring">
- </div>
- <div id="leftborder" class="blurring">
- </div>
- <div id="rightborder" class="blurring">
- </div>
- </div>
- <div id="description">
- <div id="headerpart">
- Adam Harkin
- </div>
- <div id="bodypart">
- Age<br>
- Height<br>
- Profession<br>
- Orientation<br>
- </div>
- <div id="bodypart2">
- <li>Thirty-four</li>
- <li>6'7"</li>
- <li>tax specialist</li>
- <li>bisexual</li>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment