yayfritzi

Simplicity / Character Page

Mar 4th, 2013
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!-- Code by selenagomezhelps @ tumblr.
  4. okay you can add a decor/png image to this page. I suggest keeping the size of the image 245x225. you can also leave it blank if you want to.
  5. -->
  6.  
  7. <html>
  8. <head>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}" />
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  12. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  13.  
  14. <style type="text/css">
  15. body{color:#000; background-attachment:fixed; background-color:#fff; text-align:justify; font-family:verdana; font-size:10px;}
  16.  
  17. a{color:#bbb; text-decoration: none;}
  18. a:hover{ color:#ea8111; text-shadow:4px 4px 0px rgba(0,0,0,0.1),3px -6px 0px rgba(0,0,0,0.2),6px 6px 0px
  19. rgba(0,0,0,0.1),-5px 4px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.15);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}
  20.  
  21. ::-webkit-scrollbar {width: 8px; height: 4px; background: #f4f4f4; }
  22. ::-webkit-scrollbar-thumb { background-color: #ea8111;}
  23.  
  24. #box {width:520px;height:100%;margin-top:-320px; margin-left:-638px;padding-bottom:12px:}
  25. #line {position:fixed !important;width:100px;height:100%;margin-left:525px; margin-top:-10px;border-left:1px solid #bbb;}
  26. .link {display:inline-block;margin-left: 0px;margin-top: 1px;line-height: 25px;font-size: 30px;font-family: calibri;text-transform: uppercase;padding: 0px;text-align:left;-webkit-transition-duration: .3s;}
  27. .link:hover {color:#80adcc;}
  28. .name{background-color:; font-family:raleway; font-size:40px; color:#bbb;margin-left:0px; margin-top:0px;text-align:center;}
  29. #pic {margin-top:-15px; margin-left:0px; height:auto;width:500px;padding:0px;}
  30. #picimage {margin: 0px 0 0px 0; text-align:center;}
  31. #picimage img {margin-top:10px; width:500px; height:250px; text-align:center; margin-left:0px ;}
  32.  
  33. #hello {position:fixed !important;width:auto;height:auto;margin-top:390px; margin-left:1070px;}
  34. #helloimage {margin: 0px 0 0px 0; text-align:center;}
  35. #helloimage img {margin-top:10px; width:auto; height:auto; text-align:center; margin-left:0px ;}
  36.  
  37. </style>
  38. {CustomCSS}
  39. </style>
  40. </head>
  41. <body>
  42. <center>
  43.  
  44. <div id="hello">
  45. <div id="helloimage">
  46. <img src="DECOR IMAGE HERE"/></div>
  47.  
  48. </div>
  49. <div id="line"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  50. <div class="link"><a href="/">Go Back</a><br>
  51. <div class="link"><a href="RPG URL HERE">Roleplay</a><br>
  52. <div class="link"><a href="/ask">Message</a><br>
  53. <div class="link"><a href="/dashboard">Dboard</a><br>
  54. <div class="link"><a href="http://selenagomezhelps.tumblr.com/">Credit</a>
  55. </div></div></div></div></div>
  56.  
  57. <div id="box"><br><br><br>
  58. <div class="name">CHARACTER NAME</div>
  59. <div id="pic"><div id="picimage"><img src="HEADERIMAGE 500x 250"/></div>
  60.  
  61. bio & stuff here.
  62.  
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment