Advertisement
letsrp

Rolling Stone - About Me

Oct 29th, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 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('');
  17. text-align:justify;
  18. }
  19.  
  20. a{
  21. color:#bbb;
  22. text-decoration: none;
  23. }
  24.  
  25. a:hover{
  26. color:#000;
  27. }
  28.  
  29. #box {
  30. width:350px;
  31. margin-left:500px;
  32. height:400px;
  33. margin-top:140px;
  34. position:absolute;
  35. overflow:hidden;
  36. background-color: #181818;
  37. }
  38.  
  39. #sidepicture {
  40. width: 350px;
  41. }
  42.  
  43. #sidepicture .desc{
  44. opacity: 0;
  45. overflow:auto;
  46. background: #eee;
  47. text-align: justify;
  48. width: 330px;
  49. padding: 10px;
  50. font-size:9px;
  51. font-family:verdana;
  52. height: 330px;
  53. position: absolute;
  54. -webkit-transition: opacity 0.5s linear;
  55. -webkit-transition: all 0.5s linear;
  56. -moz-transition: all 0.5s linear;
  57. transition: all 0.5s linear;
  58. }
  59.  
  60. #sidepicture:hover .desc{
  61. opacity: 10;
  62. -webkit-transition: opacity 0.5s linear;
  63. -webkit-transition: all 0.5s linear;
  64. -moz-transition: all 0.5s linear;
  65. transition: all 0.5s linear;
  66. }
  67.  
  68. #tit{
  69. font-family: 'rister', cursive;
  70. font-size: 40px;
  71. height:27px;
  72. margin-top:90px;
  73. line-height: 100%;
  74. text-align: center;
  75. margin-left:500px;
  76. width:350px;
  77. position:absolute;
  78. }
  79.  
  80. @font-face { font-family: "Rister"; src: url('http://static.tumblr.com/pwgdr2n/VPum3j3td/a_s_rister.ttf'); }
  81.  
  82. #deet{
  83. font-family: courier new;
  84. font-size: 8px;
  85. letter-spacing: 3px;
  86. text-align: center;
  87. line-height: 100%;
  88. margin-left:500px;
  89. text-transform:uppercase;
  90. position:absolute;
  91. margin-top:125px;
  92. width:350px;
  93. }
  94.  
  95. {CustomCSS}
  96. </style>
  97. </head>
  98. <body>
  99. <div id="tit"><i>Character's Name</i></div>
  100. <div id="deet">age. nickname. etc. etc.</div>
  101.  
  102. <div id="box">
  103. <div id="sidepicture">
  104. <div class="desc">
  105.  
  106. bio.
  107.  
  108. </div>
  109. <img src="350x350"/></a>
  110.  
  111. </div>
  112. </div>
  113. </body>
  114. <div style="position:fixed; bottom:3px; right:5px;"><a href="http://letsrp.tumblr.com">©</a>
  115. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement