thisisnotras

Dusky basic

Feb 5th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor{display: none;}
  4. #profile {background: transparent; border: 0px;}
  5.  
  6. body{background-color: white;
  7. color: black;
  8. text-align: left;}
  9.  
  10. @font-face{
  11. src:url(https://dl.dropboxusercontent.com/u/4556289/SANDS_OF.ttf);
  12. font-family:'textfont';}
  13.  
  14. #whole{
  15. position: absolute;
  16. top: 0px;
  17. left: 0px;
  18. right: 0px;
  19. bottom: 0px;
  20. }
  21.  
  22. #hostdiv{
  23. position: absolute;
  24. left: 0px;
  25. right: 0px;
  26. top: 0px;
  27. bottom: 0px;
  28. margin: auto;
  29. height: 700px;
  30. width: 900px;
  31. border: 0px solid black;
  32. overflow: hidden;
  33. }
  34.  
  35. #backdiv{
  36. position: absolute;
  37. height: 700px;
  38. width: 700px;
  39. right: 0px;
  40. top: 0px;
  41. background-image:url(http://i66.tinypic.com/33bd261.png);
  42. background-repeat: no-repeat;
  43. background-size: auto 100%;
  44. background-position: center;
  45. border-left: 0px solid black;
  46. }
  47.  
  48. #infodiv{position: absolute;
  49. left: 0px;
  50. top: 0px;
  51. bottom: 0px;
  52. width: 200px;
  53. border-right: 0px solid black;
  54. font-size: 12pt;
  55. font-style: Times;
  56. text-align: center;
  57. overflow: auto;
  58. font-family: 'textfont', 'Latha', 'Times';
  59. line-height: 20px;
  60. }
  61.  
  62. </style>
  63.  
  64. <div id="whole">
  65. <div id="hostdiv">
  66. <div id="backdiv">
  67. </div>
  68. <div id="infodiv">
  69. <br><br>
  70. <b>basic</b><br>
  71. Age: 25<br>
  72. Species: Coyote<br>
  73. Sex: Female<br>
  74. Orientation: Bisexual<br>
  75. Preferece: Switch<br>
  76. Status: Single<br><br>
  77. <span style="width: 160px; float: left; margin-left: 17px;">
  78. <b>about</b><br>
  79. About me? Hm, I don't know. Not many seem to care enough to ask. Well, I feel I'm a simple canine. I've been a bacon and zombie fanatic before they became a trend. I love lazing about, drawing, and singing off tune. I do karaoke, dance at random, and cook too. My favorite drink is Tazo: Zen tea. Favorite color is black and most of my attire consists of black, white, and some grey; all comfy. Other than that, feel free to just ask.</span>
  80. </div>
  81. </div>
  82. </div>
Advertisement
Add Comment
Please, Sign In to add comment