Advertisement
letsrp

Quick Fix - About Me

Oct 29th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 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 letsrp @ 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. <style type="text/css">
  11.  
  12. body{
  13. color:#000;
  14. background-attachment:fixed;
  15. background-color:#fff;
  16. background-image: url('http://i55.tinypic.com/2zpv62a.jpg');
  17. text-align:justify;
  18. font-size:11px;
  19. }
  20.  
  21. a{color:#000; text-decoration: none;}
  22. a:hover{ color:#80adcc;}
  23.  
  24. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  25.  
  26. ::-webkit-scrollbar {width: 8px; height: 4px; background: #f4f4f4; }
  27. ::-webkit-scrollbar-thumb { background-color: #b3b3b3;}
  28.  
  29. #box {
  30. color:#000;
  31. width:350px;
  32. height:430px;
  33. background-color:#eee;
  34. margin-top:90px;
  35. font-family:bebas neue;
  36. font-size:25px;
  37. border-top-right-radius:200px;
  38. border-top-left-radius:200px;
  39. box-shadow:0px 0px 5px #ddd;
  40. }
  41.  
  42. #desc{
  43. color:#000;
  44. width:300px;
  45. height:170px;
  46. background-color:#fff;
  47. margin-top:-195px;
  48. overflow:auto;
  49. font-family:verdana;
  50. font-size:11px;
  51. box-shadow:0px 0px 5px #ddd;
  52. }
  53.  
  54. #m{
  55. color:#000;
  56. width:350px;
  57. height:20px;
  58. margin-top:40px;
  59. background-color:#eee;
  60. box-shadow:0px 0px 5px #ddd;
  61. }
  62.  
  63. .jj{
  64. opacity: 0;
  65. }
  66.  
  67. .jj:hover{
  68. -moz-transition: all 1.0s ease-in-out;
  69. -webkit-transition: all 1.0s ease-in-out;
  70. -o-transition: all 1.0s ease-in-out;
  71. opacity: 0.9;
  72. }
  73.  
  74. {CustomCSS}
  75. </style>
  76. </head>
  77. <body>
  78. <center>
  79. <div id="box"><center><br>
  80. <div style= "width:300px;height:199px;margin-top:-5px;border-top-right-radius:200px;border-top-left-radius:200px;background-image:url(http://media.tumblr.com/7b18a43332e6483f5b142c358dcbf664/tumblr_inline_mvfgp6L0Jr1r4iu2l.png);">
  81. </div>
  82.  
  83. <div class= "jj">
  84. <div style= "margin-top: -130px; margin-left: 0px; width:150px; height: 60px; background-color: #fff;"><br>Justin Bieber<br></div>
  85.  
  86. <div style= "margin-top: -1px; color:#929292; font-family:verdana;font-size:9px;width:150px; height: 50px; background-color: #fff;">
  87. age. occupation. etc. etc.</div>
  88.  
  89. </div></div>
  90. <div id="desc">
  91.  
  92. BIO.
  93.  
  94. </div></div>
  95. <div id="m">
  96.  
  97. MUSIC CODE
  98.  
  99. </div>
  100. </div>
  101. </body>
  102. <div style="position:fixed; bottom:3px; right:5px;"><a href="http://letsrp.tumblr.com">©</a>
  103. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement