yayfritzi

Quick Fix / Character page

Feb 28th, 2013
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 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. Code by selenagomezhelps @ tumblr.
  5. ADDING THE MUSIC PLAYER:
  6. find your song, copy the link and paste it where it says SONG URL HERE. then erase the "http://" from the url.
  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. <style type="text/css">
  15. body{color:#000; background-attachment:fixed; background-color:#fff; background-image: url('http://i55.tinypic.com/2zpv62a.jpg'); text-align:justify; font-family:verdana; font-size:10px;}
  16.  
  17. a{color:#000; text-decoration: none;}
  18. a:hover{ color:#80adcc;}
  19.  
  20. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  21.  
  22. ::-webkit-scrollbar {width: 8px; height: 4px; background: #f4f4f4; }
  23. ::-webkit-scrollbar-thumb { background-color: #b3b3b3;}
  24.  
  25. #box {color:#000;width:350px;height:430px;background-color:#eee;margin-top:90px; padding:0px; text-align:center; height-line:0px;font-family:bebas neue; font-size:25px;uppercase;border-top-right-radius:200px;border-top-left-radius:200px; box-shadow:0px 0px 5px #ddd;}#desc{color:#000;width:300px;height:170px;background-color:#fff;margin-top:-195px; padding:0px; text-align:center; height-line:0px;overflow:auto;font-family:verdana; font-size:11px;box-shadow:0px 0px 5px #ddd;}
  26. #iphoneimage {margin: 0px 0 0px 0; text-align:left;}
  27. #iphoneimage img {margin-top:0px; margin-left:25px;width:300px; height:200px; text-align:center;border-top-right-radius:200px;border-top-left-radius:200px;}
  28. #m {color:#000;width:350px;height:20px;margin-top:40px;background-color:#eee; box-shadow:0px 0px 5px #ddd;}
  29. .coltonsfreckles { opacity: 0;} .coltonsfreckles:hover {-moz-transition: all 1.0s ease-in-out; -webkit-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; opacity: 0.9;}
  30.  
  31. {CustomCSS}
  32.  
  33. </style>
  34. </head>
  35. <body>
  36. <center>
  37. <div id="box"><center><br>
  38. <div style= "width: 300px; height: 199px;background-image:url(URL IMAGE 300x200); margin-top:-5px;border-top-right-radius:200px;border-top-left-radius:200px;">
  39. </div>
  40.  
  41. <div class= "coltonsfreckles">
  42. <div style= "margin-top: -130px; margin-left: 0px; width:150px; height: 60px; background-color: #fff;"><br>CHARACTER'S NAME<br>
  43. </div>
  44.  
  45. <div style= "margin-top: -1px; color:#929292; font-family:verdana;font-size:9px;margin-left: 0px; width:150px; height: 50px; background-color: #fff;">age. occupation. faceclaim.
  46. </div>
  47.  
  48. </div></div>
  49. <div id="desc">
  50.  
  51. bio bio bio bio
  52.  
  53. </div></div>
  54. <div id="m">
  55.  
  56. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  57. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  58. <param name="bgcolor" value="#eeeeee" />
  59. <param name="FlashVars" value="mp3=http%3A//SONG URL HERE&amp;bgcolor=eeeeee&amp;loadingcolor=b3b3b3&amp;buttoncolor=b3b3b3&amp;slidercolor=b3b3b3" />
  60. </object>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment