yayfritzi

Character Page #1 - Lowe

Jan 9th, 2013
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <html>
  4.  
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}" />
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  9.  
  10. <style type="text/css">
  11.  
  12. body {color:{color:Text}; background-attachment:fixed; background-color:#000; background-image: url(''); background-position: bottom left; background-repeat: no-repeat; text-align:justify; font-family:georgia,palatino; font-size:9px;}
  13.  
  14. a {color: #000; text-decoration:none;}
  15. a:hover {color:#fff; text-decoration:none;}
  16.  
  17. #box {position:fixed!;background-color: #0f0f0f ; margin-top:110px; margin-left:630px; height:350px;width:220px;padding:10px;}
  18.  
  19. #about {position:fixed!;background-color: #0f0f0f ; margin-top:-359px; margin-left:440px; height:350px;width:170px;padding:10px;}
  20.  
  21. .about{background-color:#d8d8d8;width:215px; height:265px;margin-left:0px; margin-top:-5px;font-family:Tahoma; overflow:auto; font-size:10.5px;color:#000; text-align:justify;padding:5px;line-height:10px;text-transform:none;}
  22.  
  23.  
  24. #iconimage {width: 180px; }
  25. #iconimage img {width:185px; margin-left:-5px; margin-top:-5px; height: 260px;padding:0px;opacity:0.9;}
  26.  
  27. .name{background-color:;margin-left:659px; width:200px; margin-top:-25px;font-family:windsong; font-size:37px;color:#fff; text-align:right;padding:2px;line-height:10px;text-transform:none;text-shadow:1px 1px 4px #fff;}
  28.  
  29. @font-face { font-family: "windsong"; src: url('http://static.tumblr.com/pwgdr2n/Emblvptym/windsong_1_.ttf');}
  30.  
  31. ::-webkit-scrollbar {width: 4px; height: 4px; background: transparent; }
  32. ::-webkit-scrollbar-thumb { background-color: #000;}
  33.  
  34. .slinks {opacity: 1;margin-left: -5px;margin-top: 20px;width: 50px;
  35. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  36.  
  37. .slinks a{color: #fff;text-shadow:1px 1px 1px #000;width: 178px;margin-bottom: 5px;display: inline-block;text-align:center;text-transform:uppercase;font-size:8px;font-family:Lucida Sans Unicode;letter-spacing:0px;background-color:#d8d8d8;padding:4px;}
  38.  
  39. .slinks a:hover{-webkit-transition: all 0.7s ease;
  40. -moz-transition: all 0.7s ease;
  41. -o-transition: all 0.7s ease; opacity:0.4;}
  42.  
  43. {CustomCSS}
  44.  
  45. </style>
  46. </head>
  47. <body>
  48.  
  49. <div id="box"><div class="about">
  50.  
  51. <li><b>Name:</b> CHANGE</li>
  52. <li><b>Nickname(s):</b> CHANGE</li>
  53. <li><b>Birthday:</b> CHANGE</li>
  54. <li><b>Age:</b> CHANGE</li>
  55. <li><b>Birth Place:</b> CHANGE</li>
  56. <li><b>Current Residence:</b> CHANGE</li>
  57. <li><b>Nationality:</b> CHANGE</li>
  58. <li><b>Occupation:</b> CHANGE</li>
  59. <li><b>Relationship Status:</b> CHANGE</li>
  60. <li><b>Sexual Orientation:</b> CHANGE</li>
  61.  
  62. <br>
  63. BIO HERE
  64.  
  65. </div></div>
  66. <div class="name">NAME HERE</div>
  67.  
  68. <div id="about"><div id="iconimage"><a href="/"><img src="IMAGE URL HERE" width="180px" align="left"></a></div>
  69.  
  70. <br>
  71. <div class="slinks">
  72. <a href="/">home</a>
  73. <a href="/ask">inbox</a>
  74. <a href="/ask">roleplay</a>
  75. <a href="/ask">other</a>
  76.  
  77. </div></div></div>
  78. </div>
  79. </body>
  80. </html>
Advertisement
Add Comment
Please, Sign In to add comment