yayfritzi

Rolling Stone | Character page

Feb 20th, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!----
  4. k'ya so when you see this in the html editor it'll look jaggy but go to your page and that should be your end results.
  5.  
  6. Code by 4roleplay @ tumblr
  7. ---->
  8.  
  9. <html>
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15. <style type="text/css">
  16.  
  17. body{color:#000; background-attachment:fixed; background-color:#fff; background-image: url(''); text-align:justify; font-family:calibri; font-size:11px;}
  18.  
  19. a{color:#eee; text-decoration: none;}
  20. a:hover{ color:#000;}
  21.  
  22. #box {width:350px; margin-left:500px;height:400px; margin-top:0px; position:fixed; overflow:hidden; background-color: #181818; padding:0px;}
  23.  
  24. #boximage {width: 300px;}
  25. #boximage img {width:350px; height:350px;}
  26.  
  27. #sidepicture {
  28. width: 350px;
  29. }
  30.  
  31. #sidepicture .desc{opacity: 0;overflow:auto;background: #eee;text-align: justify;width: 330px;
  32. padding: 10px;height: 330px;position: absolute;-webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;}
  33.  
  34. #sidepicture:hover .desc{opacity: 10;-webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;}
  35.  
  36. #tit{ font-family: 'rister', cursive; font-size: 44px; letter-spacing: 0px; margin-top:70px;line-height: 90%; text-align: center;}
  37.  
  38. @font-face { font-family: "Rister"; src: url('http://static.tumblr.com/pwgdr2n/VPum3j3td/a_s_rister.ttf'); }
  39.  
  40. #aha{font-family: courier new; font-size: 8px; letter-spacing: 3px; text-align: center; line-height: 100%; padding-top: 5px; padding-bottom: 2px; color: #000; margin-top:-13px; text-transform:uppercase;}
  41.  
  42. {CustomCSS}
  43. </style>
  44. </head>
  45. <body>
  46. <div id="tit"><i>Character's Name</i></div>
  47. <div id="aha">
  48.  
  49. age. nickname. etc. etc.
  50.  
  51. </div>
  52. <div id="box">
  53. <div id="sidepicture">
  54. <div class="desc">
  55.  
  56. Bio goes here
  57.  
  58. </div>
  59. <img src="350x350PICTUREURL" width=350px></a>
  60. </div>
  61. </div>
  62. </div>
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment