yayfritzi

Everything Nice / Character Page

Mar 5th, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 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.  
  5. <html>
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  11. <style type="text/css">
  12.  
  13. body{color:#313131; background-attachment:fixed; background-color:#fff; text-align:justify; font-family:verdana; font-size:10px;}
  14.  
  15. a{color:#3a72a5; text-decoration: none;}
  16. a:hover{ color:#bbb;}
  17.  
  18. ::-webkit-scrollbar {width: 8px; height: 4px; background: #fff; }
  19. ::-webkit-scrollbar-thumb { background-color: #eee;}
  20.  
  21. #sideb {position:fixed !important;background-image: url("SIDEBAR BACKGROUND IMAGE");width:100px;margin-left:850px;margin-top:-10px; padding:10px; text-align:center; height:100%; background-color:#bbb; }
  22.  
  23. #links {padding:3px;width:60px;height:auto; margin-left:17px; margin-top:240px;}
  24. .slinks {opacity: 1;margin-left: -5px;margin-top: -1px;
  25. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  26. .slinks a{color: #fff;text-shadow:1px 1px 1px #000;width: 64px;margin-bottom: 1px;display: inline-block;text-align:center;text-transform:uppercase;font-size:10px;font-family:Lucida Sans Unicode;letter-spacing:0px;background-color:#eee;padding:3px;}
  27. .slinks a:hover{-webkit-transition: all 0.7s ease;
  28. -moz-transition: all 0.7s ease;
  29. -o-transition: all 0.7s ease; opacity:0.4;}
  30.  
  31. #swaggy {padding: 5px;height: 200px;margin-top: 0px;}
  32. #desc {margin-top: -10px;margin-left: 970px;opacity: 0.0;background-color: #eee; width: 100px;height: 10px;position: absolute;
  33. transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
  34.  
  35. #side:hover #desc {opacity: 1.0; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;width: 300px;height:100%;}
  36.  
  37. .tracker {text-align: center; font-size:25px;font-family:la belle aurore;}
  38. .traits{font-family:Arial; font-size:17px; color:#3a72a5;margin-left:0px; margin-top:0px;text-align:center;}
  39.  
  40. #about{position:fixed !important;width:500px;height:900px; padding:5px;margin-left:280px;margin-top:-10px;}
  41. .about {text-align: center; font-size:25px;font-family:verdana;overflow:auto; font-size:11px;}
  42. .name{background-color:; font-family:Courier; font-size:30px; color:#3a72a5;margin-left:0px; margin-top:0px;text-align:center;font-style:italic;}
  43.  
  44. #pic {margin-top:-10px; margin-left:0px; height:auto;width:500px;padding:0px;}
  45. #picimage {margin: 0px 0 0px 0; text-align:center;}
  46. #picimage img {margin-top:7px; width:500px; height:230px; text-align:center; margin-left:0px ;}
  47.  
  48. </style>
  49. {CustomCSS}
  50. </style>
  51. </head>
  52. <body>
  53.  
  54. <div id="side"><div id="desc"><div id="text"></div>
  55. <div id="swaggy"><br>
  56. <div class="tracker">Para Tracker</div>
  57.  
  58. <a href="/">title</a>; thread w/name.<br>
  59. <a href="/">title</a>; thread w/name.<br>
  60. <a href="/">title</a>; thread w/name.<br>
  61. <a href="/">title</a>; thread w/name.<br>
  62. <a href="/">title</a>; thread w/name.<br>
  63. <a href="/">title</a>; thread w/name.<br>
  64.  
  65. </div></div>
  66. <div id="sideb">
  67. <img src="{PortraitURL-64}"style="background:#eee; padding:3px; float:left; margin-left:15px; margin-top:160px;">
  68. <div id="links">
  69. <div class="slinks">
  70. <a href="/">I.</a>
  71. <a href="/ask">II.</a>
  72. <a href="/RP URL HERE">III.</a>
  73. <a href="http://www.tumblr.com/dashboard">IV.</a>
  74.  
  75. </div></div></div>
  76.  
  77. <div id="about"><br><br><br>
  78. <div class="name">Character Name</div>
  79. <div id="pic"><div id="picimage"><img src="IMAGEURL500x230"/></div>
  80.  
  81. <div class="traits">
  82. TRAIT ❈
  83. TRAIT ❈
  84. TRAIT ❈
  85. TRAIT
  86.  
  87. </div>
  88. <div class="about">
  89.  
  90. BIO.
  91.  
  92. </div>
  93. </div>
  94. </div>
  95. </div>
  96. </body>
  97. </html>
Advertisement
Add Comment
Please, Sign In to add comment