Advertisement
letsrp

Zorbing - About Me

Oct 29th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 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 letsrp @ tumblr
  5. to change color scheme press ctrl + f and look for these colors:
  6.  
  7. dark burgundy:#1a0807
  8. light burgundy:#3c231f
  9. -->
  10.  
  11. <html>
  12. <head>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16. <style type="text/css">
  17.  
  18. body{
  19. color:#000;
  20. background-attachment:fixed;
  21. background-color:#21100d;
  22. background-image: url('');
  23. text-align:justify;
  24. }
  25.  
  26. a{
  27. color:#fff;
  28. text-decoration: none;
  29. }
  30.  
  31. a:hover{
  32. color:#1a0807;
  33. }
  34.  
  35. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  36.  
  37. ::-webkit-scrollbar {width: 8px; height: 4px; background: #fff; }
  38. ::-webkit-scrollbar-thumb { background-color: #1a0807;}
  39.  
  40. #name {
  41. color:#fff;
  42. width:410px;
  43. margin-top:80px;
  44. text-align:center;
  45. font-family:bebas neue;
  46. font-size:35px;
  47. text-shadow:1px 1px 1px #1a0807;
  48. font-style:italic;
  49. }
  50.  
  51. #top {
  52. width:410px;
  53. margin-top:-5px;
  54. padding:5px;
  55. text-align:center;
  56. background-color:#3c231f;
  57. border-top:5px double #1a0807;
  58. height:20px;
  59. }
  60.  
  61. #basic {
  62. width:400px;
  63. margin-top:10px;
  64. padding:10px;
  65. height:370px;
  66. background-color:#3c231f;
  67. border-bottom:5px double #fff;
  68. }
  69.  
  70. .box {
  71. width:165px;
  72. margin-top:5px;
  73. margin-left:210px;
  74. padding:10px;
  75. text-align:justify;
  76. height:340px;
  77. background-color:#fff;
  78. border-top: 1px dotted #1a0807;
  79. border-bottom: 1px dotted #1a0807;
  80. overflow:auto;
  81. font-family:courier new;
  82. font-size:10px;
  83. }
  84.  
  85. #hay{
  86. position:fixed;
  87. width: 76px;
  88. margin-top:-280px;
  89. margin-left:330px;
  90. text-align:center;
  91. }
  92.  
  93. .link {
  94. display:inline-block;
  95. width: 100px;
  96. height: 17px;
  97. margin-left: 0px;
  98. margin-top: 1px;
  99. background-color: #3c231f;
  100. line-height: 18px;
  101. font-size: 10px;
  102. font-family: courier new;
  103. text-transform: uppercase;
  104. -webkit-transition-duration: .3s;
  105. }
  106.  
  107. .link:hover {
  108. color:#80adcc;
  109. -webkit-transition-duration: .2s;
  110. }
  111.  
  112. .sidepic {
  113. background-image: url('SIDE PIC 200X363');
  114. width:200px;
  115. margin-top:-362px;
  116. margin-left:-195px;
  117. height:362px;
  118. background-color:#fff;
  119. }
  120.  
  121. {CustomCSS}
  122. </style>
  123. </head>
  124. <body>
  125. <center>
  126.  
  127. <div id="name">CHARACTER NAME</div>
  128. <div id="top">
  129.  
  130. MUSIC CODE.
  131.  
  132.  
  133. </div>
  134. <div id="basic"> <center>
  135. <div class="box">
  136.  
  137. BIO.
  138.  
  139. </div>
  140. <div class="sidepic"></div></div>
  141.  
  142. <div id="hay">
  143. <div class="link"><a href="/">Home</a>
  144. <div class="link"><a href="/">Roleplay</a>
  145. <div class="link"><a href="/ask">Message</a>
  146. <div class="link"><a href="http://letsrp.tumblr.com/">Credit</a>
  147.  
  148. </div>
  149. </div>
  150. </body>
  151. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement