Advertisement
tragical

Robin's Profile Coding

Dec 16th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. <center>
  2. <div id="extra">
  3. text text text
  4. </div>
  5.  
  6. <div class="main">
  7.  
  8. <a href="/games/stockmarket/">stocks</a> / <a href="/tagbox2/chat.php">chat</a> / <a href="/alerts.php">alerts</a><br>
  9. <hr><br>
  10.  
  11.  
  12. Hi, I'm Robin.<br><br>
  13. My hobbies include playing my saxophone and desperately trying to catch up on 8 seasons of Supernatural. (Status: Season 5)<br><br><hr><br>
  14.  
  15. ▲▼▲ GOALS ▲▼▲<br><br>
  16. <s>○ rename Kalju</s><br>
  17. ○ NAMES: <s>Maine,</s> Ava*, Macy*<br>
  18. <s>○ dye Corgnelius amber</s><br>
  19. <s>○ dye Ingenieur azure</s><br>
  20. <s>○ bean/tag Psychologe to albino</s><br>
  21. <sub>*unobtainable :c</sub>
  22. <br><br>
  23.  
  24. <hr><br>
  25. I purchased Sona's soul for 1tu.<br>
  26. 11/24/13<br><br>
  27.  
  28.  
  29. </div>
  30.  
  31. </div>
  32.  
  33. <div id="lyric">
  34.  
  35. </div>
  36. <div id="themaine">
  37. <img src="http://i39.tinypic.com/1t8yzt.png" width=200 height=200>
  38. </div>
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. <style>
  51.  
  52. .head{
  53. background:#fff;
  54. color:#000;
  55. }
  56.  
  57. body{
  58. overflow: hidden;
  59. background:url(http://i41.tinypic.com/2m5o41v.jpg), url(http://i44.tinypic.com/2jwahg.jpg);
  60. background-position:top center;
  61. background-repeat:repeat-x;
  62. background-color:#000000;
  63. font-family:Garamond;
  64. }
  65.  
  66. tr,td,font,td,p,body,div{
  67. color:#444444;
  68. font-family:Garamond;
  69. font-size:11pt;
  70. }
  71.  
  72. a {
  73. color:#000000;
  74. font-family:Garamond;
  75. text-decoration:none;
  76. font-weight:bold;
  77. }
  78.  
  79. a:link {
  80. color:#000000;
  81. font-family:Garamond;
  82. text-decoration: none;
  83. font-weight:bold;
  84. }
  85.  
  86. a:visited {
  87. color:#000000;
  88. font-family:Garamond;
  89. text-decoration:none;
  90. font-weight:bold;
  91. }
  92.  
  93. a:hover {
  94. color:#FFFFFF;
  95. background-color:#FFFFFF;
  96. font-family:Garamond;
  97. text-decoration:none;
  98. font-weight:bold;
  99. }
  100.  
  101. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #footer_bg, #breadcrumbs, #footer_bg, #chatroom, #chatroom_closed{
  102. display: none;
  103. }
  104.  
  105. .wraper {
  106. background:transparent;
  107. }
  108.  
  109. #slideout {
  110. position: fixed;
  111. top: 100px;
  112. left: 430px;
  113. text-align: center;
  114. }
  115.  
  116. .main {
  117. z-index:-1;
  118. top:100px;
  119. left:96px;
  120. width:190px;
  121. height:442px;
  122. padding:20px;
  123. background:#EEEEEE;
  124. position:fixed;
  125. overflow-y:hidden;
  126. overflow-x:hidden;
  127. }
  128.  
  129.  
  130.  
  131. #lyric{
  132. position:fixed;
  133. top:50px;
  134. right:400px;
  135. }
  136.  
  137. #themaine{
  138. z-index:10;
  139. position:fixed;
  140. top:0px;
  141. right:0px;
  142. }
  143.  
  144. #block6{
  145. top:0px;
  146. left:0px;
  147. position:absolute;
  148. }
  149.  
  150. #content {
  151. opacity:.8;
  152. position: absolute;
  153. top: 100px;
  154. right:75px;
  155. height:483px;
  156. width:347px;
  157. padding:0px;
  158. overflow:hidden;
  159. }
  160.  
  161. #extra{
  162. width:550px;
  163. height:462px;
  164. position:fixed;
  165. top:100px;
  166. left:350px;
  167. background:#fff;
  168. padding:10px;
  169. }
  170.  
  171. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement