yayfritzi

Zorbing/Character page

Feb 26th, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 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. If you want to change the color scheme press ctrl + f and look for these colors:
  6.  
  7. Green: #efebbe
  8. Blue: #80adcc
  9. Orange: #f38725
  10.  
  11. ADDING THE MUSIC PLAYER:
  12. find your song, copy the link and paste it where it says SONG URL HERE. then erase the "http://" from the url.
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  20. <link href='http://fonts.googleapis.com/css?family=Keania+One' rel='stylesheet' type='text/css'>
  21.  
  22. <style type="text/css">
  23. body{color:#000; background-attachment:fixed; background-color:#fff; background-image: url('http://media.tumblr.com/285af70ed81b4bdb37a4ea4a362b7668/tumblr_inline_miv4rrKGfA1qz4rgp.png'); text-align:justify; font-family:verdana; font-size:10px;}
  24.  
  25. a{color:#000; text-decoration: none;}
  26. a:hover{ color:#80adcc;}
  27.  
  28. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  29.  
  30. ::-webkit-scrollbar {width: 8px; height: 4px; background: #80adcc; }
  31. ::-webkit-scrollbar-thumb { background-color: #f38725;}
  32.  
  33. #name {color:#f38725;width:410px;margin-top:80px; padding:0px; text-align:center; height-line:0px;font-family:bebas neue; font-size:35px;text-shadow:1px 1px 1px #80adcc;}
  34.  
  35. #top {width:410px;margin-top:-5px; padding:5px; text-align:center; height-line:-5px; background-color:#efebbe;border-top:5px double #80adcc; height:20px;}
  36.  
  37. #basic {width:400px;margin-top:10px; padding:10px; text-align:center; height:370px; background-color:#efebbe; border-bottom:5px double#f38725; }
  38.  
  39. .box {width:165px;margin-top:5px; margin-left:210px;padding:10px; text-align:justify; height:340px; background-color:#fff; border-top: 1px dotted #000;border-bottom: 1px dotted #000; overflow:auto; font-family:courier; font-size:10px;}
  40.  
  41. #hay{position:fixed !important;width: 76px;height:auto;margin-top:-280px;margin-left:330px;padding: 0px;text-align:center;background-color: transparent;}
  42.  
  43. .link {display:inline-block;width: 100px;height: 17px;margin-left: 0px;margin-top: 1px;background-color: #efebbe;;line-height: 18px;font-size: 10px;font-family: calibri;text-transform: uppercase;padding: 0px;text-align:center;-webkit-transition-duration: .3s;}
  44.  
  45. .link:hover {color:#80adcc;-webkit-transition-duration: .2s;text-align: center;}
  46.  
  47. .sidepic {background-image: url('PIC URL 200x362');width:200px;margin-top:-362px; margin-left:-195px;padding:0px; text-align:justify; height:362px; background-color:#fff;}
  48.  
  49. {CustomCSS}
  50. </style>
  51. </head>
  52. <body>
  53. <center>
  54.  
  55. <div id="name"><i>CHARACTER NAME</i></div>
  56. <div id="top">
  57.  
  58. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  59. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  60. <param name="bgcolor" value="#efebbe" />
  61. <param name="FlashVars" value="mp3=http%3A//SONG URL HERE &amp;bgcolor=efebbe&amp;loadingcolor=80adcc&amp;buttoncolor=f38725&amp;slidercolor=f38725" />
  62. </object>
  63.  
  64.  
  65. </div>
  66. <div id="basic"> <center>
  67. <div class="box">
  68.  
  69. Bio goes here.
  70.  
  71. </div>
  72. <div class="sidepic"></div></div>
  73.  
  74. <div id="hay">
  75. <div class="link"><a href="/">Home</a>
  76. <div class="link"><a href="RPG URL HERE">Roleplay</a>
  77. <div class="link"><a href="/ask">Message</a>
  78. <div class="link"><a href="PARA TRACKER URL HERE">Paras</a>
  79. <div class="link"><a href="http://selenagomezhelps.tumblr.com/">Credit</a>
  80.  
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. </body>
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment